@charset "utf-8";
/* CSS Document */

img { border:none; }

html {
	margin:0;
	padding:0;
	overflow-y:scroll;

}
body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
}

p {
	font-size:12px;
	line-height:20px;
}

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

h1 {
	font-size:18px;
	border-bottom: 1px solid #cccccc;
	padding-bottom:10px;
}
.clr { clear:both; }

.orange { color:#cc3300; }

#pageWrapper {
	width:860px;
	padding:44px 10px 20px 10px;
	margin:0 auto ;
}

#header {
	width:860px;
	height:55px;
}

#header #logo {
	float:left;
	width: 261px;
	height:55px;
}


#header #primaryNav {
	float:right;
	width: 590px;
	height:55px;
}

#header #primaryNav ul {
	float:right;
	display:inline;
	list-style-image:none;
	list-style-type:none;
	height:24px;
	padding: 31px 0 0 0;
	margin:0;
	}

#header #primaryNav ul li {	
	display:inline;
	float:left;
	height:24px;
	width:100px;
	text-align:center;
	font-size:13px;
	font-weight:600;
	margin-left:2px;
	}

#header #primaryNav ul li a {	
	height:20px;
	padding-top:4px;
	width:100px;
	display:block;
	background: url(../images/bg/bg_primaryNav.gif) no-repeat top left;
	color:#b1b0b0;
	text-decoration:none;
	outline:none;
	}
	
#header #primaryNav ul li a:hover {	
	background-position: bottom left;
	}
	
#header #primaryNav ul li.current a {	
	background-position: bottom left;
	color:#cc3300;
	}

#contentWrap {
	width:860px;
	min-height:300px;
	height:auto !important;
	height:300px;
	border-top:1px solid #e3e3e3;
	padding:20px 0 40px 0;
}

#banner {}

#home {
	padding:25px 0 0 0;
	}
	
#home #leftCol {
	float:left;
	width:422px;
	}
	
#home #rightCol {
	float:right;
	width:372px;
	}
	
#home #rightCol  #features {
	background: url(../images/bg/bg_home_feat_mid.gif) repeat-y;
	min-height:100px;
	height:auto !important;
	height:100px;
	}

#home #rightCol  #features #innerTop {
	background: url(../images/bg/bg_home_feat_top.gif) no-repeat top left;
	min-height:100px;
	height:auto !important;
	height:100px;
	}
	
#home #rightCol  #features #innerBot {
	background: url(../images/bg/bg_home_feat_bot.gif) no-repeat bottom left;
	min-height:100px;
	height:auto !important;
	height:100px;
	padding:12px 9px;
	}	
	
#home #rightCol  #features #innerBot .description {
	padding:6px 20px 10px 5px;
}

#home #rightCol  #features #innerBot .description a {
	color:#cc3300;
	text-decoration:none;
	}
	
#generalPage {
padding: 0px 10px;
width:840px;
}

#generalPage #breadcrumb {
width:840px;
padding: 10px 0;
}
	
#generalPage #leftCol {
	float:left;
	width:240px;
	}
	
#generalPage #rightCol {
	float:right;
	width:600px;
	}

#generalPage #rightCol ul {
	margin-left: 0px;
	padding-left:30px;
	}
	
#generalPage #rightCol ul li {
	line-height:20px;
	}
	
#subNav {
	padding-top:40px;
}
	
#subNav ul {
	list-style-image:none;
	list-style-type:none;
	width:240px;
	margin:0;
	padding:0;
}

#subNav ul li {
	height:40px;
	margin:0;
	padding:0;
}

#subNav ul li a {
	display:block;
	height:24px;
	padding:8px 0px 0px 10px;
	background: url(../images/bg/bg_subNav.gif) no-repeat top left;
	color:#333;
	outline:none;
}

#subNav ul li a:hover {
	background: url(../images/bg/bg_subNav.gif) no-repeat bottom left;
}

#subNav ul li.current a {
	display:block;
	height:24px;
	padding:8px 0px 0px 20px;
	background: url(../images/bg/bg_subNav.gif) 10px bottom no-repeat;
	color:#cc3300;
	font-weight:600;
	outline:none;
}
		
#footer {
	width:860px;
	height:20px;
	padding-top:15px;
	background: url(../images/bg/bg_footer.gif) top left repeat-x;
	text-align: center;
}

FORM.niceform { background:url(../images/bg/bg_form_head.gif) no-repeat; padding:20px; }
p.green_font { display:block; padding: 5px; border: #006600 1px solid; background: #F0FBEE; color:#006600; }
p.red_font { display:block; padding: 5px; border: #CC0000 1px solid; background: #FFECEC; color:#CC0000; }
FORM.niceform label { float:left; clear:both; width:150px; }
FORM.niceform input { float:left; display:inline; }
FORM.niceform input.button { float:left; display:inline; margin-left:150px; }
FORM.niceform textarea{ font-family:Arial, Helvetica, sans-serif; font-size: 13px; }

.clientLogo { width: 190px; border:1px solid #ccc; padding:5px; text-align:center; }