/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  06: 2Col_Flexible_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #e5d29a;
	margin: 12px;
	padding: 0;
	min-width: 760px;
	background:url(../images/background_gradient3.jpg) center top repeat-y;
}
#masthead {
	color: #999999;
	background-color: #cc800e;
	height: auto;
	padding: 0;
	margin: 0;
}

#wrapper2	{
	border-color:#FFFFFF;
	border-style:solid;
	border:thick;
	width: 860px;
	
	margin: 0 auto;
	
	
	}

#wrapper1	{
	width: 860px;
	margin: 0 auto;
	background-color:#ece0c8;
	/*border-bottom:#000000 thick double;*/
	}

#wrapper {
	position: relative;
}
#column_wrapper {
background:url(img/clm05_middle-260W.gif) right top repeat-y;
		
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	margin: 0px 0px 0px 0px;
	width: 550px;
	float:left
	top: -500px;
}
#right {
	width: 260px;
	float: right;
	background-color:#d4b579;
	float:right;
}
#left .content {
	padding: 24px;
	font-size: 0.85em;
	line-height: 1.65em;
	}
#right .content {
	padding: 0px;
	font-size: 0.75em;  /* original font size of right hand column  was 0.75em */
	/*font-size:0.85em;*/
	line-height: 1.5em;
}
#masthead .content {padding: 12px 20px;}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #999999;
	background-color: #023452;
	margin: 0;
	font-size: 0.7em;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}


/*#left a:link {
	color:#06F;
	font-weight:500;
	
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color:#cc800e;
	font-weight:bold;
}
#right a:link {
	color: #755E00;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}*/


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #1E6194;
}

/* Adds special style to an unvisited link. */
a:link
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #1E6194;
  font-weight:bolder;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
  color: #647887;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: none;
  color: #C22970;
}

/* Finish Content link style */


#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: .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;
}
#sidebar{
	margin: 0px;
	padding: 10px;
	padding-right: 0px;
	width: 210px;
	float: right;
	color: #2e2e2e;
	font-size: 12px;  
}

#sidebar h2{
	margin: 0px;
	padding: 0px;
}

#sidebar ul {
	margin: 5px 0px 0px 5px;
	padding: 0px;
	line-height: 25px;
}

#sidebar ul li{
	background-image:url(../images/arrow_Bullet.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	background-position: 0px 5px;
}

#footer .testimonial	{
	font-size:10px;
	}
#icons	{
	width:70px;
	height:40px;
	float:left;
	}
	
#footerwords	{
	position:relative;
	left:155px;
	width:600px;
}

