/* the Basics */

body {
	background-color: #073C70;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p, li, ul {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #545454; 
	}

H5 {
	font-size: 14px;
	font-weight: bold;
	color: #5c85ac;
	}

H4 {
	font-size: 16px;
	color: #5c85ac;
	}
	
H3 {
	font-size: 18px;
	color: #5c85ac;
	}
	
H2 { 
	font-size: 24px;
	color: #fff;
	}

/* LINKS */

#homeBottomLinks a,a:visited {
	text-decoration: none; 
	color: #fff;
	}
#homeBottomLinks a:hover {
	text-decoration: underline; 
	color: #fff;
	}
	
#topNav a {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none; 
	color: #073C70;
	} 
#topNav a:visited {
	font-size: 11px;
	font-weight: bold; 
	text-decoration: none; 
	color: #073C70;
	}
#topNav a:hover {
	font-size: 11px;
	font-weight: bold; 
	text-decoration: underline; 
	color: #073C70; 
	}	

#homeNews a {
	font-weight: bold; 
	text-decoration: none; 
	color: #fff;
	} 
#homeNews a:visited {
	text-decoration: none; 
	color: #fff;
	}
#homeNews a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #073C70; 
	}

#subMenuBox a,a:visited {
	text-decoration: none; 
	color: #fff;
	}
#subMenuBox a:hover {
	text-decoration: underline; 
	color: #fff;
	}
	
#eduMenuBox a,a:visited {
	text-decoration: none; 
	color: #fff;
	}
	
#eduMenuBox a:hover {
	text-decoration: underline; 
	color: #fff;
	}
	
#bizMenuBoxNew a,a:visited {
	text-decoration: none; 
	color: #fff;
	}
	
#bizMenuBoxNew a:hover {
	text-decoration: underline; 
	color: #fff;
	}

#subBottomLinks a,a:visited {
	text-decoration: none; 
	color: #fff;
	}
#subBottomLinks a:hover {
	text-decoration: underline; 
	color: #fff;
	}
	
a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #073C70;
	} 

a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #DA6D1C; 
	}

a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #DA6D1C; 
	}
	
/* Containers */

#container {
	width: 1000px;
	height: 615px;
	margin: 0 auto;
	background-image:url(images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
	border: 0px;
	}
	
#containerSub {
	width: 1000px;
	height: 615px;
	margin: 0 auto;
	background-image:url(images/bg2.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
	border: 0px;
	}
	
#containerSubEdu {
	width: 1000px;
	height: 615px;
	margin: 0 auto;
	background-image:url(images/edubg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
	border: 0px;
	}		
	
 #containerSub2 {
	width: 1000px;
	height: 700px;
	margin: 0 auto;
	background-image:url(images/bg2.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
	border: 0px;
	}	

#containerSub3 {
	width: 1000px;
	height: 835px;
	margin: 0 auto;
	background-image:url(images/bg2.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
	border: 0px;
	}	

#container2 {
	width: 1000px;
	height: 20px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	} 
	
#container2sub {
	width: 1000px;
	height: 39px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 0px;
	background-image:url(images/bottom2.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	} 	

/* Misc. Classes */

.small { 
	color: #fff; 
	font-size: 11px;
	}
	
.small2 {
	font-size: 12px;
	}
	
.imageFloat {
	float: left;
	padding-right: 15px;
	}
	
.scroll {	
	overflow: scroll;
	height: 471px;
	width: 100%;
	}

/* Home Page Only */

#flash {
	position: absolute;
	width: 960px;
	height: 266px;
	top: 134px;
	right: 20px;
	left: 20px;
	}
	
/* #boilerSpace {
	position: absolute;
	width: 263px;
	height: 172px;
	top: 408px;
	right: 717px;
	left: 20px;
	background-image: url(images/boilerbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	} 
	
#boilerButton {
	position: absolute;
	width: 263px;
	height: 25px;
	top: 555px;
	right: 717px;
	left: 20px;
	z-index: 1;
	}
*/

#boilerSpace {
	position: absolute;
	width: 263px;
	height: 87px;
	top: 408px;
	right: 717px;
	left: 20px;
	background-color: #9ebad7;
	background-image: url(images/box1bg.gif); 
	background-position: top center;
	background-repeat: repeat-x;
	} 
	
#boilerButton {
	position: absolute;
	width: 263px;
	height: 85px;
	top: 495px;
	right: 717px;
	left: 20px;
	background-color: #c3c3c3;
	}	
	
#studentBox {
	position: absolute;
	width: 272px;
	height: 87px;
	top: 408px;
	right: 445px;
	left: 283px;
	background-image: url(images/stubg.gif); 
	background-position: top center;
	background-repeat: no-repeat;
	}
	
#residentBox {
	position: absolute;
	width: 272px;
	height: 85px;
	top: 495px;
	right: 445px;
	left: 283px;
	background-image: url(images/incubg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	}

#homeNews {
	position:absolute;
	width: 425px;
	height: 172px;
	top: 408px;
	right: 101px;
	left: 555px;
	background-image: url(images/hmnewsbg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	}
	
#homeBar {
	position: absolute;
	width: 960px;
	height: 8px;
	top: 400px;
	right: 15px;
	left: 20px;
	background-color: #DA6D1C;
	}
	
#homeCopyright {
	position: absolute;
	width: 263px;
	height: 20px;
	top: 592px;
	left: 20px;
	color: #fff;
	font-size: 11px;
	}
	
#homeBottomLinks {
	position: absolute;
	width: 263px;
	height: 20px;
	top: 592px;
	right: 20px;
	color: #fff;
	text-align: right;
	font-size: 11px;
	}
	
#homeTopBar {
	position: absolute;
	width: 1000px;
	height: 15px;
	right: 0px;
	left: 0px;
	background-image: url(images/top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}

#homeBottomBar {
	position: absolute;
	width: 1000px;
	height: 30px;
	top: 585px;
	right: 0px;
	left: 0px;
	background-image: url(images/bottom.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	}

.boilertext {
	/* padding-top: 11px; */
	padding-left: 14px;
	padding-right: 12px;
	color: #073C70;
	font-weight: bold;
	}
	
.studenttext {
	padding-left: 17px;
	padding-right: 12px;
	color: #073C70;
	font-weight: bold;
	}

.homeNewsText {
	color: #fff;
	padding-left: 15px;
	}
	
.homeNewsText2 {
	color: #fff;
	padding-left: 10px;
	}
	
/* All Page Divs and Classes */

#logo {
	position: absolute;
	width: 477px;
	height: 87px;
	top: 15px;
	left: 15px;
	background-color: #fff;
	}
	
#topNav {
	position: absolute;
	width: 470px;
	height: 87px;
	top: 15px;
	right: 15px;
	left: 495px;
	background-color: #fff;
	text-align: right;
	}
	
#mainNav {
	position: absolute;
	width: 970px;
	height: 32px;
	top: 102px;
	right: 15px;
	left: 15px;
	background-image: url(images/menubg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: right;
	}	
	
/* Sub Page Divs and Classes */

#subPhoto {
	position: absolute;
	width: 312px;
	height: 154px;
	top: 134px;
	right: 668px;
	left: 20px;
	}
	
/* education pages */

#eduPhoto {
	position: absolute;
	width: 182px;
	height: 154px;
	top: 134px;
	right: 668px;
	left: 150px;
	}
	
#subHeadingBox {
	position: absolute;
	width: 312px;
	height: 27px;
	top: 288px;
	right: 668px;
	left: 20px;
	}
	
#eduHeadingBox {
	position: absolute;
	width: 182px;
	height: 27px;
	top: 288px;
	right: 668px;
	left: 150px;
	}
	
.subHeadEdu {
	background-color: #DA6D1C;
	}
	
.subHeadBiz {
	background-color: #EBA500;
	}
	
.subHeadOther {
	background-color: #073C70;
	}
	
#eduMenuBox {
	position: absolute;
	width: 182px;
	height: 299px;
	top: 315px;
	right: 668px;
	left: 150px;
	}

#subMenuBox {
	position: absolute;
	width: 312px;
	height: 205px;
	top: 315px;
	right: 668px;
	left: 20px;
	z-index: 1;
	}
	
#subMenuBox p {
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	}
	
#eduMenuBox p {
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	}
	
.subMenuEdu {
	background-color: #e18a49;
	}
	
.subMenuBiz {
	background-color: #EFB733;
	}
	
.subMenuBizNew {
	background-color: #efb733;
	}
	
.subMenuOther {
	background-color: #7D9DBD;
	}
	
#subInnovate {
	position: absolute;
	bottom: 0px;
	width: 312px;
	height: 97px;
	right: 668px;
	left: 20px;
	background-color: #9BBCDC;
	vertical-align: bottom  
	}
	
#eduMain {
	position: absolute;
	width: 612px;
	height: 374px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/edubg1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
#eduMain2 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/edubg1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
#eduMain3 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/edubg1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
#eduMain4 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/edubg1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
#eduMain5 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/edubg1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
#eduMain6 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/edubg1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
#eduMain p {
	padding-right: 35px;
	text-align: justify;
	}
	
#eduBox1 {
	position: absolute;
	width: 216px;
	height: 107px;
	top: 508px;
	right: 452px;
	left: 332px;
	}
	
#eduBox2 {
	position: absolute;
	width: 216px;
	height: 107px;
	top: 508px;
	right: 236px;
	left: 548px;
	}
	
#eduBox3 {
	position: absolute;
	width: 216px;
	height: 107px;
	top: 508px;
	right: 20px;
	left: 764px;
	}
	
#eduSide {
	position: absolute;
	width: 130px;
	height: 480px;
	top: 134px;
	right: 850px;
	left: 20px;
	}
	

/* NEW business divs 8-20-07 */

#bizSideNew {
	position: absolute;
	width: 130px;
	height: 480px;
	top: 134px;
	right: 850px;
	left: 20px;
	}
	
#bizPhotoNew {
	position: absolute;
	width: 182px;
	height: 154px;
	top: 134px;
	right: 668px;
	left: 150px;
	}
	
#bizHeadingBoxNew {
	position: absolute;
	width: 182px;
	height: 27px;
	top: 288px;
	right: 668px;
	left: 150px;
	}
	
#bizMenuBoxNew {
	position: absolute;
	width: 182px;
	height: 299px;
	top: 315px;
	right: 668px;
	left: 150px;
	}
	
#bizMenuBoxNew p {
	color: #fff;
	font-size: 11px;
	line-height: 13px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	}

/* business pages */

#bizMain {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/bizbg1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}	
#bizMain2 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/bizbg2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
#bizMain3 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/bizbg3.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
#bizMain4 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/bizbg4.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
#bizMain5 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/bizbg5.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
#bizMain6 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 138px;
	right: 20px;
	left: 348px;
	background-image: url(images/bizbg6.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
#bizMain7 {
	position: absolute;
	width: 626px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 353px;
	background-image: url(images/bizbg7.jpg);
	background-position: bottom right;
	background-repeat: no-repeat
	}
#bizMain8 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/bizbg8.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
#bizMain9 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 135px;
	right: 20px;
	left: 369px;
	background-image: url(images/bizbg9.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
#bizMain10 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 355px;
	background-image: url(images/bizbg10.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
/* other pages */

#aboutMain {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/aboutbg1.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
#aboutMain2 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/aboutbg2.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
#aboutMain3 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/aboutbg3.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
#aboutMain4 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/aboutbg4.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
#aboutMain5 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/aboutbg5.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;	
	}
#aboutMain9 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/aboutbg6.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}	
#aboutMain7 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/aboutbg7.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
#aboutMain11 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/aboutbg8.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
#aboutMain9 {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	background-image: url(images/aboutbg9.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	}

#blankMain {
	position: absolute;
	width: 612px;
	height: 481px;
	top: 134px;
	right: 20px;
	left: 368px;
	}
	
#partnersMain {
	position: absolute;
	width: 612px;
	height: 560px;
	top: 134px;
	right: 20px;
	left: 368px;
	}
	
#partnersMain p {
	padding-right: 35px;
	text-align: justify;
	}
	
.mainText {
	padding-right: 35px;
	}
	
#subCopyright {
	position: absolute;
	top: 20px;
	width: 263px;
	height: 20px;
	left: 20px;
	color: #fff;
	font-size: 11px;
	}
	
#subBottomLinks {
	position: absolute;
	width: 263px;
	height: 20px;
	top: 20px;
	right: 20px;
	color: #fff;
	text-align: right;
	font-size: 11px;
	}
