@charset "utf-8";
/* CSS Document */

body {
	background-color: #06a5d7;
	margin: 0 auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #262626;
	background-image: url(../images/bg_grad.gif);
	background-repeat: repeat-x;
	line-height: 18px;
	}
	
.home {
	font-size: 15px;
	line-height: 22px;
} 	
#wrapper {
	width: 996px;
	text-align: left;
	margin: 0 auto;
	}
#banner {
	height: 110px;
	background-color: #FFFFFF;
	padding-left: 15px;
	text-align: right;
	color: #912605;
	padding-right: 15px;
	padding-top: 5px;
}
#nav {
	/*	background-image: url(../images/navBG.gif);
	background-repeat: no-repeat; */
	-moz-border-radius: 0 0 9px 9px;
	-webkit-border-bottom-left-radius: 9px;
	-webkit-border-bottom-right-radius: 9px;
	border-radius: 0 0 9px 9px;
	height: 38px;
	min-height: 38px;
	clear: both;
	color: #ffffff;
	background-color: #01B0EA;
}

#nav p {
	float: left;
	padding: 0 0 0 20px;
	margin: 15px 0 0 0;
}
#nav ul {
	margin: 12px 0 0 0;
	list-style: none;
	float: right;
	padding-right: 10px;
	}
.spaced {
	padding-bottom: 8px;
}
.twitsml {
	text-align: right;
}

.twitsml a {
	font-size: 85%;
	color: #68AFC1;
	text-align: right;
	text-decoration: none;
}

.twitsml a:hover {
	text-decoration:underline;
}

	
#nav ul li a {
	display: block;
	padding: 0 15px;
	line-height: 26px;
	text-decoration:none;
	color: #FFFFFF;
	}
	
#nav .here {
	display: block;
	line-height: 26px;
	text-decoration:none;
	color: #ffffff;
	background-color: #912605;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-radius: 8px 8px 0 0;

	}

#nav ul a:hover {
	background-color: #33CCFF;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-radius: 8px 8px 0 0;

	}
	
#nav ul li {
	float: right;
	}	

#content {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background-color: #FFFFFF;
	margin: 10px 0 10px 0;
	padding: 10px 20px;
	background-image: url(../images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#content.nopic     {
	background-image:none;
	background-color: #FFFFFF;
}

#content li {
	list-style-image: url(../images/bullet_blue.gif);
	line-height: 20px;
}
#content ul {
	margin-top: 0px;
	padding-top: 0px;
}


#subnav {
	text-align: right;
	color: #912605;
	font-size: 90%;
	padding: 5px 0 15px 0;
	}
#subnav a {
	color: #01B0EA;
	text-decoration: none;
}
#subnav a:hover {
	color: #267286;
}

#main {
	float: left;
	width: 630px;
	}
#content #main p {
	padding-right: 80px;
}
a {
	color: #0b78f2;
}
a:hover {
	color: #912605;
}



.blueHd {
	background-color: #ffffff;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #01B0EA;
	padding: 10px;
	width: 530px;
}


.blueMod {
	color: #000000;
	font-size: 13px;
	background-color: #F5FCFE;
	padding: 10px 10px 0 10px;
	border: 1px solid #01B0EA;
	width: 530px;
}
.blueMod  p {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 16px;
}
#content .blueMod    ol  li {
	list-style-type: decimal;
	list-style-image: none;
}
#content .blueMod ol li ol li {
	list-style-type: lower-alpha;
}
#content .blueMod ol li ol li ol li {
	list-style-type: lower-roman;
}



	
#sidebarR {
	float: right;
	width: 302px
	}
	
.module {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background: #267286;
	color: #FFFFFF;
	font-size: 13px;
	padding-bottom: 10px;
	margin-top: 5px;
}

.hd {
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-radius: 8px 8px 0 0;
	background-color: #ffffff;
	color: #267286;
	font-size: 16px;
	font-weight: bold;
	border: thin solid #267286;
	padding: 10px;
}
.module a {
	color: #FFFFFF;
	text-decoration: underline;
}

.module li a {
	color: #FFFFFF;
	text-decoration: underline;
}
.module a:hover {
	color: #8FCEDD;
	text-decoration: underline;
}


.module p {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 16px;
}
.module li a:hover {
	text-decoration: underline;
	color: #8FCEDD;
}
#content     li.wb  {
	list-style-image: none;
	list-style-type: disc;
}
#content   ul.top15 {
	margin-top: 15px;
}

	
#clear {
	clear: both;
}

#footer {
	background-color:#912605;
	color: #D2C9C6;
	-moz-border-radius: 9px 9px 0 0;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	border-radius: 9px 9px 0 0;
	height: 30px;
	font-size: 80%;
	padding: 15px 25px 0 0;
}
#footer  a   {
	color: #D2C9C6;
	text-decoration: none;
}
#footerL {
	float: left;
	padding-left: 20px;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footerR {
	float: right;
}


.i {
	font-style: italic;
}
h1 {
	color: #75410a;
	margin-top: 0px;
	font-size: 28px;
}
h2 {
	color: #01B0EA;
	font-size: 20px;
	margin-top: 5px;
}
h3 {
	font-size: 16px;
	padding-bottom: 0px;
	margin-bottom: 4px;
}

.highlight {
	color: #0b78f2;
}
.hide {
	display: none;
	margin-left: -1000px;
}
.rust {
	color: #912605;
}
.smaller {
	font-size: 90%;
}
.b {
	font-weight: bold;
}
.u {
	text-decoration: underline;
}

.inv {
	display: none;
	margin-left: -2000px;
}



.moduleY {
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	background: #930C04;
	color: #FFFFFF;
	font-size: 13px;
	padding-bottom: 10px;
	margin-top: 5px;
}

.hdY {
	-moz-border-radius: 6px6px 0 0;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	border-radius: 8px 8px 0 0;
	background-color: #ffffff;
	color: #930C04;
	font-size: 16px;
	font-weight: bold;
	border: thin solid #930C04;
	padding: 10px;
}
.moduleY a {
	color: #FFFFFF;
	text-decoration: underline;
}

.moduleY li a {
	color: #FFFFFF;
	text-decoration: underline;
}
.moduleY a:hover {
	color: #8FCEDD;
	text-decoration: underline;
}


.moduleY p {
	padding-right: 10px;
	padding-left: 10px;
	line-height: 16px;
	text-align: center;
}
.moduleY li a:hover {
	text-decoration: underline;
	color: #8FCEDD;
}
h2.blog {
	margin-bottom: 0px;
	padding-bottom: 0px;
	clear: both;
}

.blogDate {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 80%;
}

.postFoot {
	font-size:80%;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 80px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #57BDDA;
	margin-bottom: 20px;
}
.clear {
	clear: both;
}

.postFootLeft {
float: left;
}

.postFootRight {
float: right;
}
