/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 06: 2 column basic nav
  -------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #000066;
	margin: 15px 0px 0px;
	padding: 0px;
}
.bluTxt {
	color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#masthead {
	width: 982px;
}
#logo {
	font-size: 1.5em;
	color: #000000;
	text-align: center;
	letter-spacing: 0.25em;
	margin: 5px;
}
#columntop {
	clear: both;
	background-image: url(images/p7CRV760_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(images/p7CRV760_middle.jpg);
	background-repeat: repeat-y;
}
/*NavBar*/
#nav_wrapper {
	font-size: 0.8em;
	margin: 12px 0px 0px 15px;
	width: 210px;
}

#navbar {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	list-style-type: none;
}
#navbar a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #333333;
	border-bottom: 1px solid #999999;
}
#navbar a.current {
	color: #FFFF00;
	background-color: #000060;
}

#navbar a:hover, #navbar a:active, #navbar a:focus {
	color: #FFFF00;
	background-color: #000060;
}


#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 700px;
}
#c1 .content {
	font-size: 0.75em;
	padding: 16px 28px 16px 34px;
}
#c2 .content {
	color: #333333;
	font-size: 0.8em;
	padding: 5px 32px 16px;
	line-height: 1.6em;
}
h1 {
	font-size: 1.75em;
	letter-spacing: .3em;
	color: #000066;
}
h2 {
	font-size: 1.1em;
	letter-spacing: .2em;
	color: #000066;
}
h3 {
	font-size: 1em;
	color: #010066;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(images/p7CRV760_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 14px;
	text-align: right;
	color: #FFFFFF;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #990000;
}
.content a:visited {
	color: #990000;
}

.content a:hover, .content a:focus, .content a:active {
	color: #990000;
	text-decoration: none;
}
/*
Left Sidebar Links - We add .content to the selector name to 
make it more specific and to eliminate conflicts with the main navigation bar
*/
#c1 .content a:link {
	color: #FF0000;
}
#c1 .content a:visited {
	color: #FF0000;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #FF0000;
	text-decoration: none;
}
/*Footer Links*/
#footer a:link {
	color: #6699CC;
	text-decoration: none;
}
#footer a:visited {
	color: #6699CC;
	text-decoration: none;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #6699CC;
	text-decoration: underline;
}

/* NAVIGATION ON RESOURCES PAGE*/
#navigation {
	float: left;
	width: 200px;
	margin-top: 75px;

}

#navigation ul li {

	display: block;

}

#navigation ul {
	padding: 0;
	padding-top: 12px;
	margin: 0;
	width: 187px;
	list-style-type: none;

}

#navigation li {
	font: bold 12px/25px "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	height: 25px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 20px;

}

#navigation li a {
	padding-left: 9px;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 146px;
	background-color: #3F78B2;
}

#navigation ul li a:hover, #navigation li a.current, #navigation li a.current:hover, #navigation li a.current:active {
	text-decoration: none;
	background-color: #666666;
}

#Navtable a {
	color: #FFFFFF;
	text-decoration: none;
	}
#Navtable a:hover, #Navtable a.current, #Navtable a.current:hover, #Navtable a.current:active  {
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 5px 10px;
	}
.newsTitle {
	font-variant: small-caps;
	color: #000066;
	font-size: 0.8em;
}
