html, body{
	margin:0;
	padding:0;
	background:#2c4351 url(../images/bg.gif) top left repeat-x;
	font-size:76%;
	text-align:center;
}

*{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

#container{
	width:760px;
	margin:0 auto 0 auto;
	font-size:1.0em;
}
/*--------------------------------------------------------------------
HEADER
-------------------------------------------------------------------*/
#header{
	width:760px;
	height:74px;
}


#logo{
	width:320px;
	float:left;
}

#logo a{
	display:block;
	width:320px;
	background:url(../images/logo.gif) top left no-repeat;
	text-indent:-8000px;
	height:50px;
	
}
#logo h1{
	text-indent:-8000px;
	height:1px;
	width:1px;
}

#headernav{
	width:430px;
	float:right;
	padding:38px 0 0 0;
}

#headernav ul{
	float:right;
	
}

#headernav li{
	display:block;
	float:left;
	list-style:none;
	color:#d1d7db;
}

#headernav span.seperator{
	font-size:1.0em;
	color:#d1d7db;
	display:block;
	float:left;
	padding:3px 1px 0 1px;
}

#headernav a:link, #headernav a:visited{
	text-transform:uppercase;
	font-size:1.0em;
	color:#d1d7db;
	text-decoration:none;
	display:block;
	float:left;
	padding:3px;
}

#headernav a:hover, #headernav a:active{
	text-transform:uppercase;
	font-size:1.0em;
	color:#d1d7db;
	text-decoration:none;
	display:block;
	float:left;
	padding:3px;
	background-color:#2c5772;
}
/*--------------------------------------------------------------------
FLASH BANNER
-------------------------------------------------------------------*/
#flashimg{
	width:760px;
	height:301px;
	background:#2c4351 url(../images/img.jpg) top left no-repeat;
}
#flashimg2{
	width:760px;
	height:301px;
	background:#2c4351 url(../images/contact.jpg) top left no-repeat;
}
#flashimg3{
	width:760px;
	height:301px;
	background:#2c4351 url(../images/recruit.jpg) top left no-repeat;
}
#downloadbut{
	width:100px;
	height:30px;
	position:relative;
	top:270px;
}

/*--------------------------------------------------------------------
NAVIGATION
-------------------------------------------------------------------*/

#nav{
	width:760px;
	height:31px;
}

#nav li{
	list-style:none;
	display:inline;
}
#nav a{
	display:block;
	float:left;
	background:url(../images/but-off.gif) top left no-repeat;
	font-size:1.0em;
	text-transform:uppercase;
	color:#fff;
	width:151px;
	height:21px;
	margin:0 1px 0 0;
	text-align:center;
	padding:8px 0 0 0;
	text-decoration:none;
	
}

#nav a:hover{
	background:url(../images/but-over.gif) top left no-repeat;
}

#nav span.on{
	display:block;
	float:left;
	background:url(../images/but-on.gif) top left no-repeat;
	font-size:1.0em;
	text-transform:uppercase;
	color:#fff;
	width:151px;
	height:21px;
	margin:0 1px 0 0;
	text-align:center;
	padding:8px 0 0 0;
	text-decoration:none;
}
/*--------------------------------------------------------------------
MAIN CONTENT
-------------------------------------------------------------------*/
#maincont{
	width:760px;
	background:#2c4351;
}

#leftcol{
	width:445px;
	float:left;
	padding-bottom:20px;
}

#rightcol{
	width:300px;
	float:right;
	padding-bottom:20px;
	
}

#portfoliomini{
	padding:0 0 10px 0;
}


#leftcol h2{
	width:445px;
}


#rightcol h2{
	width:300px;

}

h2{
	display:block;
	padding:10px 0 10px;
	border-bottom: solid 1px #a0aab1;
	text-transform:uppercase;
	font-size:1.0em;
	color:#fff;
	margin: 0 0 10px 0;
}

p{
	color:#a0aab1;
	font-size:1.1em;
	margin:0 0 10px 0;
	text-align:justify;
	padding:4px;
	line-height:1.6em;
}

a{
color:#a0aab1;
}

/*--------------------------------------------------------------------
FOOTER
-------------------------------------------------------------------*/
#footer{
	width:760px;
	clear:both;
	border-top:solid 1px #fff;
}
#footer img{
border:0;
}
#footer p.left{
	float:left;
	padding-top:5px;
}

#footer p.right{
	float:right;
}

li{
list-style:none;
}