@charset "UTF-8";
/* CSS Document */

body {
margin:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
width:100%;
}


.homecopy {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
color:#C7D1D9;
}

.homecopy2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
letter-spacing:1px;
line-height:18px;
color:#FFFFFF;
}

a.homecopy2:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
letter-spacing:1px;
line-height:18px;
color:#FFFFFF;
text-decoration:none;
}

a.homecopy2:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
letter-spacing:1px;
line-height:18px;
color:#FFFFFF;
text-decoration:none;
}

a.homecopy2:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
letter-spacing:1px;
line-height:18px;
color:#FFFFFF;
text-decoration:underline;
}

a.homecopy2:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
letter-spacing:1px;
line-height:18px;
color:#FFFFFF;
text-decoration:none;
}



.container {
margin:0px;
float:none;
background-color:#26231E;
width:100%;
}

.container2 {
background-image:url(images/bg.jpg);
background-color:#3E4845;
margin:0px;
float:none;
width:100%;
}

.toptable {
width:905px;
background-image:url(images/top_bg.jpg);
height:120px;
margin-left:55px;
padding-left:20px;
}

.bottomtable {
width:875px;
height:149px;
margin-left:55px;
text-align:right;
}

.tagheader {
font-family:'Helvetica Neue Bold Condensed', Helvetica, "Helvetica Neue";
color:#8E0000;
font-size:18px;
line-height:20px;
}

a.tag:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
color:#6F7D81;
font-size:12px;
line-height:22px;
text-decoration:none;
}

a.tag:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
color:#6F7D81;
font-size:12px;
line-height:22px;
text-decoration:none;
}

a.tag:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
color:#000000;
font-size:12px;
line-height:22px;
text-decoration:none;
}

a.tagactive {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
color:#6F7D81;
font-size:12px;
line-height:22px;
text-decoration:none;
}


a:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#990000;
font-size:12px;
line-height:18px;
text-decoration:none;
}

a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#990000;
font-size:12px;
line-height:18px;
text-decoration:none;
}

a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#990000;
font-size:12px;
line-height:18px;
text-decoration:underline;
}

a:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#990000;
font-size:12px;
line-height:18px;
text-decoration:none;
}


div.homecopy a:link {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#C7D1D9;
font-size:105%;
line-height:18px;
text-decoration:none;
}


div.homecopy a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#C7D1D9;
font-size:105%;
line-height:18px;
text-decoration:none;
}

div.homecopy a:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-size:105%;
line-height:18px;
text-decoration:underline;
}

div.homecopy a:active {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#C7D1D9;
font-size:105%;
line-height:18px;
text-decoration:none;
}



/* IE7, IE8 */
*:first-child+html #extraspace {
padding-bottom: 7px;
}




/* MENU */ 


.menucontainer {
	position:absolute;
	left:430px;
	top:60px;

	
}

.menu {
	width:520px; 
	height:34px; 
	z-index:100;
	border-right:0; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:570px; 
	w\idth:570px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:175px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:14px;
	text-decoration:none; 
	color:#fff; 
	height:35px; 
	background:#8E0000; 
	padding: 3px 10px 3px 10px; 
	margin-right:10px;
	line-height:35px; 
	float:left;
	text-align:center;
	width:100px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:95px;
	margin-right:5px;
}




/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:33px;
	left:0; 
	width:175px;
}

/* another hack for IE5.5 */
* html .menu ul ul {
	top:30px;	
	t\op:31px;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	text-align:left;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#ABC8E2; 
	color:#2D4575; 
	height:auto; 
	line-height:2em; 
	padding:3px 10px; 
	width:175px;
	border-width:0;
	border-top:1px solid #2D4575;
	text-decoration:none;
}

/* yet another hack for IE5.5 
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:150px;
	w\idth:128px;
}
*/

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#990000;
	background:#FFFFFF;
	text-decoration:none;
	height:35px; 
	font-size:14px;
	text-decoration:none; 
	padding: 3px 10px 3px 10px; 
	line-height:35px; 
	
}

.menu :hover > a, .menu ul ul :hover > a {
	color:#990000; 
	background:#FFFFFF;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
	 visibility:visible;
}

/* END MENU */