@charset "UTF-8";

* {margin: 0; padding: 0;}

html, body {height: 100%;}


body {
	font: 12px Helvetica, Arial, sans-serif;
	background: #e0effa url(../images/bg_body.jpg) repeat-x;
	color: #666;
}

img, img a {border: none;}

p {
	line-height: 1.6em;
	margin-bottom: 1em;
	}
	
.left {float: left;}
.right {float: right;}

img.left {float: left; margin: 0 16px 16px 0;}
img.right {float: right; margin: 0 0 16px 16px;}
	
a {color: #990099; text-decoration: none}
a:hover { text-decoration: underline; }



#page {
	min-height: 100%;
	background: url(../images/bg_page.jpg) center 0 no-repeat;
	}


#top, #nav, #wrap, #footer, #footer2 {
	width: 959px;
	margin: 0 auto;
	}
	
#top {
	height: 136px;
	background: url(../images/bg_top.png) 0 bottom no-repeat;
	margin-bottom: 22px;
	}
	
#top h1 a {
	display: block;
	float: left;
	width: 256px;
	height: 116px;
	}

#top h1 strong {display: none;}

#wrap {
	background: #FFF;
	}

#main-image {padding: 12px 12px 0 12px;}

#content {
	float: left;
	width: 624px;
	margin: 10px 0 0 32px;
	}
	
	* html #content {margin: 10px 0 0 16px;}
	
#content h1 {
	color: #ee7b26;
	font-size: 2.2em;
	font-weight: normal;
	margin-bottom: .6em;
	padding-bottom: 3px;
	border-bottom: 1px solid #ee7b26
	}
	
#content h2 {
	color: #ee7b26;
	font-size: 1.6em;
	margin-bottom: .6em;
	padding-top: 16px;
	}
	
#content h3 {
	color: #333;
	font-size: 1.3em;
	margin-bottom: .6em;
	padding-top: 10px;
	}
	
#content h4 {
	color: #333;
	font-size: 1.1em;
	margin-bottom: .4em;
	padding-top: 8px;
	}
	
#content ol, #content ul {margin: 0 0 16px 20px;}

#content li {line-height: 1.6em;}

#content table {margin-bottom: 16px;}

#content th, #content td {padding: 4px 6px;}

#content th {background: #65c5f7; color: #FFF; }

#content td {background: #f0f0f0;}

#content ul.nav-anchor {
	padding: 16px 24px;
	background: #f0f0f0;
	margin: 0 0 16px 0;
	}
	
#sidebar {
	float: right;
	width: 234px;
	margin: 50px 32px 0 0;
	}
	
	* html #sidebar {margin-right: 16px;}
	
#footer {
	background: url(../images/bg_footer.png) center 0 no-repeat;
	padding-top: 36px;
	text-align: center;
	color: #0a4e83;
	font-size: 11px;
	overflow:auto;
	padding-bottom: 183px;
	}
	
#footer a {color: #0a4e83}
	
#bottom {
	height: 183px;
	background: url(../images/bg_bottom.png ) center 0 no-repeat;
	position: relative;
	margin-top: -183px; /* negative value of footer height */
	clear:both;} 

	
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*============= FORMS ==================*/

#cnt .textfield, #cnt .email {
	width: 308px;
	padding: 2px;
	}
	
#cnt .textarea {
	width: 312px;
	padding: 2px;
	}
