body {font-family: Tahoma, Arial; background-image:url('../style/multicircles2.jpg'); background-repeat:repeat; background-attachment:scroll; margin-left:0; margin-right:0; margin-top:0; margin-bottom:0;}

a img {border: none;}
a:focus, a:hover, a:active {outline: none;}

A {text-decoration:underline; color: #990000;}
A:hover{text-decoration:none; color: #990000;}
A:active{text-decoration:none; color: #cc0000;}

A.black:link {text-decoration: underline; color: #000000;}
A.black:visited {text-decoration: underline; color: #000000;}
A.black:hover {text-decoration: none; color: #000000;}

A.white:link {text-decoration: underline; color: #FFFFFF;}
A.white:visited {text-decoration: underline; color: #FFFFFF;}
A.white:hover {text-decoration: none; color: #FFFFFF;}

.line {border-bottom: 1px solid #dadada;}
.line1 {border-bottom: 1px solid #999999;}
.outline {border: 1px solid #CCCCCC}
.outline1 {border: 1px solid #5F482C}
.dotted {border-bottom: 1px dotted #999999;}
.dashed {border-bottom: 1px dashed #999999;}
.tableleft {border-left: 1px dotted #999999;}

.privacy a{text-decoration: underline; color:#B5A46E;}
.privacy a:hover{text-decoration: none; color:#B5A46E;}

.content-box-dotted{border:1px dotted #AFAFAF; border-radius:5px; -moz-border-radius: 5px; -webkit-border-radius:5px; -khtml-border-radius:5px;}
.content-box-333333{border:1px solid #333333; border-radius:10px; -moz-border-radius: 10px; -webkit-border-radius:10px; -khtml-border-radius:10px;}
.content-box0{border:1px solid #FFFFFF; border-radius:5px; -moz-border-radius: 5px; -webkit-border-radius:5px; -khtml-border-radius:5px;}
.content-box {border:1px solid #AFAFAF; -moz-border-radius:15px; -webkit-border-radius:15px; -khtml-border-radius:15px;}
.content-box1 {border:1px solid #665555; -moz-border-radius:15px; -webkit-border-radius:15px; -khtml-border-radius:15px;}

.textshadow { text-shadow: #000000 3px 2px 2px;}

.opacity {
filter:alpha(opacity=70);
-moz-opacity:.70;
opacity:.70;
}

.chromestyle{ width: 100%;font-weight: bold;}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #EEEEEE;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
font:normal 12px Century Gothic, Arial;
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 246px;
	border: 1px solid #EEEEEE; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Century Gothic, Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	left: 60px;
	height: 69px;
	visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #EEEEEE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}
.dropmenudiv a:hover{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #EEEEEE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #666666;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
