/* ------------------------
NORTHERN PLATFORM CSS DOCUMENT
------------------------ */

body {
	margin: 0px auto;
	background: #464646;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 11px;
	color: #454545;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}

#container {
	width: 920px;
	height: auto;
	padding: 0px;
	margin: 0px auto;
}

/* ------------------------
HEADER FORMATTING
------------------------ */

#topbar {
	position: relative;
	float: left;
	width: 920px;
	height: 37px;
	background: url(../images/banner_topbar.jpg) top no-repeat;
	text-align: right;
}

#banner {
	position: relative;
	float: left;
	width: 920px;
	height: 187px;
	background: url(../images/banner.jpg) top no-repeat;
}

#banner_inside {
	position: relative;
	float: left;
	width: 920px;
	height: 187px;
	background: url(../images/banner_inside.jpg) top no-repeat;
}

#banner_about {
	position: relative;
	float: left;
	width: 920px;
	height: 187px;
	background: url(../images/banner_about.jpg) top no-repeat;
}

#banner_quote {
	position: relative;
	float: left;
	width: 920px;
	height: 187px;
	background: url(../images/banner_quote.jpg) top no-repeat;
}

#banner_links {
	position: relative;
	float: left;
	width: 920px;
	height: 187px;
	background: url(../images/banner_links.jpg) top no-repeat;
}

#banner_gallery {
	position: relative;
	float: left;
	width: 920px;
	height: 187px;
	background: url(../images/banner_gallery.jpg) top no-repeat;
}

#banner_contact {
	position: relative;
	float: left;
	width: 920px;
	height: 187px;
	background: url(../images/banner_contact.jpg) top no-repeat;
}

#bannerHome {
	position: relative;
	float: left;
	width: 920px;
	height: 187px;
}

/* ------------------------
TEXT FORMATTING
------------------------ */

h1 {
	font-size: 20px;
	margin: 0px;
	font-weight: lighter;
	color: #ffffff;
}

h2 {
	font-size: 15px;
	margin: 0px;
	font-weight: bold;
	color: #454545;
}

#topbarText {
	font-size: 12px;
	color: #c8c8c8;
	padding: 10px 20px 0px 0px;
}

#footerPad {
	color: #828282;
}

/* ------------------------
LINK FORMATTING
------------------------ */

a {
	font-weight: bold;
	color: #070669;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	color: #070669;
	text-decoration: none;
}

/* ------------------------
MENU FORMATTING
------------------------ */

#menuHolder {
	position: relative;
	float: left;
	width: 920px;
	height: 54px;
	padding: 0px;
	margin: 0px;
}

#menu {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
}

#menu li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: inline;
	float: left;
}

#menu a {
	text-decoration: none;
}

#menu li.left {
	display: block;
	width: 37px;
	height: 54px;
	background: url(../images/btn_left.jpg) top left no-repeat;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}
/*
#menu a.home {
	display: block;
	width: 122px;
	height: 54px;
	background: url(../images/btn_home.jpg) top left no-repeat;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}

#menu a.about {
	display: block;
	width: 134px;
	height: 54px;
	background: url(../images/btn_about.jpg) top left no-repeat;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}

#menu a.products {
	display: block;
	width: 148px;
	height: 54px;
	background: url(../images/btn_products.jpg) top left no-repeat;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}

#menu a.quote {
	display: block;
	width: 175px;
	height: 54px;
	background: url(../images/btn_quote.jpg) top left no-repeat;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}

#menu a.links {
	display: block;
	width: 118px;
	height: 54px;
	background: url(../images/btn_links.jpg) top left no-repeat;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}

#menu a.contact {
	display: block;
	width: 150px;
	height: 54px;
	background: url(../images/btn_contact.jpg) top left no-repeat;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}
*/
#menu li.right {
	display: block;
	width: 38px;
	height: 54px;
	background: url(../images/btn_right.jpg) top left no-repeat;
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
}

/* ------------------------
NAV FORMATTING
------------------------ */

#navHolder {
	position: relative;
	float: left;
	width: 220px;
	height: auto;
	padding: 0px;
	margin: 0px;
	z-index: 100;
}

#nav {
	width: 220px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav li {
	width: 220px;
	position: relative;
	display: block;
	border-bottom: #a7a7a7 1px solid;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-type: none;
}

#nav a {
	width: 220px;
	color: #454545;
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0px 3px 0px;
}

#nav a:hover {
	width: 220px;
	color: #070669;
	display: block;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	padding: 3px 0px 3px 0px;
}

/* ------------------------
MAINBODY FORMATTING
------------------------ */

#mainBody {
	position: relative;
	float: left;
	width: 920px;
	height: auto;
	background: url(../images/body_bg.jpg);
	padding-bottom: 20px;
}

#bodyHeader {
	position: relative;
	float: left;
	width: 874px;
	height: 46px;
	background: url(../images/header_bar2.jpg) no-repeat;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

#headerText {
	padding: 12px 0px 0px 40px;
}

#mainContent {
	padding: 25px 25px 25px 25px;
}

#contentMain {
	position: relative;
	float: left;
	width: 870px;
	height: auto;
	padding: 0px;
	margin: 0px;
}

#content {
	position: relative;
	float: left;
	width: 550px;
	padding: 0px 0px 0px 40px;
}

#mainTable {
	position: relative;
	float: left;
	width: 850px;
}

#mainTable td {
	padding: 0px 15px 10px 15px;
}

/* ------------------------
FORM FORMATTING
------------------------ */

#formTable {
	width: 400px;
}

.label {
	width: 200px;
	text-align: right;
}

.input {
	width: 300px;
}

/* ------------------------
FOOTER FORMATTING
------------------------ */

#footer {
	position: relative;
	float: left;
	width: 920px;
	height: 83px;
	background: url(../images/footer_bg.jpg) no-repeat;
}

#footerPad {
	margin: 40px 0px 0px 20px;
}
















