@charset "UTF-8";
@import url("reset.css");

body{
	background: url(../images/dot.gif) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.2em;
	color:#000;
}

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

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

hr{
	border:none;
	border-bottom:1px dashed #fff;
	width:100%;
	height:0;
	margin:6px 0 10px 0;
	color:#D1D0A8;
}

h1{
	padding-bottom:20px;
	border-bottom:1px dashed #fff;
	margin-bottom:17px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color:#000;
}

h2{
	margin-bottom:8px;
	font-size:11px;
	font-weight:bold;
	color:#000;
}

h3{
	margin:22px 0 17px 0;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#000;
}

#container {
	margin: 0 auto;
	width: 743px;
	border:9px solid #EAE9D5;
	border-top:0;
	background:url(../images/leftcol.gif) 0 0 repeat-y #EAE9D5;
}

#container .alpha{
	margin-left:0;
	padding-left:0;
	border-left:0;
}

#container .omega{
	margin-right:0;
	padding-right:0;
	border-right:0;
}

/*----------------------*/
/* - - - Top Menu - - - */
/*----------------------*/

#logo{
	float:left;
	margin-right:9px;
	padding:25px 0 19px 0;
	#padding:22px 0 19px 0;
	background-color:#fff;
}

#utilmenu{
	float:left;
	height:47px;
	width:413px;
	padding:28px 0 0 15px;
	background-color:#D1D0A8;
	font-weight:bold;
	font-size:10px;
	letter-spacing:0.1em;
	text-transform:uppercase;
}

#utilmenu li{
	float:left;
	padding-right:5px;
	margin-right:5px;
	border-right:1px solid #e7e8d6;
	list-style:none;
}

#utilmenu a{
	color:#fff;
	text-decoration:none;
}

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

/*-------------------------*/
/* - - - Left Column - - - */
/*-------------------------*/

#leftcol{
	float:left;
	width:166px;
	margin-right:9px;
	font-size:11px;
}

/* - - - Menu - - - */
#menu{
	height:146px;
	padding:5px 2px 0 15px;
	background-color: #091c5a;
	border-top:9px solid #EAE9D5;
	border-bottom:9px solid #EAE9D5;
	letter-spacing:0.6px;
	line-height:20px;
	text-transform:uppercase;
}

#menu li{
	list-style:none;
}

#menu a{
	color:#fff;
	text-decoration:none;
}

#menu a:hover, #menu a.active{
	color:#fff;
	font-weight:bold;
}

/* - - - Sub Menu - - - */
#submenu{
	padding:12px 9px 50px 16px;
	text-align:right;
	background-color:#fff;
	border-bottom:9px solid #EAE9D5;
	line-height:13px;
}

#submenu-flash{
	padding:16px 0 9px 0;
	text-align:center;
	background-color:#fff;
	border-bottom:9px solid #EAE9D5;
	line-height:14px;
}

#submenu a{
	color:#848484;
	text-decoration:none;
}

#submenu a:hover{
	color:#000;
	font-weight:bold;
}

#submenu a.active{
	font-weight:bold;
	color:#000;
}

#submenu li li a.active{
	text-decoration:underline;
	font-weight:normal;
}

#submenu li{
	list-style:none;
	padding:5px;
	border-bottom:1px dashed #d1d0a9;
}

/* - - - Sub-Sub-Menu - - - */
#submenu li ul{
	margin-top:6px;
}

#submenu li li{
	padding:0;
	border:none;
	line-height:16px;
}

#submenu li li a{
	color:#000;
}

#submenu li li a:hover{
	font-weight:normal;
	text-decoration:underline;
}

#submenu li li.section a{
	font-weight:bold;
}

#submenu li li.section-in a{
	font-weight:bold;
	text-decoration:underline;
}

#submenu li li.section a:hover, #submenu li li.section-in a:hover{
	font-weight:bold;
}

/* - - - Address - - - */

#address{
	padding:9px;
	text-align:right;
	background-color:#fff;
	font-size:9px;
	line-height:12px;
}

.phone{
	font-weight:bold;
	margin-top:5px;
}

/*-------------------------*/
/* - - - Main Column - - - */
/*-------------------------*/

#maincol{
	float:left;
	width:568px;
}

#header{
	border-top:9px solid #EAE9D5;
	margin-bottom:9px;
	#margin-bottom:6px;
}

#main{
	padding:13px 0 12px 10px;
	background-color: #D1D0A8;
	margin-bottom:9px;
	font-size:13px;
	line-height:16px;
	color:#595959;
}

#content{
	float:left;
	width:397px;
	padding:0 10px 16px 0;
	border-right:1px dashed #fff;
}

#content ul{
	margin:1em 0 0 40px;
	list-style-type:disc;
}

#content ul ul{
	margin-top:0;
	list-style-type:circle;
}

#quicklinks{
	float:left;
	width:115px;
	padding:4px 10px 0 25px;
	background-color: #D1D0A8;
	font-size:11px;
	line-height:15px;
	color:#000;
}

.award{
	margin-top:1.5em;
}

#footer{
	padding:0 10px;
	font-size:9px;
	line-height:12px;
}

#footer li{
	float:left;
	padding-right:3px;
	margin-right:3px;
	border-right:1px solid #000;
	list-style:none;
}

#quicklinks a, #footer a{
	color:#000;
	text-decoration:none;
}

#quicklinks a:hover, #footer a:hover{
	color:#000;
	text-decoration:underline;
}

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

.news{
	font-size:12px;
	line-height:14px;
	color:#333;
}

.news .news-company{
	font-size:15px;
	font-weight:bold;
	color:#000;
}

#content .news-item{ margin-bottom:40px; }

.news-item li{ 
	list-style:none;
	margin-bottom:2em;
}

.news-item li a{ font-weight:bold; }

/*------------------------*/
/* - - - Newsletter - - - */
/*------------------------*/

.newsletter p{ margin-top:2em; }

.newsletter a{ color:#595959; }

.newsletter a b{ color:#000; }

/*----------------------*/
/* - - - Our Team - - - */
/*----------------------*/

.team{
	position:relative;
	width:568px;
	height:151px;
	background:top left no-repeat #fff;
}

/*-----------------------*/
/* - - - Portfolio - - - */
/*-----------------------*/

#header-slide{
	margin:9px 0;
}

.companies td{
	padding:10px 11px 0 0;
	text-align:center;
}

.companies a, .companies a:hover{
	text-decoration:none;
	cursor:pointer;
}

.companies img{ display:block; }

.companies div{
	width:119px;
	padding:9px 3px;
	background-color:#66676b;
	font-size:12px;
	line-height:12px;
	color:#fff;
}

.comp-logo{
	float:right;
	margin:0 0 12px 10px;
}

.omega{ padding-right:0; }
