/*------------------------------------------------------------
stewart tqm

version:	1.0
date:       3.12.08
author:		bro
email:		mbrault@onsetmarketing.com
website:	www.onsetmarketing.com
-------------------------------------------------------------*/

@import url('reset.css');

/* Color Branding
===============================================================
Blue: 2d519d
Light Blue: c6d1e3
Burgandy: 790102
Dark Gray: ababab
Light Gray: fbfbfb
===============================================================*/



/* General/HTML Elements
-------------------------------------------------------------*/
.floatleft {
	float: left;
}

.floatright {
	float: right;
}

img.floatleft {
	float: left;
	margin: 4px 12px 4px 4px;
}

img.floatright {
	float: right;
	margin: 4px 4px 4px 12px;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.textaligncenter {
	text-align: center;
}

.textalignleft {
	text-align: left;
}

.textalignright {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.error {
	background-color: #FF0000;
}
	
body { 
	text-align: center;
	font: 62.5%/1.4 Verdana, Arial, Helvetica, sans-serif;
	color: #45423d;
	background: #fff url(/images/body_bg.jpg) repeat-x;
}



/* General
-------------------------------------------------------------*/



/* Typography
-------------------------------------------------------------*/
p, li, td {
	text-align: left;
}

p {
	font-size: 120%;
}

li {
	font-size: 120%;
}

ul li ol li {
	font-size: 100%;
}

ul li ul li {
	font-size: 100%;
}



/* Headings
-------------------------------------------------------------*/
h1 {
	font-size: 200%;
	font-weight: bold;
}

h2 {
	font-size: 160%;
	font-weight: bold;
}

h3 {
	font-size: 140%;
	font-weight: bold;
}

h4 {
	font-size: 140%;
}



/* Default Lists
-------------------------------------------------------------*/
ul {
	list-style: none;
}

	ul li {
		list-style-type: circle;
		list-style-position: inside;
		margin-left: 8px;
	}
	
		ul li ol {
		}
		
			ul li ol li {
			}

ol {
}

	ol li {
		list-style-type: decimal;
		list-style-position: inside;
	}




/* Layout
-------------------------------------------------------------*/
#wrapper {
	background-color: #ffffff;
	width: 960px;
	margin: 6px auto 2px;
	text-align: left;
	border: 1px solid #790102;
}

#masthead {
	background: url(/images/masthead_bg.jpg) no-repeat;
	width: 960px;
	height: 160px;
}

#navbar {
	width: 960px;
	height: 30px;
	margin-top: 14px;
}

#content {
	width: 576px;
	clear: left;
	float: left;
	margin: 30px 10px 20px 10px;
	padding: 10px;
	background-color: #ebf2fe;
}

#sidebar {
	width: 288px;
	float: left;
	margin: 30px 10px 20px 10px;
	padding: 10px;
	background-color: #fbfbfb;
}

#mastbottom {
	width: 960px;
	height: 50px;
	clear: both;
	border-top: 1px solid #fbfbfb;
	margin: 0 auto;
	padding: 6px 0;
	background-color: #790102;
	color: #fff;
}



/* Advanced Styles (by area)
-------------------------------------------------------------*/
/*MASTHEAD
-------------*/
	
	
/*NAVBAR
-------------*/
#navigation {
	float: right;
}

	#navigation li {
		display: block;
		line-height: 18px;
		margin: 0 2px;
		float: left;
	}
	
#navigation li ul.subnav {
	padding-top: 4px;
	width: 540px;
}

	#navigation li ul.subnav li {
		line-height: 12px;
		margin: 0 2px;
	}


/*CONTENT
-------------*/
#content h1 {
	margin-bottom: 8px;
	color: #2d519d;
}

#content h2 {
	margin: 0 4px 6px;
	color: #2d519d;
}

#content h3 {
	margin: 0 4px 6px;
}

#content p {
	margin: 0 6px 6px;
}

#content ul {
	margin: 3px;
}

.halfinsert {
	width: 280px;
	float: left;
	border: 1px solid #2d519d;
	margin: 20px 0 20px 4px;
}

	.halfinsert h4 {
		background-color: #2d519d;
		border-bottom: 1px solid #ababab;
		padding: 3px;
		text-align: center;
		color: #fff;
	}
	
	#content .halfinsert ul {
		padding: 5px;
		background-color: #fff;
		margin: 0;
}
	
.quickcontact {
	width: 250px;
	float: right;
	border: 1px solid #2d519d;
	margin: 4px;
}

	.quickcontact h4 {
		background-color: #2d519d;
		border-bottom: 1px solid #ababab;
		padding: 3px;
		text-align: center;
		color: #fff;
	}


/*SIDEBAR
-------------*/
#sidebar h2 {
	color: #2d519d;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 12px;
	text-align: center;
}

#sidebar h3 {
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 8px;
	margin-top: 30px;
}

#sidebar ul {
	font-size: 100%;
	margin-bottom: 12px;
}


/*MASTBOTTOM
-------------*/
#mastbottom p {
	text-align: center;
}

#copyright {
	font-size: 110%;
	margin-top: 8px;
}

#devlink {
	font-size: 110%;
	float: right;
	margin-right: 4px;
}


/* Default Links
-------------------------------------------------------------*/
a, a:visited {
	color: #790102;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:visited:hover {
	text-decoration: none;
	border-bottom: 1px solid #ababab;
}



/* Advanced Links (by area)
-------------------------------------------------------------*/
/*NAVBAR
-------------*/
#navigation li a {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding: 0 4px 0 10px;
	border-left: 20px solid #45423d;
	border-bottom: 1px solid #45423d;
	font-size: 140%;
	margin: 1px;
	color: #45423d;
}

	#navigation li a:hover {
		border-bottom: none;
		border-left: 20px solid #790102;
		border-bottom: 1px solid #790102;
		color: #790102;
	}
	
#navigation li ul.subnav li a {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	padding: 0 2px 0 10px;
	border-left: 10px solid #c6d1e3;
	border-bottom: 1px solid #c6d1e3;
	font-size: 80%;
	margin: 1px;
	color: #45423d;
}

	#navigation li ul.subnav li a:hover {
		border-bottom: none;
		border-left: 10px solid #2d519d;
		border-bottom: 1px solid #2d519d;
		color: #2d519d;
	}
	
#content h4 a {
	color: #fff;
}

/*MASTBOTTOM
-------------*/
#mastbottom a {
	color: #fff;
}

#devlink a {
	font-weight: normal;
	border-bottom: none;
	color: #fbfbfb;
}

	#devlink a:hover {
		color: #c6d1e3;
	}
	

/* Basic Tables
--------------------------------------------------------------*/

table {

}

thead {
	color: #000000;
}

th {
	font-weight: bold;
	text-align: center;
	padding: 2px 5px;
}

td {
	padding: 2px 5px;
}

caption {
	font-weight: bold;
}

.odd {
	background-color: #eeeeee;
}

.even {
	background-color: #ffffff;
}



/* Default Forms
--------------------------------------------------------------*/
form {
	padding: 5px;
}

label {
	font-size: 120%;
	display: block;
	font-weight: bold;
}

input {
	width: 220px;
	padding: 4px 2px 0 2px;
}

select {
}

textarea{
	width: 220px;
	height: 140px;
	padding: 4px 2px 0 2px;
}

input.submit, input.reset {
	margin-top: 8px;
	margin-right: 2px;
	width: auto;
	padding: 0;
	float: right;
}

input:focus, textarea:focus {
	background: #e8f4ff;
}



/* Advanced Forms
--------------------------------------------------------------*/
#contact {
	background-color: #eee;
}


/* Misc
--------------------------------------------------------------*/
#slideshow {
	margin-left: 4px;
	margin-bottom: 4px;
}

#mmbdc {
	margin: 5px 0 12px 33px;
}



/* Print
--------------------------------------------------------------*/
