a:link {color: #F26522; font-weight:bold;}     /* unvisited link */
a:visited {color: #F26522; font-weight:bold;}  /* visited link */
a:hover {color: #000000; font-weight:bold;}   /* mouse over link */
a:active {color: #000000; font-weight:bold;}   /* selected link */ 

.2 a:link {color: #F26522; font-weight:bold; text-decoration:none}     /* unvisited link */
.2 a:visited {color: #F26522; font-weight:bold; text-decoration:none}  /* visited link */
.2 a:hover {color: #000000; font-weight:bold; text-decoration:none}   /* mouse over link */
.2 a:active {color: #000000; font-weight:bold; text-decoration:none}   /* selected link */ 

body{
	background: #000000 url(images/bg.jpg) no-repeat bottom left;
	font-size:12px;
	color: #F26522;
	font-family:century-gothic,arial,sans-serif;
}

.1{
	font-size: 14px;
	font-weight:bold;
	font-family:century-gothic,arial,sans-serif;
	color: #F26522;
	
}

.2{
	font-size: 10px;
	font-weight:bold;
	font-family:century-gothic,arial,sans-serif;
	color: #000000;
	
}

.3{
	font-size: 12px;
	font-weight:none;
	font-family:century-gothic,arial,sans-serif;
	color: #F26522;
	
}

.border1{
	border-left: solid 1px #F26522;

}


a.box1:link {color:#000000;}

.box2{
	font-size: 12px;
	font-weight:none;
	font-family:century-gothic,arial,sans-serif;
	color: #000000;
}

	
#newlist li { list-style-type: circle;
	color: #000000; }

.contact  {
font-weight:bold;
font-size:12px;
letter-spacing:8;
color:#F26522;}

------
.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-right: 0px solid #f26522;
border-bottom: 1px solid #f26522;
border-top: 1px solid #f26522;
border-left: 1px solid #f26522;
width: 100%;
padding: 0px 0px 0px 0px;
margin: 0px;
font-size:10px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 2px 3px 2px 3px;
margin: 0;
text-decoration: none;
border-right: 1px solid #f26522; /*THEME CHANGE HERE*/
}


.chromestyle ul li a:hover{

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #f26522; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px century-gothic,arial,sans-serif;
line-height:10px;
z-index:100;
background-color: white;
width: 100px;
visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #f26522; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #feecd8;
}

