
/* element styles */

html {
	overflow: scroll;
}

body{
	margin: 0;
	padding: 0; 
	background: #edeff0;
}	 

div {
	font-family: arial, verdana, sans-serif;
	font-size: small;
	color: #384246;
}

p {
	font-family: arial, verdana, sans-serif;
	font-size: 120%;
	color: #384246;
	margin: 0 0 10px 0;
}

li {
	font-size: small;
	color: #384246;
}

td {
	font-size: small;
	color: #384246;
	vertical-align: top;
}

img {
	border: 0;
}

a {
	font-size: 100%;
	color: #005577;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: arial, verdana, sans-serif;
	font-size: 150%;	
	color: #384246;
	margin: 0;
	padding: 15px 0 0 0;
	font-weight: normal;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 140%;	
	color: #384246;
	margin: 0 0 10px 0;
	font-weight: normal;
}

form {
	margin: 0;
}

textarea {
	font-family: arial, verdana, sans-serif;
	font-size: small;
}

/* page element styles */ 
 
#top_bar {
	height: 198px;
	padding: 0 0 20px 0;
}

#navigation {
	background: url(../images/nav/nav-bg.png) repeat-x;
	height: 30px;
	clear: both;
	margin: 10px 0 10px 0;
}

#main {
	position:relative;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width: 901px;
	background-color: #fff;
	padding: 10px;
	border-left: 1px solid #d1dbdf;
	border-right: 1px solid #d1dbdf;
	border-bottom: 1px solid #d1dbdf;
}

#footer {
	clear: both;
	padding: 5px 0 10px 0;
	background: url(../images/nav/nav-bg.png) repeat-x;
	margin-top: 10px;
	color: #fff;
	font-size: 110%;
	text-align: center;
}

#footer div {
	font-size: 85%;
	color: #2d2d2d;
}

#footer a {
	color: #fff;
	font-size: 100%;
}


/* content page structural styles */

#page_main {
	background: url("../images/site/page_bg.png") left top repeat-y;
}

#left_nav {
	float: left;
	width: 170px;
	margin: 0 50px 0 0;
	padding: 10px 0 10px 10px;
}

/* content page */

#page_content {
	float: left;
	width: 650px;
}

#page_content #col1 {
	float: left;
	width: 300px;
}

#page_content #col2 {
	float: left;
	width: 300px;
	margin: 0 0 0 30px;
}

/* home page */

#page_content_home {
	float: left;
	width: 900px;
	background: url(../images/site/home-bg.png) repeat-y top left;
}

#page_content_home #main_col {
	float: left;
	width: 670px;
}

#page_content_home #col1 {
	float: left;
	width: 208px;
	padding: 30px 0 0 0;
}

#page_content_home #col2 {
	float: left;
	width: 610px;
	margin: 0 0 0 30px;
	padding: 20px 0 0 30px;
}

/* nav styles */

.nav_item {
	display: block;
	height: 30px;
	text-align: center;
}

.nav_item_active {
	display: block;
	height: 30px;
	background-position: 0 -30px  !important;
	text-align: center;
}

.nav_item:hover {
	background-position: 0 -30px  !important;
}

.nav_item span, .nav_item_active span {
	display: none;
}

#nav_home {
	width: 82px;
	background: url(../images/nav/home.png) no-repeat 0 0;
}

#nav_contact {
	width: 119px;
	background: url(../images/nav/contact.png) no-repeat 0 0;
}

#nav_news {
	width: 82px;
	background: url(../images/nav/news.png) no-repeat 0 0;
}

#nav_client-downloads {
	width: 85px;
	background: url(../images/nav/clients.png) no-repeat 0 0;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li a {
	font-weight: bold;
	font-size: 110%;
	color: #333;
}

#nav li a:hover {
	color: #0071c6;
}

#nav li ul {
	position: absolute;
	left: -999em;
	background-color: #3c84bc;
	width: 120px;
	padding: 0 5px 0 5px;
	border: 3px #fff solid;
	border-top: 0;
	z-index: 99;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

.dd_nav_item, .dd_nav_item_last {
	width: 120px;
	border-bottom: 1px #e5f0f8 solid;
	padding: 5px 0 5px 0 !important;
}

.dd_nav_item_last {
	border-bottom: 0;
}

.dd_nav_item a, .dd_nav_item_last a {
	color: #fff !important;
	font-weight: normal !important;
	display: block;
}

.dd_nav_item a:hover, .dd_nav_item_last a:hover {
	display: block;
	text-decoration: underline;
}

/* left nav */

#left_nav a {
	display: block;
}

.nav_item_1, .nav_item_2 {
	border: 1px #eee solid;
	background-color: #f9f9f9;
	margin-bottom: 5px;
	padding: 7px;
}

.nav_item_1_active, .nav_item_2_active {
	border: 1px #eee solid;
	background-color: #4492BA;
	margin-bottom: 5px;
	padding: 7px;
}

.nav_item_1_active a, .nav_item_2_active a {
	color: #fff;
}

.nav_item_2, .nav_item_2_active {
	padding-left: 30px;
}


/* general styles */

.news_divider {
	height: 1px;
	background-color: #ccc;
	margin-bottom: 10px;
}

.padded_img img {
	padding: 0 10px 10px 10px;
}

.smallText {
	font-size: 80%;
}

.smallText a {
	font-size: 100%;
}

.error {
	color: #c00;
	font-weight: bold;
}

.pad30lr {
	padding: 0 30px 0 30px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.hide {
	display: none;
}

