@charset "UTF-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color: #06C;
}
a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	text-decoration: underline;
	color: #06C;
}
a:active {
	text-decoration: none;
	color: #06C;
}

img {
	border: none;
	margin-bottom: 5px;
}

body {
	background-image: url(new/images/glowbg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	margin: 0;
	font: "Trebuchet MS"; font-family: "Trebuchet MS";
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	line-height: 160%;
	}

#content {
	width: 920px;
	height: 426px;
	float: left;
	margin: 0px 0px 0px 0px;
	_margin-left: 8px;
	_margin-top: 0px;
}

#content_wrapper {
	width: 920px;
	margin: 25px auto;
}

#footer_wrapper {
width: 920px;
float: left;
margin: 10px 0px 0px 0px;
_margin-left: 8px;
}

#footer_wrapper p {
	padding: 0px 8px 10px 10px;
}

#footer_portfolio {
	width: 300px;
	margin: 0px 10px 10px 0px;
	float: left;
}

#footer_store {
	width: 300px;
	margin: 0px 10px 10px 0px;
	background-image: url(new/images/C9Dlayout_14.jpg);
	background-repeat: no-repeat;
	float: left;
}

#footer_blog {
	width: 300px;
	background-image: url(new/images/C9Dlayout_16.jpg);
	background-repeat: no-repeat;
	float: left;
}

#footer_nav {
	width: 920px;
	height: 56px;
	line-height: 20px;
	clear:left;
}

#header_wrapper {
	height: 75px;
	margin: 0px auto;
	background-image: url(new/images/topbg.jpg);
	background-position: top center;
	background-repeat: repeat-x;
}

#interior_content {
	width: 615px;
	min-height: 327px;
	float: left;
}

.flash {
	clear: left;
	margin-top: -42px;
	margin-bottom: 20px;
}

/***************************** LEFT NAVIGATION **********************************/

.leftnav {
	width: 300px;
	padding: 0 0 0 0;
	font-family: 'Trebuchet MS';
	color: #333;
	}

	.leftnav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	.leftnav li {
		margin: 0;
		}

	.leftnav li a {
		display: block;
		padding: 0.1em 0px 0.1em 1em;
		color: #fff;
		text-decoration: none;
		width: 100%;
		font-size: 18px;
		}

	html>body .leftnav li a {
		width: auto;
		}

	.leftnav li a:hover {
		background-color: #2586d7;
		color: #fff;
		_width: 282px;
		}

#leftnav {
	width: 300px;
	height: 327px;
	margin-top: 30px; _margin-top:0px;
	_margin-left: 10px;
	padding: 80px 0px 0px 0px;
	background-image:url(new/images/portolio_nav.gif);
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
}

/***************************** END LEFT NAVIGATION **********************************/

#masthead {
	height: 111px;
	margin: 0px auto;
	background-image: url(new/images/masthead.gif);
	background-position: top center	;
	background-repeat: no-repeat;
}

/***************************** TOP NAVIGATION **********************************/

#topnav {
	width:920px;
	height:20px;
	margin: 0px auto;
	z-index: 5000;
}

#topnav_menu {
	float:right;
	border:0;
	width:111px; /*the menu's overall width */
	margin-top: 55px;
	background-image: url(new/images/topnav.gif);
	background-position:top left;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px; /* the menu's font size */
	font-weight:bold;
	z-index: 5000;
}
* html #topnav_menu {
	 width:111px; /*the menu's overall width */
	 margin-left: -5px;
	z-index: 5000;
}

#topnav_menu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;
	z-index: 5000;
}

#topnav_menu li {
	float:left; /* array of top-level buttons */
	position:relative;
	margin:0;
	z-index: 5000;
}

#navigation {
	height: 20px;
	z-index: 5000;
	}

/***************************** TOP NAVIGATION - TOP LEVEL ITEMS ****************************/

#topnav_menu ul li ul {
	display:none; /* initially hide the entire list */
	padding:0px; /* box border width */
}

#topnav_menu ul li a,
#topnav_menu ul li a:visited { /* unselected top-level menu items */
	display:block;
	line-height: 14px;/**/
	float:left;
	text-decoration:none;
}
	
/***************************** TOP NAVIGATION - SECOND LEVEL ITEMS *************************/

#topnav_menu ul li:hover ul,
#topnav_menu ul li a:hover ul,
#topnav_menu ul li.over ul { /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:20px; /* place the drop-down menu underneath the top-level images */
	left:0px; /* left-align the drop-down to the previous button border */
	height:auto; /* the drop-down height will be determiend by line count */
	color:#2370bc; /* this sets the unselected-text color */
	background:white; /* this sets our menu's effective "border" color */
}

#topnav_menu ul li:hover ul li a,
#topnav_menu ul li a:hover ul li a,
#topnav_menu ul li.over ul li a { /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:5px 5px 5px 8px; /* actual padding for each menu item */
	height:auto;
	color:#2370bc; /* this sets the unselected drop-down text color */
	background:#ffffff; /* this sets the drop-down menu background color */
	text-decoration: none;
	width:96px;
}


#topnav_menu ul li:hover ul li:hover a,
#topnav_menu ul li a:hover ul li a:hover, 
#topnav_menu ul li ul li a:hover { /* 2nd level selected item */
	color:black;
	background:#ced7e0;
}
	
/***************************** END TOP NAVIGATION **********************************/

#copyright {
	font-size: 8px;
	color: #999;
	float: right;
	}
	
#minilogo {
	font-size: 11px;
	float: right;
	color: #999;
	margin-bottom: 20px;
	clear: both;
	width: 600px;
	}
	
#footer_nav a:link {
	text-decoration: none;
	color: #999
}
#footer_nav a:visited {
	text-decoration: none;
	color: #999
}
#footer_nav a:hover {
	text-decoration: none;
		color: #000
}
#footer_nav a:active {
	text-decoration: none;
	color: #999
}

#interior-header {
	width: 920px;
	height: 220px;
	margin-bottom: 10px;
	margin-top: 35px;
	}
	
h2 {
	
	font: Georgia, "Times New Roman", Times, serif ;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #06C;
	
	}
	
#bio {
	border-bottom: solid thin #999;
	margin-top: 30px;
	padding-bottom: 20px;
	}
	
#interior-content {
	width: 610px;
	padding: 0px 155px 0px 155px;
	}
	
#mission-statement {
	width: 920px;
	border-bottom: solid thin #999;
	padding-bottom: 10px;
}

#box {
	border-bottom: solid thin #999;
	margin-top: 30px;
	padding-bottom: 20px;
	}
	
#box img {
	margin: 20px 0px 30px 0px;
	border: none;
}

#box img.rightimg {
	margin-left: 20px;
}

html { overflow: -moz-scrollbars-vertical; }
html { overflow-x: auto; }

#interior-content #box .img-left {
	float: left;
	margin: 0px 15px 10px 0px;
}

#interior-content #box .img-right {
	float: right;
	margin: 0px 0px 10px 15px;
}
