/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 01: 3 column
  -------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 12px auto 0 auto;
	width: 982px;
}
#logo {
	padding: 0 0;
}
/*#search {
clear: right;
float: right;
}

form {
	display: block;
}
#search_input {
	float: left;
	margin: 10px 5px 0px 0px;
}
#search_button {
	float: right;
	margin: 10px 5px 0px 0px;
}
*/
#searchbar {
	position: absolute;
	width: 228px;
	top: 52px;
	margin-left:730px;
	/*overflow: hidden;*/
	display: inline;
}
/*#searchbar input {
	background: rgb(246, 246, 246);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: rgb(153, 153, 153);
	font-size:0.75em;
	margin: 1px 0px 3px 0px;
	height:14px;
}*/
.form-submit {
background-color: #D9F0FC !important;
border: 1px solid #BFE1EA !important;
color: #016DBE;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 11px;
}
.form-text {
background-color: white !important;
border: 1px solid #BFE1EA !important;
color: #666;
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
font-size: 11px;
width: 140px;
}
#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;
}
#pmm_wrapper {
	font-size: 0.9em;
	margin: 12px 0px 0px 15px;
}
#c1, #c2, #c3 {
	float: left;
}
#c1 {
	overflow:hidden;
	width: 234px;
}
#c2 {
	overflow:hidden;
	width: 514px;
}
#c3 {
	overflow:hidden;
	width: 234px;
}
#c1 .content {
	font-size: 0.75em;
	padding: 5px 28px 5px 34px;
}

#c3 .content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.60em;
	padding: 16px 34px 16px 26px;
}
#c3 .content p {
	font-size:12px;
	margin-top:6px;
	margin-bottom:0px;
}
#c3 ul {margin-left:2px; padding-left:6px; font-size:0.8em; margin-top:0px;}
#c3 li {margin-left:10px; margin-bottom:0px; margin-top:0px; line-height:13px;}

h1 {
	font-size: 1em;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
}
h4 {
	font-size: 1.2em;
	background-color: #3366CC;
	letter-spacing: 0.1em;
	padding: 2px 0px 2px 8px;
}
h5 {
	font-size:0.9em;
	color:#333333;
	background-color: #66CCFF;
	margin:5px 0px 5px 0px;
	padding: 0px 0px 0px 8px;
}
h6 {
	font-size: 2em;
	letter-spacing: 0.1em;
	margin-top: 6px;
	margin-bottom: 20px;
}

.topZero {
	margin-top: 3px;
	letter-spacing: 1px;
	margin-bottom: 6px;
	font-style: italic;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol3_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 14px;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #FFCC00;
	text-decoration:none;
}
.content a:visited {
	color: #FFCC00;
}
.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: #003399;
}
#c1 .content a:visited {
	color: #663366;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	color: #3366FF;
}
/*Right Sidebar Links for tip*/
#tip a:link {
	color: #000000;
	text-decoration:none;
}
#tip a:visited {
	color: #666666;
	text-decoration:none;
}
#tip a:hover, #tip a:focus, #tip a:active {
	color: #666666;
	text-decoration:none;
}
/*Right Sidebar for regular Links */
#c3 .content a:link {
	color: #333333;
}
#c3 .content a:visited {
	color: #595959;
}
#c3 .content a:hover, #c3 .content a:focus, #c3 .content 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;
}
