/* 
Author: Dominic Gagne-Leduc 
Author URI: http://www.wsisme.com
Website: http://www.longbowadvantage.com
*/

/* =Global
------------------------------------------------------------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, pre, ul, ol, dl, img {
	margin:0;
	padding:0;
	}

blockquote {
	background:url(images/gfx_quote.jpg) no-repeat 5px 0;
	margin-top:30px;
	font-size:12px;
	}
.quote {
	text-align:right;
	font-size:10px;
	font-style:italic;
	}

body {
	background-image:url(images/top-banner-bg.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
}
p {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #666466;
	padding:5px 20px;
	margin:3px 0px;

}
a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #ff971f;
	text-decoration:underline;
}

a img {
border:none;
}

h1 {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #ff971f;
	margin:20px 20px 15px 20px;
	padding-left:12px;

	background-image:url(images/icon-h1.jpg);
	background-repeat:no-repeat;
	background-position:left;
	font-weight:normal;
}
h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #797979;
	padding:15px 20px 5px 20px;
	font-weight:bold;
	}
h3 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #666466;
	padding:10px 20px 2px 20px;
	font-weight:bold;
}

ul {
	list-style-image:url(images/icon-list.jpg);
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #666466;
	padding:2px 20px 2px 40px;

}
hr {
	width: 70%;
	margin: 10px auto;
	
}
/* =rounded corners
------------------------------------------------------------------*/
.content {background: url(images/dot.gif) 0 0 repeat-x; width: 615px; background-color:#FFFFFF; float:left;}
.content2 {background: url(images/dot.gif) 0 0 repeat-x; width: 900px; background-color:#FFFFFF; float:left;}
#rightcol {background: url(images/dot.gif) 0 0 repeat-x; width:265px; background-color:#FFFFFF; float:right; text-align:center;}
.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.gif) 0 100% no-repeat}
.br {background: url(images/br.gif) 100% 100% no-repeat}
.tl {background: url(images/tl.gif) 0 0 no-repeat}
.tr {background: url(images/tr.gif) 100% 0 no-repeat; padding:10px} 

/* =Layout
------------------------------------------------------------------*/

#wrapper {
	margin: 0px auto;
  width:900px;
	padding:0px;
}
#mega {
	margin: 0px;
	padding:0px;

}
#top {
  width:900px;
	height:110px;
	margin: 0px auto;

}
#bodybox {
	margin: 0px auto;
  width:100%;
	background-color:#f7f7f7;
	background-image:url(images/mid-banner-bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding:0px;
	padding-bottom:7px;
}
#nav {
  width:900px;
	height:60px;

}
#navpad {
  height:13px;
	width:900px;
}

#banner {
  width:900px;
	height:222px;
}
#banner2 {
  width:900px;
	height:155px;
}

#main {
  width:900px;
	background-color:#f7f7f7;
}

#redshift {
	width:565px;
	height:74px;
	background-color:#f7f7f7;
	border:#bdbdbd 1px solid;
	margin: 5px auto;
	padding: 0px;
}
#redshift p {
	margin: 0px;
	padding: 0px;
}
.block1 {
	width:825px;
	height:170px;
	background-color:#fff6e9;
	border: none;
	margin-left: auto ;
 margin-right: auto ;
}
.block2 {
	width:825px;
	height:270px;
	background-color:#fff6e9;
	border: none;
	margin-left: auto ;
 margin-right: auto ;
}
#block3 {
	width:413px;
	height:250px;
	background-color:#fff6e9;
	border: none;
	margin-left: 27px;
}



#rightcol img {
  padding: 10px;

}
#breaking {
  width:900px;
	height:10px;
	clear:both;
	background-color:#f7f7f7;
}

#footerholder {
  width:100%;
	background:#fff;
	border-top:1px solid #bfbfbf;
}
#footer {
  width:900px;
	margin: 0px auto;
	margin-bottom:15px;
}
#footer a {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #888588;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
	color: #ff971f;
	
}
#footer p {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #a9a9a9;
	text-decoration:none;
	padding:5px 10px;

}
.boldora {
	color:#ff971f;
	font-weight:bold;
	}