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

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(img/page-backdrop.jpg);
}
#masthead {
	width: 982px;
	background-image: url(img/masthead-backdrop.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
	padding-bottom: 18px;
}
#logo {
	padding-right: 12px;
	padding-left: 18px;
}
#columntop {
	clear: both;
	background-image: url(img/p7CRVCol2_top.jpg);
	background-repeat: no-repeat;
	height: 15px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol2_middle.jpg);
	background-repeat: repeat-y;
}
/*NavBar*/
#nav_wrapper {
	font-size: 14px;
	width: 150px;
	margin-left: 55px;
	color: #FFFFFF;
}

#navbar {
	margin: 0px;
	padding: 0px;
}

#navbar p {
}
#navbar li {
	list-style-type: disc;
}
#navbar a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	color: #FFFFFF;
	font-weight: bold;
}
#navbar a:hover, #navbar a:active, #navbar a:focus {
	text-decoration: underline;
}

#c1, #c2 {
	float: left;
}
#c1 {
	width: 234px;
}
#c2 {
	width: 736px;
}
#c1 .content {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 28px;
	padding-bottom: 0px;
	padding-left: 45px;
}
#c2 .content {
	color: #000000;
	font-size: 12pt;
	line-height: 1.6em;
	padding-right: 32px;
	padding-bottom: 16px;
	padding-left: 32px;
}

.content p {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: "Book Antiqua";
	font-size: 12pt;
	text-align: left;
}
h1 {
	font-size: 16px;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
.topZero {
	margin-top: 0;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol2_bottom.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
#footer {
	margin: 0px auto;
	font-size: 11px;
	width: 982px;
}
#footercontent {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #8A0074;
	text-decoration: #8A0074;
}
.content a:visited {
	color: #8A0074;
}
.content a:hover, .content a:focus, .content a:active {
	text-decoration: underline;
	font-size: 13px;
}
/*
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 {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#c1 .content a:visited {
	color: #E8E8E8;
}
#c1 .content a:hover, #c1 .content a:focus, #c1 .content a:active {
	text-decoration: underline;
}

#footer img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#footer p {
	margin-top: 0px;
	margin-bottom: 10px;
}
/*Footer Links*/
#footer a:link {
	color: #8A0074;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #000000;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #8A0074;
	text-decoration: underline;
}
