/* CSS Document */

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: #d5d7d8;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
}

a:link { color: #666; text-decoration: underline; }
a:visited { color: #666; text-decoration: underline; }
a:hover { color: #ccc; text-decoration: underline; }
a:active { color: #ccc; text-decoration: underline; }

#wrap { 
	margin: 0 auto; 
	width: 900px; 
	background-image: url(images/main_bg.gif);
	
}


/*-------------------------------------------
	header
-------------------------------------------*/


#header {
	width: 852px; 
	height: 195px; 
	margin: 0 auto; 
	position: relative; 
	text-align: left;
	background-color: #fff;
	background-image: url(images/header.jpg);
}

#logo_link {
    width: 450px; height: 120px;
    margin: 0; padding: 0;
    position: relative;
}

#logo_link li { margin: 0; padding: 0; list-style: none; position: absolute; top: 0; }
#logo_link li a { height: 0px; display: block; padding-top: 120px; overflow: hidden; }

#logo_link-on { left: 0; width: 450px; height: 120px; }


/*-------------------------------------------
	page structure
-------------------------------------------*/


#contentWrap {
	width: 852px;
	margin: 0 auto;
}

#mainContent {
	width: 597px;
	float: right;
	text-align: left;
	margin-right: 10px;
} 

#mainContent p {
	font-size: 12px;
	line-height: 20px;
}

#mainContent h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ac2813;
	padding-bottom: 20px;
}

#newsContent {
	width: 597px;
	float: right;
	text-align: left;
	margin-right: 10px;
} 

#newsContent p {
	font-size: 12px;
}

#newsContent h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #ac2813;
	padding-bottom: 20px;
}

.padd {
	padding-left: 10px;
}

#sidebar1 {
	float: left;
	width: 225px;
	height: 100%;
	padding: 0;
	text-align: left;
}

#sidebar1 ul {
  list-style-type: none;
  padding: 0 10px 0 10px;
  margin: 0;
}

#sidebar1 li {
  padding: 7px 0 7px 0;
}

#sidebar1 p {
  padding-left: 15px;
}

#newsCallout {
	width: 215px;
	text-align: left;
	background-color: #96989b;
}

#newsCalloutSize {
	width: 200px;
	text-align: left;
	background-color: #96989b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
}

.right { float: right; }

.white:link { color: #fff; text-decoration: none; }
.white:visited { color: #fff; text-decoration: none; }
.white:hover { color: #ac2813; text-decoration: none; }
.white:active { color: #ac2813; text-decoration: none; }

.black:link { color: #000; text-decoration: none; }
.black:visited { color: #000; text-decoration: none; }
.black:hover { color: #ccc; text-decoration: none; }
.black:active { color: #ccc; text-decoration: none; }

.red:link { color: #ac2813; text-decoration: none; }
.red:visited { color: #ac2813; text-decoration: none; }
.red:hover { color: #ccc; text-decoration: none; }
.red:active { color: #ccc; text-decoration: none; }

#callout {
	width: 215px;
	margin-top: 15px;
	padding: 0;
	text-align: left;
	background-color: #939598;	
}

#callout_copy {
	width: 200px;
	padding: 0 10px 0 10px;
	text-align: left;
	color: #fff;
	line-height: 21px;
	font-weight: bold;
}

.navgrey:link { color: #ccc; text-decoration: none; }
.navgrey:visited { color: #ccc; text-decoration: none; }
.navgrey:hover { color: #000; text-decoration: none; }
.navgrey:active { color: #000; text-decoration: none; }

#mainDivider .column {
	position: relative;
	float: left;
}

#NE_left {
	width: 295px;
	padding: 0;
	margin: 0;
	text-align: left;
	background-image: url(images/break_news.gif);
	background-repeat: repeat-y;
}

#NE_right {
	width: 280px;
	padding: 0;
	margin: 0 0 0 15px;
}

#newspad { width: 280px; }

#s_left {
  width: 375px;
  padding: 0;
  margin: 0;
  text-align: left;
}

#s_left p {
  color: #666666;
  line-height: 16px;
}

#s_left ul {
  color: #666666;
  line-height: 16px;
}

#s_right {
  width: 260px;
  padding: 0;
  margin: 0 0 0 15px;
}

.readbtn { padding-left: 220px; }

.membership { 
	font-size: 11px;
	line-height: 14px; 
}

.smgrey {
	font-size:9px;
}

.textinput { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	width: 250px;
}

.schools:link { color: #333; text-decoration: underline; }
.schools:visited { color: #333; text-decoration: underline; }
.schools:hover { color: #ccc; text-decoration: underline; }
.schools:active { color: #ccc; text-decoration: underline; }


/*-------------------------------------------	
	Clear
-------------------------------------------*/

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*-------------------------------------------	
	Footer
-------------------------------------------*/

#footer {
	width: 852px;
	height: 40px;
	margin-left: 24px;
	padding-top: 20px;
	background-color: #fff;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:9px;
}

.INred { 
	color: #ac2813;
}

