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

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#masthead {
	background-color: #FFFFFF;
	color: #999999;
	margin: 12px auto 0 auto;
	width: 982px;
}

#topwrapper {
	background-image: url(../images/bookstack2.jpg);
	background-repeat: no-repeat;
	background-position: 500px;
	height: 150px;
}
#logo {
	background-image: url(../images/GEA-Logo.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 425px;
	padding-top: 0;
	padding-right: 12px;
	padding-bottom: 0;
	padding-left: 12px;
	float: left;
}
#logo a {
	height: 150px;
	width: 425px;
	display: block;
}
#logo h1 {
	display: none;
}


#navbar {
	margin-bottom: 12px;
	background-image: url(img/p7CRV980HzMen_mid.jpg);
	background-repeat: repeat-y;
	font-size: 0.8em;
	zoom: 1;
}
#navbar_inner {
	background-image: url(img/p7CRV980HzMen_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
}
#navbar_inner2 {
	background-image: url(img/p7CRV980HzMen_bot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 0 11px 22px;
}
#menu-holder {
	margin-left: 50px;
}

/* two and three column backgrounds */

#columntop {
	clear: both;
	background-image: url(img/p7CRVCol3_top.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
#columnwrapper {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/p7CRVCol3_middle.jpg);
	background-repeat: repeat-y;
}
#columnbottom {
	clear: both;
	background-image: url(img/p7CRVCol3_bottom.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

/* two and three column backgrounds */

#columntopONE {
	clear: both;
	background-image: url(img/onecolumn-top.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
#columnwrapperONE {
	margin: 0 auto;
	width: 982px;
	background-image: url(img/onecolumn-mid.jpg);
	background-repeat: repeat-y;
}
#columnbottomONE {
	clear: both;
	background-image: url(img/onecolumn-bot.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

#c1, #c2, #c3 {
	float: left;
}

/* #c1 is the lefthand column for the three column style */

#c1 {
	width: 234px;
	color: #FFFFFF;
}

#c1 h1 {
	color: #FFFFFF;
	margin-top: 5px;
	margin-bottom: 10px;
}
#c1 img {

}
#c1 p {
	margin-top: 12px;
	margin-bottom: 0px;
}

/* #c2 is the three column style */

#c2 {
	width: 514px;
}

#c2 p {
	margin-top: 6px;
	margin-bottom: 12px;

}

#c2 img {
	margin: 5px;
}
#c2 ul {
	margin-top: 6px;
	margin-bottom: 6px;
}


/* #c2b is the two column style */

#c2b {
	width: 685px;
	float: right;
	padding-right: 35px;
	padding-left: 25px;
}

#c2b p {
	margin-top: 6px;
	margin-bottom: 12px;
}

#c2b img {
	margin: 5px;
}

/* #c2c is the two column style */

#c2c {
	width: 912px;
	float: right;
	padding-right: 35px;
	padding-left: 35px;
}

#c2c p {
	margin-top: 2px;
	margin-bottom: 2px;
}

#c2c img {
	margin: 5px;
}

/* #c3 is the righthand column for the three column style */

#c3 {
	width: 234px;
}
#c3  .form {
	margin-top: 5px;
	margin-bottom: 5px;
}
#c1 .content {
	font-size: 12px;
	padding-top: 5px;
	padding-right: 26px;
	padding-bottom: 10px;
	padding-left: 26px;
}
#c2 .content {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	padding-top: 5px;
	padding-right: 32px;
	padding-bottom: 10px;
	padding-left: 32px;
}
#c3 .content {
	font-size: 12px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 20px;
}
h1 {
	font-size: 18px;
	color: #000000;
}
h2 {
	font-size: 18px;
	color: #0097D7;
	margin-top: 5px;
	margin-bottom: 10px;
	letter-spacing: -.5px;
}
h3 {
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 12px;
}
h4 {
	font-size: 16px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

.topZero {
	margin-top: 0;
}
#footer {
	margin: 0px auto;
	font-size: 0.7em;
	width: 982px;
}
#footercontent {
	padding: 14px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
/*Default Links - Applies to the Main Content Column*/
.content a:link {
	color: #692C91;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.content a:visited {
	color: #692C91;
}
.content a:hover, .content a:focus, .content a:active {
	text-decoration: underline;
}
/*
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: #46AC45;
}
#c3 a:visited {
	color: #47A63A;
}
#c3 a:hover, #c3 a:focus, #c3 a:active {
	color: #46AB41;
}
/*Footer Links*/
#footer a:link {
	color: #003399;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
}

#footer a:visited {
	color: #663366;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #3366FF;
}

