/* Stylesheet for SFCEE
   Ann Adamcik, indigopear.com
   March 18, 2006
   Donald Main, mainwc.com
   November 29, 2006	*/




/* Common page styles 
 **********************/

* {
	margin: 0;
	padding: 0;
}

body {
	width: 730px;
	margin: 0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
	background: white;
}
#main {
	width: 730px;
	text-align: left;
}


h1, h2 {
	font-family: Garamond, "Times New Roman", serif;
}
h3 {
	font-size: small;
}
a {
	color: #19838f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul {
	list-style: none;
}

.clear {
	clear: both;
}



/* Common header/footer styles 
 ********************************/

#header {
	border-top: 6px solid #66ccff;
	padding-top: 6px;
	border-bottom: 1px solid white;	
	
}
#header img {
	float: left;
}
#header h1 {
	border: 1px solid white;
	border-bottom: 1px solid #66ccff;
	line-height: 60%;
	margin-left: 70px;
	padding-bottom: 5px;
	font-size: 34px;
	font-weight: normal;
}
#header h1 a {
	color: #333;
}
#header h1 span {
	font-size: 16px;
	color: black;
}
#header a:hover {
	text-decoration: none;
}
#tag {
	float: right;
	font-size: 16px;
	letter-spacing: 0.2em;
	color: #66ccff;
}
#footer {
	margin: 5px 0;
}
#footer ul {
	background: #66ccff;
	padding: 2px 15px;
}
#footer li, #footer a {
	color: white;
	font-size: x-small;
}
#footer li {
	display: inline;
	border-left: 1px solid white;
	padding: 0 4px;
}
#footer .first {
	border-left: none;
}


/* top navbar */

#nav {
	float: right;
	padding-top: 5px;
}
#nav li {
	background: url("images/bullet1.gif") no-repeat left;
	padding: 0 5px 0 15px;
	float: left;
	position: relative;
}
#nav .first {
	background: none;
}
#nav a {
	display: block;
	color: #66ccff;
	font-weight: bold;
	font-size: 90%;
}
#nav a:hover, #nav .current a {
	color: #666;
}
#nav ul {
	
	padding: 8px 10px 10px 10px;
	width: 10em;
}

#nav ul li.first {
	background: #66ccff;
	padding: 3px;
	width: 10em;
	border-top:solid #333 1px;
}

#nav ul li{
	background: #66ccff;
	padding: 3px;
	width: 10em;
	border-left:solid #333 1px;
	border-right:solid #333 1px;
	border-bottom:solid #333 1px;
}
#nav ul a, #nav .current ul a{
	color: #fff;
	font-weight: 500;     
}
#nav ul a:hover {
	color: #666;
	background: #fff;
}
#nav li ul {
	position: absolute;
	left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: 15px;
}


/* Main page styles 
 ********************/

#feature {
	height: 395px;
	background: url("images/cathedral.jpg") no-repeat #adc7e0;
}

#feature h1 {
	font-weight: normal;
	padding: 35px 0 0 8px;
	font-size: 39px;
}
#feature h1 span {
	color: white;
}

.box {
	float: left;
	width: 146px !important;
	width /**/:182px;
	border-left: 1px solid #66ccff;
	margin: 10px 0;
	padding: 5px 10px 5px 25px;
	min-height: 98px;
	height: auto !important;
	height: 98px;
}
.box h3 {
	color: #66ccff;
	font-size: 90%;
}
.box a {
	color: #333;
	font-size: 90%;
}
.box a:hover {
	text-decoration: none;
}
.box ul {
	padding: 5px 0;
}
.box li {
	background: url("images/bullet.gif") no-repeat left;
	padding-left: 18px;
}

.closed {
	color: #EB2C2E;
}

.open {
	color: #66ccff;
}

#signUp {
	width: 147px !important;
	width /**/:183px;
	background: #66ccff;
}
#signUp h3 {
	color: white;
}
#signUp li {
	background: url("images/bullet3.gif") no-repeat left;
}



/* Second-level page styles
 ****************************/

#content {
	padding: 20px 0;
}

#col1 {
	float: left;
	width: 364px;
}

#col2 {
	float: right;
	width: 366px;
}

#pageHeader {
	height: 84px;
	border: 1px solid #66ccff;
	text-align: center;
}
#pageHeader h1 {
	font-weight: normal;
}
#title {
	color: white;
	background: #66ccff;
	padding: 2px 0 5px 0;
	
}
#subtitle {
	padding-top: 10px;
	font-size: 28px;
}
#col1 img {
	margin-top: 20px;
}
#pageHeader, #col2 img {
	margin-bottom: 20px;
}
#col2 ul {
	list-style: url("images/bullet2.gif");
	margin: 0 0 20px 35px;
}
#col2 ul a {
	color: #333;
}
#col2 ul li {
	padding: 0 0 5px 0;
}

p, h3 {
	margin-bottom: 10px;
}
.quote {
	font-style: italic;
	color: #19838f;
}
#next {
	float: right;
	background: #66ccff;
	padding: 2px 10px;
	white-space: nowrap;
}
#next a {
	color: white;
}
#next a:hover {
	text-decoration: none;
}
table {
	width: 100%;
	margin: 25px 0;
}
th {
	border-bottom: 1px solid #66ccff;
}
td {
	padding: 5px 0;
	border-bottom: 1px solid #666;
}
fieldset {
	width: 320px !important;
	width /**/:342px;
	padding: 20px 10px;
	margin: 8px;
	border: 1px solid #cecece;
}
legend {
	padding: 3px 20px;
	font-weight: bold;
	color: white;
	background: #66ccff;
}
fieldset h3 {
	font-size: 11px;
	padding-top: 15px;
}
.fieldrow {
	float: left;
}
div.row {
	clear: both;
	padding-top: 10px;
}

div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 200px;
	text-align: left;
} 
#submit {
	padding: 0 5px;
}

#loginForm{
	text-align: center;
}
#loginForm fieldset {
	margin: 0 auto;
}
#sitemap {
	margin: 10px 0 0 15px;
}
#sitemap ul {
	margin: 3px 0 5px 30px;
}
#sitemap a {
	color: #333;
}
#sitemap li, #sitemap ul li {
	font-weight: bold;
}
#sitemap ul ul li {
	font-weight: normal;
}