

body {
	font-family:Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:small;
	background-color:#666666;
}

h1, h2, h3{
	margin:20px 0 0 0;
	padding:0;
}

h1 {font-size:140%;}
h2 {font-size:120%;}
h3 {font-size:110%;}
h4 {font-size:105%;}
p  {font-size:90%;}
fieldset {border:none;}

.float-left {float:left;}
.float-right {float:right;}
.image {border:1px solid #666;}
.button {
	background: url(../images/bg_blue_425x325.jpg) right top no-repeat;
	color:#FFF;
	border:1px solid #fff;
}

a {color:#005088; font-weight:bold; text-decoration:none;}
a:hover {font-weight:bold;}
a:visited {color:#999999;}

#body-wrapper {
	width:800px;
	margin:0 auto;
	background:#FFF url(../images/body-wrapper.jpg) center repeat-y;
}

#body-cap-top {
	background: url(../images/body-top.jpg) bottom center no-repeat;
	height:30px;
	clear:both;
}

#body-cap-bottom {
	background: url(../images/body-bottom.jpg) top center no-repeat;
	height:30px;
	clear:both;
}

#body-main {
	width:735px;
	margin:0 auto;
	padding:0 30px;
}

#header {
}

.clear {
	clear:both;
	height:1px;
}

#logo {
	float:left;
}

#contact-us {
	float:right;
}

#nav {
	float:right;
	margin:0;
	padding:0;
}

#nav li {
	float:left;
	list-style:none;
	margin:0 5px;
}

#nav a {
	text-decoration:none;
	color:#000;
}

#nav a:hover {
	color:#005088;
}

#mast {
	clear:both;
}

#mast-image {
	float:left;
	width:335px;
}

#mast-cap-top {
	height:10px;
	background:#666666 url(../images/mast-top.jpg) repeat-y;
}

#mast-cap-bottom {
	height:20px;
	background-color:#000000;
}

#mast-content{
	float:right;
	width:400px;
	height:140px;
	background: url(../images/bg_blue_425x325.jpg);
	color:#FFFFFF;
}

#mast-content h2, #mast-content h5 {
	padding:0 30px;
}

#content{}

#content-left{
	width:65%;
	float:left;
}
#content-right {
	width:32%;
	float:right;
}
#content-right h3 {
	margin-top:0;
}

ul.services {
	list-style:none;
	margin:10px;
	padding:10px;
	font-weight:bold;
	float:left;
	width:40%;
	border:1px solid #666666;
}

ul.services ul li {
	line-height: 1.5em;
}

ul.services ul {
	padding-left:0;
	font-size:85%;
	font-weight:normal;
	list-style:none;
}

ul.services hr {
	margin:3px 0 10px 0;
}

#customer-login {
	background-color:#B2B2B2;
	padding:10px;
	color:#fff;
}

#industry-news {
	background-color:#949494;
	padding:10px;
	color:#fff;
}
#industry-news ul {
	list-style:url(../images/icon_raquo.gif);
	margin:0 0 0 8px;
	padding:0 0 0 14px;
}

#footer {
	width:765px;
	margin:0 auto;
	color:#cccccc;
	font-size:80%;
	position:relative;
	bottom:10px;
}

.pri-color {
	color:#005088;
}