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

body {
	padding:0px;
	margin:0px;
}

img {
	border:0px;
}

body, p, div, span, textarea, input {
	font-family:Helvetica, Arial, sans-serif;
	color:#7d7d7d;
	margin:0px;
	font-size:14px;
	line-height:19px;
}

p {
	margin:0px 0px 9px 0px;
	line-height:17px;
	
}

a{
	font-size:inherit;
	color:#d12413;
}
a:hover{
	color:#951a0d;
}
a.more{
	padding:1px 5px 1px 5px;
}
a.more:hover{
	color:#FFF;
	background-color:#D12413;
	font-weight:normal;
	padding:1px 5px 1px 5px;
	text-decoration:none;
}

.intro{
	color:#80868d;
	font-size:18px;
	line-height:20px;
	margin-bottom:24px;
}
.red{
	color:#D12413;
	font-size:inherit;
}
.dark{
	color:#353938;
	font-size:inherit;
}
.img_left{
	float:left;
	margin:0px 16px 10px 0px;
}
.img_right{
	float:right;
	margin:0px 0px 10px 16px;
}

.image_caption{
	float:right;
	background-color:#D12412;
	clear:none;
}
.image_caption img, .image_caption p{
	margin:0px;
	padding:0px;
}
.image_caption a{
	color:#FFF;
	padding:6px;
	display:block;
	margin:0px;
}
.image_caption a.pdf{
	padding:8px;
	padding-left:32px;
	background:url(/images/icons/pdf.gif) top left no-repeat;
}
.clear_both {
	clear:both;
}
.float_left{
	float:left;
}
/* ---------------------------------------------------------------- */
/* General Use Things */
ul.link_list{
	list-style-image:url(/images/icons/list_icon.gif);
	list-style-position:inside;
	padding:0px;
	margin:0px;
}
ul.link_list li{
	padding:0px;
	margin:0px;
	height:20px;
}

.breadcrumb{
	padding:0px;
	margin:0px;
}
.breadcrumb p{
	margin:0px 0px 20px 0px;
	font-size:11px;
}
.breadcrumb a{
	text-transform:capitalize;
	color:#6A6A6A;
}
.breadcrumb .seperator{
	color:#CCC;
}
.breadcrumb .breadcrumb_current {
	text-transform:capitalize;
	font-size:11px;
}

H1{
	font-family: Eurostile LT Std, Arial;
	font-weight: normal;
	font-size:34px;
	text-transform:uppercase;
	line-height:30px;
	margin:0px;
	padding:0px;
	color:#6e7d8d;
}
H2{
	font-family: Eurostile LT Std, Arial;
	font-weight: normal;
	font-size:21px;
	line-height:22px;
	margin:28px 0px 10px 0px;
	padding:0px;
	color:#535353;
}
H3{
	font-family: Eurostile LT Std, Arial;
	background-color:#edf0f2;
	display:block;
	padding:6px 0px 0px 4px;
	font-size:18px;
	line-height:24px;
	color:#535353;
	margin:24px 0px 16px 0px;
	font-weight:normal;
}
H4{
	font-family: Eurostile LT Std, Arial;
	background-color:#edf0f2;
	display:block;
	padding:6px 0px 0px 4px;
	font-size:16px;
	line-height:24px;
	color:#535353;
	margin:24px 0px 16px 0px;
	font-weight:normal;
}
/* ---------------------------------------------------------------- */
/* BASIC */
.body {
	width:925px;
	margin:0px auto 0px auto;
}
/* -- Nav Bar Area */
.top_bar {
	background-color:#C50E11;
	height:9px;
}
.top_panel {
	width:925px;
	height:175px;
	margin:0px auto 0px auto;
}
.logo_box {
	width:225px;
	float:left;
	margin-top:30px;
}
.logo_box a img{
	margin-left:20px;
}

.top_menu_box {
	width:700px;
	float:left;
	padding-top:87px;
}
/* Main Nav */
.main_nav {
	height:31px;
	border-bottom:1px solid #e2e5e8;
	padding:0px;
}
/* Sub Nav */
ul.sub_nav {
	list-style:none;
	clear:left;
	padding:5px 0px 0px 13px;
	margin:0px;
}
ul.sub_nav li {
	list-style:none;
	float:left;
	padding:0px;
	margin:0px;
}
.footer {
	width:925px;
	margin:0px auto 0px auto;
	clear:both;
}
.footer .inner{
	border-top:1px solid #DBDFE3;
	width:620px;
	float:right;
	margin-right:64px;
	margin-top:100px;
	margin-bottom:60px;
	padding-top:12px;
}
.footer .inner a{
	font-size:11px;
	margin-right:5px;
	padding-right:5px;
	text-decoration:none;
	color:#8B8D8F;
	border-right:1px solid #DBDFE3;
}
.footer .inner a:hover{
	text-decoration:underline;
	color:#414141;
}
.footer .inner a.last{
	border-right:none;
}
.footer .inner p{
	font-size:11px;
	line-height:11px;
	margin-bottom:7px;
	text-transform:capitalize;
}

.footer .inner p.footer_right{
	float:right;
	width:180px;
	text-align:right;
	line-height:14px;
	margin-top:0px;
}

p.footer_right{
	white-space:nowrap;
}

.fullwidth_footer .footer .inner{
	width:925px;
	margin-right:0px;
}
/* ---------------------------------------------------------------- */
/* Sub page */

.body .left{
	width:205px;
	float:left;
	margin-top:60px;
}
.body .left p{
	margin:0px;
}
.body .middle{
	width:620px;
	float:left;
	margin-left:36px;
	margin-top:30px;
}


.main_image{
	float:right;
	margin:0px 0px 30px 30px;
}
.body .right{
	width:5px;
	float:left;
}

.left .inset{
	text-align:right;
	margin-top:56px;
}

.left .inset img{
	margin-bottom:1px;
}

.left .inset .quote{
	padding:0px 3px 0px 3px;
}

.left .inset p.redline{
	color:#FFF;
	font-size:16px;
	line-height:25px;
	background-color:#D12413;
	font-weight:normal;
	display:inline;
	outline: #D12413 solid 3px;
}

.three_column_panel{
	width:185px;
	float:left;
	margin-right:20px;
	margin-top:10px;
	overflow:hidden;
}
s
.three_column_panel P, .two_column_panel_left P, .two_column_panel_right P{
	font-size:13px;
	line-height:16px;
	margin-top:13px;
}
.two_column_panel_left, .two_column_panel_right{
	width:290px;
	float:left;
	margin-top:10px;
	overflow:hidden;
}
.two_column_panel_right{
	margin-left:39px;
}
/* ---------------------------------------------------------------- */
/* Homepage Style */
.home_left {
	width:675px;
	float:left;
}
.home_feature {
	/*background:url(/images/home/feature_underline.gif) bottom left repeat-x;*/
	padding-bottom:10px;
	margin-bottom:20px;
}
.home_feature p {
	color:#80868d;
	font-size:17px;
	line-height:20px;
}
.home_feature .display {
	margin-bottom:21px;
	height:350px;
}



/* Sidebar */
.home_sidepanel {
	width:205px;
	float:right;
	margin-top:0px;
}
.home_sidepanel .item {
	background-color:#edf0f2;
	padding-bottom:12px;
	margin-bottom:19px;
}
.home_sidepanel .item h4{
	margin:0px 0px 10px 0px;
	padding:14px 5px 0px 8px;
	font-size:13px;
	text-transform:uppercase;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color:#edf0f2;
	color:#5d6670;
}
.home_sidepanel .item p{
	color:#80868d;
	font-size:12px;
	line-height:15px;
	margin:4px 10px 6px 8px;
	padding:0px;
}
.home_sidepanel .item a{
	font-size:12px;
}
.home_sidepanel .item ul.link_list{
	margin:3px 16px 0px 7px;
	padding:0px;
}
.calc_terms p{
	font-size:10px;
}

/* Tick Boxes */
.home_ticks {
}
.home_ticks ul {
	list-style:none;
	padding:0px;
	margin:0px;
	clear:left;
}
.home_ticks ul li {
	width:312px;
	float:left;
	padding:0px 25px 15px 0px;
}
.home_ticks h2 {
	text-indent:20px;
	background:url(/images/home/tick.gif) top left no-repeat;
	font-weight:normal;
	font-size:19px;
	padding:0px;
	margin:5px 0px 1px 0px;
	color:#535353;
	text-transform:uppercase;
	letter-spacing:1px;
}
.home_ticks ul p {
	font-size:13px;
	line-height:16px;
}

/* ---------------------------------------------------------------- */
/* Gallery */

.gallery a{
	margin:0px 7px 7px 0px;
	float:left;
}

/* ---------------------------------------------------------------- */
/* Whos Here */

table.whos_list td.company{
	width:30%;
}
table.whos_list td.status{
	width:20%;
}
table.whos_list td.map{
	width:300px;
}
table.whos_list td.company p, table.whos_list td.status p{
	margin:0px;
}
table.whos_list p{
	font-size:11px;
}

/* ---------------------------------------------------------------- */
/* Pricing and Plans */
table.schedule{
	width:290px;
}
table.schedule td{
	font-size:11px;
}
table.schedule td span{
	font-size:13px;
	color:#D12412;
}
table.schedule tr.row01{
	background-color:#E9EDEF;
	font-weight:bold;
	color:#535353;
}

table.schedule td{
	padding:1px;
}
table.schedule tr.row01 td{
	padding:3px;
}

/* ---------------------------------------------------------------- */
/* News */

p.date{
	font-size:12px;
	margin-top:0px;
	margin-bottom:28px;
}

ul.news_list, ul.news_list li{
	margin:0px;
	padding:0px;
	list-style:none;
	line-height:20px;
	width:600px;
}
ul.news_list li.alt a{
	background-color:#EFF3F6;
}
ul.news_list li a{
	display:block;
	text-decoration:none;
	background-color:#F4F8FB;
	padding:7px 10px 5px 10px;
	border-top:1px solid #FFF;
	margin:0px;
}
ul.news_list li a:hover{
	background-color:#D12412;
	color:#FFF;
}
.news_date{
	float:right;
	padding-left:20px;
	margin:0px;
}
ul.news_list li a:hover .news_date{
	color:#FFF;
}

/* ---------------------------------------------------------------- */
/* Good People of Izone */

.goodperson{
	color:#6e7d8d;
}







