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

#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;
}

#road a, #road a:link {
	color:#333;
	color:#900;
	color:#CCC;
}

img {
	border:none;
}
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;
}
#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;
}

.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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: normal;
	margin: 18px 0px 8px 0px;
}

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

h4 {
	font-size: 1.1em;
	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; */ 
}
