@charset "utf-8";
html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,blockquote,pre,form,fieldset,table,th,td {
margin:0;
padding:0;
outline:0;
}

html
{
	height: 100%;
}
body {
	background-color:#212121;
	color:#FFF;
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	height: 100%;
}

.clearfloat {
clear:both;
}

input {
outline-style:none;
outline-width:0;
}

.header {
width:860px;
height:82px;
display:block;
position:relative;
margin:0 auto;
}

.header h1 a {
background-image:url(../images/logo.gif);
width:199px;
height:59px;
display:block;
overflow:hidden;
line-height:200px;
float:left;
margin:20px 0 0 16px;
}

.header ul {
	float:right;
	list-style:none;
	margin-left:0;
	width:520px;
	display:block;
	margin-top:37px;
}

.header li {
float:left;
display:block;
}

.header li a {
color:#bdbdbd;
text-transform:uppercase;
font-size:11px;
text-decoration:none;
margin-left:33px;
display:block;
padding:6px 0;
}

.header li a:hover,.header li a.active {
border-bottom:2px solid #e88a17;
color:#FFF;
}

#loginbox {
height:63px;
width:388px;
position:absolute;
top:-30px;
left:466px;
background-repeat:no-repeat;
background-image:url(../images/login-standard.gif);
}

#loginbox.hover {
background-image:url(../images/login_down.png);
}

#loginbox.closed {
background-image:url(../images/login-standard.gif);
height:63px;
}

#loginbox a {
	display:block;
	height:29px;
	float:right;
	width:180px;
	overflow:hidden;
	text-indent:-999px;
}

#loginbox input {
color:#565656;
background-image:url(../images/input_bg_small.gif);
width:152px;
height:13px;
line-height:13px;
display:block;
border:0;
float:left;
font-size:9px;
margin:6px 4px;
padding:5px;
}

#loginbox input.button {
width:34px;
background-image:none;
height:23px;
margin:6px 0;
padding:0;
}

.content {
background-image:url(../images/bg.gif);
background-repeat:repeat-x;
background-color:#fbfbfb;
color:#000;
}

.contentinner {
width:860px;
margin:0 auto;
}

.footerinner {
width:860px;
padding-top:22px;
margin:0 auto;
}

.col1 {
	width:835px;
	float:left;
	margin:20px 0 30px 0;
	padding:0 10px 0 15px;
}

.col2 {
	width:268px;
	float:left;
	margin:30px 0;
	padding:0 12px 0 12px;
}

.col3 {
	width:283px;
	float:left;
	background-image:url(../images/blog_bg.gif);
	background-repeat:repeat-y;
	margin:15px 0 40px;
	padding:0;
}

.col3 h3 {
background-image:url(../images/blog_bg_top.gif);
height:13px;
padding-top:15px;
background-repeat:no-repeat;
padding-left:16px;
padding-right:20px;
}

.col3 h3 a {
float:right;
font-size:11px;
}

.col3 p {
padding-top:10px;
padding-left:16px;
padding-right:20px;
font-size:11px;
}

.col3 .end {
display:block;
background-image:url(../images/blog_bg_bottom.gif);
height:22px;
}

.footer {
background-image:url(../images/footer_bg_top.gif);
background-repeat:repeat-x;
clear:both;
}

.vcard {
	margin-left:15px;
	font-size:12px;
	width:200px;
	float:left;
	overflow:hidden;
	margin-top: 6px;
}

.vcard .org {
display:block;
}

.vcard .labels {
width:37px;
float:left;
color:#606060;
}

.vcard .details {
	width:150px;
	float:left;
	color:#eee;
	padding-left: 10px;
}

.url {
color:#a1a1a1;
text-decoration:none;
text-transform:uppercase;
}

.footerright {
width:564px;
float:right;
}

a.twitter {
background-image:url(../images/twitterfacebook.gif);
background-repeat:no-repeat;
width:95px;
height:34px;
display:block;
text-indent:-9999px;
float:right;
}

a.twitter:hover {
background-position:-199px 0;
}

a.facebook {
background-image:url(../images/twitterfacebook.gif);
background-repeat:no-repeat;
width:95px;
height:34px;
background-position:-95px 0;
display:block;
text-indent:-9999px;
float:right;
}

a.facebook:hover {
background-position:-294px 0;
}

.signup {
height:27px;
display:block;
float:right;
width:228px;
padding:5px 0;
}

.signup input {
color:#434343;
background-image:url(../images/signup_bg.gif);
width:168px;
height:17px;
line-height:17px;
border:0;
float:right;
display:block;
padding:5px;
}

.signup input.button {
width:34px;
background-image:none;
height:27px;
padding:0 5px;
}

.info {
	float:right;
	text-align:right;
	height:27px;
	font-size:9px;
	color:#FFF;
	text-transform:uppercase;
	padding:5px 0;
}

.thanks {
color:#eee;
font-size:10px;
padding-left:20px;
width:208px;
}

.info span {
	display:block;
	text-transform:none;
	color:#787878;
}

.legal {
	float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	color:#414141;
	width:500px;
	margin:20px 0;
}

#subpagecontent {
background-image:url(../images/pagemiddle_bg.gif);
background-color:#FFF;
}

.subpagetop {
background-image:url(../images/pagetop_bg.gif);
background-repeat:no-repeat;
min-height:300px;
padding:50px 35px 0;
}

.subpagebottom {
background-image:url(../images/pagebottom_bg.gif);
background-repeat:no-repeat;
height:39px;
clear:both;
}

#subpagecontent h1 {
font-size:36px;
font-weight:700;
color:#999;
padding-bottom:5px;
}

#subpagecontent h2 {
font-size:18px;
font-weight:400;
}

hr {
background-image:url(../images/bar.gif);
background-repeat:no-repeat;
height:6px;
border:0;
outline:0;
clear:both;
margin:5px 0;
padding:0;
}

h3 {
	color:#4A4A4A;
	text-transform:uppercase;
	font-weight:400;
	font-size:12px;
	padding:5px 0;
}

p,#subpagecontent li {
	color:#8D8D8D;
	font-size:12px;
	line-height:20px;
	padding:5px 0;
}

p strong {
color:#212121;
font-weight:400;
}

.column {
width:600px;
}

.columnsmall {
width:150px;
float:right;
}

.column hr {
clear:left;
}

.pimg {
float:left;
margin-right:20px;
margin-bottom:10px;
background-image:url(../images/pbg.gif);
background-repeat:no-repeat;
padding:8px 16px;
}

.nolist {
list-style:none;
}

.col3 a,a,.orange {
text-decoration:none;
color:#e88b19;
}

.columnsmall ul
{
	list-style:none;
}

.contact input
{
	background-image:url(../images/formfield.gif);
	width:258px;
	height:17px;
	padding:5px 10px;
	line-height:17px;
	border: 0;
	outline: 0;
	font-size: 11px;
}

.contact textarea
{
	background-image:url(../images/formfl.gif);
	width:418px;
	height:107px;
	padding:5px 10px;
	border: 0;
	outline: 0;
	font-size: 11px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}


.contact label
{
	display:block;
	font-size: 10px;
	color: #737373;
	text-transform: uppercase;
}

.contact label span
{
	color:#f09d00;
}


#loginbox .livechat  a
{
	background-image:url(../images/livechat.gif);
	margin-top:-5px;
	background-repeat:no-repeat;
	height:33px;
}

#proactivechatdiv
{
	margin-left:-700px;
}
#loginbox #proactivechatdiv a
{
	background-image:none;
		display:auto;
	height:auto;
	float:none;
	width:auto;
	overflow:auto;
	text-indent:0;
}
a:hover
{
	text-decoration:underline;
}


.col1 p
{
	font-size:22px;line-height:32px;text-align:center;
}

.post {
background: url(../images/bar.gif) bottom no-repeat;
padding-bottom: 30px;
margin-bottom: 30px;
}