body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #919194;
}
body {
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	overflow: -moz-scrollbars-vertical; /* fixes page jumping in firefox */
}
#main{
margin: 0px auto;
width:826px;
height:650px;
}
#header{
width:826px;
height:153px;
background-image:url(../images/header_back.gif);
background-repeat:no-repeat;
}
#mid{
	width:826px;
	height:291px;
	padding-top:25px;
	background-image:url(../images/midBack.jpg);
	background-repeat:no-repeat;
	padding-bottom:2px;
}
#redBanner{
height:17px;
margin-left:49px;
margin-right:55px;
text-align:left;
background-image:url(../images/redback.jpg);
background-repeat:repeat-x;
padding-top:1px;
padding-bottom:1px;
padding-left:10px;
color:white;
font-size:11px;
}
#redBanner a:link, #redBanner a:active, #redBanner a:visited{
color:#FFFFFF;
text-decoration:none;
}
#redBanner a:hover{
text-decoration:underline;
}


	#leftCl{
	padding-left:3px;
	width:255px;
	float:left;
	}
	#rightCl{
	text-align:left;
	float:right;
	width:450px;
	padding-right:57px;
	padding-bottom:10px;
	min-height:425px;
	}
#filler{
width:46px;
height:166px;
float:left;
}

#footer{
font-size:10px;
text-align:right;
margin-right:53px;
height:40px;
clear:both;
}
/* NAV AREA */
#navBar{
padding-top:117px;
margin: 0px auto;
margin-left:49px;

}
.navItems{
float:left;
width:102px;
margin-right:1px;
display:block;
}

	#navHome{background-image:url(../images/nav/home.jpg);background-position:0px 0px;height:25px;}
		#navHome a:hover{background-image:url(../images/nav/home.jpg);background-position:0px -25px;display:block;width:102px;height:27px;}
		
	#navCompany {background-image:url(../images/nav/company.jpg);background-position:0px 0px;height:25px;}
		#navCompany a:hover{background-image:url(../images/nav/company.jpg);background-position:0px -25px;display:block;width:102px;height:27px;}
		
	#navSolutions{background-image:url(../images/nav/solutions.jpg);background-position:0px 0px;height:25px;}
		#navSolutions a:hover{background-image:url(../images/nav/solutions.jpg);background-position:0px -25px;display:block;width:102px;height:27px;}
	#navServices{background-image:url(../images/nav/services.jpg);background-position:0px 0px;height:25px;}
		#navServices a:hover{background-image:url(../images/nav/services.jpg);background-position:0px -25px;display:block;width:102px;height:27px;}
	#navNews{background-image:url(../images/nav/news.jpg);background-position:0px 0px;height:25px;}
		#navNews a:hover{background-image:url(../images/nav/news.jpg);background-position:0px -25px;display:block;width:102px;height:27px;}
	#navJobs{background-image:url(../images/nav/jobs.jpg);background-position:0px 0px;height:25px;}
		#navJobs a:hover{background-image:url(../images/nav/jobs.jpg);background-position:0px -25px;display:block;width:102px;height:27px;}
	#navContact{background-image:url(../images/nav/contact.jpg);background-position:0px 0px;height:25px;}
		#navContact a:hover{background-image:url(../images/nav/contact.jpg);background-position:0px -25px;display:block;width:102px;height:27px;}
	
/* BEGIN NON STRUCTURE ELEMENTS */
.box{
width:225px;
height:152px;
background-color:#f3fafc;
border:1px solid #007ea9;
margin-left:3px;
float:left;
text-align:left;
padding-left:12px;
}
.box img{
margin-left:-12px;
margin-top:0px;
margin-bottom:12px;
}
.box p{
margin:0px;
padding:0px;
}
.box a:link, .box a:active, .box a:visited{
color: #919194;
text-decoration:none;
font-weight:bold;
background-image:url(../images/arrow.gif);
background-position:right;
background-repeat:no-repeat;
padding-right:14px;
}
.box a:hover{
background-image:url(../images/dot.gif);
background-repeat:repeat-x;
background-position:bottom;
padding-right:0px;
color:#b42b33;
}

#footer a:link, #footer a:active, #footer a:visited{
color:#40a2c4;
text-decoration:none;
background-image:none;
}
#footer a:hover{
color:#b42b33;
}
#rightCl a:link,  #rightCl a:active,  #rightCl a:visited{
	color: #919194;
	text-decoration:none;
	font-weight:bold;
	background-image:url(../images/arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:14px;
}
#rightCl a:hover{
background-image:url(../images/dot.gif);
background-repeat:repeat-x;
background-position:bottom;
padding-right:14px;
color:#b42b33;
}
#rightCl li{
list-style-image:url(../images/bullet.gif);
list-style-position:center;
margin-bottom:5px;
}

.ticks
{
list-style-image:url(../images/tick.gif);

}


form input, form textarea{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
}



h1{
color:#B42B33;
font-size:24px;
margin-top:0px;
padding-top:0px;
}
h2{
color:#B42B33;
font-size:22px;
}
h3{
color:#B42B33;
font-size:20px;
}
h4{
color:#2b6c95;
font-size:11px;
}
h5{
color:#2b6c95;
font-size:14px;
}
h6{
color:#B42B33;
font-size:11px;
margin-top:0px;
padding-top:0px;
}
.required {
	color:#990000;
}
.error {
	color:#CC0000;
}
th, td {
	text-align:left;
	vertical-align:top;
}
th {
	font-weight:normal;
}
.qf input {
	width:300px;
}
.qf textarea {
	width:100%;
}
.auto, .button {
	width:auto !important;
}
.message {
	font-weight:bold;
}

#newsHolder{
height:100px;
overflow:hidden;
}
