/* ==YUI RESET (see: http://developer.yahoo.com/yui/reset/)*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	

/* border-collapse:collapse; */
	

/* border-spacing:0; */
	border-spacing: 4px;
}

fieldset,img {
	border: 0;
}

/* address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
} */

address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}

caption,th {
	text-align: left;
}

ul {
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

hr {
	width: 100%;
	margin-bottom: 25px;
	margin-top: 25px;
	background-color: #ccc;
}

.accessibilityAid{
	display:none; /*some screenreaders so instead*/
	position:absolute;
	left:-999em;
	top:-999em;
	}

/* ==GENERAL SETTINGS */

body {
	color: #999;


/*font:11px/18px Helvetica, Arial, sans-serif; /* precentages on fonts so that IE can resize them */


/* font: 70%/150% Verdana, Lucida, "Lucida Grande", sans-serif; */
	font: 70%/1.4 "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #ccc;
}




/*
Global Linking
-------------------------------------------------*/

a {
	outline: none;
}

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

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

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

/* ==DIVS */

/* layout divs */

div#wrapper {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

div#wrapper2 {
	width: 990px;
	float: left;
	margin-top: 8px;
}

/* ------- HEADER section - incl. top navigation ---------- */

div#header {
	width: 990px;
	/* height: 125px; */
	height: 180px;
	position: relative;
	float: left;
	background: url(../img/header-panel-3.png) no-repeat;
}

/* ------ Beginnings logo  ----------------------------- */

div#beginningsLogo h1 a {
	width: 152px;
	height: 159px;
	display: block;
	text-indent: -999em;
	/*paranoid tricks for older browsers*/
	text-decoration: none;
	overflow: hidden;
	background: url(../img/logo.png) no-repeat;
	position: relative;
	top: 8px;
	left: 16px;
}

/* ----------- TOP navigation -------- */
div#topNav{
	/* font-size: 11px; */
	font-size: 11px;
	position: absolute;
	margin: 0;
	line-height: 10px;
	clear: both;
	top: 133px;
	left: 185px;
}

/* display block - for both ul li & ul li a - to run horizontally */
div#topNav ul li{
	display: block;
	float: left;
	position: relative;
	color: #999;
	/* padding-right: 5px; */
	padding-right: 4px;
	padding-left: 0px;
}

div#topNav ul li a{
	text-decoration: none;
	position: relative;
	/* color: #6878b4; */
	color: #c8350c;
	/* spacing between each menu item */
	/* padding-right: 3px;
	padding-left: 3px; */
	padding-right: 2px;
	padding-left: 2px;
}

div#topNav a:hover{
	text-decoration: none;
	color: #999;
}


.selected a{
	color: #6878b4 !important;
}





/* ----------- Main Text panel -------- */

div#mainText {
	float: left;
	width: 990px;
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #fff;
	
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	
		/*--Top right rounded corner--*/
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

div#mainText p {
	margin-bottom: 15px;
	line-height: 160%;
}


body.home div#mainText {
	min-height: 380px;
}

body.news div#mainText {
	min-height: 380px;
}


/* ----- Column 1 -- */

div#mainTextC1 {
	width: 690px;
	float: left;
	position: relative;
	padding: 20px;
}

div#mainTextC1 a{
	text-decoration: underline;
}
div#mainTextC1 a:hover{
	color: #6878b4;
}

body.director div#mainTextC1 {
	width: 520px;
}

div#mainTextC1 h1 {
	margin-bottom: 15px;
	/* color: #6878b4; */
	color: #c8350c;
	font: bold 24px Georgia, "Times New Roman", Times, serif;
}

div#mainTextC1 h2 {
	/* color: #6878b4; */
	color: #c8350c;
	margin-top: 12px;
}

div#mainTextC1 h3 {
	/* color: #6878b4; */
	color: #c8350c;
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	margin-bottom: 8px;
}

div#mainTextC1 p {
	color: #666;
	font-size: 13px;
	line-height: 120%;
}

div#mainTextC1 ul {
	color: #666;
	font-size: 13px;
	line-height: 140%;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}



body.accessibility div#mainTextC1 ul{
	margin-bottom: 60px;
}

body.accessibility div#mainTextC1 ul li{
	display: block;
	float: left;
	position: relative;
	color: #666;
}

body.accessibility div#mainTextC1 ul li a{
	text-decoration: underline;
	position: relative;
	color: #666;
	/* spacing between each menu item */
	padding-left: 8px;
	padding-right: 8px;
}
body.accessibility div#mainTextC1 ul li a:hover{
	color: #333;
}






body.director div#imagePanel{
	float: right;
	position: relative;
	margin-top: 50px;
	margin-right: 20px;
}
body.director div#imagePanel img{
	border: 2px solid gray;
}


div#imagePanels{
	width: 680px;
	height: 250px;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}
div#ip1{
	position: absolute;
	float: left;
}
div#ip2{
	position: relative;
	float: right;
}


.note{
	font-size: 10px;
	color: #666;
}




/* ----------- NEWS panel -------- */
div#mainTextC2 {
	float: right;
	width: 200px;
	/* height: 400px; */
	padding-right: 30px;
	padding-top: 15px;
	padding-left: 30px;
	position: relative;
	margin-bottom: 30px;
	margin-top: 10px;
}

div#mainTextC2 a:hover {
	color: #666;
}

div#mainTextC2 h2 {
	margin-bottom: 8px;
	/* color: #6878b4; */
	color: #c8350c;
	font: bold 19px Georgia, "Times New Roman", Times, serif;
}

div#mainTextC2 h3 {
	/* color: #6878b4; */
	color: #c8350c;
	font: bold 12px Georgia, "Times New Roman", Times, serif;
}

div#mainTextC2 p {
	line-height: 120%;
	margin-bottom: 0;
	padding: 4px 4px 8px;
}

.newsItem{
	margin-bottom: 4px;
}
.newsItem h3{
	padding: 4px;
}
.newsItem h3 a{
	color: #666;
}
.newsItem h3 a:hover{
	color: #6878b4 !important;
}
.newsItem p a{
	/* color: #6878b4; */
	color: #c8350c;
	font-weight: bold;
}




/* -----------------   FOOTER  --------------------- */

div#footer {
	position: relative;
	float: left;
/* width: 990px; */
	width: 980px;
	height: 25px;
	margin-bottom: 8px;
	padding-left: 10px;
	font-size: 9px;
	padding-top: 15px;
	background: url(../img/footer-bg.png) no-repeat;
}

div#footerMenu1 {
	position: relative;
}

/* display block - for both ul li & ul li a - to run horizontally */
div#footerMenu1 ul li{
	display: block;
	float: left;
	position: relative;
	color: #666;
}

div#footerMenu1 ul li a{
	text-decoration: none;
	position: relative;
	/* color: #6878b4; */
	color: #c8350c;
	/* spacing between each menu item */
	padding-left: 4px;
	padding-right: 4px;
}

div#footerMenu1 a:hover{
	text-decoration: none;
	color: #999;
}




div#footerMenu2 {
	position: relative;
	float: right;
	margin-right: 10px;
}

/* display block - for both ul li & ul li a - to run horizontally */
div#footerMenu2 ul li {
	display: block;
	float: left;
	position: relative;
}

div#footerMenu2 ul li a {
	text-decoration: none;
	position: relative;
	/* color: #6878b4; */
	color: #c8350c;
/* spacing between each menu item */
	padding-left: 20px;
}

div#footerMenu2 a:hover {
	text-decoration: none;
	color: #999;
}





/* ---- FORM typography ----- */


div#contactForm{
	margin-top: 30px;
	margin-bottom: 10px;
}


table.contactTable{
}


.formtitle{
	font-size: 90%;
	text-decoration: none;
	color: #333;
	background-color: #d5e8ff;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px; 
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100px;
}

.formlabel{
	font-size: 90%;
	text-decoration: none;
	color: #666;
	background-color: #eff6ff;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 120%;
	padding-top: 4px;
	padding-bottom: 4px; 
}

.hLight{
	color: #640606;
}




