/* CSS Document by Dieter Schneider 2007 | www.csstemplateheaven.com */

* {margin: 0; padding: 0;}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color:#000;
}

#container {
	width: 889px;
	margin: auto;
	font-size: 1.2em;
	background-color:#FFF;
	height: 3800px;
}

#header {
	background-image: url(images/lg-header.jpg);
	height: 383px;
	padding-top: 40px;
}

#header_left {
	float: left;
	width: 200px;
	margin-left: 410px;
	font-size: .9em;
	padding: 15px;
}

#header_right {
	width: 200px;
	padding: 15px;
	font-size: .9em;
	margin-left: 648px;
}

#subheader {
	background-image: url(images/subheader.jpg);
	height: 50px;
	clear: both;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	font-size: 0.9em;
	background-color: #eee;
	color: #999999;
	font-size:16px;
}

#left {
	float: left;
	width: 590px;
	margin-left: 15px;
	background-color:#FFF;
}

#leftBox_one {
	padding: 10px;
	border: 1px solid #E5E8ED;
	background-color: #ffffd3;
	margin-bottom: 30px;
	background-image: url(images/leftbox_one_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#leftBox_two {
	float: right;
	width: 264px;
	padding: 10px;
	border: 1px solid #E5E8ED;
}


#right {
	margin-left: 620px;
	margin-right: 15px;
	padding: 10px;
	font-size: 0.9em;
	border: 1px solid #E5E8ED;
}

#footer {
	text-align: center;
	padding: 20px;
	clear: both;
	background-color:#999;
}

#navcontainer ul
{
	background-color: #FFFFFF;
	color: black;
	float: left;
	width: 100%;
	background-image: url(images/navbar.jpg);
	height: 72px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 27px 20px;
	color: #081679;
	text-decoration: none;
	float: left;
	background-image: url(images/navbar_border.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 14px;
}

#navcontainer ul li a:hover
{
color: #4853A3;
}

.pubDate {
	background-image: url(images/date_bg.jpg);
	background-repeat: no-repeat;
	height: 56px;
	width: 48px;
	float: left;
	text-align: center;
	padding-top: 17px;
	line-height: 1em;
	margin-right: 8px;
	font-weight: bold;
	color: #5C6574;
}

.month {
	font-size: 1.2em;
}

dl {}

dt {
	font-style: italic;
	background-color: #EFF0F5;
	padding: 4px;
	font-weight: bold;
	margin-bottom: 6px;
}

dd {
	margin-bottom: 25px;
}

h3 {
	padding-bottom: 4px;
	margin-bottom: 4px;
}

h5 {
	margin-bottom: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #EFF0F5;
	padding: 5px;
	font-size: 1em;
	color: #666666;
}

h4 {
	margin-bottom: 30px;
	margin-top: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-color: #EFF0F5;
	padding: 5px;
	font-size: 1em;
	color: #666666;
}

.style2 {color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

.highlite {font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#063;}


/**************************************** CONTACT FORM ****************************/

form.contact_us {
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
}

input.fields_contact_us {display: block;
        width: 100%;
        background: url(images/input_bg.png);
		border-top: 1px solid #C4D2E2;
		border-left: 1px solid #C4D2E2;
		border-bottom: 1px solid #E3E4E9;
		border-right: 1px solid #E3E4E9;
		margin-top: 3px;
	    margin-bottom: 3px;}

textarea {width: 100%;
          background: url(images/input_bg.png);
		border-top: 1px solid #C4D2E2;
		border-left: 1px solid #C4D2E2;
		border-bottom: 1px solid #E3E4E9;
		border-right: 1px solid #E3E4E9;
		  display: block;
          margin-top: 3px;}

.submit_button_contact {
	margin-top: 15px;
	margin-left: 186px;
	padding: 2px;
	background-color: #F2F3F7;
}
