.clear{
clear:both;
}
#tp-nav1 {
margin: 0 auto;
width:1003px;
}
#tp-nav {
margin: 0 auto;
width:975px;
}.chromestyle{
width:810px;
float:left;
}

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

.chromestyle ul{
width: 100%;
margin: 0;
text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
list-style:none;
float:left
}

.chromestyle ul li a{
font:11px Arial, Helvetica, sans-serif;
color: #fff;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

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

.dropmenudiv{
position:absolute;
top:0;
border: 1px solid #1BB1DC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
z-index:100;
background: #046480;
width:180px;
visibility: hidden;
margin-left:0px;
}
.dropmenudiv a{
font:11px Arial, Helvetica, sans-serif;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #DDDCDC; /*THEME CHANGE HERE*/
padding: 2px 4px;
text-decoration: none;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
}

img{
	border:0;
	}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #05A0CC;
color:#fff;
}

.thrd-margin {
margin-left:0px;
}
.secnd-margin {
margin-left:0px;
}

.dd-width1 {
width:180px;
}

.dd-width2 {
width:180px;
}

.validator{
margin-top:10px;
border:none;}

h2{
	color:#000000;
	font-size:12px;
	font-family:Arial;
	}
h1{
font-size:14px;
font:Arial;
}

h1 a{
font:Arial;
font-size:14px;
color:#000000;}

.link a{
font:Arial;
font-size:12px;
color:#000000;}

.link{
font:Arial;
font-size:12px;
color:#000000;
text-decoration:none;}