@charset "utf-8";
/* CSS Document */
.mainColor {
	background-color: #466986;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, sans-serif;
	color: #000;
}
#bodyTag {
	font-size: 10pt;
	min-width:960px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	font-style: normal;
	color: #000;
}
h1 { font-size: 200%; }
h2 { font-size: 150%; }
h3 { font-size: 125%; }
strong { font-weight:bold; }
em { font-style:italic; }
a {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}
#headerWrapper {
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.35)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
header {
	background:url(../images/bg_headerBottom.png);
	background-repeat:repeat-x;
	background-position:bottom;
	color: rgba(255, 255, 255, 0.85);
}
header .logo {
	margin: 10px;
	vertical-align:top;
}
header .worldMap {
	position:absolute;
	top:0px;
	left:370px;
}
#headerRight {
	float:right;
	text-align:right;
	font-size: 11px;
	padding: 5px 10px 0 0;
}
#headerRight address {
	text-align:right;
	font-size:12px;
	padding-top: 5px;
}
nav[role="navigation"].topNav {
	width:100%;
	float: left;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0.75))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.75) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.75) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.75) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
}
nav[role="navigation"].topNav ul {
	margin:auto;
	padding:0px;
	padding-left: 112px;
}
nav[role="navigation"].topNav ul li {
	list-style:none;
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	font-weight:bold;
}
nav[role="navigation"].topNav ul li a {
	color:#FFF;
	text-decoration:none;
	display:block;
	float: left;
	padding:6px 20px;
}
nav[role="navigation"].topNav ul li a:hover {
	background-color:#000;
	color:#fff;
}
#company {
	position:absolute;
	top: 12px;
	left: 133px;
}
#company #name {
	font-family: Arial, Helvetica, sans-serif;
	font-size:28px;
	font-style:italic;
	font-weight:bold;
	line-height: 28px;
	color:#FFF;
	text-shadow: 2px 2px 5px #333;
}
#company #tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size:17px;
	font-style:italic;
	padding-top: 12px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.85);
}
.leftColumn { 
	background-color: rgba(255, 255, 255, 0.6);
	vertical-align:top;
	padding:6px;
}
.mainColumn { 
	background-color:  rgba(255, 255, 255, 0.9); 
	vertical-align:top;
	padding:0 20px 20px 20px;
}
footer { 
	float:left;
	background-color:  rgba(0, 0, 0, 0.5); 
	font-size: 75%;
	width:100%;
	color:  rgba(255, 255, 255, 0.5); 
}
footer, footer a { 
	color:  rgba(255, 255, 255, 0.5); 
}
footer #copyright {
	float:left;
	margin: 4px;
}
footer #emailLink {
	float:right;
	text-align:right;
	margin: 4px;
}
#seoText {
	clear:both;
	font-size: 70%;
	color: rgba(255, 255, 255, 0.6);
	padding: 4px 10px;
}
#linkBoxOuter {
	margin-bottom: 24px;
	display:block;
}
.linkBox {
	margin:12px;
	padding: 8px;
	background-color:#fff;
	float:left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 6px 1px #bbb;
	-moz-box-shadow: 1px 1px 6px 1px #bbb;
	box-shadow: 1px 1px 6px 1px #bbb;
}
.linkBox p {
	font-size: 80%;
}
.linkBox a {
	color:#000;
}
.leftColumn .searchForm {
	width:315px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 120%;
	padding: 4px;
	padding-right: 8px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, 0.2);
}
.leftColumn .searchForm img {
	float:left;
	margin-right: 8px;
	margin-left: 4px;
	height: 24px;
}
.leftColumn .searchForm input {
	margin: 8px 8px 0px 8px;
	font-size: 75%;
}
.mainColumn .newGroup {
	padding: 0px 20px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	clear:both;
	background: -moz-linear-gradient(top,  rgba(188,188,188,1) 0%, rgba(188,188,188,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,188,188,1)), color-stop(100%,rgba(188,188,188,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(188,188,188,1) 0%,rgba(188,188,188,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(188,188,188,1) 0%,rgba(188,188,188,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(188,188,188,1) 0%,rgba(188,188,188,0) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(188,188,188,1) 0%,rgba(188,188,188,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbcbc', endColorstr='#00bcbcbc',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 12px 12px 0px 0px;
    border-radius: 12px 12px 0px 0px;
}
