body {
	margin: 0px;contacts_column
	padding: 0px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #666;
}

h1 {
	font-size: 44px;
}

h2 {
	font-size: 18px;
}

h3 {
}

p, ol{
	margin-top: 0;
	line-height: 140%;
	text-align: justify;
}

ul, ol {
	margin-top: 0;
	padding-top: 0;
	padding-left: 15px;
	margin-left: 0;
	list-style-position: outside;
}


blockquote {
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

a img {
	border: none;
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

form {
	padding: 0;
	margin: 0;
}

.grey_line {
	width:100%;
	height:1px;
	line-height:1px;
	overflow:hidden;
	background: #ccc;
	margin-top:5px;
	margin-bottom:5px;
}

.clearfix {
	clear:both;
	height:0;
	line-height:0;
	overflow:hidden;
}


#wrapper {
	width: 990px;
	margin: 0 auto;
	border: 0px solid #333333;
}

#spacewrapper {
	width: 970px;
	margin-left:10px;
}

/* Header */

#header {
	width: 970px;
	margin: 0;
	padding: 0;
	padding-top: 15px;
}


/* Menu */

#menu {
	width: 970px;
	text-align:right;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	float:right;
}

#menu li {
	display: block;
	float: left;
	color: #888;
	font-size: 13px;
}

#menu li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #888;
	text-decoration: none;
}

#menu li a:hover {
	color: #666;
}

#menu separator {
	color: #999;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
}


/* Slideshow */

#slideshow {
	width: 970px;
	height:240px;
	overfloat:hidden;
	margin-top:3px;
	margin-bottom:5px;
}

#slideshow slide{
	width: 970px;
	height: 240px;	
}


/* Categories */

#categories {
	width: 970px;
	height: 155px;
	overflow: hidden;
	margin-top: 7px;
}

#categories .category {
	width: 186px;
	height: 155px;
	float: left;
	padding-right:8px;
	cursor: pointer;
}

#categories .header {
	width: 181px;
	height: 27px;
	background: #375792;
	padding-left: 5px;
	padding-top:2px;
	cursor: pointer;
}

#categories .header a{
	display:block;
	width:100%;
	height:100%;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#categories .header a{
	font-weight: normal;
}
}

#categories .header:hover {
	width: 181px;
	height: 27px;
	background: #1b3d7a;
	font-weight: normal;
	padding-left: 5px;
	padding-top: 2px;
}

#categories .description {
	width: 181px;
	padding-top: 8px;
}

#categories .description a{
	display: block;
	width: 100%;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	text-decoration:none;
	outline: none;
}


/* Section Pages*/

#content{
	width: 970px;
}

.cat_title{
	color: #333;
	font-size: 22px;
	text-transform: uppercase;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	line-height: 20px;
	margin-top: 30px;
	font-weight:normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.cat_title{font-weight:normal;}
}

#contentbox{
	width: 970px;
	height: 194px;
	margin-top: 30px;
	overflow: hidden;
}

#contentbox .box{
	width: 303px;
	height: 194px;
	float: left;
	padding-right: 30px;
}

#contentbox .box a{
	text-decoration: none;
	font-weight: bold;
	color: #666;
}

#contentbox .box a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #333;
}

#submenu {
	width: 970px;
	height: 30px;
	margin-top: 5px;
}

#submenu .item {
	float:left;
	width: 100px;
	height: 23px;	
	padding-right: 10px;
}

#submenu .item a{
	display:block;
	width: 100%;
	height: 100%;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	color: #fff;
	font-size: 18px;
	padding-left: 5px;
	paddin-top: 2px;
	text-decoration: none;
	font-weight: bold;
	background: #375792;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
#submenu .item a{
	font-weight: normal;
}
}

#submenu .item a:hover{
	background: #1b3d7a;
}


/* Pages */

#pageswrap {
	width: 970px;
}

/* Client Area */

#content_column {
	width: 740px;
	float: left;
	padding-right: 30px;
}

#contacts_column {
	width: 200px;
	float: left;
	overflow:hidden;
}

.loginform {
	width: 180px;
	height: 16px;
	border-width: 0;
	background: #ccc;
	font-color: #333;
	font-size: 11px;
	padding-left: 5px;
	padding-top: 3px;
}

.loginbtn {
	width: 60px;
	height: 20px;
	border-width: 0;
	background: #333;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	padding-left: 5px;
	padding-bottom: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.loginbtn {
	font-weight: normal;
	padding-bottom: 0px;
}
}

#sp_content {
	width: 740px;
	margin-bottom:20px;
	margin-top:15px;
}

.content_col{
	float: left;
	width: 530px;
	line-height: 18px;
}

.fixed_links_box{
	padding-top:10px;
	padding-bottom:0px;
	width:160px;
	background: #f1f1f1;
}

.links_col{
	float: left;
	width: 150px;
	padding-left: 60px;
}

.linkslist {
	padding-top: 5px;
	line-height: 17px;
	list-style-type: none;
	padding-left:5px;
}

.linkslist li{padding-bottom:3px;}

.linkslist a {	
	font-size: 11px;
	color: #111;
	font-weight: normal;
}

.linkslist a:hover {
	color: #333;
	text-decoration: underline;
}

.content_heading {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
}

.cbox_email {
	width: 562px;
	height: 20px;
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
	padding-left: 5px;
	float: left;
}

.cbox_submit {
	width: 80px;
	height: 24px;
	line-height: 24px;
	background: #375792;
	color: #fff;
	border: 0px solid #333;
	font-weight: bold;
	font-family: 'Arial Narrow', Helvetica, Arial, sans-serif;
	font-size: 19px;
	float: left;
	padding-top:0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.cbox_submit {
	font-weight: normal;
}
}


.cbox_message {
	width: 650px;
	height: 150px;
	background: #fff;
	color: #333;
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 5px;
}

#careers_menu {
	margin-top: 25px;
	margin-bottom:10px;
	font-size: 11px;
}

.job_list {margin-bottom:20px;}

.job_list a{
	text-decoration: none;
	color: #333;
	font-size: 12px;
	font-weight: bold;
}

.job_list a:hover{
	text-decoration: none;
	color: red;
	font-size: 12px;
	font-weight: bold;
}

/* Footer */

#footer {
	width: 970px;
	height: 12px;
	margin: 0 auto;
	padding: 0;
	margin-bottom:10px;
	margin-top:15px;
	border-top: 1px solid #ccc;
	font-size:11px;
}
