/* CSS Document */



/* -------------- Global Settings */

body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../../images/layout_images/design_concept7_vs4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/* -------------- Fonts */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
}

#primarynavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
}
/* -------------- Common Containers */

#container {
	width: 959px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	background-image: url(../../images/layout_images/header_background.png);
	height: 189px;
	width: 960px;
	background-repeat: no-repeat;
	background-position: left top;
}
#contentcontainer {
	background-image: url(../../images/layout_images/content_Y_background.png);
	background-repeat: repeat-y;
	background-position: left top;
	float:right;
}

#centrecontentcolumnoutside {
	width: 745px;
	float: right;
	margin: 0px;
}

#centrecontentcolumninside {
	padding: 10px 10px 10px 30px;
}
#leftcontentcolumn {
	padding: 5px 10px 5px 5px;
	width: 199px;
	background-image: url(../../images/layout_images/content_X_background.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	text-align: right;
	position: relative;
	float: left;
}

#rightcontentcolumn {
	float: right;
	width: 205px;
	visibility: visible;
	padding-top: 30px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 20px;	
}
		/* -------------- hide the right hand column by default */
		#rightcontentcolumn {
			visibility: hidden;
			display: none;	
		}

/* -------------- top navigation formatting */

#header #primarynavigation {
	margin-left: 228px;
	margin-top: 54px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	z-index: 1;

}

#header #primarynavigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;

}

#header #primarynavigation li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
}

#primarynavigation a:active, #primarynavigation a:visited, #primarynavigation a:link {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

/* --------------  drop down formatting */

#header #primarynavigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#header #primarynavigation a {
	display: block;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #000;
}

#header #primarynavigation li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */

}

#header #primarynavigation li ul { /* second-level lists */
	position: absolute;
	width: 18em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #F1EFE5;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #BBAF76;
	border-bottom-color: #BBAF76;
	border-left-color: #BBAF76;
}

#header #primarynavigation li ul li{ /* sublistitems */
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#header #primarynavigation li ul li a {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom-width: 0px;
}
#header #primarynavigation li ul li a:active, #header #primarynavigation li ul li a:visited, #header #primarynavigation li ul li a:link {
	width: 16em;
	color: #6E6826;
	text-transform: none;
	text-decoration: none;
}
#header #primarynavigation li ul li a:hover {
	width: 16em;
	color: #6E6826;
	text-transform: none;
	text-decoration: underline;
}

#header #primarynavigation li:hover ul, #header #primarynavigation li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	color: #000;
}
/* -------------- global links formatting */

#centrecontentcolumninside a:active, #centrecontentcolumninside a:visited, #centrecontentcolumninside a:link {
		color: #516826;
}
#centrecontentcolumninside a:hover {
		color: #7A9D39;
}


/* -------------- right hand link formatting */

#rightcontentcolumn ul {
	list-style-image: url(../../images/icons/bullet_go_list.png);
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}
#rightcontentcolumn ul li {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e3d9;
	border-right-color: #e5e3d9;
	border-bottom-color: #e5e3d9;
	border-left-color: #e5e3d9;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 3px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#rightcontentcolumn a:active, #rightcontentcolumn a:visited, #rightcontentcolumn a:link {
	color: #516826;
	text-decoration: none;
}

/* -------------- left hand link formatting */

#leftcontentcolumn #lefthandnavigation {
}

#leftcontentcolumn #lefthandnavigation h3{
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}


#leftcontentcolumn ul {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	list-style-type: none;
}
#leftcontentcolumn ul li {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e3d9;
	border-right-color: #e5e3d9;
	border-bottom-color: #e5e3d9;
	border-left-color: #e5e3d9;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-left: 10px;
	margin-right: 0px;
}
#leftcontentcolumn a:active, #leftcontentcolumn a:visited, #leftcontentcolumn a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#leftcontentcolumn a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/* -------------- footer link formatting */

#footer {
	clear: both;
}

#footerbody {
	background-color: #53513D;
}

#footerheader {
	background-image: url(../../images/layout_images/footer_fixed_background.png);
	height: 52px;
	background-repeat: no-repeat;
}
#footer #primarynavigation {
	margin-left: 180px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;

}
#footer #primarynavigation ul {
	list-style-type: none;

}
#footer #primarynavigation li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#footer #addressbar {
	margin-left: 180px;
	font-size: 10px;
	color: #CCC;
	text-align: center;
}
#footer #addressbar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px;
}

#footer #addressbar a:link, #footer #addressbar a:visited, #footer #addressbar a:active {
	font-size: 10px;
	padding-right: 30px;
	color: #999;
	text-decoration: none;
}
#footer #addressbar a:hover {
	text-decoration: underline;
}

/* -------------- accordion formatting */

h4.toggler {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	cursor: pointer;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	margin-top: 4;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	background-image: url(../../images/icons/folder_add.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7D6826;
	border-left-color: #f5f5f5;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}
.element {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	height:auto;
}
.floatright {
	float: right;
}
.element .projecthumb {
	border: 1px solid #516826;
}




/* -------------- content formatting */

#centrecontentcolumninside h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
}
#centrecontentcolumninside  h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #516826;
	line-height: 28px;
}
#centrecontentcolumninside  h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #516826;
	line-height: 14px;
}
#leftcontentcolumn h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
}
#leftcontentcolumn h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;

}
#rightcontentcolumn h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #516826;
	line-height: 20px;
}

/* -------------- Bio page formatting */

.biotoggler {
	cursor: pointer;
	background-image: url(../../images/layout_images/bio_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#rightcontentcolumn .biotoggler h3, #centrecontentcolumninside .biotoggler h3 {
	font-size: 18px;
}

.bioimagethumb {
	border: 3px solid #FFFFFF;
}

/* -------------- Misc formatting */
.clear {
	clear: both;
	float: none;
	position: relative;
}
.imagecaption {
	background-color: #666;
	width: 201px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.imagecaption p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFF;
	margin: 0px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.smalltext {
	font-size: 11px;
}


#buynow {
	border-color:#7D6826 #DDDDDD #DDDDDD #F5F5F5;
	border-style:solid;
	border-width:1px 0 0;
	margin-bottom:5px;
	margin-top:10px;
	padding: 10px 8px 10px;
}

#paypal {
	margin-bottom:5px;
	margin-top:5px;
	padding-left: 6px;
	padding-bottom: 20px;
}

#expand {
	height: 700px;
}