/* CSS Document */

body {
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #365076;
	background-image: url(images/bkgd2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	width: 846px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(images/wrapBkgd.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#wrapperInside {
	width: 800px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(images/wrapInsideBkgd3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*border-left: 1px solid #65a0ae;
	border-right: 1px solid #65a0ae;*/
	border-top: 20px solid #89250d;
}
/*--------------- Header --------------*/
#header {
	width: 800px;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
#header2 {
	width: 800px;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
}
#header .logo, #header2 .logo {
	margin: 0px 0px 0px 1px;
	padding: 0px;
}
/* -------------- topNav ---------------- */
#topNav {
	width: 650px;
	padding: 0px;
	margin: 0px auto;
	background-image: url(images/navBar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#topNav ul {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	list-style-type: none;
	text-align: center;
}
#topNav ul li {
	color: #999;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: -.5px;
	font-weight: normal;
	text-transform: uppercase;
}
#charters, #academics, #jobs, #facilities, #about, #contact, #media {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #404658;
}
#topNav ul a {
	padding: 8px 9px 5px;
	margin: 0px;
	text-decoration: none;
	color: #FFF;
	display: inline;
	text-align: center;
}
*:first-child+html #topNav ul a {
	padding: 8px 12px 5px 12px;
}
#topNav ul a:hover {
	text-decoration: none;
	color: #FFF600;
}
/* ------------- topLinks -------------- */
#topLinks{
	/*background: url(images/tagline.gif) right bottom no-repeat;*/
	float: right;
	width: 300px;
	height: 70px;
	margin: 10px 70px 0px 0px;
	text-align: right;
}
#topLinks p {
	color: #999;
}
#topLinks a {
	color: #666;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	display: inline;
	text-align: center;
	text-decoration: none;
}
#topLinks a:hover {
	text-decoration: none;
	color: #000;
}
/*---------- CSS container shadow -----------*/
#shadow-container {
    width: auto;
    margin: 0px 3px 0px 3px;
    padding: 0px 0px 0px 0px;
}
#shadow-container img {
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	*margin: 0px 0px -4px 0px;
}
*:first-child+html #shadow-container img {
	margin: 0px 0px -4px 0px;
}
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container,
#shadow-container .pics,
#shadow-container .containerLeftNav {
    position: relative;
    left: -1px;
    top: -1px;
}

    #shadow-container .shadow1 {
        background: #F1F0F1;
    }

    #shadow-container .shadow2 {
        background: #DBDADB;
    }

    #shadow-container .shadow3 {
        background: #B8B6B8;
    }

	#shadow-container .container {
	width: 650px;
	border: 1px solid #848284;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
    }
	
	#shadow-container .pics {
	border: 1px solid #848284;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
    }

    #shadow-container .containerLeftNav {
	border: 1px solid #848284;
	padding: 0px;
	background-color: #DEEAF1;
	background-image: url(images/boxBkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
    }	
/*------- Main content for the inside pages --------*/
#homeMainPic{
	width: 658px;
    padding: 0px 0px 0px 0px;
    margin: 3px 0px 0px 75px;
}

/*--------- Feature Sections ----------*/

#rightHome {
	width: 233px;
	margin: 20px 65px 0px 0px;
    padding: 0px 0px 0px 0px;
	float: right;
	display: inline;
}
.feature {
	width: 374px;
    margin: 0px 0px 0px 0px;
    padding: 11px 8px 8px 8px;
	float: left;
	display: inline;
	background-image: url(images/featureDotLine.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.feature img{
	padding: 3px 0px 0px 0px;
}
.feature p, #rightHome p {
	font: normal 10px/14px Verdana, Arial, sans-serif;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.feature h1, #rightHome h1 {
	color: #334975;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: normal;
	font-weight: normal;
}
.feature h1 a, #rightHome h1 a {
	color: #334975;
	text-decoration: none;
}
.feature h1 a:hover, #rightHome h1 a:hover {
	color: #000;
	text-decoration: none;
}
.feature p a, #rightHome p a {
	color: #005AFF;
	font-weight: bold;
	text-decoration: none;
}
.feature p a:hover, #rightHome p a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

/*--------- Left Column ---------*/
#leftHome {
	width: 390px;
	margin: 20px 0px 0px 75px;
    padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
}
#leftNav {
	width: 165px;
	margin: 0px 0px 0px 75px;
	_margin: 0px 0px 0px 38px;
    padding: 0px 0px 0px 0px;
	float: left;
	dispaly: inline;
}
#leftNav h1 {
	color: #334975;
	padding: 15px 0px 0px 10px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
}
#rightMain {
	width: 460px;
	margin: 0px 0px 0px 30px;
    padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
}
#rightMainPic {
	width: 213px;
	margin-left: 8px;
	margin-bottom: 8px;
	float: right;
}
#rightMain p {
	font: normal 12px/16px Verdana, Arial, sans-serif;
	padding: 0px 0px 0px 0px;
	margin: 0px 10px 10px 0px;
}
#rightMain img {
	border: 1px solid #ccc;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
}
#rightMain h1 {
	color: #334975;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	letter-spacing:-1px;
	line-height: normal;
	font-weight: normal;
}
#rightMain h2 {
	font: normal 16px/19px Verdana, Arial, sans-serif;
	padding: 10px 13px 10px 0px;
	margin: 0px;
	color: #007A5E;
}
#rightMain h3 {
	font: bold 13px/16px Verdana, Arial, sans-serif;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	color: #007A5E;
}
#rightMain ul {
	margin: 0px 0px 10px 25px;
	padding: 0px;
}
#rightMain li {
	font: normal 12px/14px Verdana, Arial, sans-serif;
	margin: 0px 10px 5px 5px;
	padding: 0px;
}
#rightMain li ul {
	margin: 5px 0px 0px 20px;
	padding: 0px;
}
#rightMain a {
	color: #005AFF;
	text-decoration: underline;
}
#rightMain a:hover {
	color: #CE1126;
	text-decoration: none;
}
/*----- Left column navigation menu ------*/

#menu {
	width: 157px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#menu a {
	display: block;
	width: 147px;
	color: #000;
	padding: 22px 0px 5px 10px;
	text-decoration: none;
	background-image: url(images/dottedLine.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu ul {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
}
#menu a:hover {
	display: block;
	color: #FFF;
	background-color: #617EAA;
}

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

#footer {
	width: auto;
	margin: 0px auto;
	padding: 20px 10px 10px 10px;
	clear: both;
}
#footer h4 {
	font: italic 9px/12px Verdana, Arial, sans-serif;
	padding: 0px;
	margin: 0px;
}
#footer p {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #999;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
}
#footer p a {
	color: #999;
	text-decoration: none;
}
#footer p a:hover {
	color: #000;
	text-decoration: underline;
}
#footer img {
	padding: 0px 10px 0px 0px;
}

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

#newsEditable a {
	font: normal 11px/14px Verdana, Arial, sans-serif;
	background-image: none;
	text-decoration: underline;
	padding: 5px 0px 5px 20px;
}
#newsEditable a:hover {
	text-decoration: none;
	color: #CE1126;
	background: none;
}
.clear {
	width: auto;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
.instruct {
	font: normal 9px/14px Verdana, Arial, sans-serif;
	color: #7D7D7D;
}
#insideEditable .csc-textpic-caption {
	text-align: center;
	font: normal 11px/14px Verdana, Arial, sans-serif;
	font-style: italic;
}