/* CSS for FULL SPHERE STUDO CSS */

html { overflow-y : scroll; } 

* {
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
a img,:link img,:visited img {
}

body,td,th {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:normal;
	color: #4D4D4D;
	float: left;
	}

a:link { color: #6A7F47; text-decoration: none; }
a:visited { color: #6A7F47; text-decoration: none; }
a:hover { color: #7B9B3D; text-decoration: none; }
a:active {
	color: #7B9B3D;
	text-decoration: none;
}

/* gloabal styles */	

#header {
	width:100%;
	padding-top:40px;
	text-align:left;
	background-image:url(../images/1inchBg_noRuler.gif);
	background-repeat:repeat-x;
	padding-left: 265px;
}

#contentWrapper {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	z-index: 2;
	float: left;
}

#content {
	width:250px;
	margin-left:auto;
	margin-right:auto;
	float: left;
	
}
#contentcs {
    width: 520px;
	margin-left:auto;
	margin-right:auto;
	float: left;
}	
#content p { margin-top:20px; margin-bottom:20px; }
#contentHomeText {
	width:400px;
	margin-top:10px;
	margin-bottom:40px;
	margin-right:auto;
	margin-left: auto;
}
#contentText {
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	padding-left: 15px;
	text-align: left;
}
#contentTextR {
	margin-left:50px;
	margin-right:auto;
	margin-top:30px;
	padding-right: 15px;
	text-align: right;
}
#footer {
	height:240px;
	margin-top:10px;
	display:block;
	position: relative;
	width: 816px;
	z-index: auto;
	background-attachment: fixed;
	float: left;
}
	#footerText {
	color:#999999;
	font-size:10px;
	text-align:center;
}
	#footerPic {
	width:420px;
	height:100px;
	border-left:solid thin #ccc;
	border-right:solid thin #ccc;
	margin-left:auto;
	margin-right:auto;
	background-color:#ccc;
	left: -8px;
	position: relative;
}
	#footerLine1 {width:600px; height:20px; border-bottom:solid thin #ccc; margin-left:auto; margin-right:auto}
	#footerLine2 {width:520px; height:10px; border-top:solid thin #ccc; margin-left:auto; margin-right:auto}
	#dividerL {
	width:10px;
	border-left:solid thin #ccc;
	margin-left:auto;
	margin-right:auto;
	z-index: 30;
	line-height: normal;
	float: left;
	position: absolute;
	left: 280px;
	top: 180px;
	height: 700px;
}
	#dividerR {
	width:10px;
	height:1800px;
	margin-left:auto;
	margin-right:auto;
	z-index: 30;
	position: absolute;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #ccc;
	top: 180px;
	left: 510px;
}

.clearer { clear:both }

h1 {font-size:25px; color:#4D4D4D; margin-bottom:15px; line-height:30px}
h2 {font-size:18px; color:#4D4D4D; margin-bottom:10px; line-height:20px}
h3 {font-size:15px; font-weight:normal; color:#4D4D4D; line-height:15px;}
h4 {font-size:10px; color:#4D4D4D; margin-bottom:5px; line-height:12px}		

ul {
	color:#4d4d4d;
	margin-top:5px;
	list-style-type: none;
}


/* content pages styles */

.aboutMenu { border-top: solid thin #ccc; border-bottom: solid thin #ccc; margin-top:20px; margin-bottom:20px; text-align:center; }
.aboutMenu a { font-weight:bold; font-size:.95em; padding:5px; }
.portfolioThumbs { width:100px; padding-right:20px; float:left; margin-top:-10px }
.portfolioThumbs img { border:thin solid #666666 }



/* nav menu styles */
 
#navcontainerLeft {
	position:relative;
	float:left;
	width:280px;
	z-index: 20;
	left: 0px;
}
#navcontainerRight {
	position:relative;
	width:280px;
	z-index: 22;
	left: -200px;
	float: right;
}

#navcontainerLeft ul {list-style-type: none;text-align: right;margin-top: 0px;padding: 0;}
#navcontainerLeft li {display: block;text-align:right;margin-right: 0px; height:30px}
#navcontainerLeft li a { padding-top:10px; padding-bottom:10px; padding-left:30px}
#navcontainerLeft li a:hover { padding-top:10px; padding-bottom:10px; padding-left:30px }
#navcontainerLeft li a#current { padding-top:10px; padding-bottom:10px; padding-left:30px; color:#333333}
.navcontainterLeft-lW { float: left; clear: left; height: 30px; }
.navcontainterLeft-rW { float: right; clear: right; height: 30px; }

#navcontainerRight ul {list-style-type: none; margin-top: 0px;padding: 0; text-align:left}
#navcontainerRight li {display: block;text-align: left;margin-right: 0px; height:30px}
#navcontainerRight li a {padding-top:10px; padding-bottom:10px; padding-right:30px}
#navcontainerRight li a:hover {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:30px;
}
#navcontainerRight li a#current {padding-top:10px; padding-bottom:10px; padding-right:30px; color:#333333}
.navcontainerRight-lW { float: left; clear: left; height: 30px; }
.navcontainerRight-rW { float: right; clear: right; height: 30px; }

/* miscellaneous styles */

#icons {}
#icons img { margin-left:0px; margin-right:5px; margin-top:10px;}
