/* @override http://bluenorth.ca/css/styles.css */
/*************************************************
	Blue North - August 2008 
		
	Site by Barking Dog Studios
	http://www.barkingdogstudios.com/

*************************************************/
/********** RESET STYLES **********/
* {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}


/********** BASIC STYLES **********/
body {
	behavior: url("/css/csshover.htc");
	font: 62.5%/1.5  Georgia, Times, serif;
	background: url(../i/background.png) repeat #666762;
	color: #f00;
	text-align: center;
}

#wrapper {
	width: 960px;
	text-align: right;
	margin: 10px auto 20px;
	padding: 20px 0 0 0;
	background: #fff;
}

#inner_wrapper {
	width: 940px;
	text-align: left;
	margin: 0 20px 0 0;
	padding: 30px 0;
	background: url(../i/colour_bars.gif) top left no-repeat #faf7ea;
}

.homepage #inner_wrapper {
	margin: 0 0px 0 20px;
}

#header {
	width: 320px;
	display: block;
	height: 46px;
	background: url(../i/h_bluenorth.gif) no-repeat top left;
	text-indent: -9999px;
	padding: 0px 0 0 0;
	float: left;
}

#logo {
	width: 100%;
	display: block;
	height: 21px;
	background: url(../i/logo_sm.gif) no-repeat top right;
	float: right;
	text-indent: -9999px;
	cursor: pointer;
}

#mast a {
	cursor: pointer;
}

.home_link {
	display: block;
	width: 200px;
	height: 20px;
}

/********** NAVIGATION **********/
#nav {
	width: 509px;
	background-color: #faf7ea;
	float: right;
	margin: 19px 0 0 0;
}

#nav li {
	display: block;
	float: left;
	height: 27px;
	text-indent: -9999px;
	outline: none;
}

#nav li a {
	background: url(../i/n_ourwork.gif) top left no-repeat;
	width: 109px;
	height: 27px;
	display: block;
	outline: none;
}

#nav li a.linkwhatwedo {
	background: url(../i/n_whatwedo.gif) 0 -27px no-repeat;
}

#nav li a.linkourwork {
	background: url(../i/n_ourwork.gif) 0 -27px no-repeat;
	width: 94px;
}

#nav li a.linkourclients {
	background: url(../i/n_ourclients.gif) 0 -27px no-repeat;
	width: 106px;
}

#nav li a.linkourteam {
	background: url(../i/n_ourteam.gif) 0 -27px no-repeat;
	width: 93px;
}

#nav li a.linkcontactus {
	background: url(../i/n_contactus.gif) 0 -27px no-repeat;
	width: 107px;
}

#nav li a:hover {
	background-position: 0 0px;
}

#nav li	a:active {
	outline: none;
}

#mast {
	margin: 7px 30px 0px 30px;
}

#content {
	clear: both;
	margin: 0px 30px 0 30px;
}

/* Added August 28 */
#content #flash {
	display: block;
	width: 602px;
	height: 480px;
}


/********** TYPOGRAPHY **********/
/**|*:visited {
	color: #cb7228;
}*/

a {
	font-style: italic;
	text-decoration: none;
	color: #cb7228;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.3em;
	color: #582E0F;
}

h2 {
	font-size: 1.2em;
	color: #706136;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.4em;
	color: #cb7228;
	margin: 0 0 2px;
	padding: 0;/* Equivalent to 18pt */
}

h4 {
	font-size: 1.6em;
	color: #582E0F;
	margin-bottom: 0;
	line-height: 10px;/* Equivalent to 18pt */
}

h5 {
	font-size: 1.1em;
	color: #706136;
	margin: 15px 0
}

h6 {
	font-size: 2em;
	color: #cb7228;
	margin: 10px 0;
}

p, q, cite {
	font-size: 1.2em;/* Equivalent to 12pt */
	color: #666;
	padding: 0 0 5px 0;
}

ul, ol, dl {
	list-style: none;
	font-size: 1.2em;/* Equivalent to 12pt */
}

li, dd, dt {
	font-size: 1em;
}

.col_sm_2 li, .col_sm_3 li {
	font-size: 1em;
	background: url(../i/bullet.gif) top left no-repeat;
	padding: 0 0 0 15px;
	margin: 0 0 10px 0;
}

div.intro {
	padding: 10px 0 10px;
	border-bottom: 1px dashed #582e0f;
}

div.intro p {
	font-size: 1.4em;
	line-height: 1.7em;
}

#content li {
	margin-left: 15px;
	list-style: disc;
	color: #666;
	margin-left: 10px;
}

#body_blurb li {
	list-style: none;
	color: #666;
	margin-left: 10px;
}


/********** FOOTER **********/
#footer {
	color: #fff;
	text-align: right;
	width: 893px;
	margin: 0 auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #999;
}

#footer ul {
	display: inline;
}

#footer ul li {
	display: inline;
}

.seperate {
	margin: 0 10px;
}

#footer ul li a {
	text-decoration: none;
	color: #999;
	font-style: normal;
}

.credit {
	margin-left: 40px;
}


/********** COLUMNS **********/
.col_half_1 {
	width: 605px;
	margin: 10px 0 0 255px;
	padding: 0 0px;
}

.col_half_1 .col_half_2 {
	width: 260px;
	margin: 0 20px 0 3px;
	padding-right: 20px;
	float: left;
	display: block;
}

.col_sm_2 {
	width: 245px;
	display: block;
	float: right;
	margin: 9px 0 0 0px;
	padding-right: 10px;
}

.col_sm_3 {
	width: 145px;
	display: block;
	margin: 10px 0 0 15px;
}

.smcol_item {
	border-bottom: 1px dashed #582e0f;
	padding: 15px 0;
}


/********** HOMEPAGE **********/
.homepage #header {
	background: url(../i/h_bluenorth.gif) no-repeat top left;
}

.homepage #logo {
	visibility: hidden;
}

.homepage #inner_wrapper {
	background-position: top right;
}

.homepage .col_half_1 {
	margin: 10px 255px 0 0px;
	border-right: 1px dashed #582e0f;
	padding: 0 10px 0 0;
}

.homepage .col_half_1 {
	margin-left: 0;
	border-right: 1px dashed #582e0f;
}

.homepage .col_sm_2 {
	width: 245px;
	display: block;
	float: right;
	margin: 9px 0 0 0px;
	border-left: none;
	padding-left: 0px;
	padding-right: 10px;
}


/********** WHAT WE DO **********/
.whatwedo #header {
	background: url(../i/h_whatwedo.gif) no-repeat top left;
}

.whatwedo .col_sm_2 {
	width: 245px;
	display: block;
	float: LEFT;
	margin: 9px 0 0 0px;
	border-left: none;
	padding-left: 0px;
	padding-right: 10px;
}

.whatwedo .col_half_1 {
	/*border-left: 1px dashed #582e0f; */
	padding: 0 0 0 10px;
}

.left_nav li {
	border-bottom: 1px dashed #582e0f;
	background: none;
	padding: 3px 0 7px;
}

.left_nav li a {
	font-size: 1.2em;
	color: #592c0d;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: bold;
}

.left_nav li a:hover {
	font-size: 1.2em;
	color: #cb7228;
	text-decoration: none;
}

.left_nav li.selected a {
	font-size: 1.2em;
	color: #cb7228;
	text-decoration: none;
}

.number {
	font-size: 5em;
	color: #cb7228;
	margin: 0;
	padding: 0;
	line-height: 20px;
}


/********** OUR TEAM **********/
.ourteam #header {
	background: url(../i/h_ourteam.gif) no-repeat top left;
}


/********** OUR CLIENTS **********/
.ourclients #header {
	background: url(../i/h_ourclients.gif) no-repeat top left;
}


/********** CONTACT **********/
.contactus #header {
	background: url(../i/h_contactus.gif) no-repeat top left;
}


/********** OUR WORK **********/
.results {
	color: #cb7228;
	width: 200px;
}

.ourwork #header {
	background: url(../i/h_ourwork.gif) no-repeat top left;
}

.ourwork .col_half_1 {
	margin-left: 0;
	border-right: 1px dashed #582e0f;
}

.ourwork .col_sm_2 {
	width: 245px;
	display: block;
	float: right;
	margin: 9px 0 0 0px;
	border-left: none;
	padding-left: 0px;
	padding-right: 10px;
}

.work {
	height: 380px
}

.thumbs_holder {
	height: 70px;
	border-top: 1px dashed #582e0f;
	overflow: hidden;
	padding: 0 20px;
}


/********** TEMPLATE FIVE **********/
.template_five .col_half_1 {
	width: 530px;
}

.template_five .col_sm_2 {
	border-right: none;
;
}

.template_five .col_sm_3 {
	display: none;
}

/********** TEMPLATE FOUR **********/
.template_four .col_half_1 {
	width: 535px;
	height: 400px;
	overflow: auto;
}

.template_four .col_sm_2 {
	border-right: none;
}

.template_four .col_sm_3 {
	display: none;
}


/********** TEMPLATE ONE **********/
.template_one .col_half_1 {
	width: 350px
}

.template_one .col_sm_2 {
	border-right: 1px dashed #582e0f;
}

.template_one .col_sm_3 {
	width: 170px;
}


/********** TEMPLATE THREE **********/
.template_three .col_half_1 {
	margin-left: 215px;
	border-right: none;
	width: 310px;
}

.template_three .col_sm_2 {
	float: left;
	margin-left: 0;
}

.template_three .col_sm_3 {
	border-left: 1px dashed #582e0f;
	width: 190px;
	padding-left: 15px;
}


/********** FORMS **********/
.sbleft .col_sm_2 {
	width: 245px;
	display: block;
	float: left;
	margin: 9px 0 0 0px;
	border-left: none;
	padding-left: 0px;
	padding-right: 10px;
}

.sbleft .col_half_1 {
	border-left: 1px dashed #582e0f;
	padding: 0 0 0 10px;
}

.sbright .col_half_1 {
	margin-left: 0px;
	border-right: 1px dashed #582e0f;
}

.sbright .col_sm_2 {
	width: 245px;
	display: block;
	float: right;
	margin: 9px 0 0 0px;
	border-left: none;
	padding-left: 0px;
	padding-right: 10px;
}

input.text {
	padding: 3px;
	border: 1px solid #999999;
}


/********** TABLES **********/
table {
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	text-align: left;
	font-weight: normal;
	padding: 10px 10px 10px 0;
}

hr {
	visibility: hidden;
	clear: both;
	display: block;
}

.clear {
	clear: both;
}

#div_debug {
	float: left;
	background-color: #222;
	color: #3b3;
	width: 100%;
	text-align: left;
	font-size: 10px;
	padding: 5px;
}