@charset "utf-8";
/* Common CSS - Contains Base CSS Information*/
html, body, td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a {
	color: #16385F;
	text-decoration: none;
}
a:hover {
	color: #16385F;
}
a:focus {
	outline:none
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0.5em 0 0.5em 0;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.2em;
	font-weight: normal;
}
h6 {
	font-size: 1.2em;
	font-style: italic;
}
p {
	padding: 0px;
	margin: 0em 0 1.5em 0;
}
dt {
	font-weight: bold;
	margin: 1.5em 0 0.5em 0;
	padding: 0px;
}
dd {
	font-weight: normal;
	margin: 0.5em 0 0.5em 0;
	padding: 0px;
}
ul, ol {
	padding: 0px;
	margin: 0.5em 0 1.2em 3em;
}
li {
	padding: 0px;
	margin: 0.5em 0 0.5em 0em;
}
img {
	border: 0px;
}
html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background:#000;
}
#noscript {
	width: 100%;
	position: fixed;
	line-height: 30px;
	color: #000000;
	background: #f9f76f;
	height: 30px;
	padding: 0px 0px 0px 20px;
	z-index: 100;
	border-bottom: 1px solid #bbb934;
	top:0px;
}
#container {
	position:relative;
	width: 981px;
	height:auto;
	overflow:auto;
	margin: 15px auto 3px auto;
	text-align: left;
	padding: 0px;
	background:#FFF;
}
#header {
	width: 981px;
	height:138px;
	position:relative;
	z-index:110;
	float:left;
}
#header .logo {
	position:relative;
	float:right;
	top:50px;
	z-index:150;
}
#header img.strap {
	position:absolute;
	float:left;
	left:0px;
	top:57px;
	z-index:150;
}
#footer {
	position:relative;
	width: 981px;
	margin: 5px auto 0px auto;
}
#footer .ultimate {
	position:absolute;
	top:2px;
	right:3px;
}
#footer .logo {
	position:absolute;
	top:22px;
	left:3px;
	left: 103px;
}
#footer .twitter {
	position:absolute;
	top:20px;
	left:122px;
	left: 3px;
	width:55px;
	height:55px;
}
#footer .linkedin {
	position:absolute;
	top:20px;
	left:173px;
	left: 50px;
	width:55px;
	height:55px;
}
#footer ul {
	list-style:none;
	float:left;
	margin:0px;
	padding:0px 0px 0px 10px;
}
#footer ul li {
	list-style:none;
	float:left;
	margin:0px;
	padding:0px 0px 0px 9px;
	color:#FFF;
	font-size:11px;
	background:url(../img/footerbg.gif) no-repeat 0px 2px;
}
#footer ul li.first {
	padding:0px 5px 0px 0px;
	background-image:none;
}
#footer ul a {
	color:#FFF;
}
#footer ul a:hover {
	color:#D82027;
}
#columns {
	float:left;
	position:relative;
	width:960px!important;
	width:962px;
	height:auto;
	margin:0px 0px 0px 10px!important;
	margin:0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
}
#columns #leftCol {
	width:204px;
	position:relative;
	float:left;
	z-index:150;
}
#leftCol #menu {
	width:204px;
	height:324px;
	background:#d9d9d9;
	margin-bottom:10px
}
#columns #mainCol {
	width:745px;
	float:left;
	position:relative;
	margin-left:10px!important;
	margin-left:8px;
}
#plainCol {
	float:left;
	width:675px;
	position:relative;
	height: auto !important;
	min-height: 435px;
	height: 435px;
	padding:40px 30px 10px 40px;
	background:url(../img/redTop.gif) no-repeat 0px 0px #000;
	color:#FFF;
}
#plainCol.girl {
	width:323px;
	padding:40px 30px 10px 392px;
	background:url(../img/girl_bubles.jpg) no-repeat 0px 0px;
}
#plainCol.contactGirl {
	width:695px;
	padding:40px 30px 10px 20px;
	background:url(../img/girl_bubles.jpg) no-repeat 0px 0px;
}
#plainCol.belly {
	width:323px;
	padding:40px 30px 10px 392px;
	background:url(../img/belly.jpg) no-repeat 0px 0px;
}
#plainCol.contactGirlReverse {
	width:695px;
	padding:40px 30px 10px 20px;
	background:url(../img/girl_bubles_reverse.jpg) no-repeat 0px 0px;
}
#plainCol.leaf {
	width:478px;
	padding:40px 30px 10px 236px;
	background:url(../img/leaf.jpg) no-repeat 0px 0px;
}
#plainCol p {
	font-family:Helvetica, Arial, sans-serif;
	color:#FFF;
	line-height:17px;
	font-size:12px;
}
#plainCol strong {
	color:#ED2125;
}
#plainCol h2 {
	font-size:20px;
	color:#ED2125;
}
#plainCol a {
	color:#ED2125;
}
#plainCol ul {
	font-family:Helvetica, Arial, sans-serif;
	margin:5px 0px 7px 0px;
	padding:0px;
	list-style:none;
	width:100%;
	float:left;
}
#plainCol ul li {
	float:left;
	width:44%;
	font-size:12px;
	color:#FFF;
	background:url(../img/listRed_Black.gif) 0px 0px no-repeat;
	padding:0px 0px 0px 20px;
	margin:0px;
}
#plainCol ul.fullList li, #plainCol.alignRight ul li{
	float:left;
	width:80%;
	font-size:12px;
	color:#FFF;
	background:url(../img/listRed_Black.gif) 0px 0px no-repeat;
	padding:0px 0px 0px 20px;
	margin:0px;
}
#plainCol ul.fullList ul {
	margin-left:30px;
}
#title {
	height:121px;
	padding:0px 0px 0px 20px;
}
#title table {
	height:121px;
}
#title table tr {
	vertical-align:middle;
}
#title h1 {
	color: #ED2125;
	font-size:56px;
	padding:0px;
	margin:0px;
	line-height:56px;
}
#title h1.line2 {
	color: #ED2125;
	font-size:50px;
	padding:0px;
	margin:0px;
}
#title h1 em {
	font-style: normal;
	color: #3d3d3d;
}
#title p {
	font-size:12px;
	color:#3d3d3d;
	font-family:Helvetica, Arial, sans-serif;
}
#search {
	float:left;
	width:192px;
	height:30px;
	background:#000;
	padding:11px 0px 0px 11px;
}
#search .searchInput {
	background:url(../img/searchInputbg.gif) no-repeat 0 0;
	width:158px;
	height:15px;
	color:#999999;
	float:left;
	margin:0px;
	padding:2px;
	border:none;
}
#search .searchBtn {
	background:url(../img/searchbtn.gif) no-repeat scroll 0 0 transparent;
	border:medium none;
	float:left;
	height:19px;
	margin:0;
	padding:0;
	width:22px;
}
#leftBox {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	float:left;
	width:176px;
	height:197px;
	background:#F47B21;
	margin:10px 0px 0px 0px;
	padding:15px 15px 10px 15px;
	overflow:hidden;
}
#leftBox p {
	color:#FFF;
}
.boxTitle {
	margin-bottom:8px;
}
#boxes {
	margin:10px 0px 0px 0px;
	float:left;
	width:748px;
	height:223px;
}

#boxes.peoplebg{
	background:url(../img/peoplebg.jpg) no-repeat 0px 0px;
	height:400px;
	width:728px;
	padding: 55px 0px 0px 20px;}
	
#boxes.peoplebg h3{
	color: #ED2125; font-size:25px; padding:0px; margin:0px;
	}
#boxes.peoplebg h3 a{ color:#FFF;}
#boxes.peoplebg h3 a:hover{ color: #ED2125;}


#mainCol .image {
	float:left;
	padding:9px 20px 15px 0px;
}
#boxes .image {
	float:left;
	padding:0px 10px 10px 0px;
}
#boxes div p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#FFF;
}
#boxes div h5 strong {
	font-size:16px;
	color:#000;
}
#boxes div h5 {
	font-size:12px;
	color:#FFF;
}
#boxes div.green {
	float:left;
	width:212px;
	height:197px;
	background:#AFBD22;
	margin:0px 0px 0px;
	padding:15px 15px 10px 15px;
	overflow:hidden;
	position:relative;
}
#boxes div.blue {
	float:left;
	width:212px;
	height:197px;
	background:#003568;
	margin:0px 0px 0px;
	padding:15px 15px 10px 15px;
	overflow:hidden;
	position:relative;
}
#boxes div.red {
	float:left;
	width:212px;
	height:197px;
	background:#ED2125;
	margin:0px 0px 0px;
	padding:15px 15px 10px 15px;
	overflow:hidden;
	position:relative;
}
#boxes div.rightMargin {
	margin-right:10px;
}
#boxes div.bottomMargin {
	margin-bottom:10px;
}
#boxes ul#links {
	margin:0px;
	padding:0px;
	list-style:none;
}
#boxes ul#links li {
	color:#FFF;
	background:url(../img/blueBullet.gif) no-repeat 0px 2px;
	padding:0px 0px 0px 15px;
	margin:0px 0px 3px 0px;
}
#boxes ul#links li a {
	color:#FFF;
}
#boxes ul#documents {
	margin:9px 0px 0px 0px;
	padding:0px;
	list-style:none;
}
#boxes ul#documents li {
	color:#FFF;
	background:url(../img/green_divider.gif) bottom left no-repeat;
	padding:0px 0px 9px 0px;
	margin:0px 0px 12px 0px;
	font-size:12px;
}
#boxes ul#documents li a {
	color:#203307;
	padding-left:40px;
	display:block;
}
#boxes ul#documents li a:hover {
	color:#FFF;
}
#boxes ul#documents li a strong {
	color:#FFF;
}
#boxes ul#documents li a.pdf {
	background:url(../img/pdf.gif) no-repeat 0px 0px;
}
#boxes ul#documents li a.doc {
	background:url(../img/doc.gif) no-repeat 0px 0px;
}
#boxes ul#documents li a.ppt {
	background:url(../img/ppt.gif) no-repeat 0px 0px;
}
div .green h3 {
	color: #273F02;
	font-size:25px;
	padding:0px;
	margin:0px 0px 10px 0px;
}
div .blue h3 {
	color: #00AEEF;
	font-size:25px;
	padding:0px;
	margin:0px 0px 10px 0px;
}
div .red h3 {
	color: #ffffff;
	font-size:25px;
	padding:0px;
	margin:0px 0px 10px 0px;
}
/* paging styles*/
	
.page {
	display:none;
}
#p0 {
	display:block;
	z-index:10;
}
a.nextlink {
	text-decoration:none;
	color:#ED2125;
	font-size:12px;
}
a.prevlink {
	text-decoration:none;
	color:#ED2125;
}
#pagnation {
	position:absolute;
	top:127px;
	left:20px;
	height:17px;
	font-size:11px;
	color:#CCC;
}
#pagnation a {
	color:#D82027;
}
#pagnation.newspage {
	position:absolute;
	top:-26px;
	left:20px;
	height:17px;
	font-size:11px;
	color:#CCC;
}
#pagnation.newspage p {
	color:#CCC;
}
form {
}
form#contact label {
	width:100px;
	color:#FFF;
	display:inline-block;
	vertical-align:top;
	font-weight:600;
	font-size:12px;
	margin:0px 0px 0px 20px;
	text-align:left;
}
form#contact .input {
	width:276px;
	height:20px;
	padding:2px;
	margin:0px 0px 10px 0px;
	clear:right;
}
form#contact .textarea {
	width:276px;
	height:80px;
	padding:2px;
	margin:0px 0px 10px 0px;
}
form#contact label.radiored {
	margin:0px;
	padding:0px;
	color:#D82027;
	width:160px;
}
form#contact label.radiored input {
	float:left;
}
form#contact p {
	position:relative;
	margin:2px 0px 0px 120px;
}
form#contact .checkbox {
	margin:0px;
	padding:0px;
}
form#contact span {
	color:#D82027;
	margin-left:7px;
	font-size:13px;
}
form#contact .submitBtn {
	position:absolute;
	top:410px;
	right:40px;
}
div.formOptions {
	position:relative;
	width:240px;
	margin-top:15px;
	margin-left:105px;
}
form#contact div.formOptions label {
	float:left;
	width:200px;
	margin-bottom:5px;
}
img.left {
	float:left;
	margin:5px 15px 15px 0px;
}
img.right {
	float:right;
}
.career {
	width: 100%;
	border-collapse: collapse;
	margin: 12px 0px;
	padding: 0px;
}
.career th, .career td {
	vertical-align: top;
	border: 1px dotted #808080;
	padding: 11px;
	color:#ffffff;
}
.career thead th {
	border: 1px dotted #808080;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
	color: #ED2125;
}
.career td {
	padding: 11px;
	width: auto;
}
hr {
	border:none;
	border-top: 1px dotted #808080;
}
.error {
	padding-left:10px;
	color:#ED2125;
}
input.error {
	padding-left:2px;
}
.contactform .textLong {
	width:210px;
}
.contactform .textarea {
	width:210px;
}
form#contact label.error {
	float:right;
	position:relative;
	right:30px;
	top:4px;
	color:#D82027;
	width:240px;
}
form#contact .radiored label.error {
	left:105px;
}
#boxes #noitems {
	width:300px;
	margin-left:25px;
	font-size:12px;
}
#boxes #noitems p {
	color:#000;
}
ul#topnav {
	margin:105px 0px 0px 217px!important;
	margin:105px 0px 0px 108px;
	padding: 0;
	float:left;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0px 10px 0px 8px;
	position: relative;
	background:url(../img/navDivider.gif) top right no-repeat;
	list-style: none;
}
ul#topnav li a {
	float: left;
	width:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:url(../img/topNavDivider.gif) no-repeat 0px 0px;
}
ul#topnav li a.first {
	background:none;
}
ul#topnav a:hover, ul#topnav a.current {
	color:#c90824;
}
ul#topnav li .sub {
	position: absolute;
	top: 33px;
	left: 0;
	background: url(../img/subdbg.gif) #D9D9D9 no-repeat 200px 0px;
	padding:10px 10px 0px 0px!important;
	padding:10px 0px 0px 0px;
	margin:0px;
	float: left;
	display: none;
	border-bottom:10px solid #D9D9D9;
}
ul#topnav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 190px;
	float: left;
	position:relative;
}
ul#topnav li h3 {
	color:#c90824;
	font-size:13px;
	padding:0px 0px 0px 0px;
	margin:0px 5px 0px 0px!important;
	margin:0px 5px 0px 0px;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
	background:none;
	padding:0px 0px 0px 0px;
	margin:0px 5px 8px 15px!important;
	margin:0px 0px 8px 5px;
}
ul#topnav .sub ul.group {
	pading-left:30px;
}
ul#topnav .sub ul.group li {
	padding-left:10px;
	width:160px;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding:0px 0px 0px 0px;
	display: block;
	text-decoration: none;
	color: #000;
}
ul#topnav .sub ul li a:hover, ul#topnav .sub ul li a.current {
	color: #c90824;
}
html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url(../img/fancy_progress.png) no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url(../img/fancy_loading.gif) no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url(../img/fancy_closebox.png) top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: -9999px;
	background: transparent url(../img/fancy_left.png) no-repeat;
}

span#fancy_right_ico {
	right: -9999px;
	background: transparent url(../img/fancy_right.png) no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../img/fancy_shadow_n.png) repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancy_shadow_ne.png) no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../img/fancy_shadow_e.png) repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancy_shadow_se.png) no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url(../img/fancy_shadow_s.png) repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancy_shadow_sw.png) no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url(../img/fancy_shadow_w.png) repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url(../img/fancy_shadow_nw.png) no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(fancy_title_main.png) repeat-x;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(fancy_title_right.png) repeat-x;
}