/* Globals 
--------------------------------------------------------------------------------------------------- */
* { margin: 0; padding: 0; }

hr { display: none; }

ul { list-style: none; }

h1, h2, h3  {
	color:#C1E257;
}
a {
	color:#7DB8D3;
	outline: none;
}
a:hover {
	color:#B5D334;
}

html {
	background: #053366 url(../gfx/top-bar.gif) repeat-x 0 0;
}
body {
	margin: 15px 0 0 0;
	font: 11px/1 Verdana, Helvetica, Arial, Sans-Serif;
	background: transparent url(../gfx/bg-split2.gif) repeat-x 0 -15px;
	text-align: center;
	color:#E2ECF8;
}

/* Helpers 
--------------------------------------------------------------------------------------------------- */
.clear { clear: left; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* Layout 
--------------------------------------------------------------------------------------------------- */
#container { 
	width: 759px;
	margin:0 auto;
	text-align: left;
	position: relative;
}
#header {
	padding: 35px 0 330px 0;
}
#logo {
	float: left;
	width: 324px;
	height: 71px;
	text-indent: -9999px;
	margin: 0; 
	padding: 0;
}
#logo a {
	display: block;
	width: 324px;
	height: 71px;
	line-height: 71px;
	background: url(../gfx/logo.gif) no-repeat 0 0;
}
#navmenu {
	right: 0;
	top: 3px;
	position: absolute;
	width: 182px;
	list-style: none;
}
#feature {
	width: 759px;
	height: 225px;
	position: absolute;
	top: 130px;
	left: 0;
	background: url(../gfx/image/daydream.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
body#profile #feature {
	background: url(../gfx/image/beach2.jpg) no-repeat 0 0;
}
body#questions #feature {
	background: url(../gfx/image/trees.jpg) no-repeat 0 0;
}
body#contact #feature {
	background: url(../gfx/image/reflection.jpg) no-repeat 0 0;
}
body#blog #feature {
	background: url(../gfx/image/skyline.jpg) no-repeat 0 0;
}
body#blog.inside #feature {
	background: url(../gfx/image/skyline3.jpg) no-repeat 0 0;
}
#contentarea {
	clear: both;
	padding: 0 20px 0 0;
	background: url(../gfx/bg-mid.gif) repeat-y;
	border-top: 1px solid #1C4C79;
}
body#home #contentarea,
body#default #contentarea {
	border-top: none;
}
#primary {
	float: right;
	width: 515px;
	padding: 15px 0 0 0;
}
#secondary {
	float: left;
	width: 203px;
}
#testimonial {
	width: 759px;
	height: 100px;
	overflow: hidden;
	background: url(../gfx/bg-top.gif) no-repeat 0 0;
}
#footer {
	clear: both;
	background: url(../gfx/bg-foot.gif) no-repeat 0 0;
	height: 130px;
	position: relative;
}
/* Navigation 
--------------------------------------------------------------------------------------------------- */
#navmenu li {
	width: 182px;
	margin:0; padding:0;
}
#navmenu li a {
	width: 182px;
	display: block;
	text-indent: -9999px;
	margin:0; padding:0;
}
#navmenu li#n-home {
	height: 30px;
	line-height: 30px;
}
#navmenu li#n-home a {
	height: 30px;
	background: url(../gfx/nav/home.gif) no-repeat 0 0;
}
#navmenu li#n-home a:hover,
body#home #navmenu li#n-home a {
	background-position: -182px 0;
}
#navmenu li#n-profile {
	height: 27px;
	line-height: 27px;
}
#navmenu li#n-profile a {
	height: 27px;
	background: url(../gfx/nav/profile.gif) no-repeat 0 0;
}
#navmenu li#n-profile a:hover,
body#profile #navmenu li#n-profile a {
	background-position: -182px 0;
}
#navmenu li#n-questions {
	height: 30px;
	line-height: 30px;
}
#navmenu li#n-questions a {
	height: 30px;
	background: url(../gfx/nav/questions.gif) no-repeat 0 0;
}
#navmenu li#n-questions a:hover,
body#questions #navmenu li#n-questions a {
	background-position: -182px 0;
}
#navmenu li#n-contact {
	height: 37px;
	line-height: 37px;
}
#navmenu li#n-contact a {
	height: 37px;	background: url(../gfx/nav/contact.gif) no-repeat 0 0;
}
#navmenu li#n-contact a:hover,
body#contact #navmenu li#n-contact a {
	background-position: -182px 0;
}

/* Primary Content 
--------------------------------------------------------------------------------------------------- */
#primary p {
	margin: 0 0 2em 0;
	line-height: 2em;
}
#primary ul, #primary ol {
	margin: 0 0 2em 20px;
	line-height: 2em;
}
#primary ul.special, #primary ol.special {
	margin: 0 0 2em 0;
	line-height: 2em;
}
#primary ul.special li,
#primary ol.special li {
	color:#7BB6D2;
	border: 1px solid #053366;
	background:#022246;
	line-height: 1.6em;
	float: left;
	/* margin: 15px 10px 15px 15px;  */
	padding: 8px;
	margin: 4px;
	width: 129px;
	height: 90px;
	font-size: 10px;
	list-style: none;
}
#primary p strong {
	background:#1C4C79;
	padding: 2px 5px;
	font-weight: normal;
}
#primary p.more {
	text-align: right;
	border-bottom: 1px solid #053366;
	border-top: 1px solid #053366;
	padding: 4px 0;
	color:#1C4C79;
}
body#blog #primary p.more {
	margin: -1.8em 0 1.8em 0;
}
#primary h2,
#primary h3,
#primary h4 {
	margin:  0 0 5px 0;
}
form { 
	padding: 10px 0 0 0;
	margin: 0; padding: 0;
}
legend {
	display: none;
}
fieldset {
	border: none;
	margin: 0; padding: 0;
}
label, input, textarea {
	display: block;
	width: 250px;
	float: left;
	margin: 0; padding: 0;
	margin-bottom: 10px;
	line-height: 1;
}
input, textarea {
	color:#053366;
}
label.zemRequired, label.zemRequirederrorElement {
	font-weight: bold;
	color:#B5D334;
}
html>body #zemSubmit { 
	margin-left: 120px;
}
* html #zemSubmit { 
	margin-left: 60px;
}
label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}
br {
	clear: left;
}
#primary ul.zemError {
	background: #DEEEB3;
	padding: 8px;
	margin:0 140px 15px 60px;
	color:#000;
	border: 1px solid #B5D334;
}
#primary ul.zemError li {
	list-style: none;
	margin: 0;
}


/* Secondary Content 
--------------------------------------------------------------------------------------------------- */
#secondary p {
	margin:15px;
	line-height: 1.4em;
	color:#D5E7B1;
}
#secondary dl { 
	margin:15px;
	color:#1C4C79;
}
#secondary dl dt {
	font-weight: normal;
	padding: 4px 0;
	margin: 0 0 5px 0;
	font-style: italic;
	color:#D5E7B1;
	border-top: 1px solid #1C4C79;	
	border-bottom: 1px solid #1C4C79;
}
#secondary dl dd {
	line-height: 1.4em;
	margin: 0 0 4px 0;
	color:#1C4C79;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #053366;
}


/* Testimonial 
--------------------------------------------------------------------------------------------------- */
#testimonial blockquote {
	margin: 22px 32px 0 235px;
}
#testimonial blockquote p {
	margin: 0;
	line-height: 1.4em;
	color:#6498B4;
	font-size: 13px;
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-size: 11px;
}
#testimonial blockquote p.cite {
	text-align: right;

	margin: 0;
}
#testimonial blockquote p.cite em {
	background: #053366;
	font-style: normal;
	padding: 3px 5px;
}

/* Footer
--------------------------------------------------------------------------------------------------- */
#footer address {
	display: block;
	width: 203px;
	height: 75px;
	background: url(../gfx/address.gif) no-repeat 50% 0;
	text-indent:-9999px;
}
#footer #f-phone {
	display: block;
	width: 203px;
	height: 15px;
	background: url(../gfx/phone-fax.gif) no-repeat 50% 0;
	text-indent:-9999px;
	float: left;
}
#footer #f-email {
	float: right;
	width: 138px;
	height: 37px;
}
#footer #f-email a {
	width: 138px;
	height: 37px;
	display: block;
	background: url(../gfx/email.gif) no-repeat -138px 0;
	text-indent: -9999px;
}
#footer #f-email a:hover {
	background-position: 0 0;
}
#credit {
	position: absolute;
	top: 100px;
	right: 6px;
	width: 124px;
	height: 22px;
}
#credit a {
	text-indent: -9999px;
	display: block;
	width: 124px;
	height: 22px;
	background: url(../gfx/vibe9.gif) no-repeat 0 0;
}
#credit a:hover {
	background-position: -124px 0;
}
/* SIFR Out-of-the-box styles .. Do not modify
---------------------------------------------------------------------------------- */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
}

/* SIFR Decoy Styles  */

.sIFR-hasFlash #primary h2 {
	visibility: hidden; 
	letter-spacing: -25px;
	font-size: 32px; line-height:32px; height:32px;
}
.sIFR-hasFlash #primary h3 {
	visibility: hidden; 
	letter-spacing: -50px;
	font-size: 24px; line-height:24px; height:24px;
}
.sIFR-hasFlash #primary h4 {
	visibility: hidden; 
	letter-spacing: -50px;
	font-size: 18px; line-height:18px; height:18px;
}