@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	font-size: 14px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	margin: 0;
	padding:0;
	background-color: #aaa;
	}
	
	

	
img {
	border: none;
	margin:5px;
	
	}

#wrapper {
	width: 800px;
	margin: 0px auto;
	padding:0px;
	background:#ffffff;
	/* border: 10px solid #fff; */
	
	
	}
	
#header {
	height: 150px;
	margin:0px;
	padding: 0px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	}

#content {
	width: 780px;
	margin: 0px auto;
	padding: 0px 10px 0px 10px;
	float: left;
	background-attachment: scroll;
	background-color: #ffffff;
	background-image: url(images/jigsaw.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;	
	}

#content p{
	
	}
#content ul {
	line-height:24px;
}
#content h1 {
	font-size:20px;
	font-style:italic;
	color:#990A00;
	letter-spacing:.1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#content h2 {
	font-size:16px;
	font-weight:normal;
	color:#94a5b9;
	letter-spacing:.1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#content a {

	color:#990A00;
	text-decoration: underline;
}

#content a:hover {
	color: #94a5b9;
	text-decoration: underline;
}


#standout {
	width:140px;
	float:right;
	color:#ffffff;
	font-size:16px;
	margin: 10px 25px;
	background:#94a5b9;
	padding:10px;
}

#pscroller1{
	width:140px;
	height:180px;
	float:right;
	color:#ffffff;
	font-size:16px;
	margin: 10px 25px;
	background:#94a5b9;
	padding:10px;
}



.someclass{ //class to apply to your scroller(s) if desired
}

#placeholder1 {
	width:140px;
	height:180px;
	float:right;
	color:#ffffff;
	font-size:16px;
	margin: 10px 25px;
	background:#94a5b9;
	padding:10px;
}

#footer {
	width: 800px;
	height:26px;
	overflow: hidden;
	font-size: 8pt;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	line-height: 17px;
	clear: both;
	background-attachment: scroll;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	}
	
#footer p {
	color: #fff;
	padding: 5px 0px 0px 0px;
	margin: 0px;	
	}
	
#footer a, #footer a:visited {
	color: #ffffff;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}

/*menu options*/
								
	.chromestyle {
	width: 798px;
	font-weight: 700;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #ffffff;
	padding: 4px 10px 7px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.chromestyle ul li a:hover{
	background-image: url(images/menu_hover.jpg);
	background-repeat: repeat-x;
	color:#ffffff; 
 
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	width: 150px;
	visibility: hidden;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(images/menu_drop.jpg);
	background-repeat: repeat;
}


.dropmenudiv a{
		width: auto;
		display: block;
		text-indent: 3px;
		padding: 7px 0;
		text-decoration: none;
		color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-attachment: scroll;
	background-image: url(images/menu_hover_drop.jpg);
	background-repeat: repeat;
	color:#ffffff;
}
 
 /*End Menu*/