/*=================== STANDARD RULES ====================*/
body, ul, form, fieldset {margin:0px; padding:0px;}

body{
 margin:0px;
 font-family:Arial, Helvetica, sans-serif;
 font-size:.75em;
 color:#333333;
 }

h1,h2,h3,h4,h5,h6 {
 color:#3d6fa3;
 margin-bottom:1em;
 }
h1 {font-size:38px;}
h2 {font-size:1.4em;}
h3 {font-size:1.2em;}
h4,h5,h6 {font-size:1.1em;}

h1 {
 margin-bottom:.1em;
 }
a:link {color:#3d6fa3;}
a:visited {color:#3d6fa3;}
a:hover {color:#3399FF; text-decoration:none;}
a:active {color:#3d6fa3;}

input, textarea, select, option, button {
 font:1em arial,helvetica,sans-serif;
 }
.clearfloats{clear:both;height:1px;}
.printonly {display:none;}

/*=================== GLOBAL RULES ======================*/
#logo{
	position:absolute;
	width:317px;
	height:80px;
	top: 31px;
}
#footerhome{
	width:100%;
	height:50px;
	border-top:1px solid #cccccc;
	position:absolute;
	top:558px;
	left: 0px;
	font-size:11px;
	color:#97aec9;
}
#footerhome p{padding:10px;margin:0;}
/*=================== HOMEPAGE RULES ======================*/
#homepagebackground{
	background-image:url(../images/home-main-bg.jpg);
	background-position:0 123px;
	background-repeat:no-repeat;
}
#homerow2{
	height:97px;
	background-image:url(../images/home-second-bg.jpg);
	background-repeat:repeat-x;
}
#menubg{
	height:26px;
	background-image:url(../images/home-menubar-bg.gif);
	background-repeat:repeat-x;
}
#menu{
	width:780px;
	height:26px;
	background-image:url(../images/home-menu-bg.gif);
	background-repeat:no-repeat;
}
#homemodule{
	position:absolute;
	z-index:5;
	width:279px;
	height:208px;
	top:335px;
	left:15px;
	background-image:url(../images/home-module.gif);
	background-repeat:no-repeat;
}
#homemodule p{padding:30px 15px;margin:0;font-size:11px;}
#bb1, #bb2, #bb3, #bb4{position:absolute;}
#bb1{
	top:139px;
	left:512px;
	width:262px;
	height:101px;
}
#bb2{
	top:240px;
	left:447px;
	width:308px;
	height:72px;
}
#bb3{
	top:312px;
	left:399px;
	width:263px;
	height:72px;
}
#bb4{
	top:384px;
	left:363px;
	width:268px;
	height:99px;
}
/*=================== SECONDARY PAGE RULES ======================*/

#secondarypagebackground{
	background-image:url(../images/sec-main-bg.jpg);
	background-position:0 26px;
	background-repeat:no-repeat;
}
#menubg2{
	height:26px;
	background-image:url(../images/sec-menubar-bg.gif);
	background-repeat:repeat-x;
}
#menu2{
	width:780px;
	height:26px;
	background-image:url(../images/sec-menu-bg.gif);
	background-repeat:no-repeat;
}
#content{
	margin:125px 0 0 415px;
	width:385px;
	min-height:350px;
}
*html #content{height:350px;}
#imagearea{
	position:absolute;
	z-index:5;
	width:363px;
	height:269px;
	top:165px;
	left:22px;
}
#imagearea2{
	position:absolute;
	z-index:5;
	width:384px;
	height:300px;
	top:165px;
	left:0;
}
#sec-footer{
	width:100%;
	height:50px;
	border-top:1px solid #cccccc;
	font-size:11px;
	color:#97aec9;
}
#sec-footer p{padding:10px;margin:0;}
