/*//////////////////////////////////////////////////


CSS CREATED BY MICHAL MOORE
CSS CREATED FOR FIREPHYSICAL.COM
CSS CREATED NOV 2007


//////////////////////////////////////////////////*/
body {
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
	background: #FFF;
}
h2 {
	margin-bottom: 0px;
	font-size: 18px;
	color: #cc0000;
	line-height: 1.3em;
}
a {
	padding: 0px;
	color: #0066cc;
}
a:hover {
	color: #000;
}
img.left {
	float: left;
	margin-right: 10px;
}
img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
img.right {
	float: right;
}
/*//////////////////////////////////////////////////

HEADER ELEMENTS

//////////////////////////////////////////////////*/
#header {
	padding-top: 10px;
	background: #a11414;
}
#header .inner {
	width: 980px;
	margin: 0 auto;
}
.contact_info {
	float: right;
	width: 378px;
	height: 77px;
	padding: 20px 20px 0 20px;
	margin-top: 10px;
	font-size: 11px;
	color: #e7b6b6;
	font-weight: bold;
	line-height: 1.5em;
	background: url(../imgs/contact_info_bg.gif) no-repeat;
}
.contact_info .address {
	float: left;
	padding-left: 20px;
	width: 200px;
	background: url(../imgs/icon_addy.gif) no-repeat;
}
.contact_info .address em {
	font-size: 12px;
	font-style: normal;
	color: #FFF;
}
.contact_info .contact {
	float: left;
}
#header .c_phone,
#header .c_fax,
#header .c_email {
	display: block;
	padding: 2px 0 2px 20px;
	background: url(../imgs/icon_phone.gif) no-repeat left center;
}
#header .c_phone em {
	font-style: normal;
	color: #FFF;
}
#header .c_fax {
	background: url(../imgs/icon_print.gif) no-repeat left center;
}
#header .c_email {
	background: url(../imgs/icon_mail.gif) no-repeat left center;
}
#header .c_email a {
	color: #e7b6b6;
	text-decoration: none;
}
#header .c_email a:hover {
	color: #FFF;
	text-decoration: underline;
}
/*//////////////////////////////////////////////////

NAVIGATION ELEMENTS

//////////////////////////////////////////////////*/
#nav {
	height: 30px;
	background: url(../imgs/nav_bg.gif) repeat-x top left;
}
#nav .inner {
	width: 980px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	background: url(../imgs/nav_divider.gif) no-repeat top left;
}
#nav a {
	display: block;
	float: left;
	padding: 0 15px;
	color: #663300;
	font-weight: bold;
	text-decoration: none;
	background: url(../imgs/nav_divider.gif) no-repeat top right;
}
#nav a:hover {
	color: #000;
}
/*//////////////////////////////////////////////////

CONTENT ELEMENTS

//////////////////////////////////////////////////*/
#content {
	padding-top: 20px;
}
#content .inner {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#content .leftcol {
	float: left;
	width: 310px;
}
#content .maincol {
	float: right;
	width: 630px;
}
#content .fullwidthcol {
	float: left;
	width: 940px;
}
.login_form {
	height: 137px;
	margin-top: 10px;
	padding: 10px 10px 0 10px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: url(../imgs/box_login.gif) no-repeat;
}
.login_form dl {
	margin: 10px 0 10px 0;
	padding: 0px;
}
.login_form dl dt {
	float: left;
	width: 86px;
	height: 26px;
	padding-right: 10px;
	line-height: 26px;
	text-align: right;
	clear: right;
}
.login_form dl dd {
	height: 26px;
	text-align: left;
	line-height: 26px;
}
.login_form dl dd input {
	width: 150px;
}
.highlights li {
	font-weight: bold;
}
/*//////////////////////////////////////////////////

FOOTER ELEMENTS

//////////////////////////////////////////////////*/
#footer {
	clear: both;
}
#footer .inner {
	width: 980px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	border-top: 1px solid #EEE;
}
/*//////////////////////////////////////////////////

CONTACT US PAGE

//////////////////////////////////////////////////*/
.important{ 
	display:none;
}
