body {
	margin: 0;
	padding: 0;
}
img {
	behavior: url("iepngfix.htc");
}
a img {
	border: 0;
}
.preload {
	display: none;
}
* {
	font-family: Verdana;
}
table, td, th, caption{
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: square;
	border: 0;
	margin: 0;
	padding: 0;
}
ul { margin-bottom:10px; }
li { margin-left:14px; }
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Georgia;
}
p {
	margin: 0 8px 14px 8px;
}
.clear {
	clear: both;
}

/*page format styles*/
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
}
.watermark {
	float: left;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
#switcher {
	position: fixed;
	top: -52px;
	right: 0px;
	z-index: 2;
	padding: 6px 14px 40px 32px;
	background: url('images/switcher_bg.png') top left no-repeat;
	background-position: 0 -1px;	
}
#switcher a {
	display: block;
	float:left; 
	width: 60px; /*40px;*/
	height: 10px;
	margin: 0 4px 0 0;
	border: 1px solid #CBCBCB;
	border-top-color: #454545;
	border-left-color: #454545;
	overflow: hidden;
	font-size: 8px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: right;
	padding: 34px 4px 0 0;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	opacity: .85;
}
#switcher a:hover { color:#FFFFFF; }
#switcher a#green { background: #376600 url('images/bg_repeatergreen.png') center left repeat-y; }
#switcher a#blue { background: #376600 url('images/bg_repeaterblue.png') center left repeat-y; }
#switcher a#red { background: #376600 url('images/bg_repeaterred.png') center left repeat-y; }
#switcher a#green:hover,
#switcher a#blue:hover,
#switcher a#red:hover { background-position: top center; }
.hancho {
	width: 972px; /*980 total*/
	margin: 0 auto;
	padding: 0 4px 0 4px;
	position: relative;
	z-index: 1;
}
.siteHeader {
	height: 182px;
}
.siteHeader div.wisdomText {
	float:right;
	font-weight: normal;
	font-size: 14px;
	padding: 7px 10px 7px 50px;
	margin-top: 137px;
	margin-top:expression('137px');
	border-width: 1px 7px 0 7px;
	border-style: solid;
}
.siteHeader div.wisdomText h2 {
	font-size: 13px;
	text-transform: Uppercase;
	margin-top: 0;
	text-align: right;
	display: expression('block'); /*IE hack*/
}
.siteHeader div.title  {
	color: #ffffff;
	font-size: 10px;
	text-transform: Uppercase;
	float: left;
	clear: left;
	position: relative;
	top: -15px;
	filter: alpha(opacity=50);
	-moz-opacity: .50;
	opacity: .50;
	font-family: Tahoma;
	
}
.siteHeader div.title  strong {
	font-size: 12px;
	margin-right: 20px;
}
.siteLogo, .siteLogo a {
	float: left;
	width: 162px;
	height: 146px;
}
.siteLogo {
	margin: 18px 0;
}
.separator {
	width: 100%;
	margin: 4px 0 10px 0;
	padding: 0;
	height: 1px;
	clear: both;
	position: relative;
	top: -9px;
	top:expression('0'); /*IE hack*/
}
.mainLeftCol {
	width: 238px;
	float: left;
	clear: left;
	margin-top:expression('9px'); /*IE hack*/
}

/*NAV STYLES*/
#nav {
	width: 238px;
	padding-bottom: 83px;
}
#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav ul li {
	list-style: none;
	width: 238px;
	height: 40px;
	height: expression('39px'); /*IE fix*/
	padding: 0;
	margin: 0;
	border: 0;
}
#nav ul li a {
	border: 0;
	margin: 0;
	width: 192px; /*238px;*/
	height: 16px; /*40px;*/
	display: block;
	padding: 12px 23px;
	font-size: 13px;
	font-family: Century Gothic, Arial;
	letter-spacing: 0;
	word-spacing: 1px;
	text-decoration: none;
	font-weight: bold;
}

/*CALENDAR STYLES*/
#cal {
	width: 238px;
	margin: 8px 0;
}
#cal table {
	margin: 0 auto;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px; 
	border-left-width: 10px;
	border-right-width: 10px;
}
#cal table caption {
	font-size: 15px;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 4px;
	margin-left: -5px;
}
#cal table td, #cal table th {
	width: 30px;
	height: 30px;
	text-align: center;
	border-top-width: 0;
	border-left-width: 0;
}
#cal table th {
	text-transform: uppercase;
	font-size: 9px;
}
#cal table td {
	font-size: 11px;
	font-weight: bold;
}

/*QUICKLINKS*/
.quickLinks {
	margin: 8px 0;
	border: 0; /*1px solid #ff0000;*/
	text-align: left;
	font-size: 16px;
}
.quickLinks ul {
	border-top: 2px solid;
	padding-top: 2px;
	padding-bottom: 15px;
}
.quickLinks ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 15px;
	height:20px;
}
.quickLinks a {
	float: left;
	clear: left;
	display: block;
	font-size: 13px
}

/*FOOTER STYLES*/
#footer {
	text-align: right;
	font-size: 13px;
	padding-bottom: 40px;
}
#footer .validIcon {
	float: left;
}
#footer a {
	font-size: 11px; 
	margin: 8px 9px;
}

/*Content styles*/
.mainContent {
	width: 714px;
	margin-left: 252px; /*238 pixels + regular margin 252 original*/ 
	position: relative;
	top:expression('9px'); /*IE hack*/
}
h1 {
	width: 694px; /*714px original image size*/
	height: 32px; /*46px original image size*/
	font-size: 15px;
	padding: 14px 0 0 20px;
}
h2 {
	font-family: Verdana;
	font-size: 15px;
	margin: 12px 0 2px 0;
	font-weight: bold;
}
a {
	text-decoration: none;
}
.contentBox {
	padding: 12px 28px 20px 14px;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 18px;
}
.project a {
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}
.project a img {
	width: 338px;
	height: 206px;
	text-align: left;
}
.project a:hover img { }
.project h3 {
	font-size: 13px;
}
ul.lightBlue {
	margin-left: 0;
	border: 1px solid;
	background: repeat-x top;
	padding: 5px 10px;
	width: 318px;
}
ul.lightBlue li {
	margin-left: 20px;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 0 0 5px;
	margin-top: -1px;
}
a img.LProject {
	border-width: 2px;
	border-style: solid;
	display: block;
	position: relative;
	z-index: 10;
}
a img.SProject {
	border-width: 2px;
	border-style: solid;
	margin: 0 0 5px 0;
}
.LProjectInfo {
	width: 664px; /*original 714px;*/
	height: 148px; /*162px; */
	padding: 10px 25px 4px 25px;
	margin-top: 0;
	color: #ffffff;
	z-index: 5;
	position: relative;
	margin: -158px 0 0 0; /*retracted -125px extended 0*/
}
.LProjectInfo ul {
	padding-left: 20px;
}
.LProjectInfo ul h3 {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 4px;
	width: 400px;
	border-bottom: 1px solid;
	padding-left: 5px;
}
.LProjectInfo ul li {
	font-size: 11px;
	text-transform: uppercase;
	margin-left: 15px;
	line-height: 13px;
}
.LProjectInfo div.siteTitle {
	font-size: 18px;
	font-family: Century Gothic, Arial;
	font-weight: bold;
	margin-bottom: 5px;
}
.LProjectInfo a#onlineButton, .LProjectInfo div#offlineButton {
	width: 196px;
	margin-top: 0;
}
.LProjectInfo a#onlineButton {
	height: 57px;
	background: url('images/button_online.png') top left;
}
.LProjectInfo a#onlineButton:hover {
	background-position: top right;
}
.LProjectInfo div#offlineButton {
	height: 50px;
	background: url('images/button_offline.png') top left;
}
.LProjectFooter {
	width: 714px;
	height: 23px;
	margin-bottom: 20px;
}
.LProjectFooter a {
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
	top: -2px;
	left: 85%;
}
#leftCol {
	float: left;
	margin-left: 0;
}
#rightCol {
	float: right;
	width: 48%;
	
}
.rightSide {
	float:right;
	margin-left: 10px;
}
img.rightSide {
	margin-left: 20px;
}
#smallCaps {
	text-transform: uppercase;
	font-size: 11px;
}
a.hoverBorder img { border-width:1px; }

table.formTable {
	margin: 0 0 0 160px; 
	border-left: 2px solid #ffffff;
}
form.emailMe {
	background: url('images/formBG.png') left top no-repeat;
	margin: auto;
	margin-bottom: 30px;
}
table.formTable td {
	font-size: 11px;
	padding: 2px 20px;
}
table.formTable input, table.formTable textarea, table.formTable select {
	border-width: 1px;
	border-style: solid;
	font-size: 10px;
	color: #676767;
	background: #ffffff url('images/inputGradBG.png') repeat-x top;
}

table.formTable input, table.formTable textarea {
	padding: 2px 4px;
	background: #ffffff url('images/inputGradBG.png') repeat-x top;
}
table.formTable select {
	width: 165px;
	padding: 2px 0 2px 2px;
}
table.formTable input#submitButton {
	width: 84px;
	height: 59px;
	border: 0;
	background-color: transparent;
	background: url('images/sendButtonBG.png') no-repeat;
	padding: 0;
}
table.formTable input#submitButton:hover {
	background-position: -84px 0;
}
