/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	color: #333333;
	margin: 20px;
	padding: 0;
	background: #999999;
	font: 1em Arial, Helvetica, sans-serif;
}
#frameBorder {
	border: 1px solid #FF0000;
	padding: 2px;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	border: 1px solid #000000;
	background: #FFFFFF;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
		background: #FFFFFF;

}
#column_wrapper {
	background-image: url(img/clm02_middle.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #000000;
	
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 700px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	padding: 8px 6px 4px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 15px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 0px;
}
#menuBar {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	height: 30px;
	background: #ACDA31;
	border-bottom: 1px solid #000000;
	color: #000000;
	padding-left: 10px;
}

#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #FFFFFF;
	padding: 4px 0px;
	margin: 0 auto;
	font-size: 0.8em;
	clear: both;
	width: 890px;
	font-weight: bold;
}
.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: #3AB3EE;
	text-decoration: none;
}
#right a:visited {
	color: #3AB3EE;
		text-decoration: none;

}
#right a:hover {
	color: #000000;
	text-decoration: none;
}
#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;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #0066FF;
	text-decoration: none;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin:  0;
	color: #000000;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.menuHeader {
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 1.15em;
	color: #333333;
	background: #ACDA31;
	text-align: center;
	margin-bottom: 6px;
	border-bottom: 1px solid #333333;
}
.TableBox {
	border: 1px solid #666666;
}
.boxGrey {
	border: 1px solid #999999;
	line-height: 1.4em;
	margin-bottom: 4px;
}
button {
border: 0 none;
cursor: pointer;
font-weight: bold;
padding: 0 15px 0 0;
text-align: center;
height: 30px;
line-height: 30px;
width: auto;
}

button.rounded {
	background: transparent url(img/btn_right_green.png) no-repeat scroll right top;
	clear: left;
	font-size: 0.8em;
}

button span {
display: block;
padding: 0 0 0 15px;
position: relative;
white-space: nowrap;
height: 30px;
line-height: 30px;
}

button.rounded span {
background: transparent url( img/btn_left_green.png ) no-repeat scroll left top;
color: #FFFFFF;
}

button.rounded:hover {
background-position: 100% -30px;
}

button.rounded:hover span {
background-position: 0% -30px;
}

button::-moz-focus-inner {
border: none;
}

