/*
	Style Index
	
	$1 - Site Structure Styles
	$2 - Header Styles
	$3 - Sidebar Styles
	$4 - Content Styles
	$5 - Footer Styles
	$100 - Clearfix Styles
*/


/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }


/* $1 - Site Structure Styles ///////////////////////////////////////////////////////////////////////////////////*/

body {
	padding:47px 0 0 0;
	background:#B6C6DC url(images/body-bg.jpg) 50% 0px;
	font:12px arial, verdana, sans-serif;
	}

body#index-body {
	background:#B6C6DC url(images/index-body-bg.jpg) 50% 0px;
	}
	
#container {
	width:806px;
	margin:0 auto;
	}
	
#index-body #container {
	width:668px;
	margin:0 auto;
	}

#header {
	position:relative;
	height:121px;
	background:#000000;
	color:#E3E7EC;
	width:668px;
	margin-left:138px
	}

#index-body #header {
	position:relative;
	height:121px;
	background:#2C5C9A;
	color:#E3E7EC;
	padding:0;
	margin:0;
	}

#content-container {

	}

#index-body #sidebar-left {
	display:none;
	}
	
#sidebar-left {
	float:left;
	width:118px;
	padding:20px 0 20px 20px;
	margin-top:35px;
	}
	
#main-content {
	width:578px;
	padding:45px;
	float:right;
	}

#index-body #main-content {
	float:none;
	padding:45px;
	}

#footer {
	
	}
	
/* $2 - Header Styles ///////////////////////////////////////////////////////////////////////////////////*/

.header-logo {
	position:absolute;
	left:30px;
	top:25px;
	}

.header-login {
	position:absolute;
	right:20px;
	top:20px;
	width:200px;
	height:50px;
	}

.header-form-left {
	float:left;
	width:92px;
	margin-bottom:6px;
	}

.header-form-right {
	float:right;
	width:92px;
	margin-bottom:6px;
	}

.header-login label {
	display:block;
	margin-bottom:2px;
	font-size:10px;
	}

.header-login a {
	margin-left:10px;
	font-size:10px;
	color:white;
	}

.header-login a:hover {
	text-decoration:underline;
	}

.header-login input {
	width:88px;
	height:13px;
	padding:2px;
	background:white url(images/header-input-bg.gif) no-repeat;
	border:none;
	}

.header-login input#submit-button {
	width:50px;
	height:20px;
	background-image:none;
	background-color:#F3F3F3;
	border:none;
	border-right:1px solid #969696;
	border-bottom:0;
	cursor:pointer;
	}


#header-nav {
	position:absolute;
	bottom:-1px;
	right:140px;
	height:33px;
	width:500px;
	}

html>body #header-nav {
	bottom:0;
	}
#header-nav ul{
	display:inline;
	}

#header-nav li {
	float:left;
	width:1%;
	height:33px;
	}

html>body #header-nav li {
	width:auto;
	}

#header-nav li a {
	color:#fff;
	height:33px;
	padding:0 10px 0 15px;
	line-height:38px;
	}

#header-nav li a:hover {
	color:#333;
	}
	
/* $3 - Sidebar Styles ///////////////////////////////////////////////////////////////////////////////////*/

#sidebar-left h3 {
	margin-bottom:3px;
	text-decoration:underline;
	font:bold 12px arial, verdana, sans-serif;
	color:white;
	}

#sidebar-left ul {
	padding-left:6px;
	margin-bottom:15px;
	}

#sidebar-left li {
	margin-bottom:1px;
	}

#sidebar-left a {
	color:#CDCDD1;
	font-size:11px;
	}

#sidebar-left a:hover {
	text-decoration:underline;
	}
	
	
/* $3 - Content Styles ///////////////////////////////////////////////////////////////////////////////////*/

a,
a:link,
a:visited {

	}

a:hover {
 
	}


h1,h2,h3,h4,h5,h6 {
	
	}
	
h2 {
	font:36px arial, verdana, sans-serif;
	margin-bottom:35px;
	color:#242B66;
	}

p {
	line-height:1.5;
	margin-bottom:10px;
	}


#main-content p {
	font:14px 'Times New Roman', georgia, serif;
	color:#585B77;
	line-height:1.5;
	margin-bottom:10px;
	}


img {
	border:none;
	}

.index-banner {

	}

dl.content-pic-right {
	float:right;
	margin:0 0 15px 15px;
	}

dl.content-pic-right dt {
	padding:0 0 10px 0;
	margin:0;
	}

dl.content-pic-right dd {
	padding:0;
	margin:0;
	font:bold 14px "times new roman", georgia, serif;
	}

p.first-para:first-letter {
	font-size:22px;
	}


/* $5 - Footer Styles ///////////////////////////////////////////////////////////////////////////////////*/



/* $100 - Clearfix Styles ///////////////////////////////////////////////////////////////////////////////////*/



.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;display:inline-block;}
/* End hide from IE-mac */
	
	




