/* CSS Document */

/* Styles that pertain to entire page (Full Window) */
#html, body {
	background-color:#FFFFFF;
	font-family: Helvetica, Arial;
	margin: 0;
	padding: 0;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
a:link, a:visited {
	color: #006699;
	text-decoration:underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}

/* 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: 92px;
	background-image:url(images/bannerbg.jpg);
	background-repeat: repeat-x;
	border-bottom: 8px solid #006699;
}

/* Graphical representation of client */
#logo {
	float: left;
	width: 312px;
	height: 92px;
	margin-left: 10px;
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
}

#topLinks {
	display: none;
}

#search {
	display: none;
}

/* Navigation container. For navigation styles themselves, reference hmenu.css */
#navigation {
	float: right;
	width: auto;
	height: 92px;
	margin-right: 200px;
}

/* Content container. Below header. Contains feature, columns and is a space for single column content. */
#contentWide {
	width: 750px;
	margin-left: 100px;
}

/* Shows page hierarchy. i.e Home > Article > Page 1 */
#breadcrumbs {
	font-family: Helvetica, Arial;
	font-size: 12px;
	margin: 3px 0 4px 0;
}

/* Large banner/feature image. */
#feature {
	width: 755px;
	height: 245px;
	/*background-image:url(images/feature.jpg);*/
	margin-bottom: 12px;
	background-color: #CCCCCC;
	padding: 20px 0px 20px 0px; 
}

/* Left column within content container (#content) */
#left {
	float: left;
	width: 250px;
	margin: 0 0 12px 10px;
	border-right: 1px solid #CCCCCC;
	font-family: Helvetica, Arial;
	font-size: 12px;
	
}

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

#left p {
	/*width: 200px;*/
	padding: 0 5px;
	font-weight: normal;
	color: #000000;
}

#left ul{
	list-style-image: url(images/icon1.jpg);
	line-height: 18px;
}
#right {
	float: right;
	width: 496px;
	margin-left: 20px;
}


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

#left ul li, #right ul li{
	font-family: Helvetica, Arial;
	font-size: 10px;
	color: #990000;
}

/* Right column within content container (#content) */
#content{
	/*float:right;*/
	width:800px;
	margin-right: 100px;
	font-family: Helvetica, Arial;
	font-size: 12px;
}

#content h3 {
	font-size: 18px;
	font-weight: bold;
	color: #006699;
}

#content p {
	font-weight: normal;
	color: #000000;
}

#contentExtra {
	display: none;
}

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

#containerOut {
	display: none;
}

/* Others

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

*/
.pics a {
	color: #cccccc;
	
}
