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

body {
	font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	background-color: #FFFFFF;
	background: url(../images/layout/grad_bg.jpg) repeat-x;
	margin-top: 20px;
	padding: 0;
}
#masthead {
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#column_wrapper_nomenu {
	background-image: url(../images/layout/page_nomenu_bg.gif);
	background-repeat: repeat-y;
}
#column_wrapper {
	background-image: url(../images/layout/page_w_menu_bg.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#menu {
	width: 900px;
	background: url(../images/layout/menu_footer_bg.png) no-repeat;
	height: 44px;
	float: left;
}
#page_title {
	width: 900px;
	background: url(../images/layout/page_title_bg.png) no-repeat;
	height: 44px;
	float: left;
	margin-top: 20px;
}
#page_title .content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 20px;
	margin-top: 12px;
	color: #FFFFFF;
	font-size: .95em;
}
#right {
	width: 722px;
	float: left;
}
#left {
	width: 178px;
	float: left;
}
#fullwidth {
	width: 900px;
	float: left;
	background-image: url(../images/layout/page_nomenu_bg.gif);
	background-repeat: repeat-y;
}
#fullwidth .content {
	padding: 24px;
	line-height: 1.35em;
	font-size: 1em;
}
#left .content {
	padding: 0;
	margin-top: 20px;
}
#right .content {
	padding: 12px 24px;
	line-height: 1.35em;
	font-size: 1em;
}
#masthead .content {
	padding: 0;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #FFF;
	height: 44px;
	background: url(../images/layout/menu_footer_bg.png) no-repeat;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
#fullwidth a:link {
	color: #333333;
	text-decoration: underline;
}
#fullwidth a:visited {
	color: #333333;
	text-decoration: underline;
}
#fullwidth a:hover {
	color: #666666;
	text-decoration: underline;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}
#footer a:link {color: #FFF;}
#footer a:visited {color: #FFF;}
#footer a:hover {color: #FFF;}
h1 {
	font-size: 1.1em;
	margin-bottom: 0;
	color: #333333;
}
h2 {
	font-size: 1em;
	margin: 30px 0 0 0;
	color: #FF9900;
}
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-top: 0;
}
img.floatRight {
	float: right;
	margin-left: 26px;
	border-color: #333333;
}
img.floatLeft {
	float: left;
	margin-right: 26px;
	border-color: #333333;
}
#right_column_images {
	float:right;
	width: 300px;
	margin-left: 10px;
}