/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #132633;
	background-image: url(/css/images/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	min-height: 140px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#bgcnr {
	background-image: url(/css/images/background-cnr.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
#column_wrapper {
	background-image: url(/css/images/white-bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 683px;
	float: left;
	margin-left: 10px; 
}
#left {
	width: 252px;
	float: left;
	height: 791px;
	background-image: url(/css/images/left-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: 7px;
	margin-bottom: 7px;
}
#left .content {
	padding: 24px 0;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: right;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .bottom {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
	color: #7C7C7C;
}
#right .bottom img {
	background-image: url(/css/images/border.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding-right: 20px;
	margin-right: 20px;
}
#masthead .content {
	padding: 20px 16px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #2C526B;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	text-align: center;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #23475E;
}
#left a:visited {
	color: #23475E;
}
#left a:hover {
	color: #019CC5;
}
#right a:link {
	color: #23475E;
}
#right a:visited {
	color: #23475E;
}
#right a:hover {
	color: #019CC5;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #2C526B;}
#footer a:visited {color: #2C526B;}
#footer a:hover {color: #019CC5;}
h1 {
	font-size: 2.9em;
	margin: 0;
	color: #23408F;
}
h2 {
	font-size: 1.8em;
	font-weight: lighter;
	margin: 0;
	color: #5F8FC5;
	text-transform: uppercase;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
#slider {
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}