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

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #00557c;
}
a:active {
	color: #999999;
}
.main-table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 0px solid #0000FF;
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
body{
	
	/* background-image:url(images/bg.jpg); */
	background-image:url(images/bg.gif);
	background-attachment:fixed;
	/*background-repeat:repeat-y;*/
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#000e6e;
}
	
.serving {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}


.margin {
	margin-left: 40px;
}


#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
background-color: lightyellow;
}
.footer:active, .footer:link, .footer:visited  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}

.footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.footer-pipe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.middle {
	height: 500px;

}

.footer-background {
	background-color: #000000;
	border-bottom:#00F 2px solid;
}
.copyright-background {
	background-color: #ffffff;
}


.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}
input, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 11px;}

.required {
	font-weight: bold;
	color: #b49313;
}

.home-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	width: 315px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #d9251b;
	padding-bottom: 2px;
	display: block;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 3px;
	padding-top: 3px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #00000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding-top: 0px;
	
}
hr {
	background-color: #b49313;
	width: 400px;
}
.side-white:active, .side-white:link, .side-white:visited{
	color: #FFFFFF;
	font-weight: bold;
}
.side-white:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.side-white-text {
	color: #FFFFFF;
}


#search_box {
	width: 201px;
	height: 31px;
	background: url(images/bg_search_box.gif);
	float: right;
	margin-right: 20px;
}
#search_box #s {
    float: left;
    padding: 0;
    margin: 6px 0 0 6px;
    border: 0;
    width: 159px;
    background: none;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}
.leading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
}

.search-row {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	line-height: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.home-box-content {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.home-box-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #006699;
	padding:5px 0 5px 5px
}
.home-box-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #00557c;
}
.dvdr{
	height:1px;
	width:75%;
	background-color:#baaf5d;
	margin-top:4px;
	margin-bottom:4px;
}
	
.floating-image{
	float:right;
	padding-left:10px;
}
.lwrnav{
	
	background:#000;
	border-bottom: #baaf5d 5px solid;}
	
	.test{
	background-image:url(images/navbg.gif);
	}
	.test_on{
	background-image:url(images/navbg_on.gif);
	}
.tabs:link, .tabs:active, .tabs:visited  {
	font-size:12px;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	line-height:25px;
	text-align:center;
}
.tabs:hover  {
	font-size:12px;	
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	line-height:25px;
	text-align:center;
}
.tabs_on:link, .tabs_on:active, .tabs_on:visited  {
	font-size:12px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	line-height:25px;
	text-align:center;
}
.tabs_on:hover  {
	font-size:12px;	
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	line-height:25px;
	text-align:center;
}
.toplinks:link, .toplinks:active, .toplinks:visited{
	color:#ffffff; 
	text-decoration:none;
	font-weight:bold;
}
.toplinks:hover{
	text-decoration:underline;
}

.searchbox{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #ffffff;
	width:150px;
}
.find{
	font-size:14px;
	font-weight:bold;
}
.rghtbxhd{
	background: #000000 no-repeat; /*last 2 values are the x and y coordinates of bullet image*/
	border-bottom: #baaf5d 5px solid;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 5px 0 5px 5px;
	display: block;
	font: bold 12px Verdana;
	font-weight:bold;
	color: #FFFFFF;
}
.leftnav{
	width:200px;
	padding-left:10px;
	padding-right:0px;
	vertical-align:top;
	}	

.leftnavlinks:link, .leftnavlinks:active, .leftnavlinks:visited  {
background:url(images/navbg2.jpg);
padding-right : 0; 
background-position : 100% 50%; 
display : block; 
color : #0000a0; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-decoration : none;
padding-top: 5px;
padding-right: 0;
padding-bottom: 5px;
padding-left: 5px;
width:188px;
} 
.leftnavlinks:hover {
background:url(images/navbg2.jpg);
padding-right : 0; 
background-position : 100% 50%; 
display : block; 
color : #0000a0; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: bold;
font-variant: normal;
text-decoration:underline;
padding-top: 5px;
padding-right: 0;
padding-bottom: 5px;
padding-left: 5px;
width:188px;
} 

.small{
	font-size:11px;}
.newlinks{
	padding-left:20px;
}
.boxhdr{
	font-size:14px;
	color:#000;
	font-weight:bold;
	text-align:left;
}

#LeftMNav {
z-index : 100000; 
} 
#LeftMNav UL {
padding-right : 0; 
padding-left : 0; 
padding-bottom : 0; 
margin : 0; 
width : auto; 
color : #ffffff; 
padding-top : 0; 
background-color : #ffffff; 

} 
#LeftMNav LI {
	background:url(images/navbg2.jpg);
padding-right : 0; 
padding-left : 0; 
padding-bottom : 0; 
margin : 0; 
padding-top : 0; 
list-style-type : none; 

} 
#LeftMNav a {
background:url(images/navbg2.jpg);
padding-right : 0; 
background-position : 100% 50%; 
display : block; 
color : #0000a0; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-decoration : none;
padding-top: 5px;
padding-right: 0;
padding-bottom: 5px;
padding-left: 5px;
} 
#LeftMNav a:hover {
padding-right : 0; 
background-position : 100% 50%; 
display : block; 
color : #000000; 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-decoration : none;
background-color: #999999;
padding-top: 5px;
padding-right: 0;
padding-bottom: 5px;
padding-left: 5px;
} 

.menuheader {
	background:url(images/navbg.jpg);
font-family: Helvetica, Arial;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display : block;
text-indent: 2px;
line-height:18px;
text-transform:uppercase;
width:194px;
} 

.menuhdrlnk:link, .menuhdrlnk:active, .menuhdrlnk:visited{
background:url(images/navbg.jpg);
font-family: Helvetica, Arial;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display : block;
text-indent: 2px;
line-height:18px;
text-decoration:none;
text-transform:uppercase;
}
.menuhdrlnk:hover{
background:url(images/navbg.jpg);
font-family: Helvetica, Arial;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display : block;
text-indent: 2px;
line-height:18px;
text-decoration:underline;
text-transform:uppercase;
}

.rghtnavhdr{
	background-color:#05258a;
	color:#ffffff;
	border:1px #cccccc solid;
	padding:5px;
	text-transform:uppercase;
	font-weight:bold;
}
.rghtbox{
	border:1px #cccccc solid;
	padding:5px;
	}
	.toprghtbox{
	border:1px #cccccc solid;
	padding:2px;
	}
.topnav:link, .topnav:active, .topnav:visited{
	font-size:10px;
	font-weight:bold;
	line-height:15px;
	background-image:url(images/topnavbg.jpg);
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:1px;
	vertical-align:middle;
	text-decoration:none;
}
.topnav:hover{
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	background-image:url(images/topnavbg.jpg);
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
		padding-bottom:1px;
	vertical-align:middle;
	text-decoration:underline;
}
.hdrtxt{
	color:#ffffff;
	font-size:15px;
	font-style:italic;
	font-weight:bold;
	padding-bottom:10px;
}
.hdr{
	color:#FFF;
}

.hdrtopnav:link, .hdrtopnav:active, .hdrtopnav:visited{
	font-size:10px;
	font-weight:bold;
	line-height:13px;
	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
		padding-bottom:1px;
	vertical-align:middle;
	text-decoration:none;
}
.hdrtopnav:hover{
	font-size:10px;
	font-weight:bold;
	line-height:13px;

	color:#ffffff;
	padding-left:5px;
	padding-right:5px;
		padding-bottom:1px;
	vertical-align:middle;
	text-decoration:underline;
}
.hdrnav:link, .hdrnav:active, .hdrnav:visited{
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	background-image:url(images/navbg.jpg);
	color:#ffffff;
	padding-left:13px;
	padding-right:13px;
		padding-bottom:1px;
	vertical-align:middle;
	text-decoration:none;
}
.hdrnav:hover{
	font-size:11px;
	font-weight:bold;
line-height:18px;
	background-image:url(images/navbg.jpg);
	color:#ffffff;
	padding-left:13px;
	padding-right:13px;
		padding-bottom:1px;
	vertical-align:middle;
	text-decoration:underline;
}
.hdrnav2:link, .hdrnav2:active, .hdrnav2:visited{
	font-size:11px;
	font-weight:bold;
	line-height:18px;
	background-image:url(images/navbg3.jpg);
	color:#ffffff;
	padding-left:13px;
	padding-right:13px;
		padding-bottom:1px;
	vertical-align:middle;
	text-decoration:none;
}
.hdrnav2:hover{
	font-size:11px;
	font-weight:bold;
line-height:18px;
	background-image:url(images/navbg3.jpg);
	color:#ffffff;
	padding-left:13px;
	padding-right:13px;
		padding-bottom:1px;
	vertical-align:middle;
	text-decoration:underline;
}
.pronews{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#2c2b77;
font-weight: bold;
text-transform:uppercase;
padding-left:5px;
}
.hltbltop{
	text-align:center;
	border-top: #cccccc 1px solid;
}
.hltblbtm{
	text-align:center;
	border-bottom: #cccccc 1px solid;
	padding-bottom:10px;
}
.hllnks:link, .hllnks:active, .hllnks:visited{
	color:#00C;
	font-size:11px;
	text-align:center;
	text-decoration:none;

}
.hllnks:hover{
	color:#00C;
	font-size:11px;
	text-align:center;
	text-decoration:underline;
		padding-bottom:10px;
}

.hptxtsml{
	color:#ffffff;
	font-size:12px;
}
.hptxtsmllnk:link,.hptxtsmllnk:active, .hptxtsmllnk:visited{
	color:#ffffff;
	font-size:12px;
	text-decoration:none;
}
.hptxtsmllnk:hover{
	color:#ffffff;
	font-size:12px;
	text-decoration:underline;
}
.loclnks:link, .loclnks:active, .loclnks:visited{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;	
	text-decoration:none;
}
.loclnks:hover{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;	
	text-decoration:underline;
}
.phone{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;	
	}
.frtdlnks:link, .frtdlnks:active, .frtdlnks:visited {
		color:#2121ac;
		font-size:12px;
		font-weight:bold;
text-decoration:none;
}
.frtdlnks:hover {
		color:#2121ac;
		font-size:12px;
		font-weight:bold;
		text-decoration:underline;
}
.highlighted{
	color:#000000;
	font-size:16px;
}
.urbangreymenu{
	width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #00557c no-repeat; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 5px 0 5px 5px;
	display: block;
}

.headerbar{
		background:url(images/navbg.jpg);
font-family: Helvetica, Arial;
font-size: 11px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display : block;
text-indent: 2px;
line-height:18px;
text-transform:uppercase;
}
.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
background:url(images/navbg2.jpg);
}

.urbangreymenu ul li a{
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color : #0000a0; 
	display: block;
	background:url(images/navbg2.jpg);
	padding: 3px 0 3px 5px; /*link text is indented 8px*/
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height:17px;
}

.urbangreymenu ul li a:visited{
color : #0000a0; 
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
	color : #0000a0; 
	font-weight: normal;
	background-color: #FFAD04;
	text-decoration:underline;
}

.hplinks:link, .hplinks:visited {
font-size:10px;
color:#293D6B;
text-decoration:none;
}
.hplinks:hover, .hplinks:active {
font-size:10px;
color:#ff0000;
text-decoration:underline;
}
.commitlist{
	font-size:12px;
	font-weight:bold;
}
.oiw:link, .oiw:active, .oiw:visited{
	font-size:10px;
	color:#FFF;
	text-decoration:none;
}
.oiw:hover{
	font-size:10px;
	color:#FFF;
	text-decoration:underline;
}
 
