/* CSS version 2.0, by Boris Cherny. */
/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */
* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #6183ad url(Images/background_big.gif) center repeat-y;
	color: #000;
	font-family: Arial;
	font-size: 75%;
	text-align: center;
}
a {
	color: #60BF19;
	text-decoration: underline;
}

a:hover {
	color: #838f96;
	text-decoration: none;
}


acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
h1 {
	border-bottom: 2px solid #61BF1A;
	border-top: 2px solid #61BF1A;
	border-right: 20px solid #61BF1A;
	color: #003896;
	font-size: 115%;
	font-weight: strong;
	margin: 10px 0;
	background: #FFF;
	
}

/* H5 used for headers in the columns on index page */
h5 {
   font-size: 105%;
   font-weight: strong;
   color: #000000;
}

.input {
	background: #FFFFFF;
	margin: 2px 20px;
	border:1px solid #A1A3A1;
	width: 140px;
}

.input2 {
	background: #FFFFFF;
	margin: 2px 20px;
	border:2px solid #A1A3A1;
	width: 140px;
	border-style:outset;
	
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;

	text-align:center;
}


.itembar {
	color:#000000;
	font-size: 125%;
	font-weight: strong;
	margin: 10px 0;
	text-align:center;
}

#column2 ul {
	margin: 0 10px;
	
}
#column2 li {
	list-style-image: url(Images/bullet.gif); 
	color: #000000;
	margin:0px;
	border:0px;
	padding:0px;
	margin-left:15px;
}
.login {
	border: 1px solid #c9dcea;
	color: #999;
}
.login_hover {
	border: 1px solid #999;
	color: #ccc;
}
#submit {
	border: 1px solid #c9dcea;
	color: #999;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	width: 140px;
	text-align:center;
}
#submit_hover {
	border: 1px solid #999;
	color: #ccc;
	cursor: pointer;
	margin: 2px 20px;
	text-decoration: none;
	text-align:center;
}
/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {
	background-image: url(Images/arrow.gif);
	background-image: url(Images/arrow_outline.gif);
	background-image: url(Images/background.gif);
	background-image: url(Images/camera1.gif);
	background-image: url(Images/camera2.gif);
	background-image: url(Images/camera3.gif);
	background-image: url(Images/header_big.gif);
	background-image: url(Images/selector.gif);
	background-image: url(Images/selector_sub.gif);
	background-repeat: no-repeat;
	background-position: -5000px -5000px;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#upperHeader {
	background: url(Images/bluebox.gif);
	height: 15px;
}

#header {
	background: url(Images/header_logo.jpg) left no-repeat;
	font-weight: normal right no-repeat;
	height: 100px;
	line-height: 120px;
	text-indent: 200px;
	margin: 0 40px 0 0;
}
#nav {
	padding-bottom: 40px;
	width: 179px;
}
/* leave the padding-bottom in the #nav if you want some space between the navigation and the photos in the left column */
#nav ul li {
	display: inline;
	line-height: 16px;
	list-style: none;
}
#nav ul li a {
	border-bottom: 1px solid #c9dcea;
	color: #fff;
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 169px;
	
}

#nav ul .selected {
background: #006EC7 url(Images/selector.gif) center right no-repeat;
color:#ffffff;
text-decoration:none;
}
/* remove the 'text-decoration: underline;' in #nav li a:hover if you don't want the links in the left nav menu to be underlined when the user hovers over them with their mouse */
#nav li a:hover {
	background: #006EC7 url(Images/selector.gif) center right no-repeat;
	color: #fff;
}

#nav li .selected {
background: #006EC7 url(Images/selector.gif) center right no-repeat;
color:#ffffff;
text-decoration:none;
}
/* the following 3 rules are for the submenu, if you removed the submenu remove these rules as well */
#nav ul ul li {
	line-height: 10px;
	border-bottom: none;
}
#nav ul ul li a {
	color: #d7e5ef;
	text-indent: 10px;
}
#nav ul ul li a:hover {
	color: #fff;
	background-image: url(Images/selector_sub.gif);
}
#column1 {
	float: left;
	width: 180px;
	
}
#column1 img {
	border: 0px solid #c9dcea;
	margin: 5px 20px;
	padding: 0px 0px;
}

#column1 p {
	color: #FFFFFF;
	padding: 0px 3px 0px 3px;
}



/* in the tag below, #column2, I used the Underscore Hack to give the column2 div the correct margins in Firefox 1 */
#column2 {
	float: none !important;
	/* float: right; */
	margin-left: 192px !important;
	/* margin-left: 0; */
	padding: 12px 40px 30px 9px;
	/* a:hover bug */
	height: 100%;
}
#column2 p {
	line-height: 130%;
}

#main {
	
	padding: 5px 5px 5px 5px;
	height: 150px;
}

/* The height setting here will set the height of the columns on index.htm */
#main span {
	background-image: url(Images/mainbar2.gif);
	height: 375px;
	padding: 0px 0px 10px 0px;
}


h1#main {
	border-bottom: 0px solid #61BF1A;
	border-top: 0px solid #61BF1A;
	border-right: 0px solid #61BF1A;
	color: #003896;
	font-size: 125%;
	font-weight: strong;
	margin: 0px 0;
	background: #FFF;
}

/* Padding for column text */
#column_text {
   padding: 5px 5px 5px 5px;
}

/* Adjust background colour for the columns here */
#left {
	float:left;
	width:265px;
	background-color:#DDDBD1;
	padding: 0px 10px 10px 10px;
	border-bottom: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	
}
#right {
	float:right;
	width:265px;
	background-color:#DDDBD1;
	padding: 0px 10px 10px 10px;
	border-bottom: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
}

#box_image {
	width:265px;
	height:57px;
}

#links div {
	float: left;
	width: 140px;
}
#links div li {
	list-style: none;
}
#links div li a {
	padding-left: 3px;
	text-decoration: none;
}
#links div li a:hover {
	color: #ac835c;
	text-decoration: underline;
}
#lowerFooter {
	
	color: #FFF;
	font-size: 9px;
	padding: 5px 0 5px 0;
	background: url(Images/bluebox.gif);
	height: 300px;
	clear:both;
	
}
#lowerFooter a {
	color: #ffffff;
	text-decoration: underline;

}

/* Column 1 Ordered List */
.leftMenuList {
	text-align:left;
	margin: 0 5px;
}
.leftMenuList li {
	list-style-image: url(Images/bullet.gif); 
	color: #FFFFFF;
	margin:0px;
	border:0px;
	padding:0px;
	margin-left:30px;
}