body {
	color: #182A36;
	background: #203644 url('img/bg.gif');
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

a { color: #436C8B; text-decoration: none; }
a:hover { color: #88C23F; }

/* MAIN CONTAINERS */
#container { background: url('img/container.gif') repeat-x; }
#page-content { padding-top: 20px; background: url('img/content.gif') repeat-x; }
#content { background: #EDF2F6; }
#wrapper { width: 958px; margin: 0 auto; overflow: hidden; }
#main { float: left; min-height: 200px; width: 600px; padding: 20px; }
#main.front { float: none; width: auto; padding-top: 0px; }
* html #main { height: 200px; }
#side { float: right; height: 1%; width: 255px; margin: 0 20px 20px 0; overflow: hidden; }
#main.block { margin: 0 20px 20px 20px; }

/* HEAD STYLES */
#head { height: 100px; }
#head #logo { 
	float: left;
	height: 50px; 
	width: 220px; 
	text-indent: -9999px; 
	background: url('img/logo.gif') right bottom no-repeat; 
}
#head #logo a { display: block; height: 30px; margin-top: 20px;  }

/* FOOTER STYLES */
#footer { 
	height: 56px;
	clear: both;
	color: #4A6B83;
	font-size: 12px;
	line-height: 56px;
	padding: 0 20px;
	background: #15242A url('img/footer.gif') top center no-repeat;
}

/* MAIN NAVIGATION */
#main-nav, 
#main-nav ul {
	float: right;
	height: 44px; 
	line-height: 44px;
	position: relative;
	margin: 12px 8px 0 0; 
	list-style-position: outside;
}
#main-nav a {
	color: #D6E0E7;
	display: block;
	padding: 0 20px;
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
}
#main-nav a:hover { color: #fff; }
#main-nav a.selected,
#main-nav a.selected:hover { cursor: default; color: #68869B; }
#main-nav li { float: left; position: relative; }


/* SIDE NAVIGATION */
#side h2 { font-size: 16px; padding-bottom: 15px; }
#side h2 a { color: #132127; }
#side h3 { font-size: 13px; text-transform: uppercase; padding: 10px 0; margin-top: 10px; }

#sub-nav li { display: block; font-size: 12px; }
#sub-nav li a { 
	width: 255px; 
	display: block;
	padding: 0 10px; 
	line-height: 30px; 
	font-weight: bold;
	text-decoration: none; 
	border-bottom: 1px solid #D5E0E5; 
	border-top: 1px solid #fff; 
}

#sub-nav li a:hover,
#sub-nav li a.selected { background: url('img/sub_nav.gif') repeat-x; }
#sub-nav li a.selected { color: #fff; background-position: 0 -32px;}
#sf-sidebar { clear: both; }

/* TEXT STYLES */
.block { 
	background: #fff; 
	padding: 20px; 
	border: 1px solid #D3DEE5; 
	-moz-border-radius: 8px; 
	-webkit-border-radius: 8px; 
}

#main p,
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main ul,
#main ol { padding-bottom: 15px; }

#side p { padding-bottom: 2px; }
#side p.br { padding-bottom: 15px; }

#main h1 { font-size: 18px; margin-bottom: 15px; background: url('img/h1.gif') bottom left repeat-x; }
#content h1.page-title { font-size: 20px; color: #fff; padding: 0 24px; line-height: 60px; background: url('img/inside_h1.gif') top left repeat-x; }
#content h1.page-title a { color: #98BDD8; }
#main a { text-decoration: underline; }
#main h1 a { color: #077DA5; }
#main h2 { font-size: 18px; }
#main h3 { font-size: 16px; }
#main h4 { font-size: 14px; }
#main ul li, #main ol li { margin-left: 18px; list-style: disc; margin-bottom: 3px; }
#main blockquote { clear: left; font-size: 16px; color: #666; font-style:italic; padding: 10px 0; margin-bottom: 10px; border-top: 1px dotted #ccc; border-bottom: 1px dotted #ccc; }
#main form .submit { font-family: inherit; font-size: 12px; background: url('img/green-btn.gif') center;  font-weight: bold; padding: 4px 10px; cursor: pointer; color: #fff; border: 0px; -moz-border-radius: 8px; -webkit-border-radius: 8px; }
#main form .submit:hover { background: #6D9737; }
#main dd,#main dt { margin-bottom: 2px; }
#main dt { font-weight: bold; }
#main dd.duties { font-size: 13px; font-weight: bold; margin-top: 10px;  }

.txt,.txt-small { font-family: inherit; width: 400px; font-size: 12px; padding: 3px; border: 1px solid #ccc; border-top-color: #888;  border-left-color: #888; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.txt-small { width: 30px; }
.txt:focus { background: #eee; }
label { font-weight: bold; font-size: 12px; }
#main h2.ok { background: #E5EFED; padding: 10px; color: #006633; margin-bottom: 10px; }
#main h2.error { background: #FFE5E5; padding: 10px; color: #cc0000; margin-bottom: 10px; }

input.error,
textarea.error,
.input.error:focus,
textarea.error:focus { border-color: #cc0000; background: #FFE5E5; }
label.error { display: block; font-size: 10px; color: #cc0000; margin-top: 5px; }
input.error,.input.error:focus { border-color: #cc0000!important; background:#FFE5E5 url('../img/txt_error.gif') repeat-x; }
label.error { display: block;  font-size: 10px; color: #cc0000; margin-top: 5px;  }
.br { border-bottom: 1px dotted #C2D0D9; padding-bottom: 15px; margin-bottom: 15px; }

/* HOME  */
#sf-front { padding: 90px 620px 27px 30px; color:#fff; background: #4B7593 url('img/home.gif') top center no-repeat; }
#sf-front #learn-more a { 
	display: block; 
	line-height: 30px; 
	width: 195px; 
	padding-bottom: 4px;
	text-align: center; 
	color: #fff; 
	font-weight: bold; 
	font-size: 12px; 
	margin: 22px 0 0 100px;
	background: url('img/home-btn.gif') no-repeat;  
}
#sf-front #learn-more a:hover { background-position: 0 -36px; }
#sf-front-tabs { height: 69px; background: url('img/home-tabs.gif') repeat-x;  }
#sf-front-tabs li { float: left; position: relative; }
#sf-front-tabs li a {
	cursor: pointer;
	display: block;
	font-weight: bold;
	color: #182A36;
	border-left: 1px solid #C1CFD9;
	border-right: 1px solid #fff;
}
#sf-front-tabs li a small { color: #3A5F7D; font-size: 12px; display: block; font-weight: normal; }
#sf-front-tabs li a:hover { background: url('img/home-tabs.gif') 0 -69px;  }
#sf-front-tabs li a span { padding: 17px 42px 16px 60px; display: block; background: url('img/icons.gif') no-repeat; } 
#sf-front-tabs li#manage a span:hover { background-position: 0 -69px; }
#sf-front-tabs li#inform a span { background-position: 0 -138px; }
#sf-front-tabs li#inform a span:hover { background-position: 0 -207px; }
#sf-front-tabs li#create a span { background-position: 0 -276px; }
#sf-front-tabs li#create a span:hover { background-position: 0 -345px; }
#sf-front-tabs li#sell a span { background-position: 0 -414px; }
#sf-front-tabs li#sell a span:hover { background-position: 0 -483px; }

.front-one,.front-two,
.front-three { float: left; width: 292px; }
.front-one .block,
.front-two .block,
.front-three .block { height: 180px;  }
.front-two { margin: 0 20px; }
.front-three a { display: block; }
.front-three img { border: 1px solid #D3DEE5; }

#content .front-one .yes, 
#content .front-one .no { -moz-border-radius: 8px; -webkit-border-radius: 8px; font-weight: bold; padding: 0 10px 0 30px; font-size: 12px; line-height: 32px; height: 32px; border: 1px; border-style: solid; }
#content .front-one .yes { background: #EAFCD3 url('img/status.gif') no-repeat; border-color: #D1F3A7; }
#content .front-one .yes a { color: #5B812C; text-decoration: none; }
#content .front-one .no { background: #FCEEEE url('img/status.gif') 0 -32px no-repeat; border-color: #FED1D1; }
#content .front-one .no a { color: #AB0F0F; text-decoration: none; }
#content .front-one .yes a:hover,
#content .front-one .no a { color: #333; }

/* PAGE STYLES */
#page .what { margin-bottom: 30px; }
.feature { padding: 10px 0; }
.feature h2 { margin-top: 5px; line-height: 24px; }
.feature img { float: left; margin-right: 20px; }
.folio img { border: 1px solid #D3DEE5; }
#content a.green-btn { 
	display: block; 
	line-height: 30px; 
	width: 195px; 
	padding-bottom: 4px;
	text-align: center; 
	color: #fff; 
	font-weight: bold; 
	font-size: 12px; 
	text-decoration: none;
	background: url('img/green-btn.gif') no-repeat;  
}
#content a.site-link { display: block; font-weight: bold; margin-top: -8px; }

td { vertical-align: top; padding: 8px 0; }