@charset "utf-8";
/* CSS Document */

	body,
	html {
		margin:0;
		padding:0;
		color:#471628;
		background: #800020;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	img {
		border:none;
	}
	a, a:link, a:visited {
		color: #800020;
	}
	a:hover {
		color:#000;
	}
	h1 {
	    margin:0;
		color:#800020;
    }
	h2 {
	    margin:0;
		color:#800020;
	}
	h3 {
		color:#A3455D;
	}
	p {
		margin: 1em 0 0 0;
	}
	ul {
		list-style:square;
		line-height: 1.5em;
	}
	#listLeft {
		list-style-type: circle;
		float:left;
	}
	#listRight {
		list-style-type: circle;
		float:right;
		text-align:left;
		width:250px;
	}
	#wrap {
		width:990px;
		margin:0 auto;
		background:#FFF;
	}
	#header {
    	padding: 10px 0;
		/*background: #D6DCDE url(../images/bg_body.jpg) repeat-x;*/
		background: #800020;
	}
	#main {
		margin: 10px 10px 10px 0;
		float:right;
		width:690px;
		/*margin: 10px 0 10px 10px;
		float:left;*/
	}	
	#sidearea {
		float:right;
		width:350px;
	}
	#sidebar {
		margin: 10px;
		float:left;
		width:270px;
		/*margin: 10px 10px 10px 0;
		float:right;*/
	}
	#logo { margin-right:10px; }
	
	/* LOGIN BOX */
	#loginBox {
		color:#FFF;
		float:right;
		width:260px;
        	padding: 10px 0 0 10px;
		height:70px;
	}
	#loginBox ol, form {
		margin: 0;
		padding: 0;
	}
	#loginBox li {
		list-style:none;
	}
	#loginBox a {
		color:#FFF;
		text-decoration: none;
	}
	#loginBox label {
		display: inline-block;
		width: 60px;
	}
	#loginBox input {
		color:#FFF;
		width:120px;
		height:14px;
		border: #FFF 1px solid;
		background: #A2445C;
		margin: 0 5px 3px 0;
	}
	#loginBox #button {
		width:60px;
		height:18px;
		top:-1px;
		position:relative;
		color: #800020;
		background:#FFF;
		font-weight:bold;
		font-size:11px;
	}
	
	/* NAVIGATION */
	#nav {
		margin: 10px 10px 0 10px;
	}
	#nav ul {
		margin:0;
		padding:0;
		list-style:none;
		width: 970px;
		height: 40px;
		position: relative;
	}
	#nav li {
		margin: 0; 
		padding: 0; 
		list-style: none; 
		position: absolute; 
		top: 0;
		background: url(../images/nav.jpg);
		line-height: 40px;
	}
	#nav li, #nav a {
		height: 40px;
		display: block;
		text-decoration:none;
		text-align:center;
		font-weight:bold;
	}
	#nav li.navDouble {
		line-height: 12px;

	}

	#nav li.navDouble a { padding-top:7px; height:33px;}

	#nav a:hover {
		color: #FFF;
		background: url(../images/nav.jpg) 0 -40px;
	}
	#nav li.navDouble a:hover {
		background: url(../images/nav.jpg) 0 -40px;
	}

	#nav1 {left: 0; width: 97px;}
	#nav2 {left: 97px; width: 117px;}
	#nav3 {left: 214px; width: 107px;}
	#nav4 {left: 321px; width: 87px;}
	#nav5 {left: 408px; width: 127px;}
	#nav6 {left: 535px; width: 107px;}
	#nav7 {left: 642px; width: 107px;}
	#nav8 {left: 749px; width: 112px;}
	#nav9 {left: 861px; width: 109px;}

	/* FOOTER */
	#footer {
		color:#FFF;
		height:60px;
		clear:both;
		padding: 20px 10px;
		background: #A5B1BE url(../images/bg_footer.jpg) repeat-x;
	}
	#footer a {color:#FFF;}
	#footer a:hover {color:#FFCC00;}
	#footer p {
		margin:0;
		margin-right:120px;
		float:left;
    }
	#footer p#right {
		margin-right:0;
		float:right;
		text-align:right;
    }
	* html #footer {
		height:1px;
	}
	
	/* HOME PAGE TABS */
	#tabs {
		height:230px;
		border:#A3455D 1px solid;
		background: url(../images/bg_tabs.jpg) bottom repeat-x;
	}
	ol#toc {
		height:40px;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align:center;
	}
	ol#toc li {
		float: left;
	}
	ol#toc a {
		background: url(../images/tabs.jpg);
		display: block;
		float: left;
		height: 40px;
		text-decoration: none;
		font-weight: bold;
		font-size:115%;
		line-height: 30px;
	}
	ol#toc a:hover {
		background-position: 0 -40px;
		color:#471628;
	}
	ol#toc a:hover span {
		background-position: 100% -120px;
	}
	ol#toc li.current a {
		background-position: 0 -80px;
		color: #FFCC00;
	}
	ol#toc li.current span {
		background-position: 100% -80px;
	}
	ol#toc span {
		background: url(../images/tabs.jpg) 100% 0;
		display: block;
	}
	div.content {
		clear: left;
		padding: 5px 10px 10px 10px;
	}
	
	ol#toc a#Tab1 {left: 0; width: 132px;}
	ol#toc a#Tab2 {left: 133px; width: 173px;}
	ol#toc a#Tab3 {left: 306px; width: 138px;}
	ol#toc a#Tab4 {left: 444px; width: 245px;}
	
	ol#toc li.current a#Tab1 { background-position: -57px -80px;}
	ol#toc li.current a#Tab2 { background-position: -35px -80px;}
	ol#toc li.current a#Tab3 { background-position: -300px -80px;}
	ol#toc li.current a#Tab4 { background-position: 0 -80px;}
	
	div.content img {
		float: left;
		margin: 0 10px 5px 0;
	}
	
	#boxed {
		color: #471628;
		padding: 10px;
		margin: 10px 0;
		border:#BCCDD4 1px solid;
		background: url(../images/bg_tabs.jpg) bottom repeat-x;
		
		width:400px;
	}

/* Home page rotating images */
.pics { height: 300px; width: 690px; padding:0; margin:0; overflow: hidden; padding-bottom:13px; }
.pics img { height: 300px; width: 690px; padding: 0; border: none; background-color: #FFF; top:0; left:0; display:none; }

