@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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; 
	color: #000000;
	background-color: #9AA7B8;
}
#container 
{
    
	width: 976px;
	margin: 0 auto;
	text-align: left; 
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(/images/bg_main.png);
	background-repeat: repeat-y;
	
} 

#mainContent 
{
    position:relative;
	background-attachment: scroll;
	background-image: url(/images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:388px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;	
	min-height:450px;
	/*margin-top: -20px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 13px;
	padding-right: 270px;
	padding-bottom: 0;
	padding-left: 62px;
	padding-top: 43px;*/
	font-family: Tahoma, "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	z-index:10;
	margin-left:13px;
} 
#leftContent
{
    float:left;
    width:390px;
    padding-right: 20px;
	padding-bottom: 0;
	padding-left: 42px;
	margin-top: 25px;
	text-align:justify;
	margin-bottom:100px;
    }
    
#leftContent img
{
    margin-right:20px;
    margin-bottom:10px;
}

#header 
{
    position:absolute;
	top:0;
	background-image: url(/images/logo_strip.jpg);
	width: 976px;
	background-repeat: no-repeat;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 
{
    z-index:20;
	float: right; 
	width: 398px;
	min-height:300px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-image: url(/images/spot_divider.png);
	background-repeat: repeat-y;
	font-family: Tahoma, "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	background-attachment: scroll;
	margin-top: 40px;
}



#footer 
{
    z-index:50;
    clear:both;
	background-image: url(/images/bg_footer.jpg);
	background-repeat: no-repeat;
	height: 43px;
	width: 878px;
	font-family: Tahoma, "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 73px;
	padding-right: 25px;
	padding-top: 8px;
	margin-top: -15px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a
{
    text-decoration:none;
    color:#ffffff;
    }
#footer a:visited
{
    text-decoration:none;
    color:#ffffff;
    }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#secondarynav {
	height: 20px;
	font-family: Tahoma, "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 11px;
	color: #666666;
	padding-top: 15px;
	text-align: right;
	padding-right: 20px;
	word-spacing: 2px;
}
#telno {
	font-family: Tahoma, "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 22px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: right;
	padding-top: 48px;
	padding-right: 20px;
	padding-bottom: 9px;
}
#mainimage {
	background-image: url(/images/mainimg_home.jpg);
	height: 269px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	/*background-position: 13px;*/
}
#navigation {
	background-image: url(/images/bg_navigationbar.png);
	background-repeat: repeat-x;
	height: 33px;
	margin-top: 236px;
	float: left;
	margin-left: 13px;
	width: 942px;
	padding-left: 10px;
}
#navigation a {
	font-family: Tahoma, "Lucida Sans", "Lucida Sans Unicode", Arial;
	color: #01244E;
	text-decoration: none;
	font-size: 14px;
	background-image: url(/images/nav_divider.png);
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: right center;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	line-height: 22px;
	margin-right: 4px;
	font-weight: normal;
}
#navigation a:hover {
	color: #018DCA;
}
#mainContent a {
	font-weight: bold;
	color: #01244E;
	text-decoration: none;
}
#mainContent a:hover {
	color: #068BD0;
}
#mainContent h1 {
	font-family: Tahoma, "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 16px;
	color: #01244E;
}
h2 {
	font-family: Tahoma, "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 13px;
	color: #01244E;
}
h3 
{
    margin-top:0;
    margin-bottom:0;
	font-family: Tahoma, "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 12px;
	color: #01244E;
}

p
{
    margin-top:5px;
    }

#secondarynav a {
	color: #666666;
	text-decoration: none;
}
#secondarynav a:hover {
	color: #01244E;
}
li {
	list-style-image: url(/images/bullet_lrg.png);
	list-style-position: outside;
	line-height: 18px;
}
#sidebar1 p
{
    margin-top: -6px;
    }
#sidebar1 ul {
	margin-top: -6px;
}
#sidebar1 a {
	color: #01244E;
	text-decoration: none;
	font-weight: bold;
}
#sidebar1 a:hover {
	color: #088AC8;
}

#pagination
{
    list-style-type:none;
    display: inline;
}
    
#pagination li
{
    display: inline;
}
#developText
{
    
    background-color:#9AA7B8;
    width: 963px;
    text-align:right;
    padding-right:13px;
    font-family: Tahoma, "Lucida Sans", "Lucida Sans Unicode", Arial;
	font-size: 10px;
	color: #FFFFFF;
	display:block;
    }
#developText a
{
    text-decoration:none;
    color:#ffffff;
    }
#developText a:visited
{
    text-decoration:none;
    color:#ffffff;
    }
