/*Basic Layout*/
* {
	margin: 0;
	padding: 0;
	border: 0;
}
html, body { 
	font-size:100%; 
	background-color: #6D92C0;
	height: 100%;
}
p {
	text-align: left;
	font: 1.1em/1.3 Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.2em;
}
p.rightJustify {
	text-align: right;
}
p.indentRes1 {
	margin-left: 6em;
	text-indent: -6em;
	font: 1em/1.2 Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font: 1.7em/1.3 Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	text-align: center;
}
h2 {
	font: 1.4em/1.3 Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
}
a {
	text-decoration: none;
	color: #000;
}
div#outer {
	width: 97%;
	min-width: 1050px;
	max-width: 1280px;
	margin: 0 auto;
}
* html div#outer {width: 1000px /* fallback value */;
	width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : document.body.clientWidth) > 1276 ? "1280px" : 
	(((document.compatMode && document.compatMode=='CSS1Compat') ? 
	document.documentElement.clientWidth : document.body.clientWidth) < 1054 ? "1050px" : "97%")); 
}
div#leftShadow {
	background: url(layout/leftShadow.jpg) repeat-y 0 0;
	padding-left: 10px;
}
div#rightShadow {
	background: url(layout/rightShadow.jpg) repeat-y 100% 0;
	padding-right: 10px;
}
div#title {
	width: 100%;
	height: 50px;
	background-color: #FFF;
	border-bottom: 1px solid #000;
}
div#contentContainer {
	clear: left;
	width: auto;
	background-color: #FFF;
	border-top: 1px solid #000;
}
div#content {
	clear: left;
	width: auto;
	padding: 20px;
}
div#leftContent {
	float: left;
	width: 400px;
	padding: 20px 0 0 10px;
}
div#leftContent img {
	border: 1px solid #000 ;
}
div#rightContent {
	padding: 10px;
	margin-left: 510px;
}
div#gallContent {
	text-align: center;
	padding: 20px 0;
	background-color: #F1F4C4;
}
div.floatLeft {
	float: left;
	width: 400px;
	margin: 7px 30px 5px 0px;
}
div.floatLeft p {
	text-align: center;
}
img.logo {
	float: left;
	margin: 0 0 0 30px;
}
ul.resume {
	margin: 0 1em;
	list-style-type: none;
	font: 1em/1.2 Verdana, Arial, Helvetica, sans-seri;
}
ul.resume li {
	background: url(layout/bullet1.gif) no-repeat 0 0.4em;
	padding-left: 1em;
	margin-left: 0.1em;
}
/*Navigation*/
div#menuBar {
	width: 100%;
	height: 30px;
	background: url(layout/menuBarBG.jpg) repeat-x top left;
	font: 0.9em/1 Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
}
div#menuBarListContainer {
	float: right;
	width: 40em;
}
#menuBarList, #menuBarList ul {
	clear: right;
	text-align: center;
	list-style: none;
	line-height: 30px;
}
#menuBarList a {
	display: block;
	width: 8em;
}
#firstInList {
	border-left: 1px solid #000;
}
#menuBarList li {
	position: relative;
	float: left;
	z-index: 0;
	display: inline;
	width: 8em;	
	border-right: 1px solid #000;
	cursor: default;
}
#menuBarList ul {
	position: absolute;
	z-index: 1;
	top: 30px;
	left: -999em;	
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
#menuBarList li li a {
	background-color: #6D92C0;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
#menuBarList ul ul { /* third-and-above-level lists */
	border-top: 1px solid #000;
	margin: -30px 0 0 7em;
}
#menuBarList li:hover {
	z-index: 2;
	overflow: visible;
	background-position: 0 0;
}
#menuBarList li li a:hover {
	background-color: #3D6290;
	opacity: 0.99;
	filter: alpha(opacity=99);
}
/*Show the submenu DIRECTLY INSIDE the selected LI tag*/
#menuBarList li:hover > ul {
	left: -1px;
}
#menuBarList .sfhover {
	left: -1px;
}
/*End Navigation*/
table.galleryTable {
	width: 95%;
	margin: auto;
}
table.galleryTable td {
	vertical-align: top;
	text-align: center;
	padding: 5px;
}
div.clear {
	clear: both;
}
div#siteInfo {
	clear: left;
	background-color: #28416F;	
	font: 0.8em/1.3 Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: auto;
	width: 100%;
	height: 20px;
}