/* === === === === === === === === ===
CSS Style Document
=== === === === === === === === === */

/* Table of Content
==================================================
	#TYPOGRAPHY
	#CONTAINER
	#HEADER
	#BANNER
	#CONTENT
	#SIDEBAR
	#SIDEBAR FORM
	#FOOTER
*/

/* #TYPOGRAPHY
================================================== */
body {
	color:#7d7d7d;
	background:#eaebec;
	font: 13px/1.5 Arial, Helvetica, sans-serif;
}

a, a:visited { color: #707070; text-decoration: underline; outline: 0; }
a:hover, a:focus { color: #707070; }
p a, p a:visited { line-height: inherit; }

h1, h2, h3, h4, h5, h6, p.title1 {
	color:#252525;
	font-weight: normal;
} 

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1, p.title1 { font-family:Georgia, "Times New Roman", Times, serif; font-size: 20px; margin-bottom: 14px; text-transform:uppercase;}
h2, .header1color, .header1white { font-family:Georgia, "Times New Roman", Times, serif;  font-size: 14px; margin-bottom: 10px; color:#252525; text-transform:uppercase;}
h2.bordertop {border-bottom: solid 3px #999;}
h3 { font-size: 13px; color:#257296; font-weight:bold; margin-bottom: 8px; }

p { padding: 0 0 20px 0; }
p img { margin: 0; }
p.center, span.center, .center { text-align: center; }
p.statement {color: #203051; padding-bottom: 20px;}
img.right {float: right; margin: 0 0 15px 10px;}
img.left {float: left; margin: 0 10px 15px 0;}

em { font-style: italic; }
strong, strong em { font-weight: bold; }
small, .small { font-size: 80%; }

blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px;}
blockquote cite { display: block; font-size: 12px; color: #555; }
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

hr { border: solid #224255; border-width: 1px 0 0; clear: both; margin:0 0 20px; height: 0; }
	
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

table{width:99%;}
table.info { width:471px;}


/* #CONTAINER
================================================== */
#container{
	width:960px;
	margin:0 auto;
	background:#fff;
}
/* #HEADER
================================================== */
#header{
	height:80px;
	color:#010000;
	background:#dcdcdc;
	font-size:15px;
	padding:6px 14px 6px;
	line-height:1;
}

#logo { 
	float:left;
}

#header p{
	float:right;
	margin:10px 0 0 0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: right;
}
#header p a {
	display: block;
	margin-top: 15px;
}
/* #BANNER
================================================== */
#bannermenu{
	height:365px;
	background:#f2f1ed;
}
#banner{
	background: transparent url(../images/banner.jpg) no-repeat top left;
	width:719px;
	height:365px;
	float:left;
}
/* #NAV
================================================== */
#nav{
	width:241px;
	float:right;
	
}
/* #HOMEBOX
================================================== */
.section {
	padding:0 25px 0 5px;
	width:265px;
	float:left;
	height:100%;
	border-right:#cdcdc8 1px solid;
}

.slast {
	padding:0 0 0 5px;
	border: none;
}
/* #CONTENT
================================================== */
#content{
	padding:35px;
}

.reading p{
	width:210px;
	float:left;
	margin:0 10px 0 0; 
	text-align:center;
}

/* FORM STYLE */

form td p{padding:0; margin:0;}


/* #FOOTER
================================s================== */
#footer{
	background-color:#dadada;
	padding:0 0 20px 35px;
}
#footerleft {
	padding:26px  0 0 13px;
	color:#000; 
	font-size:11px;
	width:620px;
	float:left;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
}
#footerleft span{
	font-size:13px;
}
#footerleft a{color: #363636;}
#footerleft h3 { color:#363636; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; font-size: 14px; margin-bottom:20px; padding-top:25px;}
#footerleft h3 a{color:#363636; text-decoration:none;}
#footerleft h3 a:hover{color:#363636; text-decoration:none;}
#copy { float:right; width:260px; margin:35px 0 0 0; color:#363636;}
#footer-sidebar{
	width:260px;
	float:right;
	font-size:10px;
	color:#fff;
	padding:25px 0 25px 20px;
	background:url(../images/footer_right_bg.jpg) no-repeat;
	margin:0;
}
#footer-sidebar p{float:left; padding:0 10px 0 0;}
#footer-sidebar img{
	display:block;
	float:left;
	margin-right:30px;
}
/* -EOF- */