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

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_dropline_dropdown.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
html,/* CSS Document */ body, ul, ol, p, h1, h2, h4        {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
}



body {
	background-color: #FFFFFF;
	padding: 0px;
	width: auto;
	text-align: left;
}

#wrapper {
	width:1100px;
	background: #000000;
	position: relative;
	height: 1%
	}

.hr {
	width: auto;
	text-align: left;/*this will align it for IE*/
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
	color: #fff;
	height: 40px;
	background-color: #fff;
}


ul {
	list-style-type: none;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.5em;
	list-style-position: outside;
}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:24pt;
	font-weight:normal;
	color:#666666;
	font-family: "Times New Roman", Times, serif;
	}
	
	
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
	

	
h3 {
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC3333;
	padding: 30px;
}

h3 a:link {
	color: #CC3333;
}

h3 a:hover {
	text-decoration: none;
	color: #990033;
	}
	

.textstyle{
	line-height: 1.5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.formstyle{
	background-color: #E1E1E1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}	

	
p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
	
h4 {
	font:10px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 10px 4px;
	padding:0px;
	}

h5 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #FFFFFF;
	}
	
#page {
	width: auto;
	overflow: hidden;
	background-color: #fff;
}

#masthead {
	height: 200px;
	width: 1100px;
	overflow: hidden;
	padding-bottom: 0px;
	background-color: #FFF;
}


	
#container
{
	margin: 0 auto;
	text-align: left;
}


#main {
	float:right;
	width:67%;
	background:#fff;
	margin-left:15px;
	padding-top:15px;
	padding-bottom:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}


#contentA {
	margin-left: 0px;
	margin-top: 0px;
	width:1100px;
	height: 1%;
	background-color: #000000;
	background-position: left;
	position: relative;
	text-align: center;
}


a:link {
	color: #CC9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cc9900;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}
a {
	font-size: 100%;
	}


#content {
	margin-left: 0px;
	margin-top: 0px;
	width: 1100px;
	height: 1%;
	background-color: #FFFFFF;
	position: relative;
}


.Content>p {
	margin:0 30px 0 0;
}
.Content>p+p {text-indent:30px;}



/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:560px;
	margin:0px 220px 10px 200px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	padding-top: 40px;
	background-color: #FFFFFF;
	text-align: justify;
	}	
	

#leftcol {
	margin-top: 0px;
	width: 300px;
	float: left;
	color: #333;
	margin-right: 0px;
	height: auto;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	
	border-width: 1px;
	margin-left: 100px;
	border-left-style: solid;
}

#leftcol p {
	font-size: 80%;
	display: none;
}
#rightcol {
	margin-top: 0px;
	width: 400px;
	float: right;
	color: #333;
	margin-right: 0px;
	height: auto;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	
	border-left-style: solid;
	border-left-width: 1px;
	position: relative;
}


#rightcol p {
	font-size: 80%;
}



.menuindent {
	color: #666666;
	text-indent: 10px;
	font-size: 12px;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menuindent ul {
	text-indent: 20px;
}

.menuindent li{
	text-indent: 40px;
	list-style-type: none;
}


.rightimage {
	
	margin-bottom: 15px;
	float: right;
	padding: 0px;
	background-color: #FFFFFF;
	position: relative;
	margin-top: 120px;
	}



.toprightimage {
	margin-bottom: 0px;
	float: right;
	padding: 0px;
	background-color: #FFFFFF;
	position: absolute;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 1100px;
}


#footer {
	position: relative;
	height: 1%;
	padding-top: 10px;
	background-color: #000;
	}

#footer p {
	font-size: 65%;
	color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


html>/**/body footer {
height: auto
}


.clearit {
	clear: both;
}

.pro_linedrop {
	height:50px;
	width: 1100px;
	background: #000;
	position:relative;
	font-family:arial, verdana, sans-serif;
	font-size:11px;
	z-index:500;
}

.pro_linedrop .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.pro_linedrop li {
	float:left;
	
	background-color: #000;
}

.pro_linedrop .select a {
	display:block;
	height:36px;
	float:left;
	background: url(blank_gray.gif);
	padding:0 0 0 15px;
	text-decoration:none;
	line-height:25px;
	white-space:nowrap;
	color:#666;
	background-color: #000;
}

.pro_linedrop .select li.line a {color:#ccc;}

.pro_linedrop .select a b {
display:block; 
padding:0 30px 10px 15px; 
background:url(blank_gray.gif) right top;
}

.pro_linedrop .select a:hover, 
.pro_linedrop .select li:hover a {
	background: url(blank_over_gray.gif);
	padding:0 0 0 15px;
	line-height:25px;
	cursor:pointer;
	color:#000;
	background-color: #fff;
}

.pro_linedrop .select li.line a:hover, 
.pro_linedrop .select li.line:hover a {
color:#000;}

.pro_linedrop .select a:hover b, 
.pro_linedrop .select li:hover a b {
	display:block;
	padding:0 30px 9px 15px;
	background:url(blank_over_gray.gif) right top;
	cursor:pointer;
	background-color: #fff;
}

.pro_linedrop .sub {
display:none;
}
.pro_linedrop ul ul {display:none;}

/* IE6 only */
.pro_linedrop table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.pro_linedrop .sub {
margin:0; 
padding:0;
list-style:none;
}

.pro_linedrop .sub li {
	background-color: #fff;
	
}

.pro_linedrop .select :hover .sub {
	height:30px;
	display:block;
	position:absolute;
	float:left;
	width:1098px;
	top:25px;
	left:0;
	text-align:center;
	background:transparent url(transparent.gif);
	border:1px solid #fff;
	background-color: #FFFFFF;
}

.pro_linedrop .select :hover .rt li {float:right;}

.pro_linedrop .select :hover .cnt li {
	float: right;
	
}

.pro_linedrop .select :hover .sub li a 
{
	display:block;
	height:25px;
	line-height:15px;
	float:left;
	background:transparent url(transparent.gif);
	padding:0 16px;
	margin:0;
	white-space:nowrap;
	color:#c90;
	font-size:10px;
}

.pro_linedrop .select :hover .sub li.subline a {color:#669999;}

.pro_linedrop .select :hover .sub li a:hover,
.pro_linedrop .select :hover .sub li:hover
{color:#000; line-height:20px; position:relative;}

.pro_linedrop .select :hover .sub li:hover > a {color:#000;}

.pro_linedrop .select :hover .sub :hover ul {padding:0; margin:0; list-style:none; display:block; width:140px; position:absolute; left:-1px; top:25px; border:1px solid #fff; border-top:0; background:#fff;}

.pro_linedrop .select :hover .sub :hover ul li a {width:80px; text-align:left; height:20px; line-height:18px;}
.pro_linedrop .select :hover .sub :hover ul li a:hover {line-height:16px;}


#navAlpha {
	position:absolute;
	width:150px;
	top:120px;
	left:20px;
	background-color:#333333;
	padding:10px;
	z-index:2;
	/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */

	width:128px;
	padding-top: 10px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}


#navAlpha p {
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 10px;
}

#navBetapicture {
	position:absolute;
	width:300px;
	top:120px;
	right:0px;
	background-color:#FFFFFF;
	z-index:3;
	/* Again, the ugly brilliant hack. */
	
	width:186px;
	padding-bottom: 20px;
	float: right;
	
	}
/* Again, "be nice to Opera 5". */
body>#navBetapicture {width:168px;}	
	
	
	#navBetaemail {
	position:absolute;
	width:200px;
	top:-60px;
	right:0px;
	background-color:#FFFFFF;
	z-index:3;
	/* Again, the ugly brilliant hack. */
	
	width:186px;
	padding-bottom: 0px;
	float: right;
	}
/* Again, "be nice to Opera 5". */
body>#navBetaemail {width:168px;}
