@charset "utf-8";
/* CSS Document */


body { 
    margin: 0;
    } 
 
	
/* MAIN PAGE COMPONENT STYLES */
 
#container { 
    position: relative; 
    margin: 0 auto; 
    width: 800px;
	height: 632px;
    border: 1px solid #5f75a1;
    margin-top: 20px;
}

#header {
	width: 800px;
	height: 132px;
	float: left;
	background-image:url(images/bkgd_header.jpg);
	background-repeat: no-repeat;	
}

#main {
	width: 800px;
	height: 315px;
	float: left;
	background-image:url(images/bkgd_main.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 800px;
	height: 185px;
	float: left;
	background-image:url(images/bkgd_footer.jpg);
	background-position: top;
	background-repeat:no-repeat;
}

/* STYLES INSIDE HEADER DIV */

#logo {
	width: 195px;
	height: 95px;
	float: left;
	padding: 36px 0px 0px 28px;
	z-index: 2;
}

#navHome {
	width: 550px;
	height: 38px;
	padding: 84px 0px 0px 13px;
	float: left;
}

/* STYLES INSIDE MAIN DIV */

#servicesHome {
	width: 195px;
	height: 180px;
	padding: 70px 0px 0px 28px;
	float: left;
}

#textArea {
	width: 300px;
	height: 305px;
	float: right;
	padding-right: 26px;			
}

#textArea h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #002569;
		margin-bottom: -6px;
}

* html #textArea h1 {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #002569;
	margin-bottom: -14px;
}

#textArea p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #002569;
	line-height: 16px;
}

#textAreaSecondary {
	width: 359px;
	float: left;
	padding-left: 16px;			
}

#textAreaSecondary div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

#textAreaSecondary div h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #002569;
/*	margin-bottom: -8px;*/
}

#textAreaSecondary div h2 {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #002569;
	margin-bottom: -4px;
}

#textAreaSecondary li {
	margin-left: -10px;
}

#textAreaSecondary a:link, #textAreaSecondary a:visited {
	color: #f1595b;
	text-decoration: underline;
}

#textAreaSecondary a:hover, #textAreaSecondary a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #f1595b;
}

#newsBoxHome {
	width: 300px;
	height: 130px;
	padding: 0px 0px 0px 0px;
	background-image:url(images/newsBox_home.jpg);
	background-repeat:no-repeat;
}

#newsBoxText {
	padding: 10px 24px 0px 14px;
	color: #002569;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

#readMore {
	font-weight: bold;
	font-size: 10px;
	color: #002569;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

* html #readMore {
	font-weight: bold;
	font-size: 10px;
	color: #002569;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: -4px;
}

#readMore a:link, #readMore a:visited {
	color: #002569;
	text-decoration: none;
}

#readMore a:hover, #readMore a:active {
	color: #FFFFFF;
	text-decoration: none;
}

/* STYLES INSIDE FOOTER DIV */

#linksHome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding: 9px 0px 0px 36px;
	float: left;
}

#linksHome a:link, #linksHome a:visited {
	color: #666666;
	text-decoration: none;
}

#linksHome a:hover, #linksHome a:active {
	color: #666666;
	text-decoration: underline;
}

#tagline {
	width: 300px;
	height: 20px;
	clear: right;
	margin-left: 475px;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	padding-top: 10px;
	margin-bottom: 20px; 
	clear: left;
}

#copyright a:link, #copyright a:visited {
	color: #666666;
	text-decoration: underline;
}

#copyright a:hover, #copyright a:active {
	color: #333333;
	text-decoration: underline;
}
