/* CSS Document */

/* Styles that pertain to entire page (Full Window) */
#html, body {
	background-color:#FFFFFF;
	font-family: Helvetica, Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #ffffff url(images/bg.jpg) repeat-x top;
	/*background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;*/

}

/* Styles that pertain to containing element of the website (width and height below) */
#container {
	width: 950px;
	margin-left:auto;
	margin-right:auto;
}
	
/* Elements at the top of the page. Contains the logo, toplinks, search and navigation */
#header{
	width: auto;
	height: 140px;
	
	/*background-image:url(images/bannerbg.jpg);
	background-repeat: repeat-x;*/
}
		
/* Graphical representation of client */
#logo {
	float: left;
	width: 377px;
	height: 81px;
	background-image:url(images/logo.jpg);
	background-repeat: none;
	margin-top: 10px;
	/*margin-left: 100px;*/
}

#logo h1 {
	float: left;
	width: 313px;
	height: 98px;
	padding: 0;
	margin: 0;
}

#logo h1 span {
	display: none;
}

#topLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #500000;
	float:right;
	width: 400px;
	text-align:right;
	margin-top: 15px;
}

#search {
	width: 245px;
	height: 30px;
	float: right;
	margin: 4px 0 0 0;
	padding: 3px 0 3px 0;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#search h6 {
	height: 30px;
	float: left;
	position:relative;
	top: 4px;
	margin: 6px 6px 0 6px;
	
	
	font-size: 9px;
	font-weight: bold;
	color: #70A401;
	line-height: 10px; 
}

.searchBox {
	width: 145px;
	height: 18px;
	margin: 0 37px 6px 35px;
	border: 1px solid #70A401;
	background-color: #FFFFFF;
}

.go {
	position:relative;
	top: 6px;
	
}

/* Navigation container. For navigation styles themselves, reference hmenu.css */
#navigation {
	float: left;
	width: 950px;
	height: 30px;
	margin-top: 7px;
	background-image:url(images/navbg.jpg);
	background-repeat: repeat-x;
}
/* Content container. Below header. Contains feature, columns and is a space for single column content. */
#content {
	display:block;
	float:left;
	width: 950px;
	min-height:900px;
	background: #ffffff url(images/content_bg.jpg) repeat-x;
	border: 1px solid #CCCCCC;
}


/* Shows page hierarchy. i.e Home > Article > Page 1 */
#breadcrumbs, #breadcrumbs a {
	font-family: Helvetica, Arial;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	margin: 3px 0 4px 0;
	height: 30px;
	padding: 10px 0 0 10px;
}

/* Large banner/feature image. */
#feature {
	width: 900px;
	height: 246px;
	overflow: hidden;
	margin: 30px 0 30px 20px;
	display:block;
	border: 5px solid #CCCCCC;
	background: #ffffff url(images/feature_bg2.jpg) no-repeat;
}
#featurecontent {
	color: #500000;
	width:400px;
	height: 225px;
	overflow:hidden;
	display:block;
	float: right;
	padding: 20px;
}
#featurecontent {
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#featurecontent h1 {
	font-size: 18px;
}

	
/* Left column within content container (#content) */
#left {
	float: left;
	width: 230px;
	margin: 0 0 12px 20px;
	border: 1px solid #CCCCCC;
	font-family: Helvetica, Arial;
	background: #ffffff url(images/content_bg.jpg) repeat-x;
	min-height:500px;
	padding: 0 10px 0 10px;
}

#left p {
	width: 200px;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#left h3 {
	width: 200px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

#left li.rssli{
	list-style-image: url(images/icon1.jpg);
	list-style-position:inside;
	margin: 0 0 0 15px;
	line-height: 18px;
}

#left li.rssli a, #content ul li, #contentWide ul li{
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #500000;
	text-decoration:none;
}

/* Right column within content container (#content) */
#right {
	float:right;
	width:650px;
	margin-left: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/* For single column pages i.e. search results, sitemap, etc. */
#contentWide {
	float:left;
	width:900px;
	margin-left: 12px;
	font-family: Helvetica, Arial;
	min-height:900px;
}
#right p, #contentWide p{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#right a, #contentWide a {
	color: #500000;
	text-decoration:none;
	font-size: 12px;
}

#right h3, #contentWide h3, #right h1 {
	font-size: 18px;
	font-weight: bold;
	color: #500000;
}

#right ul, #contentWide ul {
	list-style-image: url(images/icon2.jpg);
	line-height: 18px;
}



#sitemap_list {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#sitemap_list a {
	color: #70a401;
	text-decoration:none;
}

#clear {
	clear:both;
}
	
/* Footer element. Bottom of page below content */
#footer {
	border-top: 1px solid #CCCCCC;
	padding-top:10px;
	font-family: Helvetica, Arial;
	font-size: 10px;
	font-weight: normal;
	color:# 000000;
	height:30px;
}
#footer a {
	color: #990000;
	text-decoration:none;
}

#containerOut {
	display: none;
}

#orderform {
	diplay: block;
	width:470px;
}

#form1 label {
text-align:right;
width: 470px;
}
#form1 input {
	width: 200px;
	margin-left: 10px;
	margin-right: 5px;
}

.submitbutton {
	background: #500000 url(images/submit_bg.jpg) repeat-x top left;
	color: #ffffff;
	border: 1px solid #500000;
	height: 25px;
	width: 150px;
	margin: 5px 0 0 0;
}

#slideshow {
	height: 175px;
}
#slideshow1 {
	height: 165px;
}
/* Others 



#spotlight {
}
#events {
}
#miniCal {
}
#news {
}

*/