@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(images/background-main.jpg) repeat-x #000;
	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 */
	color: #FFFFFF;
}
.oneColElsCtr #container {
	width: 800px;
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#body-contain {
	width: 605px;
	float: right;
}

#clr {
	clear: left;
}

.clr {
	clear: both;
}

#header {
	width: 800px;
	height: 130px;
	text-align: left;
	margin-top: 10px;
}

#site-search {
	width: 400px;
	float: right;
	height: 80px;
	text-align: right;
	margin-top:30px;
}

.search {
	border: 1px solid #FF33CC;
	padding: 4px;
	background: none;
	color: #FFF;
}

.submit {
	background-color: #FF33CC;
	height: 20px;
	text-align:center;
	font-weight: bold;
	color: #FFF;
	border: 1px solid white;
}

p {
	text-align: left;
}

a {
	font-size: 11px;
	color: #FF33CC;
	text-decoration: none;
}
a:visited {
	color: #FF00CC;
}
a:hover {
	color: #FF33CC;
}
a:active {
	color: #FF33CC;
}

#logo {
	margin-top: 75px;
}

.makeover {
	font-size: 14px;
	font-weight: bold;
}

img, div { behavior: url(iepngfix.htc) }

#query {
	margin-top: 15px;
}


	
	
/* START ACC MENU */
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
text-align: left;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: white;

border-bottom: 1px solid white;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color: #FFF;
background-color: #FF33CC;
border-bottom: 1px solid white;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #FF33CC;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FF33CC;
background-color: #FFF;
}
/* END ACC MENU */


#sidebar1 {
	float: left;
	width: 190px;
}

#media-showcase {
	border: 1px solid #FF33CC;
	width: 600px;
	height: 250px;
	margin-top: 20px;
	overflow: hidden;
}
/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:600px;
		height:250px;
		overflow:hidden; 
		}	
													

/* // Easy Slider */

h1 {
	font-size: 18px;
	color: #FF33CC;
	text-align:left;
}

h2 {
	font-size: 14px;
	color: #FFF;
	text-align:left;
}

h4 {
	font-size: 14px;
	color: #FF33CC;
	text-align: left;
	font-style: italic;
}

#footer {
	padding: 10px;
	margin: 0px;
	border-top: 1px solid #FF33CC;
}

#footer-contact {
	padding: 10px;
	margin: 0px;
	border-top: 1px solid #FF33CC;
}

ol li {
	text-align:left;
}

.galleryimg {
	border: 1px solid #FF33CC;
	width: 150px;
	height:150px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.news-split {
	border-top: 1px dotted white;
	height: 5px;
	margin-top: 35px;
}

.news-split2 {
	border-top: 1px dotted white;
	height: 5px;
	margin: 0px;
}

.news-bottom {
	border-top: 1px dotted white;
	height: 2px;
	margin-bottom: 25px;
}

#address {
	float: left;
	margin-top: 10px;
}

code {
	background-color:#CCC;
	padding: 10px;
	border: 1px solid #FF33CC;
	color: #000;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}

#links {
	text-align: left;
}
