/*///////////////////////////////////////////////////
//////                                        ///////
//////       Document by Arbour Media         ///////
//////  Copyright © 2010 All Rights Reserved  ///////
//////                                        ///////
///////////////////////////////////////////////////*/
  


/* Global CSS Atributes */

body  {
	background: #fff url("../images/bg.jpg") repeat-x;
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 16pt;
	color: #ded647;
}

h2 {
	font-size: 10pt;
}

a {
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#left {
	text-align: left;
	padding: 0 0 0 20px;
}

#img-left {
	float: left;
}

#p-indent {
	text-indent: 20px;
}

/* Page Wrappers */

#mainwrapper {
	margin: 0 auto;
	width: 1000px;
}

#leftwrapper {
	float: left;
}

#middlewrapper {
	float: left;
	width: 56%;
}

#middlewrapper-interior {
	float: left;
	width: 75%;
}

#rightwrapper {
	float: right;
}

/* Header */

#header {
	margin: 20px 0 0 0;
}

/* Menu */

#menu {
	background: url("../images/menu-bg.jpg") repeat-x;
	height:40px;
	width: 100%;
	padding: 0 0 0 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#menu ul {
	list-style: none;
	font-size: 16px;
	padding-top: 10px;
}

#menu ul li {
	float: left;
	padding: 0 25px 0 25px;
	background: url("../images/menu-div.png") right no-repeat;
}

#menu .last {
	float: left;
	padding: 0 25px 0 25px;
	background: transparent;
}

#menu ul li a{
	color: #003e80;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #176da6;
}

/* Collum Headers */

.col-header {
	height: 25px;
	width: 175px;
	background: url("../images/col-head-bg.jpg") repeat-x;
	color: #fcfca6;
	padding: 11px 20px 0 20px;
	margin: 10px 0 0 0;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}

/* Left Collum */

.left {
	width: 175px;
	background: #e1e1e1 url("../images/mod-bg.jpg") repeat-x;
	padding: 10px 20px 20px 20px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

.left li{
	list-style-image: url("../images/col-bullet.png");
}

.left li  a{
	line-height: 20px;
	color: #000;
	text-decoration: none;
}

.left li a:hover {
	color: #424242;
}

/* Center Collum */

#center {
	margin: 10px 0 0 0;
	padding: 10px 20px 20px 20px;
	text-align: center;
}

/* Right Collum */

/* Footer */

#footer {
	text-align: center;
	clear: both;
	border: 1px solid #d6d6d6;
	color: #bdbdbd;
}