@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
		font: 62.5%/2.2em Verdana, Tahoma, Arial;
		color: #4b4942;
		background: #ffffff;
	}
	a{text-decoration: none;color: #00448D; font-weight:bold}
	a:hover{color: #ff0000;}
	.hide,hr{display: none;}
	strong{font-weight: bold;
	}
#td {
padding-bottom:5px;
padding-top:5px;
padding-left:5px;
}
	
	
	
	p {
	margin: 0px 0px 0px 30px;
	line-height: 150%;
	font-family: Verdana, Tahoma, Arial;
	font-size: 1.1em;
	text-align:inherit;
	color: #000000;
}


	#italic {
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	font-family: Verdana, Tahoma, Arial;
	font-size: 1em;
	font-style:italic;
	text-align:inherit;
	color: #000000;
}

	#bold {
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	font-family: Verdana, Tahoma, Arial;
	font-size: 1em;
	text-align:inherit;
	font-weight:bold;
	color: #00448D;
}

	#bold2 {
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	font-family: Verdana, Tahoma, Arial;
	font-size: 1em;
	text-align:inherit;
	font-style:italic;
	font-weight:bold;
	color: #000000;
}





/* =LAYOUT - the main layout styles */
	/* for the rounded top */
	
	
	/* container */
	#container{
		width: 1150px;
		height: 930px;
		margin: 4px auto 0 auto;
		background: #FFFFFF url(../images/white.jpg);
		padding-bottom:40px;
	}


/* =HEADER */
	/* Logo and Site Title */

/* =TOP NAVIGATION and SEARCH */
	/* top navigation */
	#navigation_wrapper{
		background: #FFFFFF;
		height: 115px;
		width: 927px;
		margin: 20px auto 20px auto;
	}
	
	
/* =LOGOIMAGE */
	#logo{
	width:156x;
	position:absolute;
	margin: 0 0 0 10px;
	top: 52px;
	}	
	
/* =MAIN IMAGE */
	#main_image{
		width:927px;
		position: relative;
		margin: 0 auto;
	}
/*float left*/
.left
{
        float: left; /*left in our text*/
        margin: 8px; /*space around the image*/
}

#creativeContent{
	position:absolute;
	left:17px;
	top:78px;
	width: 880px;
}	

#blocks_1 {
	position:absolute;
	top:-54px;
	left:0px;
	width: 480px;
 }
 
 #blocks_2 {
	position:absolute;
	top:-12px;
	left:560px;
	width: 5px;
 }
 
  #blocks_3 {
	position:absolute;
	top:-54px;
	left:580px;
	width: 235px;
 }
 
   #blocks_4 {
	position:absolute;
	top:-54px;
	left:32px;
	width: 244px;
 }
   #blocks_5 {
	position:absolute;
	top:-12px;
	left:312px;
	width: 5px;
 }
   #blocks_6 {
	position:absolute;
	top:-54px;
	left:340px;
	width: 244px;
 }
   #blocks_7 {
	position:absolute;
	top:-12px;
	left:625px;
	width: 5px;
 }
   #blocks_8 {
	position:absolute;
	top:-54px;
	left:0px;
	width: 880px;
 } 
	
/* =Main Content */
	#contentbox{
		width: 920px;
		margin:0px auto 0 auto;
		position: relative;
		background: #FFFFFF url(../images/white.jpg);
		
	}
	#content{
		width: 927px;
		margin: 0 auto;
		overflow: hidden;
		background: #FFFFFF;
		
	}
	/* sevices header */
	#contenttext{
		background: #ffffff;
		width: 350px;
		font-size:2.5em;
		color: #4c4c4c;
		padding: 12px 0 0 40px;

	}
	

	
	
	
/* =FOOTER */
	#footer_wrapper{
		width: 470px;
		padding-left:0px;
		padding-bottom:25px;
		margin: 0 auto;
		font-size: 1.1em;
		font-family: Verdana, Tahoma, Arial;
		position:absolute;left:71px; top:474px;	
	}

		#footer_wrapper2{
		width: 450px;
		padding-left:0px;
		padding-bottom:25px;
		margin: 0 auto;
		font-size: 1.1em;
		font-family: Verdana, Tahoma, Arial;
		position:absolute;left:80px; top:374px;
		}
		
			#footer_wrapper3{
		width: 450px;
		padding-left:0px;
		padding-bottom:25px;
		margin: 0 auto;
		font-size: 1.1em;
		font-family: Verdana, Tahoma, Arial;
		position:absolute;left:71px; top:540px;	
	}
	#footer{
	margin: 0px 0px 0px 0px;
	line-height: 150%;
	font-family: Verdana, Tahoma, Arial;
	font-size: 1.1em;
	color: #00448D;  font-weight:bold;
}
	#footer a{
		color: #00448D;
	}
	#footer a:hover{
		color: #00448D;
	}

