@charset "utf-8";
/* CSS Document */

body{
	background: #fff url(images/bg.png);
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
}


a{
	color: #E3D203;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}
.content{
	width: 835px;
	margin: 0 auto;
}

.logo{
	width: 300px;
	margin-top: 40px;
	float: left;
	height: 80px;
}
.bar{
	background: url(images/bar.png) repeat-x top;
	height: 30px;
	padding-left: 10px;
	clear: both;
}

.baritem{
	float: left;
	padding: 8px 7px 0px 7px;
}

.baritem a{
	color: white;
	font-family: Lucida Sans, Arial;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.baritem a:hover{
	color: #EAE056;
}

.teaser{
	clear: both;
	text-align: center;
}

.boxes{
	clear: both;
}

.box{
	float: left;
	width: 278px;
	height: 235px;
	text-align: left !important;
	background: url(images/box.png) no-repeat;
}

.data{
	padding: 20px 15px 0px 20px;
	line-height: 14px;
	color: #7A8084;
}

.box big{
	font-size: 23px;
	font-family: Lucida Sans, Arial;
	color: #929EA3;
	letter-spacing: -1.5px;
	border-bottom: 1px solid #eee;
}

.box big a{
	font-size: 23px;
	font-family: Lucida Sans, Arial;
	color: #929EA3;
	letter-spacing: -1.5px;
	border-bottom: 1px solid #eee;
	font-weight: normal;
}

.box big a:hover{
	color: #666666;
}

.item{
	color: #7A8084;
	font-family: Lucida Sans, Arial;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
}

.item small{
	font-weight: normal;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.item img{
	float: left;
	margin-right: 10px;
}	

.work{
	height: 40px;
	clear: both;
	background: url(images/work.png) no-repeat top left;
	padding: 14px 0px 0px 115px;
	text-align: left;
}

.work a{
	color: #A4A4A4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: none;
}

.work a:hover{
	color: #666666;
}

.footer{
	padding: 0px 20px;
}

.fl{
	float: left;
	width: 400px;
	margin-top: 10px;
	text-align: left;
	font-size: 10px !important;
	color: #A4A4A4;
}

.fl a{
	font-size: 10px;
}

.fr{
	float: right;
	width: 370px;
}


.chromestyle{
width: 99%;
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 #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #fff;
}

.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*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #eee; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
margin-top: 7px;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #eee; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #999;
font-size: 11px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

.whitec{
	background: white;
	border: 1px solid #ccc;
	padding: 15px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}



.redc{
	float: right;
	width: 200px;
	text-align: center;
	color: red;
	border: 1px solid red;
	padding: 5px;
	font-size: 10px;
	margin: 5px;
}
