/* 

	H1 Slate Grey 	#333333
	H2  DarkBlue 	#00679e 
	li Items 		#1f4370

*/

body{
	margin: 0px;	
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #eee;
	line-height: 1.8em;
}

p{
	font-size: 1.2em;
}

a{
	text-decoration: none;
	color:#00679E;
}

a img {
	border: none;
}

em{
	font-style: normal;
	color: #00499B;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 950px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	background-color: #fff;
	background-image: url(img/wrapperBg.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
}

#banner{
	position: relative;
	width: 100%;
	height: 160px;
}

#banner ul{
	margin: 0px;
	padding: 0px 15px 0px 0px;
	position: absolute;
	list-style: none;
	bottom: -5px;
	right: 2px;
	border-bottom: 1px solid #7699f6;
	width: 483px;
}

#banner li{
	float: left;
}

#banner a{
	display: block;
	padding: 10px;
	text-decoration: none;
	font-size: 1.3em;
	font-weight: bold;
	color:  #7699f6;
}

#banner a:hover{
	color: #222;
}

#subNav{
	padding-top:50px;
	width: 200px;
	float: left;
}

#subNav ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#subNav li{
	padding: 5px 20px 5px 20px;
	background-color: transparent;
	background-image: url(img/glyphB.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px solid #00679e;
	width: 151px;
}

#subNav li a{
	color:  #00679e;
	font-size: 9pt;
	font-weight: bold;
}

#content{
	padding-right: 60px;
	float: right;
	width: 670px;
	min-height: 430px;
	padding-top: 50px;
}

#content h1{
	color:  #333;
	font-weight: normal;
	font-size: 1.8em;
	line-height: 1.4em;
}

#content h2{
	color:  #00679e;
	font-weight: bold;
	font-size: 1.4em;
	margin: 1em 0 .6em 0;
	padding: .2em;
	background: transparent url(img/h2Underline.png) no-repeat left bottom;
	
}

#content strong {
	color: #00679e;
	font-weight: bold;
}

#content p {
	line-height: 1.6em;
}

#content ul {
	margin: 1em 0 3em 50px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#content ul.slist li{
	padding: 5px 0px 5px 20px;
	font-size: 1.3em;
	background-color: transparent;
	background-image: url(img/glyph.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #1f4370;
}

#brochure {
	background-image: url(img/brochure.png);
	position: relative;
	height: 213px;
	width: 136px;
	left: 36px;
	top: 0px;
}
#brochure a {
	height: 213px;
	width: 136px;
	display: block;
}

#footer{
	padding: 10px 0px 10px 10px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background-color: #DEEBED;
}

#footer span
{
	float: right;
	font-size: 19px;
	color: #00679e;
	padding-right:10px;
}

#footer span bold
{
	color: #00679e;
}

.clearBoth{
	clear: both;
}

.note {
	text-align: right;
	font-size: 1.1em;
	color: #dd0000;
}

.floatRight {
	float: right;
}

.rightPara {
	float: right;
	width: 300px;
}

.halfPara {
	float: left;
	width: 200px;
	padding-left: 1em;
}

.clearBoth {
	clear: both;
}

.center {
	text-align:center;
}

.centerImage {
	padding: 0px 5px 0px 5px;
}

.exampleImage {
	border-top: 1px solid #7699f6;
	border-bottom: 1px solid #7699f6;
	margin-bottom: 10px;
}

.alCenter { text-align:center;}

#miniNav {
	width: 200px;
	padding-top: 0px;
	zoom: 1;
}
#miniNav li a{
	font-size: 10px;
}

table {border: 1px solid #BBB;}
td {background-color:#FFD; }
th {background-color:#FED; }
td.alt {background-color:#FFC;}
th.alt {background-color:#FEC;}

.rImage {
	float:right;
	padding: 6px;
	background-color: #FFF;
	border: 1px solid #ddd;

}

