@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
width:100%;
background-image:url(topbg.jpg);
background-repeat:repeat-x;
}
#top {
padding-left:20px;
padding-bottom:0px;

}
#welcomeTop {
background-image:url(images/hp.png);
padding-left:20px;
padding-top:50px;
padding-right:10px;
height:213px;
width:830px;
vertical-align:bottom;
background-repeat:no-repeat;
background-position:right top;


}
#nav {
background-image:url(navbg.jpg);
background-repeat:repeat-x;
min-height:60px;
padding-top:0px;
}
#mobileNav {
padding-top:13px;
padding-left:10px;
color:#FFFFFF;
font-weight:bold;
}
#mobileNav a:link, #mobileNav a:active, #mobileNav a:Hover, #mobileNav a:visited {
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
text-decoration:none;
}
#bodyContent {
padding-left:25px;
padding-top:30px;
padding-right:15px;
padding-bottom:20px;
width:800px;
min-height:230px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;

}
#bodyContent .title {
font-size:20px;
font-weight:bold;
}
#bodyContent a:link, #bodyContent a:active, #bodyContent  a:visited {
text-decoration:none;
color:#0066CC;
}
#bodyContent  a:hover {
text-decoration:none;
color:#0066FF;
}
#bodyContent li {
line-height:18px;
}
#footer {
background-image:url(footerbg.jpg);
background-repeat:repeat-x;
min-height:85px;
}
#footerSub1 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#FFFFFF;
padding-left:25px;
padding-top:18px;
height:43px;
}
#footerSub1 a:link, #footerSub1 a:active, #footerSub1 a:visited {
color:#FFFFFF;
text-decoration:none;
}
#footerSub1 a:hover {
color:#9EBFD8;
text-decoration:none;
}

#footerSub2 {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#CCCCCC;
padding-left:45px;
background-color:#000000;
padding-bottom:10px;
}
#footerSub2 a:link, #footerSub2 a:active, #footerSub2 a:visited {
color:#CCCCCC;
text-decoration:none;
}
#footerSub2 a:hover {
color:#9EBFD8;
text-decoration:none;
}
.floatLeft {
float:left;
padding:3px;
}
.floatRight{
float:right;
padding:8px;
}
.floatNone {
padding:0px;
}
