/* CSS Document */

*,h1,h2,p,span,div{
	margin:0px;
	padding:0px;
	border:none;
	text-decoration:none;
	font:inherit;
	font-size:inherit;
	vertical-align:top;
}

html{
	background:#FFF;
	color:#333;
}

br{
	line-height:14px;
}

div.content{
	position:relative;
	width:980px;
	left:50%;
	margin-left:-490px;
	font-family:Arial, Helvetica, sans-serif;
	padding:16px;
	font-size:13px;
}

.serif{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.shadow {
	-moz-box-shadow: 2px 2px 10px #444;
	-webkit-box-shadow: 2px 2px 10px #444;
	box-shadow: 2px 2px 10px #444;
}
.transBg{
	background:rgb(50,50,50);
	background:rgba(50,50,50,0.5);
}
.rounded{
	-moz-border-radius: 4px; /* Firefox */
	-webkit-border-radius: 4px; /* Safari and Chrome */
	border-radius: 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
.roundedTop{
	-moz-border-radius: 4px 4px 0px 0px; /* Firefox */
	-webkit-border-radius: 4px 4px 0px 0px; /* Safari and Chrome */
	border-radius: 4px 4px 0px 0px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}

.roundedBottom{
	-moz-border-radius: 0px 0px 4px 4px; /* Firefox */
	-webkit-border-radius: 0px 0px 4px 4px; /* Safari and Chrome */
	border-radius: 0px 0px 4px 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
.roundedTopRight{
	-moz-border-radius: 0px 4px 0px 0px; /* Firefox */
	-webkit-border-radius: 0px 4px 0px 0px; /* Safari and Chrome */
	border-radius: 0px 4px 0px 0px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
.roundedTopLeft{
	-moz-border-radius: 4px 0px 0px 0px; /* Firefox */
	-webkit-border-radius: 4px 0px 0px 0px; /* Safari and Chrome */
	border-radius: 4px 0px 0px 0px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}
.roundedBottomLeft{
	-moz-border-radius: 0px 0px 0px 4px; /* Firefox */
	-webkit-border-radius: 0px 0px 0px 4px; /* Safari and Chrome */
	border-radius: 0px 0px 0px 4px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
}

.blueBg{
	background:#112743;
}

.blue{
	color:#112743;
}
.lightBlue{
	color:#74bbe8;
}
.lightBlueBg{
	background:#74bbe8;
}
.black{
	color:#000;
}
.red{
	color:#912828;	
}

.whiteBg{
	background:#FFF;
}
.white{
	color:#FFF;
}

.dark{
	color:#363636;
}

.contactTable td{
	vertical-align:top;
	padding:4px 0px;
}

li{
	margin-left:28px;
	line-height:12px;
	margin-bottom:8px;
}

.grey{
	color:#363636;
}

.greyBg{
	background:#ededed;
}
.darkGreyBg{
	background:#888888;
}
.darkerGreyBg{
	background:#363636;
}

.small{
	font-size:10px;
}
.medium{
	font-size:13px;
}
.big{
	font-size:16px;
}


a{
	cursor:pointer;
	text-decoration:none;
	color:inherit;
}
a:hover{
	color:#112743;
}

a.grey:hover{
	color:#B20E10;
}

a.navLink{
	text-decoration:none;
	color:inherit;
}
div.navDiv{
	cursor:pointer;
	padding:4px 8px;
	text-align:center;
}
div.navDiv:hover{
	color:#FFF;
	background:#74bbe8;
	-moz-box-shadow: 2px 2px 10px #444;
	-webkit-box-shadow: 2px 2px 10px #444;
	box-shadow: 2px 2px 10px #444;
}


strong{
	font-weight:bold;
}
em{
	font-style:italic;
}

.input{
	border:1px solid #74bbe8;
	padding:10px 10px;
	width:430px;
	margin:10px 0px;
}

.submit{
	width:120px;
	padding:6px;
	background:#74bbe8;
	color:#FFF;
	cursor:pointer;
}
.submit:hover{
	background:#112743;
}




.inquire{
	width:auto;
	display:inline;
	padding:6px;
	background:#74bbe8;
	color:#FFF;
	cursor:pointer;
}