/* CSS version 2.0, by Boris Cherny. */
/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */
* {
	border: 1;
	margin: 0;
	padding: 5;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
}
body {
	background: #6183ad url(images/background_big.gif) center repeat-y;
	color: #6C6C6C;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	text-align: center;
}
a {
	color: #2C5265;
	text-decoration: none;
}
a:hover {
	color: #614F43;
	text-decoration: none;
}
acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}
h1 {
    color: #780A3E
    font:"Trebuchet MS", Arial, Verdana
    font-size:14px
    font-weight:normal
	margin: 1px 0;
	background: #FEF0C3;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	background-color: #FFFFFF;
	font-style: italic;
	color: #254150;
	border-left-color: #4D6FA8;
	border-left-width: thin;
	border-right-color: #4D6FA8;
	font: Trebuchet MS, Arial, Verdana;
	background-attachment: fixed;
	text-decoration: inherit;
	border-top-color: #336699;
	border-bottom-color: #336699;
}
input {
	background: #385585;
	margin: 2px 20px;
	width: 140px;
	color: #FFFFFF;
}
#column2 ul {
	margin: 10px 0;
	padding-left: 20px;
	color: #727A6D;
}
#column2 li {
	color: #6D594B;
	text-indent: 10px;
}
.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'simages, just add your ownimages to the pattern */
#wrap {
	background-image: url(images/wrapperbkg.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;
}
#header {
	background: url(images/newheader_big2.jpg) center no-repeat;
	color: #FEF0C3;
	font-size: 15px;
	font-weight: 100;
	height: 130px;
	line-height: 120px;
	text-indent: 120px;
	padding-right: 15px;
}
#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;
}
/* 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: #EDDCAD url(images/selector.gif) center right no-repeat;
	color: #000;
}
/* 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: #BEB8B1;
	text-indent: 10px;
}
#nav ul ul li a:hover {
	color: #000;
	background-image: url(images/selector_sub.gif);
}
#column1 {
	float: left;
	width: 180px;
}
#column1 img {
	border: 1px solid #c9dcea;
	margin: 5px 20px;
	padding: 10px 20px;
	border-color: #C9DCEA;
}
/* 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 60px 30px 9px;
}
#column2 p {
	line-height: 120%;
}
#links div {
	float: left;
	width: 150px;
}
#links div li {
	list-style: none;
}
#links div li a {
	background: url(images/arrow_outline.gif) left no-repeat;
	padding-left: 15px;
	text-decoration: none;
}
#links div li a:hover {
	background-image: url(images/arrow.gif);
	color: #ac835c;
	text-decoration: underline;
}
#footer {
	clear: both;
	color: #666666;
	font-size: 11px;
	padding: 30px 0 10px 0;
	text-indent: 185px;
}
#footer a {
	color: #666666;
	text-decoration: underline;
	font-size: 11px;
}

