/* @override 
	http://76.12.220.145/css/main.css
	http://guidedpathdesign.com/css/main.css
*/

/* CSS Document */

/* @group global */
blockquote {
	margin: 0px 20px 10px;
}

em {
	font-style: italic;
}
strong	{
	font-weight: bold;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

.clearsm {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	height: 1px;
}
.print	{
	display: none;
}
.floatright	{
	float:right;
	margin: 0px 0px 10px 12px;
	width: 170px;
	position: relative;
}
.floatleft	{
	float:left;
	margin-right:10px;
}

#pagewrap .nospacebefore, #content .nospacebefore {margin-top: 0px;}
#pagewrap .spacebefore, #content .spacebefore {margin-top: 12px;}
#pagewrap .spacebeforelg, #content .spacebeforelg {margin-top: 24px;}
#pagewrap .nospaceafter, #content .nospaceafter {margin-bottom: 0px;}
#pagewrap .spaceafter, #content .spaceafter {margin-bottom: 12px;}
#pagewrap .spaceafterlg, #content .spaceafterlg {margin-bottom: 24px;}
#pagewrap .spaceright, #content .spaceright {margin-right: 16px;}
#pagewrap .nospaceright, #content .nospaceright {margin-right: 0px;}



/* @end */

/* @group layout */
body	{
	background: #7A8B3A;
	}
#pagewrap	{
	position: relative;
	margin: 0px auto;
	width: 890px;
	background: #9FAB72;
	border-left: 5px solid #ffffff ;
	border-right: 5px solid #ffffff ;
	border-bottom: 5px solid #ffffff ;
}
/* @group globalnav */
#globalnav {
	position: relative;
	height: 25px;
	color: #F4F4C2;
	text-decoration: none;
	font: 15px/18px Verdana, Arial, Helvetica, Geneva, sans-serif;
	margin: 0px auto 0 60px;
}
#globalnav ul {
	list-style: none;
}
#globalnav li {
	float: left;
	height: 25px;
	background: #9FAB72;
	padding:0;
	text-align: center;
}
#globalnav a {
	display: block;
	width:.1em;
	height: 20px;
	text-decoration: none;
	color: #F4F4C2;
	background: url(images/globalnav-right.gif) no-repeat right top;
	padding: 4px 24px 0 18px;
	margin: 0px;
}
#globalnav > ul a { width: auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#globalnav a {	float: none;}
/* End IE5-Mac hack */
#globalnav a:hover {
	color: #471752;
}
#globalnav li:hover a {
	background-color: #ffffff;
	color: #471752;
	background-position: 100% -30px;
}
#globalnav li:hover {
	background-position: 0 -30px;
}


/* @end */
#header	{
	position: relative;
	height: 209px;
	border-top: 1px solid #ffffff ;
	background: #471752;
}
#header #compass	{
	position: relative;
	float: left;
	height: 154px;
	width: 154px;
	margin: 10px;
	background: url(images/compass.gif) no-repeat;
	z-index: 100;
}
#header #leaf	{
	position: relative;
	float: right;
	height: 108px;
	width: 100px;
	background: url(images/leaf.gif) no-repeat;
}
#header #headerimg	{
	position: relative;
	margin-top: -66px;
	height: 100px;
	width: 890px;
	border-top: 5px solid #ffffff ;
}
#header #headerimg img {
	position: absolute;
	top: 0;
	left: 0;
}
/*#header #headerimg	{
	position: absolute;
	top: 135px;
	float: left;
	height: 100px;
	width: 890px;
	margin: 0px;
	background: url(images/headerimg1.jpg) no-repeat;
	z-index: 0;
	border-top: 5px solid #ffffff ;
}*/
#base	{
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	border-top: 5px solid #ffffff ;
	border-bottom: 5px solid #ffffff ;
	background: #DCDDC9;
}
#content	{
	position: relative;
	float: left;
	left: 0;
	margin: 0;
	padding: 0;
}
.sidecol {
	float: left;
	width: 31%;
}

#maincol	{
	position: relative;
	float: right;
	width: 570px;
	height: 100%;
	padding: 10px;
	margin-left:10px;
	border-left: 5px solid #ffffff ;
	background: #E9EAD1;
}
.halfcol	{
	position: relative;
	float: left;
	width: 48%;
	margin: 10px 10px 0 0;
}

.portfolioitem {
	position: relative;
	float: left;
	width: 290px;
	height: 316px;
	margin: 10px 0px 5px 5px;
	padding: 0;
	background-color: #ffffff;
}
#content .portfolioitem img {
	margin: 5px;	
}
#content .leadimg {
	position: relative;
	float: left;
	width: 255px;
	border: 1px solid #471752;
	margin: 12px;
	overflow: hidden;
}
#content .addimg {
	position: relative;
	float: left;
	border: 1px solid #471752;
	margin: 12px 4px 12px 12px;
}
#content .portfoliocontent	{
	position: relative;
	float: left;
	width: 550px;
}
/* @end */

/* @group textstyles */

/* @group header */
#header h1	{
	color: #fff;
	margin: 60px 0px 0px;
	font: normal normal 46px/48px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
#header h1 span.smcaps	{
	color: #fff;
	font: normal small-caps 22px/48px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	letter-spacing: 1px;
}
/* @end */
/* @group base */
.strongrulebelow	{
	border-bottom: 5px solid #ffffff ;
}
.purpleborder	{
	border: 1px solid #471752 ;
	margin: 20px;
}
.caps	{
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* @end */
/* @group content */
#content .sans	{
	font: 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
}
#content h1	{
	font: 18px/22px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #471752;
	margin: 5px 5px 5px 10px;
}
#content h2	{
	font: bold 24px/22px Georgia, "Times New Roman", Times, serif;
	color: #7A8B3A;
	margin: 8px 0 2px 10px;
}
#content h4	{
	font: 14px/16px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #E17725;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 10px 5px 0px 10px;
}
#content h5	{
	font: 11px/12px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #E17725;
	margin: 10px 5px 0px 10px;
}
#content p	{
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #434343;
	margin: 0 10px 8px 10px;
}
#content .portfoliocontent p	{
	font-size: 14px;
	line-height: 24px;
}
#content ul	{
	list-style-type: disc;
	margin: 10px 0 0 22px;
}
#content ol	{
	list-style-type: decimal;
	margin: 10px 0 12px 22px;
}

#content li.flower	{
	font: 15px/18px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #771B58;
	margin: 8px 0px 0 4px;
	list-style-image: url(images/content-li.gif);
}
#content li	{
	font: 12px/16px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #771B58;
	margin: 4px 8px 8px 10px;
}
#content a	{color:#A1206B; text-decoration:none; border-bottom:1px solid #A1206B;}
#content a:link {color: #A1206B; text-decoration:none;}
#content a:visited {color: #7A8B3A; text-decoration:none; border-bottom:1px solid #7A8B3A;} 
#content a:hover {color: #E17725; text-decoration:none; border-bottom:1px solid #E17725}  
#content a:active {color: #E17725; text-decoration:none;}
/* @end */
/* @group maincol */
#maincol h1	{
	font: 24px/26px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #E17725;
	margin: 0 0 6px 0;
}
#maincol h2	{
	font: 18px/22px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #471752;
	margin: 8px 0 2px 0;
}

#content h3	{
	font: 14px/16px Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #471752;
	margin: 0 0 6px 0;
}
#maincol h4	{
	font: bold 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #471752;
	margin: 0 0 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#maincol p	{
	font: 14px/24px Georgia, "Times New Roman", Times, serif;
	color: #434343;
	margin-left: 0px;
}
#maincol ul	{
	list-style-type: disc;
	margin: 0px 0 0 12px;
}
#maincol li	{
	font: 14px/16px Georgia, "Times New Roman", Times, serif;
	color: #A1206B;
	margin: 4px 0 0 8px;
	list-style-image: none;
}
/* @end */

/* @group footer */
#footer p .large	{
	font: bold 14px/16px Georgia, "Times New Roman", Times, serif;
	color: #471752;
	padding: 0 10px 0 0;
	letter-spacing: 1px;
}
#footer p	{
	color: #471752;
	margin: 18px 0px 10px 10px;
	font: normal normal 11px/12px Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none;
}
#footer a	{color:#471752; text-decoration:none; border-bottom:1px solid #471752;}
#footer a:link {color: #471752; text-decoration:none;}
#footer a:visited {color: #E17725; text-decoration:none;} 
#footer a:hover {color: #ffffff; text-decoration:none; border-bottom:1px solid #ffffff}  
#footer a:active {color: #ffffff; text-decoration:none;}


/* @end */

/* @end */

