/* General styles */
body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: Trebuchet MS, Trebuchet, trebuchet, arial, sans-serif;
	background-color:#22205F;
}

#introBack {
	background:#000 url('images/indexBack.png') no-repeat center center;
	width:780px;
	height:780px;
	border:2px solid #fff;
	margin:5px auto 0px auto;
}

#vitruvianMan {
	position:relative;
	top:50px;
	left:140px;
}

#introBack h1 {
	color:#fff;
	font-size:20px;
	line-height:24px;
	text-align:center;
	position:relative;
	top:50px;
}

#introBack p {
	color:#fff;
	text-align:center;
	font-size:18px;
	line-height:24px;
	position:relative;
	top:50px;
}

#mainSite {
	width:780px;
	height:780px;
	background-color:#000;
	border:2px solid #fff;
	margin:5px auto 0px auto;
}

#mihLogo {
	margin-top:9px;
	margin-left:15px;
	float:left;
}

#menuArea {
	width:598px;
	height:180px;
	margin:0px 0px 2px 0px;
}

#menuArea img {
	float:left;
	margin-top:5px;
}

#menuArea p {
	float:left;
	font-size:12px;
	line-height:14px;
	margin-top:3px;
}

#menuArea p a {
	text-decoration:none;
	display:block;
	width:110px;
	height:22px;
	padding:7px 0px 0px 6px;
}

.normButt {
	color:#22205f;
	background: url('images/buttBack.png') no-repeat top left;
}

.overButt {
	color:#fff;
	background: url('images/buttOver.png') no-repeat top left;
}

#menuArea p a:hover {
	background: url('images/buttOver.png') no-repeat top left;
	color:#fff;
}

#leftMenu {
	width:168px;
	position:relative;
	top:2px;
	left:0px;
}

#bottomLeft {
	width:144px;
	height:253px;
	padding:0 12px 0 12px;
	position:relative;
	left:7px;
	background: url('images/bottomLeft.png') no-repeat top left;
}

#bottomLeft h1 {
	font-weight:normal;
	font-size:18px;
	line-height:20px;
	position:relative;
	top:12px;
	color:#fff;
}

.unorderedListBlue {
	font-size:12px;
	line-height:14px;
	position:relative;
	top:22px;
	margin:0;
	padding:0 0 0 15px;
	color:#00A8E9;
}

.unorderedListBlue li {
	margin-bottom:7px;
}

#contentArea {
	width:590px;
	height:546px;
	padding:2px;
	z-index:1;
	right:1px;
}

#overFlow {
	overflow:auto;
	width:564px;
	height:520px;
	padding:13px;
}

#overFlow h1 {
	color:#fff;
	font-size:1.2em;
	line-height:1.5em;
	font-weight:lighter;
	letter-spacing:0.05em;
	margin-bottom:10px;
}

#overFlow	h2 {
	color:#00A8E9;
	font-size:1em;
	line-height:1.2em;
	font-weight:lighter;
	letter-spacing:0.05em;
	margin-bottom:5px;
}

#overFlow p {
	color:#fff;
	font-size:0.87em;
	letter-spacing:0.05em;
	line-height:1.5em;
	margin-bottom:12px;
}

.rightMargin {
	margin-right:3px;
}

#comisLogo {
	position:relative;
	top:9px;
	left:28px;
	float:left;
}

#otherMenu {
	display:block;
	font-size:10px;
	line-height:16px;
	letter-spacing:1px;
	width:600px;
	color:#fff;
	float:right;
	margin:6px 0px 0 0;
	text-align:center;
}

#otherMenu a {
	text-decoration:none;
	color:#fff;
}

#otherMenu a:hover {
	color:#00A8E9;
}

#designedBy {
	width:780px;
	margin:5px auto 5px auto;
	text-align:right;
	font-size:11px;
	color:#fff;
}

#designedBy a {
	text-decoration:none;
	color:#fff;
}

#designedBy a:hover { color:#000; }

.lightBlue { color:#00A8E9; }
.quoteText { font-style:italic; }
.lighterText { font-weight:lighter; }
.boldText { font-weight:bold; }
.floatLeft { float:left; }
.blueBorder { border:3px solid #00A8E9; }

.standardLinks { color:#fff; text-decoration:none; }
.standardLinks:hover { color:#00A8E9; }

#chanaPic {
	float:left;
	margin-right:10px;
}

#incisionPic {
	border:3px solid #00A8E9;
	float:right;
	margin-left:5px;
}

.blueLinks {
	text-decoration:none;
	color:#00A8E9;
}

.blueLinks:hover { color:#fff; }

.unorderedList {
	color:#fff;
	font-size:0.88em;
	letter-spacing:0.05em;
	line-height:1.2em;
	padding:0 0 0 15px;
}

.unorderedList li, .orderedList li {
	margin-bottom:4px;
}

.orderedList {
	color:#fff;
	font-size:0.88em;
	letter-spacing:0.05em;
	line-height:1.2em;
	padding:0 0 0 20px;
}


/* ------ NAVIGATION STYLES ------ */

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:999;
	float : left;
}

#nav li { /* all list items */
	position : relative;
	float:left;
	cursor:pointer;
	color:#22205F;
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	cursor:pointer;
	margin-top : -37px;
	z-index:150;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	font-size:12px;
	line-height:14px;
	z-index:175;
	text-decoration:none;
	padding:10px 0px 0px 13px;
	display:block;
	width:162px;
	height:27px;
	cursor:pointer;
	background:  url('images/leftButt.png') no-repeat top right;
	color:#22205F;
}

#nav li a:hover {
	background: url('images/leftOver.png') no-repeat top right;
	color:#fff;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: 172px;
}

#mainLeftCol {
	float:left;
	width:180px;
	z-index:100;
}
#mainRightCol {
	float:right;
	z-index:1;
}
#gpInfoTable input { width:300px; }
