/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 100%;
	color: #ffffff;
	background-color: #000000;
	margin: 0px 30px;
	padding: 0;
}
#masthead {
	color: #999999;
	height:404px;
	padding: 0px;
	margin: 0;
	background-image:url(../images/banner.jpg);
	background-repeat:no-repeat;
	background-color: #000000;
}
#wrapper {
	width: 750px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../images/clm01_middle.gif);
	background-repeat: repeat-y; 
	border-top:0px solid #000000;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 500px;
	float: left;
}
#right {
	width: 230px;
	float: left;
}
#left .content {
	padding: 24px 36px;
	font-size: 1em;
	line-height: 1.65em;
}
#right .content {
	padding: 24px 20px;
	font-size: .75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #999999;
	height:540px;
	/*background-image:url(img/footer.jpg);*/
	background-color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
#navMain{
	font-family: "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-image:none;
	border-left:0px solid #000000;
	border-right:0px solid #000000;
	border-top:0px solid #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
		
}
#navMain ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-type:none;
	text-decoration:none;
	padding: 0px;	
}


#navMain li {
	padding-bottom:15px;
	padding-top:20px;
	text-decoration:none;
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	}
		
#navMain a {
	color: #ffffff;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 20px;
	padding-left: 7px;
	text-decoration: none;
	line-height: 1em;
}

#navMain a:hover{
	color: #FFFFFF;
	background-image: none;
	}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #9B7C00;
}
#left a:visited {
	color: #ede08c;
}
#left a:hover {
	color: #ffffff;
}
#right a:link {
	color: #ffffff;
}
#right a:visited {
	color: #ffffff;
}
#right a:hover {
	color: #ede08c;
}
#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: #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #FFFFFF;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.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: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

/* Rounded Corner Box */
.rounded_box {
   background: #ffffff;
}
.rounded_top div {
   background: url(../images/rounded_tl.png) no-repeat top left;
}
.rounded_top {
   background: url(../images/rounded_tr.png) no-repeat top right;
}
.rounded_bottom div {
   background: url(../images/rounded_bl.png) no-repeat bottom left;
}
.rounded_bottom {
   background: url(../images/rounded_br.png) no-repeat bottom right;
}

.rounded_top div, .rounded_top, 
.rounded_bottom div, .rounded_bottom {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.rounded_content { margin: 0 30px; }
.rounded_content p { color:#000000; }
/* End Rounded Corner Box */
