/* CSS Document */

html {
	min-height: 100%;
	height: 100%;
}

* html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: 100%;
	background-image: url(../img/global/body.background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #223388;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #223388;
}

* html body {
	height: 100%;
}

a {
	font-weight: bold;
}

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

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

a:hover {
	color: #FFCC33;
	text-decoration: none;
}

a:active {
	color: #FFCC33;
	text-decoration: none;
}

#shellouter {
	width: 746px;
	min-height: 100%;
	background-color: #FFF;
	background-image: url(../img/global/shell.background.gif);
	background-repeat: repeat-y;
	border-right: 2px solid #FFCC33;
	border-left: 2px solid #FFCC33;
	margin-left: auto;
	margin-right: auto;
	
}

* html #shellouter {
	height: 100%;
}

#shell {
	margin-left: 0px;
	width: 746px;
	overflow: auto;
	
}

#brand {
	height: 100%;
	width: 258px;
	background-color: #223388;
}

#brand img {
	display: block;
	margin: 0px;
	padding: 0px;
}

#main {
	width: 486px;
	min-height: 600px;
	float: right;	
}

* html #main {
	margin-left: -3px;
}

#header {
	width: 486px;
	height: 36px;
	padding-top: 105px;
	background-image: url(../img/global/header.photostrip.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

#navigation {
	width: 446px;
	padding-left: 20px;
	padding-right: 20px;
	height: 26px;
	padding-top: 13px; 
	background-color: #FFCC33;
}

#navigation a {
	text-decoration: none;
	color: #223388;
	margin-right: 10px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: middle;
	font-weight: normal;
	font-size: 12px;
	line-height: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	height: 12px;
	
}

#navigation a:link {
	background-image: url(../img/global/button-out.background.gif);
	color: #223388;
}

#navigation a:visited {
	background-image: url(../img/global/button-out.background.gif);
	color: #223388;
}

#navigation a:hover {
	background-image: url(../img/global/button-ovr.background.gif);
	color: #223388;
}

#navigation a:active {
	background-image: url(../img/global/button-a_d.background.gif);
	color: #223388;
}

#pagebody {
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#main div.footer {
	border-top: 1px solid #CC9933;
	height: 20px;
	width: 446px;
	margin-top: 20px;
	margin: 20px;
	background-image: url(../img/global/footer.background.gif);
	background-position: top right;
	background-repeat: no-repeat;
	clear: both;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 30px;
	border-bottom: 1px solid #FFCC33;
	background-image: url(../img/global/pagebody.h1.background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #223388;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px; 
	line-height: 20px;
	font-weight: bold;
	color: #CC9933;
	margin-top: 15px;
	margin-bottom: 5px;

}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.pod {
	width: 170px;
	padding: 5px;
	padding-right: 20px;
	background-color: #FFCC33;
	float: right;
	margin: 20px;
	font-size: 12px;
	color: #223388;
	margin-right: -20px; /* -10 for IE6, -20 for MOZ */
}

* html div.pod {
	margin-right: -10px; /* -10 for IE6, -20 for MOZ */
}

div.podcontent {
	padding: 10px;
	border: 1px solid #CC9933;
}

div.podcontent h2 {
	font-size: 14px;
	line-height: 16px;
	color: #223388;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
	background-image: url(../img/global/pod.h2.background.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 19px;
}

div.podcontent h3 {
	font-size: 12px;
	line-height: 16px;
	color: #223388;
	margin-top: 10px;
	margin-bottom: 5px;
	
}

div.podcontent p {
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
	font-size: 12px;
}

div.podcontent ul {
	padding-left: 20px;
}

div.podcontent li {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.podcontent span.date {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
}

div.podcontent a {
	font-weight: bold;
}

div.podcontent a:link {
	color: #FFFFFF;
	text-decoration: none;
}

div.podcontent a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div.podcontent a:hover {
	color: #CC9933;
	text-decoration: none;
}

div.podcontent a:active {
	color: #CC9933;
	text-decoration: none;
}

div.podcontent a.dlink {
	font-weight: bold;
	font-size: smaller;
}

div.podcontent a.dlink:link {
	color: #FFFFFF;
	text-decoration: none;
}

div.podcontent a.dlink:visited {
	color: #FFFFFF;
	text-decoration: none;
}

div.podcontent a.dlink:hover {
	color: #CC9933;
	text-decoration: none;
}

div.podcontent a.dlink:active {
	color: #CC9933;
	text-decoration: none;
}

div.staff_stat {
	width: 263px;
	padding: 5px;
	font-size: 10px;
	background-color: #FFCC33;
	float: left;
}

div.staff_stat h2 {
	font-size: 16px;
	line-height: 16px;
	color: #FFFFFF;
	padding-bottom: 4px;
	border-bottom: 1px solid #fff;
}

div.staff_stat span.title {
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
	color: #223388;
}

.rfloat {
	margin: 20px;
	margin-right: 0px;
	float: right;
}

div.staff_vitals {
	width: 183px;
	margin-left: 80px;
}

table.staff_edu {
	margin-bottom: 20px;
}

table.staff_edu td {
	vertical-align: top;
	padding-top: 5px;
	border-bottom: 1px solid #CC9933;
	padding-bottom: 4px;
	padding-right: 5px;
}

table.staff_edu td.label {
	font-size: 14px;
	font-weight: normal;
	color: #223388; /*#CC9933;*/
}

.subtext {
	font-size: 10px;
	font-style: italic;
}
hr {
	color: #CC9933;
}
