@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #d3d3d3;
	margin: 0;
	padding: 0;
	text-align: center;
}

a:link, a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #ccc;
	text-decoration: underline;
}

.snav:link, .snav:visited {
	color: #333;
	text-decoration: none;
}
.snav:hover {
	color: #ccc;
	text-decoration: none;
}

#wrap { 
	margin: 0 auto;
	width: 1044px;
	height:100%;
	background-image: url(/images/bg_maincontent.gif);
	background-repeat: repeat-y;
}

.contact:link, .contact:visited {
	color: #333;
	text-decoration: none;
}
.contact:hover {
	color: #55bceb;
	text-decoration: none;
}


/*-------------------------------------------
	header
-------------------------------------------*/

#header {
	width: 1044px; 
	height: 340px; 
	margin: 0 auto; 
	position: relative; 
	text-align: center;
	background: #999; 
}


/*-------------------------------------------
	page structure
-------------------------------------------*/

#mainContent {
	width: 916px;
	min-height: 330px;
	padding-left: 128px;
	text-align: left;
	background: #fff;
	background-image: url(/images/bg_maincontent.gif);
	background-repeat: repeat-y;
}

#mainDivider .column {
  position: relative;
  float: left;
}

#portfolioContent {
	width: 1044px;
	min-height: 470px;
	text-align: center;
	background: #fff;
	background-image: url(images/bg_maincontent.gif);
	background-repeat: repeat-y;
}


/*-------------------------------------------	
	Home Page
-------------------------------------------*/

#H_left {
  width: 242px;
  min-height: 330px;
  line-height: 16px;
}

#H_mid {
  width: 242px;
  min-height: 330px;
  margin-left: 40px;
  line-height: 16px;
}

#H_right {
  width: 242px;
  min-height: 330px;
  margin-left: 40px;
  line-height: 16px;
}

.navBlue:link, .navBlue:visited {
	color: #55bceb;
	font-size: 10px;
	text-decoration: none;
}
.navBlue:hover {
	color: #333;
	text-decoration: none;
}

#H_links {
	float: right;
	width: 320px;
	height: 20px;
}

.blue {
	color: #55bceb;
}

.bluenine {
	color: #55bceb;
	font-size: 9px;
	line-height: 12px;
}

.ten {
	font-size: 10px;
}

.sixteen {
	font-size: 16px;
}


/*-------------------------------------------	
	News Page
-------------------------------------------*/

#newsContent {
	width: 788px;
	min-height: 300px;
	line-height: 16px;
}

#newsContent h1 {
	font-size: 13px;
	margin-bottom: 0px;
}

#portfolio {
	width: 1044px;
	min-height: 470px;
	background-color:#99FF00;
}

#N_left {
	width: 510px;
	min-height: 300px;
	line-height: 16px;
}

#N_left h1 {
	font-size: 13px;
	margin-bottom: 0px;
}

#N_right {
	width: 250px;
	min-height: 300px;
	margin-left: 28px;
	line-height: 16px;
}

.navGrey:link, .navGrey:visited {
	color: #333;
	font-size: 10px;
	text-decoration: none;
}
.navGrey:hover {
	color: #000;
	text-decoration: none;
}

.side:link, .side:visited {
	color: #333;
	text-decoration: none;
}
.side:hover {
	color: #ccc;
	text-decoration: none;
}

.orange { 
	color: #db9a33;
}

.black { 
	color: #000;
}

.brandvalue { 
	font-size: 22px;
	color: #ccc;
	line-height: 28px;
}

.textinput { 
	width: 250px;
	background-color: #fff; 
	border: 0px; 
}

.newsheadline { 
	color: #000000;
	text-transform: uppercase
}

.orangeheadline { 
	color: #db9a33;
	text-transform: uppercase
}


/*-------------------------------------------	
	Clear
-------------------------------------------*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/*-------------------------------------------	
	Footer
-------------------------------------------*/

#footer { 
	width: 1044px;
	height: 180px;
	text-align: right;
	font-size: 9px;
	color: #333;
	background: #d3d3d3;
	margin: 0px;
}

#F_left {
  width: 600px;
  height: 142px;
}

#F_right {
  width: 444px;
  height: 142px;
}

#footer_left {
    width: 600px; height: 142px;
    background: url(/images/footer_BrandValue.jpg);
    margin: 0; padding: 0;
    position: relative;
}
#footer_left li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#footer_left li a { height: 0px; display: block; padding-top: 142px; overflow: hidden; }
#footer_left_on { left: 0; width: 600px; height: 142px; }
#footer_left_on a:hover { background: transparent url(/images/footer_BrandValue.jpg) 0 -142px no-repeat; }

#footer_right {
    width: 444px; height: 142px;
    background: url(/images/footer_Mobilize.jpg);
    margin: 0; padding: 0;
    position: relative;
}
#footer_right li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#footer_right li a { height: 0px; display: block; padding-top: 142px; overflow: hidden; }
#footer_right_on { left: 0; width: 444px; height: 142px; }
#footer_right_on a:hover { background: transparent url(/images/footer_Mobilize.jpg) 0 -142px no-repeat; }

#footer p { 
	line-height: 25px;
}

.right { float: right; }

#image-box{
	background: transparent url(/images/bg_hover.gif);
	position:absolute;
	left:-999px;
	top:10px;
	z-index:50;
	text-align:center;
	vertical-align:middle;
	margin-left:-45px;
	padding:10px 30px 10px 10px;
	width:450px;
	height:250px;
	overflow:hidden;
}

#image-box-horizontal{
	background: transparent url(/images/bg_hover.gif);
	position:absolute;
	left:-999px;
	top:-10px;
	z-index:50;
	text-align:center;
	vertical-align:middle;
	margin-left:-55px;
	padding:10px;
	width:490px;
	height:270px;
	overflow:hidden;
}
