/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 05: 3 column basic nav
  -------------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #F0D3B0;
	margin: 0;
	padding: 0;
	border: none;
	background-image: none;
}
#masthead {
	background-color: #F0D3B0;
	color: #999999;
	margin: 0px auto 0;
	width: 982px;
}
#logo {
	padding: 0 0px;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRVCol3_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol3_middle.jpg);
	background-repeat: repeat-y;
}
#c1, #c2, #c3 {
	float: left;
	
}
 .inset{   
    border:1px solid #ccc;
    padding:5px;
    margin:0 0px;
}
 .inset_dark{   
    border:1px solid #02226A;
    padding:5px;
    margin:0 0px;
}
#c1 {
	width: 186px;
	margin-left: 115px;
}
#c2 {
	width: 368px;
	/* width: 514px;*/
	background-image: none;
	background-repeat: no-repeat;
	padding-top: 10px;
	background-position: 122px -78px;
	margin-left: 7px;
}
#c3 {
	/* width: 234px; */
	width: 186px;
	margin-left: 8px;
}
#c1 .content {
	font-size: 0.75em;
	padding: 26px 10px 16px 15px;
	color: #FFFFFF;
}
#c2 .content {
	color: #02226A;
	font-size: 0.8em;
	padding: 1px 10px 16px;
	line-height: 1.6em;
	
}
#c3 .content {
	font-size: 0.75em;
	padding: 30px 10px 16px 15px;
	color: #FFFFFF;
	
}
h1 {
	font-size: 1.2em;
	letter-spacing: 0.2em;
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.2em;
	letter-spacing: .2em;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 1em;
	font-family: "Times New Roman", Times, serif;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol3_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
}
/*NavBar*/
#nav_wrapper {
	font-size: 0.8em;
	margin: 28px 0px 0px;
	width: 183px;
}

#navbar {
	margin: 0px;
	padding: 0px;
}
#navbar li {
	list-style-type: none;
}
#navbar a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #F0D3B0;
	border-bottom: 1px solid  #02226A;	
}
#navbar a:hover {
	color: #F0D3B0;
	background-color: #02226A;
	text-decoration: underline;
}
#navbar a.active_top{
	color:#ffffff;
	background-color:#799ED8;
	border-top: 1px solid #02226A;
}
#navbar a.active{
	color:#ffffff;
	background-color:#799ED8;
	/* border-top: 1px solid #02226A; */
}
#navbar a:focus {
	color: #CCCCCC;
	background-color: #010101;
	background-image: url(img/link_focus.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}


/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #FFFFFF
	}
.content a:visited {
	color: #FFFFFF;
}
.content a:hover, .content a:focus, .content a:active {
	color: #FFFFFF;
	
}
/*
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: #FFFFFF;
}
#c1 .content a:visited {
	color: #FFFFFF;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #FFFFFF;
	}
/*Right Sidebar Links*/
#c3 a:link {
	color: #FFFFFF;
}
#c3 a:visited {
	color: #FFFFFF;
}
#c3 a:hover, #c3 a:focus, #c3 a:active {
	color: #FFFFFF;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}
.col1_line {
	color: #799ED8;
}
.last-paragraph {
	background-image: url(../images/index_new/last_paragraph_image.gif);
	background-repeat: no-repeat;
	background-position: right top;
	bottom: -5px;
	height: 30px;
	width: 340px;
}
