/* 
  ------------------------------------------------
  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: #FFFFFF;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #FFFFFF;
	background-color: #C5C6C8;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-image: url(images/bacground.jpg);
	background-repeat: repeat-y;
}
#column_wrapper {
	background-image: url(images/splash-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 770px;
	float: left;
}
#left {
	width: 230px;
	float: left;
}
#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
	color: #575759;
}
#right .content {
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 10px;
	padding-right: 38px;
	font-size: 0.8em;
	line-height: 1.45em;
	color: #575759;
	
}
#masthead .content {
	padding: 0px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #ffffff;
	background-color: #C5C6C8;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #2CA1D5;
}
#right a:visited {
	color: #2CA1D5;
}
#right a:hover {
	color: #000000;
}
#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: #ffffff;}
#footer a:visited {color: #ffffff;}
#footer a:hover {color: #2CA1D5;}
#masthead a:link {color: #ffffff;}
#masthead a:visited {color: #ffffff;}
#masthead a:hover {color: #2CA0D6;}
h1 {
	font-size: 1.8em;
	line-height: 1.8em;
	margin: 0;
	font-weight: lighter;
	font-style: italic;
	color: #000000;
}
h2 {
	font-size: 1.6em;
	margin: 0 0 0 0;
	font-weight: lighter;
	font-style: italic;
	color: #000000;
}
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;
}
#right .heading2 {
	font-weight: bold;
	color: #7F8185;
}
#right .heading1 {
	font-weight: bold;
	color: #2CA1D5;
}
#signup {
	background-image: url(images/sign-up-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #1A171B;
	width: 175px;
}
#signup .text {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	color: #FFFFFF;
	font-size: 0.9em;
}
#fast-fact {
	background-image: url(images/fast-fact-bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #2CA1D6;
	color: #FFFFFF;
	width: 190px;
	float: right;
}
#fast-fact .text {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	font-size: 0.9em;
}