@charset "UTF-8";
/* CSS Document */

body
{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#B3A07F;
	background-position:top center;
	font:Arial, Helvetica, sans-serif;
	margin:0 auto;
}

#container
{
	margin:0 auto;
	width:1002px;
}
#header
{
	width:1002px;
	background-image:url(../images/topheader.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	width:1001px;
	height:185px;
	margin-left:1px;
}
#logo
{
	margin-top:15px;
	margin-left:22px;
	width:355px;
	height:144px;
	float:left;
}
#slideshow
{
	clear:both;
	width:1000px;
	height:361px;
	text-align:center;
	 position:absolute;
	 z-index:100;
	 top:150px;
	 margin:0 auto;
}

#content
{
	width:870px;
	height:540px;
	margin: 320px 60px 10px 60px;
}
#content_left
{
	width:350px;
	height:455px;
	float:left;
}
#content_right
{
	width:470px;
	height:455px;
	float:right;
}


/* fonts */

.title
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight:bold;
	color:#8c8780;
}
.twelve
{
	font-size:12px;
	color:#000000;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
}

a, a:hover
{
	color:#ca2644;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}



.announcements
{
	list-style-type:square;
	font-size:16px;
	color:#8c8780;
}
.announcements ul
{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-left:20px;
	line-height:40px;
	list-style-type:square;
}
.announcements li
{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#8c8780;
	list-style-image:url(../images/arrow.jpg);
	line-height:32px;
}
.announcements ul li
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#8c8780;
	line-height:25px;
	list-style-type:square;
}

/*menu css*/


#menu
{
	font-family:Arial, Helvetica, sans-serif;
	margin-top:90px;
	width:620px;
	text-align:center;
	float:right;
}
#menu ul
{
	font-size:14px;
	color:#000000;
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
}
#menu li
{
	display:inline;
	padding: 5px 13px 5px 13px;
}

#menu ul li a 
{
	text-decoration:none;  
	color:#000000;
}
#menu ul li a:hover 
{
	color: #ca2644;
}
.active
{
	color:#ca2644; !important
	
}
#footer
{
	width:100%;
	clear:both;
	height:90px;
	text-align:left;
	margin-left:40px;
}
/* These styles create the dropdown menus. */

#wrapper
{
	width:622px;
	height:auto;
	float:right;
	margin-right:0px;
	margin-top:80px;
}

#navbar {
	margin: 0;
	padding: 0;
	height: 1em;
}
#navbar li {
	list-style: none;
	float: left; 
	font-size:12px;
}
#navbar li a {
	display: block;
	padding: 3px 18px;
	color: #000000;
	text-decoration: none; 
}
#navbar li ul {
	display: none; 
	width: 12em; /* Width to help Opera out */
	}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	color:#900;
	padding: 0; 
	background-color:#CCC;
}
#navbar li:hover li, #navbar li.hover li 
{
	float: none; 
	color:#900;
}
#navbar li:hover li a, #navbar li.hover li a 
{
	
	border-bottom: 1px solid #fff;
	color: #000; 
}
#navbar li li a:hover {
	background-color:#999;
	color:#900;
	}
	
