 @charset "UTF-8";
/* MOBIUS NEW MEDIA */
/* CLEAR DEFAULTS */
p, h1, h2, h3, h4, h5, h6, dd, dt, dl, ul, ol, li, hr, td, tr, img, a, form, fieldset, label, input, legend, table, thead, tbody, tfoot, span {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
/* LAYOUT */
body {
	font: 62.5%/1.4em Helvetica, Arial, sans-serif;/* 62.5% sets the default font size to 10px, 1.4em is a 14px line height. use em's for variable font sizes like this: 14px = 1.4em */
	margin: 0;
	padding: 0;
	background: #000000;
	scrollbar-3dlight-color:#cccccc;
scrollbar-arrow-color:#616161;
scrollbar-base-color:#1f1f1f;
scrollbar-darkshadow-color:#1f1f1f;
scrollbar-face-color:#353535;
scrollbar-highlight-color:#1f1f1f;
scrollbar-shadow-color:#1f1f1f;
}


#container { /* main container to hold all divs */
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	color:#FFFFFF;
}
#header { /* header should include logo and navigation */
	margin: 0;
	padding: 0;
	height: 60px;
	border-bottom:#304416 solid 1px;
}

#header h1 {
	padding: 0;
	margin: 30px 0 0 0;
	float: left;
	display: inline;
	width: 420px;
	height: 30px;
	background: url(../images/cooperson_associates.gif) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}

blockquote{
	font-size:13px;
	color:#666666;
}

/* NAVIGATION */
#nav {
	width: 420px;
	height: 20px;
	padding: 14px 0 0 0;
	margin: 0 0 20px 0;
	list-style: none;
	float: center;
	clear: both;
	border: #000066 solid 0px;
}

#nav a {
	background: url(../images/nav_home.gif) no-repeat;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	clear: both;
	height: 20px;
	text-indent: -9999em;
	overflow: hidden;
}
#nav li {
	float: left;
	position: relative;
}
#nav li ul {
	position: absolute;
	width: 125px;
	left: -999em;
	z-index: 1;
	background: #252525;
	padding: 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #304416;
	border-bottom: 3px solid #304416;
	clear: both;
	float: left;
	list-style: none;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav ul li {
	width: inherit;
	clear: both;
	margin: 0;
	padding: 0;
}
#nav ul a {
	background-image: none;
	display: block;
	width: 105px;
	color: #eeeeee;
	font-size: 11px;
	text-decoration:none;
	clear:both;
	float:left;
	text-indent: 0;
	height: 10px;
	padding: 3px;
	border-bottom: 1px solid #304416;
	border-left: 7px solid #474747;
	border-right: 7px solid #474747;
}

#nav ul a:hover {
	background-color: #4e7713;
	color: #ffffff;
	border-bottom: 1px solid #405a1d;
}




a#nav_home {
	width: 67px;
	background-position: 0 0px;
}
a#nav_experience {
	width: 89px;
	background-position: -67px 0px;
}
a#nav_projects {
	width: 83px;
	background-position: -156px 0px;
}
a#nav_contact {
	width: 106px;
	background-position: -239px 0px;
}
a#nav_links {
	width: 66px;
	background-position: -345px 0px;
}


a#nav_home:hover {
	background-position: 0 -30px;
}
a#nav_experience:hover {
	background-position: -67px -30px;
}
a#nav_projects:hover {
	background-position: -156px -30px;
}
a#nav_contact:hover {
	background-position: -239px -30px;
}
a#nav_links:hover {
	background-position: -345px -30px;
}


#body_home a#nav_home {
	background-position: 0 -60px;
}
#body_experience a#nav_experience {
	background-position: -67px -60px;
}
#body_projects a#nav_projects {
	background-position: -156px -60px;
}
#body_contact a#nav_contact {
	background-position: -239px -60px;
}
#body_links a#nav_links {
	background-position: -345px -60px;
}


#subNav{
	float: right;
	text-align:right;
	padding:0;
	margin: 20px 0 0 0;
	}
	
#subNav a:link, #subNav a:visited {
	color: #188b2d;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	}
#subNav a:hover, #subNav a:active {
	text-decoration: underline;
}

#mainContent {
	margin: 0;
	padding: 0;
	height:590px;
}

#mainContentInt {
	margin: 0;
	padding: 0;
	height:540px;
}

div.scroll, div.scrollWide{
height: 430px;
width: 420px;
overflow: auto;
border: 0px solid #666;
padding: 8px;

}

div.scrollWide {
width: 1000px;
}

#leftSide, #leftSideE {
	float: left;
	margin: 0;
	padding: 0;
	border: #990000 solid 0px;
	width:420px;
}

#leftSideE {
	width:475px;
}

#leftSide p, #leftSideE p, #rightSideE p{
	padding: 7px 0 0 0;
	color:#777777;
	text-transform:uppercase;
	line-height:16px;
	font-size:11px;

}

#leftSide strong, #leftSideE strong, #rightSideE strong{
	color: #e0e0e0;
	text-transform:uppercase;
	font-size:12px;

}

#leftSide h1, #leftSideE h1{
	padding: 10px 0 15px 0;
	color:#96c158;
	text-transform:uppercase;
	line-height:14px;
	font-size:16px;
	font-weight:bold;

}

#leftSide h2{
 padding: 10px 0 0 0;
}

#leftSide h2, #rightSide h2{
padding: 10px 0 15px 0;
	color:#96c158;
	text-transform:uppercase;
	line-height:14px;
	font-size:14px;
	font-weight:bold;
	}

#leftSideE h2, #rightSideE h2{
	padding: 0;
	color:#96c158;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin: 15px 0 0 0;

}

#leftSide ul.list, #leftSide li.list{
	list-style:none;
	margin: 0 0 0 20px;
}

#caLogo{
	padding: 120px 0 0 0;
	text-align:center;
}

#tagLine{
	padding: 180px 0 0 0;
	text-align:center;
}


#rightSide, #rightSideE, #rightSideInt {
	float: right;
	margin: 0;
	padding: 0;
	border: #00CC00 solid 0px;
}

#rightSideE{
	width:475px;
	padding:0px 0 0 0;
	}

#rightSideInt {
	padding:130px 0 0 0;
	height: 400px;
	width:550px;
	border: #00FF33 0px solid;
	position:relative;
}

.imgPad{
	padding: 0 15px 15px 0;
	}

#footer {
	margin: 0;
	padding: 10px 0 0 0;
	border-top:#304416 solid 1px;
	text-transform:uppercase;
	font-size:10px;
	color:#464645;
	text-align:center;
	letter-spacing:4px;
}

#footer span, #footer2 span{
	color:#FFFFFF;
	padding: 0 9px 0 9px;
}

#footer strong, #footer2 strong{
	color:#6d6d6d;
	font-weight:bold;

}

#footer2 {
	margin: 0;
	padding: 10px 0 0 0;
	background:url(../images/cs_footer_tile.gif) repeat-x;
	height:60px;
}

#footer2Left{
	float:left;
	width:100px;

}
#footer2Right{
	float:left;
	width:895px;
	margin: 45px 0 0 0;
	border:#990000 solid 0px;
	text-transform:uppercase; 
	font-size:10px;
	color:#464645;
	text-align:center;
	letter-spacing:4px;

}

/* FONTS */

.imageReplace {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
}
#id {/*easy image replacement for headers*/
	height: px;
	background: (url) no-repeat;
	text-indent: -9999em;
	overflow: hidden;
}
#id a {/*link for image replacement*/
	display: block;
	width: px;
	height: 100%;
}
/* LINKS */
a:link, a:visited {
	text-decoration: none;
	color: #fff9b1;
}
a:hover, a:active {
	text-decoration: underline;
	color: #96c158;
}
a:focus {
	outline: none;
}
/* LISTS */
ul.basicList {
	margin: 15px 0 5px  20px;
	padding: 0;
	list-style: circle;

}
ul.basicList li {
	margin: 5px 0 0 0;
	list-style: circle;
	text-transform: uppercase;
	font-size:11px;
	font-weight:bold;
	color: #999999;
}
/* TABLES */
table.basicTable {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
table.basicTable td {
	margin: 0;
	padding: 0;
}
/* FORMS */

/* MISC. STYLING CLASSES */

/* ULTILITIES */
.clearfloat { /* use <br class="clearfloat" /> before close of </div> to contain all floated divs inside of it */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
}
.imgRight {
	margin: 0 0 20px 20px;
	float: right;
}
.imgLeft {
	margin: 0 20px 20px 0;
	float: left;
}
.floatright { 
	margin: 0;
	padding: 0;
	float: right;
}
.floatleft {
	margin: 0;
	padding: 0;
	float: left;
}

.divider{
padding: 10px 0 10px 0;
}

#returnLink{
  padding: 10px 0 10px 0;
  position: absolute;
	bottom: 0;
}

/* GALLERY */
#gallery {
	background-color: #444;
	padding: 10px;
	width: 450px;
	position: absolute;
	bottom: 30px;
	left: 6px;
	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }
