@charset "UTF-8";

/* ======= Portfolio styles ======== */

/*
html {
	overflow-x: hidden;
	overflow-y: hidden;
}
*/

body{
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: white;
}

#container {
	height: auto;
	margin: 0;
	padding:0;
}

h1 {
	font-family: Verdana, Lucida Grande, Arial, Helvetica, sans-serif;
	color: #4f6e8d;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 1em;
	margin-top: 0em;
}

h2 {
	font-family: Verdana, Lucida Grande, Arial, Helvetica, sans-serif;
	color: #4f6e8d;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: -.8em;
}

#logo {
	display: block;
	width: 100%;
	height: 100px;
	margin: 20px 0 15px 15px;
}

/*-----------------<begin nav bar>-------------*/

#navWrapper {
	height: 35px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../images/navMain_bg.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

#navBar {
	float: left;
	width: 1000px;
	height: 35px;
	min-width: 900px;
	text-align: center;
	display: inline;
}

#navBar li {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	list-style: none;
	margin-right: 49px;
}

#navBar ul {
	margin-top: 10px;
}

#navBar a:link {
   	color:white;
   	text-decoration:none;
}

#navBar a:active {
   	color:#4f6e8d;
}

#navBar a:hover {
	color:#aaa;
	padding: 10px 0;
}

#navBar a:visited {
	color:white;
   	text-decoration:none;
}

/*-----------------<Begin sub nav>-------------*/

#subNavBar {
	width: 990px;
	height: 30px;
	min-width: 950px;
	text-align: center;
	color: #666;
}

#subNavWrapper {
	float: left;
	height: 30px;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #B9BABC;
}

#subNavBar li {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	display: inline;
	list-style: none;
	margin-right: 15px;
	color: #666;
}

#subNavBar ul {
	margin-top: 10px;
}

#subNavBar a:link {
   	color:#666;
   	text-decoration:none;
}

#subNavBar a:active {
   	color:#aaa;
}

#subNavBar a:hover {
	color:#333;
}

#subNavBar a:visited {
	color:#333;
	text-decoration:none;
}

/*-------------<End Nav Bar>------------- */


#bgBlue {
	float: left;
	background-color: #98abbc;
	width: 100%;
	height: 450px;
	margin: 5px 0;
	border-bottom: solid 5px #333;
	padding-top: 50px;
}

#bgBluePattern {
	width: 250px;
	height: 5px;
	background-color: #333;
	margin-left: 15px;
	padding: 0;
	background-image: url(../images/bluePattern.gif);
	background-repeat: no-repeat;
	background-position: 25%;
}

#bgBluePatternBtm {
	width: 250px;
	height: 5px;
	background-color: #333;
	margin-left: 675px;
	padding: 0;
	background-image: url(../images/bluePattern.gif);
	background-repeat: no-repeat;
	background-position: 75%;
}

#contentBlue {
	width: 945px;
	height: 400px;
	background-color: #7c95ab;
	margin: 0;
	padding: 0;
	border-top: solid 1px #4F6E8C;
	border-right: solid 1px #4F6E8C;
	border-bottom: solid 1px #4F6E8C;
}

#content {
	float: right;
	width: 385px;
	height: auto;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
	margin-top: 1.5em;
}

#content p {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 2.5em;
	color: white;
	margin-bottom: 1.75em;
	margin-left: 1em;
	display: inline;
}

#contentTitle {
	font-family: Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: italic;
	color: #4f6e8d;
	display: inline;
}

#imageArea {
	float: left;
	width: 500px;
	height:400px;
	margin: 0;
	padding: 0;
	border-left: solid 3px #4f6e8d;
	border-right: solid 10px #4f6e8d;
	background-color: #ccc;
}

/*-------------<Begin Footer>------------- */

#footer {
	margin-left:10px;
	font-size:7pt;
	color:#aaa;
}

#footer a:link {
	color:#4f6e8d;
	text-decoration:none;
}

#footer a:hover {
	color:#4f6e8d;
	text-decoration:none;
}

#footer a:visited {
	color:#4f6e8d;
	text-decoration:none;
}

/*-------------<End Footer>------------- */

/*-------------<Begin Slideshow styles>------------- */

#slideshow {list-style:none; color:#fff;}

#slideshow span {display:none}

#wrapper {width:348px; height:70px; margin-top:65px; display:none;}

#fullsize {width:500px; height:400px; padding:0px; margin:0px;}

#image {width:500px; height:400px;}

#image img {position:absolute; z-index:25; width:auto; align:center;}

.imgnav {position:absolute; width:30px; height:300px; cursor:pointer; z-index:150;}

#thumbnails {margin-top:0px}

#slideleft {float:left; width:10px; height:68px; background:url(../nav_images/scroll-left.gif) center center no-repeat; background-color:#98abbc; margin:0;}

#slideleft:hover {background-color:#4f6e8d}

#slideright {float:right; width:10px; height:68px; background:url(../nav_images/scroll-right.gif) center center no-repeat; background-color:#98abbc; margin:0;}

#slideright:hover {background-color:#4f6e8d}

#slidearea {float:left; position:relative; width:317px; margin-left:6px; margin-right:0px; height:72px; overflow:hidden}

#slider {position:absolute; left:0;}

#slider img {cursor:pointer; border:1px solid #333; padding:0px}

/*-------------<End Slideshow styles>------------- */
