@charset "utf-8";
body {
	font: 12px Verdana;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/bg_home.jpg);
	background-repeat:repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

 #sub_container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(../images/sub/sub_bg.jpg);
	background-repeat:repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
 #header {
	background-image:url(../images/header_small.jpg);
    background-repeat:no-repeat;
	width:800px;
	height:393px;
	
}

 #header  a:link {
 color:#ffffff;
 text-decoration:none;
 
 }
 
 #header  a:visited {
 color:#ffffff;
 text-decoration:none;
 
 }
 
 #header  a:Hover{
 color:#ffffff;
 text-decoration:underline;
 
 }
 
 #header  a:active {
 color:#ffffff;
 text-decoration:none;
 
 }


 #header  ul {
list-style:none;
padding:20px 0px 0px 40px;
margin:0px;
width:760px;
float:left;


}

 #header  li {
display:inline;
padding:10px;

}


#mainContent {
 width:800px;
 padding: 0px;
 margin:0px;
 background-image:url(../images/bg_middle.jpg);
 background-repeat:repeat-y;
 float:left;
}

/*FOOTER************************************************/
 #footer {
	width:800px;
	float:left;
	text-align:right;
	font-size:10px;
	background-color:#FFFFFF;
}

 #footer a:link {
 color:#000000;
 text-decoration:underline;
 }
 
 #footer a:visited {
 color:#000000;
 text-decoration:underline;
 }
 
  #footer a:Hover{
 color:#000000;
 text-decoration:none;
 }
 
  #footer a:active {
 color:#000000;
 text-decoration:underline;
 }


#footer ul {
list-style:none;
padding:0px 20px 0px 100px;
margin:0px;
}

#footer li {
display:inline;
padding: 5px;
}

.copyright {
padding: 10px 20px 10px 0px;
}


/*SUB PAGES**************************************************************/

 #sub_header {
	background-image:url(../images/sub/sub_header.jpg);
	height:178px;
	background-repeat:no-repeat; 
}

 #sub_header  a:link {
 color:#ffffff;
 text-decoration:none;

 }
 
 #sub_header   a:visited {
 color:#ffffff;
 text-decoration:none;

 }
 
 #sub_header   a:Hover{
 color:#ffffff;
 text-decoration:underline;

 }
 
 #sub_header  a:active {
 color:#ffffff;
 text-decoration:none;

 }


 #sub_header  ul {
list-style:none;
padding:20px 0px 0px 40px;
margin:0px;
width:760px;
float:left;
}

 #sub_header  li {
display:inline;
padding:10px;
}


/*SUB CONTENT***********************************/

#sub_top {
background-image:url(../images/sub/bg_sub_box_top.jpg);
height:32px;
background-repeat:no-repeat;
float:left;
width:800px;
}

#sub_bottom {
background-image:url(../images/sub/bg_sub_box_bottom.jpg);
height:33px;
background-repeat:no-repeat;
}

#sub_text {
padding: 50px 50px 0px 50px;
}

 ul.services {
list-style:none;
padding:10px 0px 0px 0px;
margin:0px;
}



li.services {
background-image:url(../images/sub/arrow.jpg);
background-repeat:no-repeat;
background-position: 0px 2px;
padding:0px 0px 15px 15px;
display:block;
}

#sub_text a:link {
color:#FF0000;
font-weight:bold;
text-decoration:underline;

}

#sub_text a:visited {
color:#FF0000;
font-weight:bold;
text-decoration:underline;

}

#sub_text a:HOVER {
color:#FF0000;
font-weight:bold;
text-decoration:none;

}

#sub_text a:active {
color:#FF0000;
font-weight:bold;
text-decoration:underline;

}

.imgright {
float:right;
padding: 0px 0px 0px 20px;
}

.imgleft {
float:left;

}

li {
padding: 0px 0px 5px 0px;
}

img {
border: none;
}
.imgB
{
border: 2px solid #000000;
}
a:link {
color:#000000;
text-decoration:underline;

}

a:visited {
color:#000000;
text-decoration:underline;

}

a:HOVER{
color:#000000;
text-decoration:none;

}

a:active {
color:#000000;
text-decoration:underline;

}

.icon {
float:left;
padding: 10px 20px 40px 0px;
}

.iconpc {
float:left;
padding: 10px 20px 50px 0px;
}

.map {
float:right;
padding: 0px 200px 0px 0px;
}


/*FEATURED BOX*****************************/

#sub_right {
float:right;
width:300px;
background-repeat:repeat;
padding:0px 0px 0px 0px;
margin-right:35px;
}

#sub_featured_top {
height:57px;
background-color:#FFFFFF;
padding: 15px 0px 0px 55px;
background-image:url(../images/sub/divider.jpg);
background-repeat:no-repeat;
background-position: 55px 45px;
color:#FF0000;
}

#sub_featured_middle {
background-color:#FFFFFF;
background-repeat:no-repeat;
color:#000000;
padding: 0px 0px 0px 55px;
}

#sub_featured_bottom {

height:29px;
background-repeat:no-repeat;
}

/*TEXT STYLES****************************/

h1 {

font-size:16px;
}

h2 {
color:#FF0000;
font-size:16px;
}

.style1 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}


/*HOVER BOXES************************/

.menu {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}
.menu li {
	padding: 0px;
	margin: 0 2px;
	float: left;
	position: relative;
	text-align: center;
}
.menu a {
	
	display: block;
	color: #ffffff;
	width: 175px;
	height:81px;

}

.menu li em {
	background-image:url(../images/sub/btn_hover.jpg);
	background-repeat:no-repeat;
	width: 240px;
	height:61px;
    position: absolute;
    top: -85px;
	left: -15px; 
    padding: 10px 5px 0px 5px;
	font-style: normal;
	z-index: 2;
	display: none;
}


#top_text {
float:left;
width:470px;
padding: 115px 0px 0px 25px;
}

#left_text {
float:left;
width:360px;
padding: 40px 40px 0px 20px;
}

#right_text {
float:right;
width:350px;
padding: 40px 20px 0px 0px;
}


#top {
background-image:url(../images/home_top.jpg);
width:800px;
background-repeat:no-repeat;
float:left;
padding:0px;
margin:0px;
}

#bottom {
background-image:url(../images/bottom.jpg);
width:800px;
height:68px;
background-repeat:no-repeat;
float:left;

}

#home_link {
color:#FFFF00;
padding: 20px 0px 0px 550px;
}

#login {
float:right;
padding:20px 0px 0px 140px;
font-size:10px;
width:260px;
height:88px;
color:#FFFFFF;
}

.submit {
background-image:url(../images/login.jpg);
width:50px;
height:23px;
background-repeat:no-repeat;
color:#000066;
border:none;
padding: 0px 0px 0px 0px;
margin-right:5px;
margin-top:3px;
font-size:10px;
}
input 			{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	height: auto;
	width: auto;
}

