/* TABLE-LESS LAYOUT CREATED BY ANDREW EMERSON 2008 */
/** BASIC STYLING **/

a, a:visited, a:active {
	color: #315ba5;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	background: none;
	border: none;
}

body {
	background: #417884;
	margin: 0;
	padding: 0;
}

h1 {
	padding-left: 20px;
	color: #990000;
	font: 25px Palatino, serif;
	margin: 0;
	font-variant: small-caps;
}

blockquote {
	background: url('/images/web/blockquote.png') no-repeat;
	padding: 20px 0 0 20px;
	margin-left: 15px;
}

/** LAYOUT FORMATTING **/
#full {
	width: 950px;
	margin: 0 auto;
	padding: 0;
}

#header {
	background: #CCC url('/images/web/banner.jpg');
	width: 950px;
	height: 100px;
	padding: 0;
	margin: 0;
}

#main {
	background: #FFF url('/images/web/column_bar.jpg');
	width: 950px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#leftbar {
	background-image: url('/images/web/tooth_bottom.jpg');
	background-repeat: no-repeat;
	width: 205px;
	margin: 0;
	padding: 0;
	float: left;
}

#contentheader {
	margin: 0 10px 0 215px;
	padding: 10px 0 0 0;
 	/*width: 725px;*/
	background: #000 url('/images/web/bar_grad.jpg') repeat-x;
	height: 25px;
	color: #FFF;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

#content {
/* next three lines are a minheight hack */
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin: 0 0 0 215px;
	padding: 20px;
	font: 12px Arial, Helvetica, sans-serif;
}

#footer {
	background-color: #FFF;
	border: 1px solid #000;
	width: 950px;
	padding: 0;
	margin: 0;
	font-size: 13px;
	text-align: center;
}

#tabs {
	margin: 0 0 0 215px;
	padding-left: 30px;
 	/*width: 695px;*/
	width: 650px;
	background: #000;
	height: 25px;
}

.prop {
	float: right;
	width: 1px;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.minpx {
	height: 500px;
}
/** NAVIGATION **/
#navigation {
	background-image: url('/images/web/navigation_background.png');
	display: block;
	margin: 134px 0 0 5px;;
	padding: 0 0 10px  0;
	width: 200px;
	border-top: 5px solid #2C354B;
	border-bottom: 5px solid #2C354B;
}


#navigation h4 {
	margin: 10px 0 0 20px;
	padding: 0;
}

h4 a.menu {
	background-color: #527680;
	font: 13px Arial, Helvetica, sans-serif;
	padding: 3px 10px;
	text-decoration: none;
	color: #FFF;
	display: block;
}

h4 a.menu:hover {
	background: #990000 url('/images/web/arrow2.gif') no-repeat;
	background-position: right;
}

div.submenu {
	margin: 0 0 0 20px;
	padding: 0;
	width: 180px;
}

h5.submenuitem {
	margin: 3px 0;
	padding: 0;
	width: 155px;
}

h5.submenuitem a {
	background-color: none;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 0 5px 0 10px;
	text-decoration: none;
	color: #000;
	display: block;
}

h5.submenuitem a:hover {
	background: url('/images/web/small_arrow.gif') left no-repeat;
}

/** STYLING CLASSES **/
#tabs a {
	width: 97px;
	font: 15px Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	float: left;
	margin-left: 2px;
	padding-top: 3px;
}

#tabs a:hover {
	height: 22px;
	color: #000;
	background: #FFF;
	text-decoration: none;
}

a.activetab {
	height: 22px;
	color: #000;
	background: #FFF;
}

a.inactivetab {
	height: 21px;
	color: #333;
	background: #999;
}

div.contentboxright {
	width: 300px;
	float: right;
	margin: 10px;
	padding: 10px;
	background: url('/images/web/gradient.png') bottom repeat-x;
}

div.contentboxright h1 {
	color: #243851;
	border-bottom: 1px dashed #000;
}

div.contentboxleft {
	width: 300px;
	float: left;
	margin: 10px;
	padding: 10px;
	background: url('/images/web/gradient.png') bottom repeat-x;
}

div.contentboxleft h1 {
	color: #243851;
	border-bottom: 1px dashed #000;
}



