/* css values used in vortex display site */ 

/* SITE WIDE DISPLAY */ 
body  { background-color: white; 
	color: #271801;
	font : normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 16px;
}
H1 {
	color: #400000;
	font : bold 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
H2 {
	color: #3C3C3C;
	font : bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
H3 {
	font : bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #3C3C3C;
}
H4 {
	color: #5a5a5a;
	font : bold Verdana, Geneva, Arial, Helvetica, sans-serif;
}
		.ClientTitle {
	color: #400000;
	font : bold 16px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
		.ClientSubTitle {
	color: #3C3C3C;
	font : bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
		.ClientHighlight {
	font : bold 12px Verdana Geneva Arial Helvetica sans-serif;
	color : #3C3C3C;
}
		.ClientBold {
	color: #5a5a5a;
	font : bold Verdana, Geneva, Arial, Helvetica, sans-serif;
}

	.ClientText
	{
	color: #5a5a5a;
	font : normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height : 16px;
}

#form   {
	color: #363636;
	font: 7pt Verdana, Helvetica, Geneva, Swiss, SunSans-Regular;
	text-decoration: none;
	line-height : 9pt;
}

.imagecaption {
	font : 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #343434;
}
.imagecredit {
	font : 7px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #343434;
}
form { 
	background: #EBEBEB;
	border : 1px outset #AAAAAA;
	padding : 10px 10px 10px 10px;
}

#submit {
	font : bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : black;
	padding-left : 1px;
	padding-top : 3px;
	padding-bottom : 2px;
	cursor : pointer;
	background-color:#ddd;
	margin : 0px 0px 0px 25px;
}

#mainpadding {
		padding : 10px 10px 10px 10px;
}

#c1padding {
	padding : 20px 10px 0px 15px;
}
#c2padding {
	padding : 0px 10px 0px 10px;
}
#c3padding {
		padding : 10px 10px 10px 10px;
}
#c4padding {
	padding : 20px 10px 10px 10px;
}
#cellpadding {
		padding : 10px 10px 10px 10px;
}

#nav1 {
	width : 639px;
	margin:0; padding:0;
	background-color:#271801;
	height:22px;
}




/*  ===================================== */
/*  ===================================== */
/* HOR FLYOUT */
/* style the outer div to give it width */
.hormenu {
font-family:Arial, Helvetica, sans-serif; font-size:11px;
width:775px; 
font-size:11px;
font-weight:normal;
padding-bottom:200px;
margin-top:0px;
padding-top:0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.hormenu ul {
padding:0;
margin:0;
list-style-type:none;
}
.hormenu ul ul {
width:102px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.hormenu li {
float:left;
width:102px;
position:relative;
text-align:left;
}
/* style the links for the top level */
.hormenu a, .hormenu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:139px; 
height:20px; 
 border:1px solid #5c492b; 
border-width:1px 1px 0 1px; 
background:#271801; 
padding-left:10px; padding-right:10px; 
line-height:20px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .hormenu a, * html .hormenu a:visited {
width:150px;
width:139px;
}

/* style the second level background */
.hormenu ul ul a.drop, .hormenu ul ul a.drop:visited {
color:#fff; 
background:#271801;
}
/* style the second level hover */
.hormenu ul ul a.drop:hover{
color:#fff; 
background:#271801;
}
.hormenu ul ul :hover > a.drop {
background:#271801;
}
/* style the third level background */
.hormenu ul ul ul a, .hormenu ul ul ul a:visited {
color:#fff; 	
background:#271801;
}
/* style the third level hover */
.hormenu ul ul ul a:hover {
background:#271801;
}
.hormenu ul ul ul :hover > a {
background:#271801;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.hormenu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .hormenu ul ul {
top:20px;
}

/* position the third level flyout menu */
.hormenu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.hormenu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.hormenu table {position:absolute; top:0; left:0;}

/* style the second level links */
.hormenu ul ul a, .hormenu ul ul a:visited {
background:#452b10; 
color: white; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .hormenu ul ul a{
width:150px;
width:129px;
}

/* style the top level hover */
.hormenu a:hover, .hormenu ul ul a:hover{
color:#fff; 
background:black;
}
.hormenu :hover > a, .hormenu ul ul :hover > a {
color:#fff;
background:black;
}

/* make the second level visible when hover on first level list OR link */
.hormenu ul li:hover ul,
.hormenu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.hormenu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.hormenu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.hormenu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.hormenu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}