/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	background: #330000 url(images/img3.jpg) repeat-x;
	font-family: Garamond, Times New Roman, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}

h1 {
}

h2, h3 {
	margin-top: 0px;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #1B4978;
}

a:hover {
	text-decoration: none;
}

#imageContainer {
	position: relative;
	height:400px;
	margin-bottom: 20px;
}

#imageContainer img {
	padding: 5px; 

	border: 1px solid gray;
	display:none;
	position:absolute;
	top:0; left:0;
}

/* Header */

#header {
	width: 850px;
	height: 50px;
	margin: 0px auto;
}

#header h1 {
	float: left;
	margin: 0px;
	padding-top: 20px;
	font-size: 42px;
	letter-spacing: 5px;
}

#header h2 {
	float: right;
	margin: 10px 0px 0px 0px;
	padding-top: 28px;
	font-family: Times New Roman;
	font-size: 14px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Menu */

#menu {
	width: 850px;
	height: 45px;
	margin: 0px auto;
	background: #f0dfa6;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;


}

#menu li {
	display: inline;
}

#menu a {
	border-top: 3px solid #660000;
	color: #000;
	display: block;
	float: left;
	width: 121px;
	padding: 15px 0px 10px 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #f0dfa6;
}

#menu a:hover, #menu .selected {
	border-top: 3px solid orange;
	color: #660000;
	background: #FFF;
}

/* Content */
.table td{
	padding: 5px 0px;
}

tr.d0 td {
	background-color: #fff8ae;
}
tr.d1 td {
	background-color: #FFF;
}

#content {
	background: #FFFFFF;
	width: 850px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}

#colOne {
	float: right;
	width: 600px;
	margin-top: 20px;
	padding-right: 20px;
}

#colTwo {
	float: left;
	width: 180px;
	margin-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}



#colTwo ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

#content h1 {
	background-color: #B2D4F7;
	padding: 5px 0px 5px 5px;
	color: #173E68;
}

#content h2 {
	background-color: #000;
	padding: 10px 0px 10px 10px;
	text-transform: uppercase;
	font-size: 16px;
	color: #FFF;
}

#colTwo h2{
	font-size: 14px;
	background: #ffe1b7;
	color: #993300;
}

#content h3 {
	color: #2F73B8;
}

.next {
	color: #660000;
	display: block;
	height: 20px;
	width: 400px;
	padding: 10px;
	background: #FFF;
}

/* Footer */

#footer {
	width: 850px;
	margin: 0px auto;
	padding: 3px 0px 0px 0px;
	height: 50px;
	background: #EEEEEE;
}

#footer p {
	margin: 0px;
	padding-top: 15px;
	text-align: center;
	font-size: 11px;
	color: #999999;
}

#footer a {
	color: #666666;
}

#footer a:hover {
	color: #333333;
}

.hotspot {cursor:pointer}

#tt {position:absolute; display:block; background:url(images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#660000; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(images/tt_bottom.gif) top right no-repeat; overflow:hidden}
