/* CSS Document */

/*********************/
/* LAYOUT DIVS */
/*********************/

body {
	font-size: 100%;
	min-width: 900px;
	background: #CFE5FF url(../Images/bg/background.jpg) no-repeat fixed center top;
}
#header {
	background: #CFE5FF url(../Images/bg/banner_bg.jpg) no-repeat left top;
	height: 125px;
}
#leftcolumn {margin-bottom: 20px;}


/*********************/
/* SPECIFIC TAGS */
/*********************/


.adv {margin-bottom: 20px;}
p, h1, h2, h3, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.618em;
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 1.618em;
	font-size: 13px;
	color: #333;
}
h1 {
	margin: 0 0 1.618em 0;
	font: bold 32px/32px Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	letter-spacing: -1px;
}
h2 {
	color: #036;
	margin: 0;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 5px;
}
h3 {
	font-size: 17px;
	line-height: 18px;
}
.border {border: 1px solid #036;}
.floatR {
	float: right;
	margin-left: 15px;
	border: 1px solid #036;
}
.floatL {
	float: left;
	margin-right: 15px;
	border: 1px solid #036;
}
.overflow {
	overflow: hidden;
	margin-top: 0;
	zoom: 1;
}
.bold {font-weight: bold;}
.italic {font-style: italic;}


/*********************/
/* STAFF */
/*********************/


.staff {margin-bottom: 25px;}
.staff img {
	float: left;
	margin-right: 20px;
	border: 1px solid #003366;
	z-index: 500;
}
.staff p {overflow: hidden;}
.name h3 {
	border-bottom: 1px solid #003366;
	overflow: hidden;
	font-size: 17px;
	line-height: 18px;
	color: #003366;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 0;
}
.description {
	font-size: .8em;
	font-weight: normal;
}
* html .name h3 {zoom: 1;}


/*********************/
/* LINKS */
/*********************/
a {outline: none;}
a:link {color: #600;}
a:hover {color: #F90; text-decoration: none;}
a:active {outline: 0;}
a:visited {color: #369;}
#main a {font-weight: bold;}
#main a:active {position: relative; top: 1px;}
.onlink {color: #F90; font-weight: bold;}
a[text ='pdf'] {
	padding-left: 20px;
	background: transparent url(../Images/PDFlogo.gif) no-repeat center left;
}
/*********************/
/* LISTS */
/*********************/

ul, ol {
	line-height: 1.5em;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
}
ul li, ol li {font-size: .8em;}
#main ul li, #main ol li {font-size: 13px;}
#main ul, #main ol {margin: 0 0 1.618em 15px;}

/*********************/
/* EMAIL */
/*********************/

p span.displaynone {display:none;}

