/* 
  -------------------------------------
  Curvitude by Project Seven Development
  www.projectseven.com
  Layout 02: 2 column
  -------------------------------------
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 0px auto 0 auto;
	width: 982px;
}
#logo {
	padding: 0 12px;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRVCol2_top.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#pmm_wrapper {
	font-size: 12px;
	margin: 13px 0px 0px 15px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol2_middle.jpg);
	background-repeat: repeat-y;
}
#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 736px;
}
#c1 .content {
	font-size: 0.75em;
	padding: 16px 28px 1px 34px;
}
#c2 .content {
	color: #333333;
	font-size: 0.8em;
	padding: 0px 40px 16px 42px;
	line-height: 1.6em;
	text-align: justify;
}
#c2 p {
	margin-top: 0.5em;
	margin-bottom: 0.8em;
	padding-top: 0.5px;
}
#c2 li {
	padding-left: 15px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 0.55em;
	line-height: 1.5em;
	padding-bottom: 0.8em;
	list-style-type: none;
	margin-left: -30px;
}
h1 {
	font-size: 1.65em;
	color: #000000;
	font-weight: lighter;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h2 {
	font-size: 1.2em;
	color: #000000;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 7px;
	padding-bottom: 2px;
}
h3 {
	font-size: 1.1em;
	color: #333333;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 13px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	background-color: #F1EDE2;
	padding-right: 3px;
	padding-left: 5px;
}
h4 {
	font-size: 1.05em;
	color: #333333;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol2_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 14px;
}
#footer p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
}
#top-of-page {
	float: right;
	width: 100px;
}


/*Table Styles*/
th {
	color: #FFFFFF;
	font-size: 11px;
	background-color: #9A9A9A;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.table-even-rows {
	background-color: #F4F4F4;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	line-height: 16px;
}
.table-odd-rows {
	background-color: #FFFFFF;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
	line-height: 16px;
}


/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #A80000;
	text-decoration: underline;
}
.content a:visited {
	color: #A80000;
	text-decoration: underline;
}
.content a:hover, .content a:focus, .content a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
}


/*Images with Border & Padding*/
.img-border {
	border: 1px solid #AEAEAE;
}


/*Highlights Links for Images*/
.highlightit img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}
.highlightit:hover img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	-moz-opacity: 0.65;
}




/*
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;
}

/*Footer Links*/
#footer a:link {
	color: #666666;
	text-decoration: underline;
	padding-bottom: 1px;
}
#footer a:visited {
	color: #666666;
	text-decoration: underline;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #FFFFFF;
	background-color: #333333;
	text-decoration: none;
}

