/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  08: 3Col_Fixed_Width
  ------------------------------------------------
*/

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

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;
		}

#mainNavigation a {
		font: bold .8em Arial, sans-serif;
		color: #ffffff;
		text-decoration: none;
		padding: 6px 10px;
		}
		
#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 15px 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm08_middle.gif);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(img/clm08_top.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom {
	background-image: url(img/clm08_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 450px;
	float: left;
}
#left {
	width: 160px;
	float: left;
}
#right {
	width: 160px;
	float: left;
}
#center .content {
	padding: 24px 3px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 0px;
}
#footer .content {
	padding: 12px 0px;
}
#footer {
	color: #666666;
	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;
	text-decoration:none;
}
#left a:visited {
	color:#000000;
	text-decoration:none
}
#left a:hover {
	color: #FFFFFF;
}
#center a:link {
	color: #51AC98;
}
#center a:visited {
	color: #666666;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #FFFFFF;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #B0B0B0;
	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: #418B7A;}
.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;
}
