@charset "utf-8";
/* CSS Document */
body{
margin:0;
padding:0;
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#backshell{
position:absolute;
left:0px;
top:0px;
width:100%;
height:auto;
z-index:-1;
background-image:url(../images/footer_background.png);
background-repeat:repeat-x;
background-position:bottom;
}

#shell{
width:970px;
height:auto;
margin-left:auto;
margin-right:auto;
z-index:1;
}

#topbar{
position:relative;
float:right;
background-image:url(../images/topbar.gif);
width:968px;
height:30px;
z-index:2;
}

#header{
position:relative;
float:left;
width:970px;
height:165px;
z-index:3;
}

#HeaderTop{
	position:relative;
	float:right;
	background-image:url(../images/bannertoptext.png);
	background-position:right;
	width:693px;
	height:117px;
	z-index:4;
}

		#HeaderTopText{
			position:relative;
			float:right;
			width:450px;
			height:100px;
			padding-top:10px;
		}

#HeaderMenu{
position:relative;
float:right;
background-image:url(../images/bannermenu.png);
background-position:right;
width:693px;
height:48px;
}

		#HeaderlinkShell{
		position:relative;
		float:right;
		height:auto;
		width:550px;
		height:40px;
		margin-right:5px;
		margin-top:10px;
		}
		
		#HeaderLink{
		position:relative;
		width:183px;
		height:40px;
		float:left;
		text-indent:5px;		
		text-align:left;		
		}

#MainLogo{
position:absolute;
z-index:20;
width:258px;
height:165px;
left:18px;
top:0px;
background-image:url(../images/logomain.png);
background-position:bottom;
background-repeat:no-repeat;
}

/* main menubar */

a.mainmenu:link {
font-size:large;
color:#990000;
text-align:left;
text-decoration:none
}
a.mainmenu:visited {
font-size:large;
color: #990000;
text-align:left;
text-decoration:none
}
a.mainmenu:hover {
font-size:large;
color: #FF0000;
text-align:left;
text-decoration:none
}
a.mainmenu:active {
font-size:large;
color: #000000;
text-align:left;
text-decoration:none
}

#bannerwindow{
position:relative;
float:left;
width:970px;
height:357px;
background-image:url(../images/indexbanner.jpg);
}

#bannerwindowtext1{
	position:absolute;
	z-index:15;
	width:227px;
	height:80px;
	left: 29px;
	top: 276px;
}
#bannerwindowtext2{
	position:absolute;
	z-index:15;
	top:53px;
	width:369px;
	height:193px;
	left: 25px;
}
#ContentShell{
position:relative;
float:left;
width:100%;
height:100%;
}
#addlink1{
	position:absolute;
	width:266px;
	height:285px;
	z-index:20;
	top: 17px;
	left: 6px;
}
#addlink2{
	position:absolute;
	width:266px;
	height:285px;
	z-index:20;
	top: 17px;
	left: 278px;
}
#addlink3{
	position:absolute;
	width:394px;
	height:515px;
	z-index:20;
	top: 17px;
	left: 570px;
	background-image:url(../images/contact_us_box.jpg);
}

#fronttextbox{
position:relative;
float:left;
width:500px;
height:100%;
margin-top:320px;
margin-left:5px;
z-index:5;
}

#footer{
position:relative;
width:100%;
height:110px;
float:left;
}

#footertext{
position:relative;
width:970px;
height:80px;
bottom:0px;
}

/*other pages*/

#pagecontent{
position:relative;
float:left;
width:100%;
height:auto;
background-image:url(../images/pagecontentback.png);
background-repeat:repeat-x;
background-position:top;
text-align:left;
padding:5px;
}

/* footer Menu */
a.footer:link {
font-size:small;
color:#990000;
text-align:left;
text-decoration:none
}
a.footer:visited {
font-size:small;
color: #990000;
text-align:left;
text-decoration:none
}
a.footer:hover {
font-size:small;
color: #FF0000;
text-align:left;
text-decoration:none
}
a.footer:active {
font-size:small;
color: #000000;
text-align:left;
text-decoration:none
}

a.headtext:link {
color:#FFFF00;
font-size:small;
text-align:left;
}
a.headtext:visited {
color:#FFFFFF;
text-align:left;
}
a.headtext:hover {
color:#FFFF00;
text-align:left;
}
a.headtext:active {
color:#0000FF;
text-align:left;
}

/* text stylings */
.style1 {
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
.style3 {
	color: #FFFFFF;
	font-style: italic;
	font-size: large;
}