@charset "UTF-8";
/* CSS Document */
body{
	font: 62.5% Verdana, Geneva, sans-serif;
	margin: 20px 0px;
	color: #999;
}
#container{
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
}
#header{
	background: #9CC;
	padding-top: 70px;
}
#header p{
	margin: 0;
	text-align: center;
}
#header p a img{
	border-style: none;
}
#header ul.nav{
	margin: 0px;
	padding: 30px 0px 0px;
}
#header ul.nav li{
	list-style: none;
	float: left;
	margin-bottom: 44px;
}
#header ul.nav li a{
	background: #D4EDE9;
	display: block;
	width: 185px;
	color: #999;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	border-right: 1px solid #FFF;
}
#header ul.nav li a:hover{
	color: #FFF;
	background: #9CC;
	border-top: 1px solid #FFF;
	padding-top: 13px;
}
#header ul.nav li a.twoline{
	padding: 7px 0;
}
#header ul.nav li a.noborder{
	border-right:none;
	width:184px;
}
#header ul.nav li a.twoline:hover{
	padding: 6px 0 7px;
}
#content{
	clear: both;
}
#left{
	float: left;
	width: 478px;
	padding-left: 44px;
	padding-right: 30px;
	padding-bottom: 15px;
}
#left a{
	text-decoration: none;
	color: #6DB6B6;
}
#left a:hover{
	color: #A6D9D1;
}
#left h1{
	font: normal 3.1em Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	margin: 0px 0px .5em;
}
#left h2{
	color: #999;
	font-size: 1.8em;
	clear: both;
}
#left h2 a{
	text-decoration: none;
	color: #6DB6B6;
}
#left h2 a:hover{
	color: #A6D9D1;
}
#left p{
	font-size: 1.3em;
	line-height: 1.4em;
	margin: 0px 0px 1.3em;
}

#left p.msg{
	font-size: 1.3em;
	border: 1px solid #FEDE01;
	background:#FEF3CD;
	margin-bottom: 14px;
	padding: 4px 4px 4px 22px;
}
#left p.note{
	font-size: 1.18em;
	line-height: 1.4em;
	margin-top: 0px;
	text-align: justify;
	font-style:italic;
	color:#7F7F7F;
}

#left p.quote{
	margin: 0 0 4px;
}

#left ul{
	padding: 0;
	margin: 15px 0 1.3em 10px;
	font-size: 1.3em;
	line-height: 1.5em;
}
#left ul.column{
	float: left;
	width: 100px;
	padding-left: 70px;
}
#left ul li{
	list-style-type: none;
	padding-left: 20px;
	margin:0;
	background: url(../images/bullet-arrow.gif) no-repeat left .25em;
}
#left ul.column li{
	padding: 0;
	background-image:none;
}
#left ul li a{
	text-decoration: none;
	color: #6DB6B6;
}
#left ul li a:hover{
	color: #A6D9D1;
}
#left ul li ul{
	font-size:100%;
	margin-top:0;
}
#left ul li ul li{
	background-image:none;
}

#left ol{
	padding: 0;
	margin: 15px 0 1.3em 26px;
	font-size: 1.3em;
	line-height: 1.5em;
}

#left hr{
	color: #CCC;
	border:1px solid #CCC; 
	clear:both;
}

#right{
	float: left;
	width: 327px;
}
#right p{
	margin: 0;
}
#right p img{
	margin: 0px 0px 0px 62px;
}
#right p img.seal{
	margin:40px 0 0;
	position: absolute;
	z-index: 100;
}
#right ul.subnav{
	margin: 0 0 0 62px;
	padding: 0;
}
#right ul.subnav li{
	list-style: none;
	margin:0;
	padding:0;
	margin-top: 2px;
}
#right ul.subnav li a{
	background: #EFEFEF;
	display: block;
	padding-top: 18px;
	padding-bottom: 18px;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	color: #999;
	text-align: center;
	zoom: 1;
}
#right ul.subnav li a:hover{
	background: #DDD;
}
#bottom{
	clear: both;
	background: url(../images/rose-petals.jpg) no-repeat left;
	height: 234px;
	padding-right: 40px;
}
#bottom ul.logos{
	margin: 80px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 420px;
}
#bottom ul.logos li{
	list-style: none;
	float: right;
	margin-left: 20px;
}
#bottom ul.logos li a p{
	float: left;
	margin: 0px;
}
#bottom ul.logos li a p img{
	border-style: none;
}
#bottom ul.logos li a p.left{
	width: 114px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	line-height: 14px;
}
#bottom ul.logos li a{
	text-decoration: none;
	color: #666;
	cursor:pointer;
}
#bottom ul.logos li a:hover{
	text-decoration: underline;
}
#footer{
	clear: both;
	background: #D4EDE9;
	padding: 6px 88px;
	zoom: 1;
}
#footer p{
	font-size: 1.1em;
	text-align: center;
	margin: 0px;
}

#copyright{
	clear: both;
	width: 928px;
	margin-top:10px;
	margin-right: auto;
	margin-left: auto;
}
#copyright p{
	font-size: 1.1em;
	text-align: center;
	margin: 0px;
}

#copyright p a{
	text-decoration:none;
	color: #999;
}

#copyright p a:hover{
	text-decoration:underline;
}
