/******************************************************************/
/* Typography */
/******************************************************************/

html, body {
	font: 13px/1.5 arial;
	color: #444;
}

p {
	padding-bottom: 10px;
}

h1 {
	font-size: 20px;
	font-weight: 900;
	color: #8a1623;
	margin: 20px 0 5px 0;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
	font-weight: 900;
	color: #005480;
	margin: 20px 0 5px 0;
}

h3 {
	font-size: 14px;
	font-weight: 900;	
	color: #005480;
	margin: 30px 0 10px 0;
	border-bottom: 1px #005480 dotted;
	text-transform: none;	
}

h1 + h3 {margin: 20px 0 10px 0;}

h4 {
	font-size: 12px;
	font-weight: 900;	
	color: #fff;
	margin: 10px 0;
}

a {
	color: #0e82c7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.strongtext {font-weight:900;}

/******************************************************************/
/* Lists */
/******************************************************************/

ul.basicList {
                margin: 0;
                padding: 0;
                list-style: none;
}

ul.basicList li {
                margin: 0;
                padding: 5px 0;
}

	ul.basicList li:first-child {border-bottom:1px #444 dotted;}
	ul.basicList li:last-child {font-weight:900; padding-top: 200px;}

ul.arrowList {
                margin: 5px 0 15px 0;
                padding: 0;
                list-style-position: outside;
}

ul.arrowList li {
                list-style: none;
                background: url(../img/arrow.png) 0px 1px no-repeat;
                margin: 10px 0px 10px 15px;
                padding-left: 25px;          
}

#leftColumn > ul.arrowList li {margin: 10px 0px 10px 30px;}

/******************************************************************/
/* Form Styles */
/******************************************************************/

form {
	/*width: 400px;*/
	margin: 0;
	padding: 0;
}

label {  
	display: block; 
	margin: 12px 0 0 0;
}

/******************************************************************/
/* Modal Box */
/******************************************************************/
#popUpHover {
	position: absolute;
	display: block;
	z-index: 999;
	padding: 20px; 	width: 400px; 	margin: 0 auto;
	top: 47px; right: 60px;
	background-color: #cecece;

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; 	

-webkit-box-shadow: 0px 0px 3px  #000;
-moz-box-shadow: 0px 0px 3px #000;
box-shadow: 0px 0px 3px #000; 

text-shadow: 1px 1px 2px #fff;
filter: dropshadow(color=#fff, offx=1, offy=1) 
}

/******************************************************************/
/* Misc Styles */
/******************************************************************/

hr.thin {height: 1px; border: 0; color: #ccc; background-color: #ccc; width: 100%}
.clearBoth {clear:both}
.clearFix {clear:both; height: 1px; margin: -1px 0 0; overflow: hidden}

/******************************************************************/
/* Alignment */
/******************************************************************/

.alignRight {text-align: right;}
.alignLeft {text-align: left;}
.floatRight {float:right;}
.marginLeft20 {margin-left:20px;}

/******************************************************************/
/* Navigation */
/******************************************************************/

#navBarEmpty {
	width: 960px;
	height: 21px;
	background: url(../img/bg-nav-empty.png) 0px 0px no-repeat;
}

#chromemenu {
	color: #fff;
	width: 960px;
	height: 53px;
	padding-top: 13px;
	text-align: left;
	padding-left:20px;
	vertical-align: top;
	background: url(../img/bg-nav.jpg) 0px 0px no-repeat;
}

#chromemenu ul {list-style: none;margin: 0; padding:0;}
#chromemenu li {margin: 0; padding: 0 20px;display: inline;}

#chromemenu a {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	padding: 0 10px 12px 10px;
	text-decoration: none;	
	background: none;
	outline: none;
	text-transform: uppercase;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { 
	#chromemenu a {
		padding: 0 10px 13px 10px;
	}
} 

#chromemenu a.active {
	color: #90d3ff;
	font-size: 18px;	
	background: url(../img/bg-active-nav.jpg) 50% 100% no-repeat;
	font-weight: bold;
}

#chromemenu a:hover {
	text-decoration: none;	
}

/******************************************************************/
/* Contact Box */
/******************************************************************/
div.box{
 padding: 10px;
 color:#333333;
}
 
div.box input[type=text], div.box input[type=textarea]{ 
 width:200px; 
 color: #666666;
 
 border-top: 1px #e5e5e5 solid;
 border-left: 1px #e5e5e5 solid; 
 border-right: 1px #ccc solid; 
 border-bottom: 1px #ccc solid;  

 background: #feffff; /* old browsers */
 background: -moz-linear-gradient(top, #feffff 0%, #F9F8EF 100%); /* firefox */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feffff), color-stop(100%,#F9F8EF)); /* webkit */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#F9F8EF',GradientType=0 ); /* ie */
}

div.box input[type=text]{height:20px; }
 
div.box p{padding-bottom:14px;}
 
div.box input:focus,
div.box textarea:focus { 
	background: #F9F8EF; /* old browsers */
	background: -moz-linear-gradient(top, #F9F8EF 0%, #FFFFFF 48%, #FFFFFF 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F9F8EF), color-stop(48%,#FFFFFF), color-stop(100%,#FFFFFF)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F8EF', endColorstr='#FFFFFF',GradientType=0 ); /* ie */
	border-color: #f18e00; 
}
 
div.box ul{
 margin: 0;
 padding: 0;
 list-style: none;
}
 
div.box li{
 display:block;
 margin-bottom:10px;
 color:#555555;
}
 
div.box li span{
 display:block;
 float:left;
 padding-right:12px;
 width:330px;
 text-align:left;
 font-weight:bold;
}
 
div.box div.error{
 display:inline;
 padding-left:12px;
 text-align:left;
 font-weight:bold;
 color: red;
}
 
.spacer{ 
 margin-bottom:10px;
 font-size:11px;
 color:#555555;
}

/******************************************************************/
/* Contact Box */
/******************************************************************/

.newsItem h4 a{
	font-size: 12px;
	font-weight: 900;	
	color: #000;
}

.newsItem h4:first-child{
	margin: 0 0 10px 0;
}

.newsItem p{
	font-size: 11px;
}

.newsItem p span{
	font-style:italic;
}
