/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

body {
	background-color: #343e3c;
	background-color: #FFFFFF;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	color: #2d2e2e;
	font-family: Tahoma, Geneva, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	line-height: normal;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0px;
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: Left; /* Centers the page content container in IE 5 browsers. */

}

/* Sets the style for unvisited links. */
a, a:link {
	color: #239f3e;
	color: #009;
	text-decoration: underline;
}

/* Sets the style for links on mouseover. */
a:hover {
	color: #017a20;
	color: #333;
	text-decoration: underline;
}

img a, img a:link, img a:hover {
	border:none;
	text-decoration:none;
}

#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-color: #000000;
	background-color:#000;
	background-image: url(../images/header.jpg);
	height: 251px;
}

#top-nav {
	margin-top: 0px;
	height: 57px;
}


#wrapper {
	width: 970px;
	margin: 0 auto;
}
#column_wrapper {
	background-image:url(img/clm01_middle.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 720px;
	float: left;
}
#right {
	width: 250px;
	float: left;
}
#left .content {
	padding: 16px 30px 0px 36px;
	font-size: 0.90em;
	line-height: 1.65em;
}
#right .content {
	padding: 16px 20px 0px 20px;
	font-size: .75em;
	line-height: 1.35em;
}

#right .content h2 {
	margin-top: 22px;
}

#right .content h3 {
	margin-top: 4px;
}


#masthead .content {
	padding: 40px 20px;
}
#bottom {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-image: url(../images/bg_footer.jpg);
	height: 65px;
}
#bottom .content {
	padding: 20px 20px;
}

#footer {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:120px;
	z-index:1;
	background-image: url(../images/bg_bottom.jpg);
	text-align: center;
	color: #FFF;
}
#footer-text {
	position:relative;
	left:0px;
	top:0px;
	width:970px;
	height:120px;
	z-index:2;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/road.png);
	background-repeat: no-repeat;
}
#footer-text .content {
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	padding: 60px 0 0 0;
	color:#FFF;
}

#footer-text .content p {
	font-size: 0.70em;
	margin:0;
	line-height: 1.25em;
}

#footer .content a, #footer .content a:link, #footer .content a:visited {
	color:#036;
}

#footer .content a:hover {
	color:#333;
}

img, a:link, a:hover, a:visited {
	border:none;
}

.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #009;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#right a:link {
	color: #239f3e;
	color: #009;
	text-decoration: underline;
}
#right a:visited {
	color: #239f3e;
	color: #009;
	text-decoration: none;
}
#right a:hover {
	color: #017a20;
	color: #333;
	text-decoration: underline;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}

/* Commonly used to style page titles. */
h1 {
	color: #009;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	line-height: normal;
}
/* Commonly used to style section titles. */
h2 {
	color: #009;
	color:#666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	line-height: normal;
	margin: 20px 0px 8px 0px;
}

h3 {
	color: #074177;
	color:#009;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	margin: 20px 0px 4px 0px;
}

h4 {
	font-size: 1.0em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
#newsLetterBox {
	background-image:url(images/newsletter_bg.jpg);
	background-image:url(images/bg-paper2.jpg);
	background-image:url(images/bg-paper.jpg);
	background-image:url(../images/bg_newsletter.jpg);
	background-repeat:no-repeat;
	border:0px solid #074177;
	width:205px;
	height:205px;
}

#newsLetterBox .content {
	padding: 20px 20px;
	color:#FFF;
}

#newsLetterBox .content p {
		font-size: 1.0em;
}

#newsLetterBox .content h3 {
		font-size: 1.2em;
		margin-bottom: 10px;
/*		color:#074177; */ 
}

.bold-red {
	color: #900;
	font-weight:bold;
}

.pdf-bullet {
	padding-left: 22px;
	background-image:url(../images/pdficon_small.gif);
	background-repeat: no-repeat;
	list-style:none;  
	line-height: 1.5em;
}

.img-right {	
	border:1px double #999;
	float:right;
	margin: 0px 0px 2px 14px;
	padding: 5px;
}

.img-left {	
	border:1px double #999;
	float:left;
	margin: 0px 14px 2px 0px;
	padding: 5px;
}

/* Style boxes */

.et-container {
	width: 80%;
	margin: 0 auto;
}

.et-box {
-moz-border-radius:10px 10px 10px 10px;
margin:0 0 10px;
}
.et-box-content {
-moz-border-radius:10px 10px 10px 10px;
min-height:35px;
padding:16px 20px 8px 75px;
text-shadow:1px 1px 1px #FFFFFF;
}

.et-box-content strong {
color:#000000;
color:#666;
font-weight:bold;
}

.et-box-content h1, .et-box-content h2, .et-box-content h3, .et-box-content h4, .et-box-content h5, .et-box-content h6 {
font-family:Century Gothic,Arial,sans-serif;
}

.et-info {
border:1px solid #CECB8E;
}

.et-info .et-box-content {
background:url("../images/icons/et-info.png") no-repeat scroll 18px 13px #F7F4B4;
border:1px solid #FFFFEA;
color:#8C8A64;
}
.et-info .et-box-content h1, .et-info .et-box-content h2, .et-info .et-box-content h3, .et-info .et-box-content h4, .et-info .et-box-content h5, .et-info .et-box-content h6 {
color:#6B6A54;
}
.et-warning {
border:1px solid #E09B85;
}
.et-warning .et-box-content {
background:url("../images/icons/et-warning.png") no-repeat scroll 18px 13px #FFCEBE;
border:1px solid #FFEEE8;
color:#957368;
}
.et-warning .et-box-content h1, .et-warning .et-box-content h2, .et-warning .et-box-content h3, .et-warning .et-box-content h4, .et-warning .et-box-content h5, .et-warning .et-box-content h6 {
color:#8E5643;
}
.et-download {
border:1px solid #91C184;
}
.et-download .et-box-content {
background:url("../images/icons/et-download.png") no-repeat scroll 18px 13px #C0F0B3;
border:1px solid #E9FFE3;
color:#5C8A50;
}
.et-download .et-box-content h1, .et-download .et-box-content h2, .et-download .et-box-content h3, .et-download .et-box-content h4, .et-download .et-box-content h5, .et-download .et-box-content h6 {
color:#3A7629;
}
.et-bio {
border:1px solid #80A0C1;
}
.et-bio .et-box-content {
background:url("../images/buttons/et-bio.png") no-repeat scroll 18px 13px #BEDEFF;
border:1px solid #E7F3FF;
color:#517193;
}
.et-bio .et-box-content h1, .et-bio .et-box-content h2, .et-bio .et-box-content h3, .et-bio .et-box-content h4, .et-bio .et-box-content h5, .et-bio .et-box-content h6 {
color:#4A6A8C;
}
.et-shadow {
-moz-box-shadow:3px 3px 11px 1px rgba(0, 0, 0, 0.1);
border:1px solid #CBC4C4;
}
.et-shadow .et-box-content {
background:none repeat scroll 0 0 #F1F1F1;
border:1px solid #FFFFFF;
color:#6D6E6E;
padding-left:30px;
}
.et-shadow .et-box-content h1, .et-shadow .et-box-content h2, .et-shadow .et-box-content h3, .et-shadow .et-box-content h4, .et-shadow .et-box-content h5, .et-shadow .et-box-content h6 {
color:#4E4E4E;
}

.backtotop {
	text-align: right;
	font-size: 0.9em;
}

#content-box-light {
	margin: 0 auto;
	padding: 15px;
	background-color:#CCC;
}
