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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	min-width: 760px;
}

ul{
margin:0 0 0 1em;
padding:0;
}

li {
list-style-type:square;
list-style-position:outside;
margin:0;
padding:.1em;
}

/* begin top navigation bar */
#mainNavigation {
		background: #111111;
		border-top: 1px solid #555555;
		padding: 6px 0;
		}

#mainNavigation ul {
		text-align: center;
		}

#mainNavigation li {
		display: inline;
		}

#right #mainNavigation a {
		font: bold .8em Arial, sans-serif;
		color: #ffffff;
		text-decoration: none;
		padding: 6px 10px;
		}
		
#right #mainNavigation a:hover {
		color:#5ac88b;
		}
/*
.sectionHome #mainNavigation #linkHome a, .sectionAboutUs #mainNavigation #linkAboutUs a, .sectionServices #mainNavigation #linkServices a, .sectionPortfolio #mainNavigation #linkPortfolio a, .sectionContactUs #mainNavigation #linkContactUs a {/* automation for active tab
		background: #7991BD url(assets/active-tab-background.jpg) 0 100% repeat-x;
		border-top: 1px solid #5cc98d;
		}

.sectionHome #mainNavigation #linkHome a:hover, .sectionAboutUs #mainNavigation #linkAboutUs a:hover, .sectionServices #mainNavigation #linkServices a:hover, .sectionPortfolio #mainNavigation #linkPortfolio a:hover, .sectionContactUs #mainNavigation #linkContactUs a:hover {/* hover over-ride for automated tab
		color: #0e5424;
		}

*/

/* end top navigation bar*/


#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color:#006600;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	color:#FFFFFF;
}



#masthead {
	color: #999999;
	background-color: #5A86B7;
	padding: 0px;
	margin: 0 0 0 0;
}
#wrapper {
	position: relative;
}
#column_wrapper {
	background-image: url(img/clm05_middleA.gif);
	background-repeat: repeat-y;
	border-right: 1px solid #000000;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	margin: 0px 0px 0px 200px;
}
#left {
	width: 200px;
	float: left;
}
#right .content {
	padding: 24px;
	font-size: 0.85em;
	line-height: 1.6em;
}
#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {padding: 0px;}
#footer .content {padding: 12px 20px;}
#footer .content {
	color:#FFFBF0;
	background-color:#006600;
	margin: 0;
	font-size: 0.9em;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
	text-decoration:none;
}
#left a:visited {
	color:#000000;
	text-decoration:none
}
#left a:hover {
	color: #FFFFFF;
}
#right a:link {
	color:#0000FF;
}

#right a:visited {
	color:#0000FF;
}
#right a:hover {
	color:#007F00;
}

#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:#FFFBF0;
text-decoration:none;}
#footer a:visited {color:#FFFBF0; text-decoration:none;}
#footer a:hover {color:#2A1F00;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0em;
	background-color:#00FFAA
	/*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;
}
