@charset "UTF-8";
body  {
	font: 90% 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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #dddee5 url('images/background.gif') repeat-x;}
	
/* Main Text Styling */	
	
p, ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#58595b;	
    }
	
a:link {
	color: #ad9158;
	text-decoration:none;
	}	
	
a:visited {
	color: #ad9158;	
	text-decoration:none;
	}

a:hover {
	color: #1c386a;
	text-decoration:none;
	}
	
a:active {
	color: #ad9158;
	text-decoration:none;
	}				

img	{
	border-style: none;
	}
p.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#1c386a;	
	text-align:right;
    }
	
a.footer:link {
	color: #ad9158;
	text-decoration:none;
	}	
	
a.footer:visited {
	color: #ad9158;	
	text-decoration:none;
	}

a.footer:hover {
	color: #1c386a;
	text-decoration:none;
	}
	
a.footer:active {
	color: #ad9158;
	text-decoration:none;
	}				

img.footer	{
	border-style: none;
}
img.sidebar {
float:right;
padding: 5px 0 5px 0;
}
#container { 
	width: 960px;
	background: #FFFFFF;
	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: #DDDDDD;
    border: none; 
	line-height:0;
} 
#header img { 
line-height:0;
} 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	}
	
#mainContent { 
	margin: 0 0 0 300px;
} 

	
* html #mainContent { 
	margin: 0 0 0 297px;
} 

#footer { 
	padding: 0 0 0 5px;
	background:#FFFFFF;
	} 
#footer p {
	margin: 0 10px 0 0px; 
	padding: 0 0 0 0;
}
#copy {
	margin: 0 0 0 0px;
	width:390px;
	margin:0 0px 0 0;
	height:auto;
	}
#promo {
	width:250px;
	float:right;
	margin: 20px 0 0 0;
	}
.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;	
}

.contactimg {
	float: left;
	position: relative;
	left:-5px;
	top:-269px;
}

.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;
}

/* Site Navigation */

#nav {
width: 280px;
height: 504px;
position: relative;
background: url(images/elements/programs_nav.gif);
margin: 0;
padding: 0;
}
#nav li {
float: left;
list-style: none
}
#nav li a {
position: absolute;
top: 0;
margin: 0;
padding: 0;
display: block;
height: 36px;
background: url(images/elements/programs_nav.gif) no-repeat;
text-indent: -9999px;
overflow: hidden;
font-size: 1%;
}

/* Navigation Positioning */

li#nav_hom a {
left: 0;
width: 280px;
background-position: 0 0;
}
li#nav_abo a {
top: 36px;
width: 280px;
background-position: 0 -36px;
}
li#nav_con a {
top: 72px;
width: 280px;
background-position: 0 -72px;
}
li#nav_joi a {
top: 108px;
width: 280px;
background-position: 0 -108px;
}
li#nav_loc a {
top: 144px;
width: 280px;
background-position: 0 -144px;
}
li#nav_spe a {
top: 180px;
width: 280px;
background-position: 0 -180px;
}
li#nav_pro a {
top: 216px;
width: 280px;
background-position: 0 -216px;
}
li#nav_reh a {
top: 252px;
width: 280px;
background-position: 0 -252px;
}
li#nav_rpm a {
top: 288px;
width: 280px;
background-position: 0 -288px;
}
li#nav_per a {
top: 324px;
width: 280px;
background-position: 0 -324px;
}
li#nav_boo a {
top: 360px;
width: 280px;
background-position: 0 -360px;
}
li#nav_box a {
top: 396px;
width: 280px;
background-position: 0 -396px;
}
li#nav_fac a {
top: 432px;
width: 280px;
background-position: 0 -432px;
}
li#nav_emp a {
top: 468px;
width: 280px;
background-position: 0 -468px;
}

/* Navigation Hovers */


li#nav_hom a:hover {
background-position: -280px 0px;
}
li#nav_abo a:hover {
background-position: -280px -36px;
}
li#nav_con a:hover {
background-position: -280px -72px;
}
li#nav_joi a:hover {
background-position: -280px -108px;
}
li#nav_loc a:hover {
background-position: -280px -144px;
}
li#nav_spe a:hover {
background-position: -280px -180px;
}
li#nav_pro a:hover {
background-position: -280px -216px;
}
li#nav_reh a:hover {
background-position: -280px -252px;
}
li#nav_rpm a:hover {
background-position: -280px -288px;
}
li#nav_per a:hover {
background-position: -280px -324px;
}
li#nav_boo a:hover {
background-position: -280px -360px;
}
li#nav_box a:hover {
background-position: -280px -396px;
}
li#nav_fac a:hover {
background-position: -280px -432px;
}
li#nav_emp a:hover {
background-position: -280px -468px;
}


/* Navigation You Are Here */


#body_hom li#nav_hom a {
background-position: -560px 0px;
}
#body_abo li#nav_abo a {
background-position: -560px -36px;
}
#body_con li#nav_con a {
background-position: -560px -72px;
}
#body_joi li#nav_joi a {
background-position: -560px -108px;
}
#body_joi li#nav_loc a {
background-position: -560px -144px;
}
#body_spe li#nav_spe a {
background-position: -560px -180px;
}
#body_pro li#nav_pro a {
background-position: -560px -216px;
}
#body_reh li#nav_reh a {
background-position: -560px -252px;
}
#body_rpm li#nav_rpm a {
background-position: -560px -288px;
}
#body_per li#nav_per a {
background-position: -560px -324px;
}
#body_boo li#nav_boo a {
background-position: -560px -360px;
}
#body_box li#nav_box a {
background-position: -560px -396px;
}
#body_fac li#nav_fac a {
background-position: -560px -432px;
}
#body_emp li#nav_emp a {
background-position: -560px -468px;
}


.slider {  
    height:  340px;  
    width:   660px;  
    padding: 0;  
    margin:  0;  
} 
 
.slider img {  
    padding: 0px;  
    border:  0px;  
    background-color: #eee;  
    width:  660px; 
    height: 340px; 
    top:  0; 
    left: 0; 
} 
