@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #e7e7e7;
	background-image: url(/college/images/background.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
}
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0071BB;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #c1282d;
}
a.footer:link {
	color: #333333;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #333333;
}
a.footer:hover {
	text-decoration: underline;
	color: #333333;
}
a.footer:active {
	color: #333333;
	text-decoration: none;
}

a.login:link {
	text-decoration: none;
	color: #c1282d;
	font-size: 12px;
}
a.login:visited {
	text-decoration: none;
	color: #c1282d;
	font-size: 12px;
}
a.login:hover {
	text-decoration: underline;
	color: #c1282d;
	font-size: 12px;
}
a.login:active {
	text-decoration: none;
	color: #c1282d;
	font-size: 12px;
}

/* Headers */
h4 {
	font-size: 12px;
	padding-bottom:0px;
}
/* Fonts */
.leftmenuheader {font-size: 18px}
/* Form Element formatting */
#loginbox
{
	width:125px;
	height:20px;
	padding:4px;
	border:0px;
	background-color:transparent;
}
#loginbox-background
{
	width:133px;
	height:28px;
	background: url(/college/images/login-box.gif) #ffffff repeat-x left center;
	margin-top:5px;
	margin-bottom:10px;
}
#register-textbox
{
	width:188px;
	height:20px;
	padding:4px;
	background-image:url(/college/images/textbox-registration-background.gif);
	border:0px;
	margin-top:5px;
	margin-bottom:10px;
}
#register-monthbox
{
	width:111px;
	height:28px;
	padding:4px;
	background-image:url(/college/images/dropdown-month.gif);
	border:0px;
	margin-top:5px;
	margin-bottom:10px;
	margin-right:10px;
}
#register-daybox
{
	width:56px;
	height:28px;
	padding:4px;
	background-image:url(/college/images/dropdown-day.gif);
	border:0px;
	margin-top:5px;
	margin-bottom:10px;
}
#register-typebox
{
	width:196px;
	height:28px;
	padding:4px;
	background-image:url(/college/images/textbox-registration-background.gif);
	border:0px;
	margin-top:5px;
	margin-bottom:10px;
}
/* Layout elements */
#mainbox
{
	width:794px;
	background-color:#FFFFFF;
	background-image:url(/college/images/submain-background.gif);
	border: 1px solid #aaaaaa;
	min-height:500px;
	
}
#header
{
	width:100%;
	height:75px; 
	
	background-color:#FFFFFF;
}
#headerlogo
{
	float:left;
	width:280px;
	margin-top: 10px;
	text-align:center;
	height:65px;
	position:relative; 
}

#headermenu{
position: relative;
margin-bottom: 0px;
width: 500px;
height: 10px;
float: right;
display: block;
background: transparent;

}

#headermenu ul{
margin-top: 30px;
margin-right: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#headermenu li{
display: inline;
padding: 0;
}

#headermenu a{
float: right;
width: 91px;
height: 36px;
font: bold 12px Arial;
color: white;
text-align: center;
text-decoration: none;
margin-right: 0px; /*Margin between each menu item*/
margin-bottom: 0px;
padding: 5px 3px;
background-image:url(/college/images/tabinactive.gif);
background-repeat: no-repeat;
background-position: bottom;
}

#headermenu a:hover{
background-image: url(/college/images/tabover.gif);
color: #ffffff;
}

#headermenu #current a{ /*currently selected tab*/
	background-image:url(/college/images/tabcurrent.gif); 
	color: #333333;
}

#submenu
{
	margin-top: 0px;
	padding-top:5px;
	padding-left:15px;
	background-color:#c4f4f8;
	text-align:left;
	color: #333333;
	position:relative;
	border: 1px #333333;
	border-top-style: solid;
	border-bottom-style: dotted;
	
}
#submenu a
{
	color:#0000FF;
	font-weight: bold;
}
#submenu-header-left
{
	width:5px;
	height:20px;
	background-image:url(/college/images/subheader-border-left.gif);
	float:left;
}
#submenu-header-right
{
	width:5px;
	height:20px;
	background-image:url(/college/images/subheader-border-right.gif);
	float:right;
}
#submenu-header-body
{
	height:20px;
	position:relative;
}
#submain
{
	margin-top: 0px;
	width:100%;
	height:inherit;
	position:relative; 
}
#leftmenu
{
	margin-top: 0px;
	width:177px;
	float:left;
	position:relative; 
}
#leftmenuheader
{
	background-image:url(/college/images/leftmenu-header2.gif);
	width:177px;
	padding-top:7px;
	height:30px;
}
#leftmenuheader2
{
	background-image:url(/college/images/leftmenu-header2b.gif);
	width:177px;
	padding-top:7px;
	height:30px;
}
#leftmenubody
{
	width:174px;
	padding-top:10px;
	padding-bottom:10px;
}
#mainbody
{
	width:595px;
	float:left;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
/*	padding-bottom:10px; */
	position:relative; 
}
#mainbody p
{
	text-align: left;
	line-height: 16px;
	padding: 25px;
}
#mainbody-subpages
{
	width:595px;
	float:left;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
/*	padding-bottom:10px; */
	position:relative; 
}
#stamp
{
	width: 100px;
	height: 100px;
	position: absolute;
	margin-top: 150px;
	margin-left: 190px;
	background-image:url(/college/images/stamp.gif);
	background-position: center;
	background-repeat: no-repeat;
	
}

#homeboxtopleft{
	color: #CC0000;
	font-size: 15px;
	width: 270px;
	height: 180px;
	padding-top: 10px;
	background-image: url(/college/images/studentregistration.gif);
	background-position: center;
	background-repeat: no-repeat;
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	float: left;
}
#homeboxtopleft a{
color: #CC0000;
	font-size: 15px;
	}
#homeboxtopleft a:hover{
	text-decoration: underline;

}

#homeboxtopright{
	color: #CC0000;
	font-size: 15px;
	width: 250px;
	height: 170px;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	background-image: url(/college/images/teacherregistration.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 20px;
	line-height: 22px;
	float: left;
}
#homeboxtopright ul{
	
	margin-top: 10px;
}
#homeboxtopright li{
	
	color:#000000;
	text-align: left;
	font-size: 13px;
}
#homeboxtopright a:hover{
	color: #CC0000;
	text-decoration:underline;
}

#homeboxbottomleft{
	width: 232px;
	height: 365px;
	padding: 15px 20px 20px 20px;
	text-align: left;
	font-size: 12px;
	background-image: url(/college/images/note.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 20px;
	line-height: 12px;
	float: left;
}


#homeboxbottomleft b{
	font-size: 16px;
}

#homeboxmiddleright{
	color: #CC0000;
	font-size: 15px;
	font-weight: bold;
	width: 255px;
	height: 175px;
	padding-top: 10px;
	padding-left: 15px;
	text-align: left;
	background-image: url(/college/images/changelearn.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	
}
#homeboxmiddleright a{
	color: #0071BB;
	text-align: right;
	font-size: 12px;
	font-weight:bold;
}
#homeboxmiddleright a:hover{
	text-decoration: underline;
}

#homeboxbottomright{
	width: 250px;
	height: 35px;
	padding-top: 155px;
	padding-right: 20px;
	text-align: right;
	color: #FF0000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	background-image: url(/college/images/algebra.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-left: 20px;
	float: left;	
}

#homeboxbottomright a{
	color: #0071BB;
	text-align: right;
	font-size: 12px;
	font-weight:bold;
}


#footer
{
	background-image:url(/college/images/footer1.gif);
	height:20px;
	padding-top:42px;
	text-align: center;
	font-size: 10px;
	clear:both;
 }
 #bluebox-top
 {
 	width:578px;
	height:10px;
	background-image:url(/college/images/bluebox-top.gif);
 }
 #bluebox-bottom
 {
 	width:578px;
	height:10px;
	background-image:url(/college/images/bluebox-bottom.gif);
	margin-bottom:20px;
 }
 #bluebox
 {
 	width:578px;
	text-align:center;
	background-color:#c2e8f1;

	background-image:url(/college/images/bluebox-background.gif);
 }
 
 #subpage-body
 {
 	width:527px;
	margin-left:25px;
	text-align:left;
 }
 #subpage-header
 {
 	width:527px;
	height:47px;
	background-image:url(/college/images/subpage-header-background.gif);
	text-align:left;
	margin-bottom:10px;
	margin-top:10px;
 }
 #subpage-uptopnav
 {
 	width:527px;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
 }
 #programs-college
 {
 	width:520px;
	height:24px;
	padding-top:35px;
	padding-right:7px;
	background-image:url(/college/images/subpage-programheader-college-bg.gif);
	text-align:right;
 }
 #programs-home
 {
 	width:520px;
	height:24px;
	padding-top:35px;
	padding-right:7px;
	background-image:url(/college/images/subpage-programheader-home-bg.gif);
	text-align:right;
 }
 #programs-360
 {
 	width:520px;
	height:24px;
	padding-top:35px;
	padding-right:7px;
	background-image:url(/college/images/subpage-programheader-360-bg.gif);
	text-align:right;
 }
 
.glossymenu, .glossymenu li ul{

text-align: left;
list-style-type: none;
margin: 10px 0px 10px 7px;
padding: 0;
width: 170px; /*WIDTH OF MAIN MENU ITEMS*/
}


.glossymenu li{
position: relative;
height: 33px;
}

.glossymenu li a{
	font: 12px arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
	display: block;
	height: 33px;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 170px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;

}

.glossymenu li ul a{
width: 170px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */

}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu {
	color: #CC0000;
}

.glossymenu li a:hover{
	color: #F7931E;
	text-decoration: underline;
	background-repeat:no-repeat;
	background-position: 0 25px;
}
.glossymenu li #current{
	color: #CC0000;
	font-weight: bold;
	background-repeat:no-repeat;
	background-position: 0 21px;
}
#menu {
	
	float: right;
	list-style: none;
	margin: 0;
	margin-top: 75px;
	padding: 0;
	width: 100%;
}
#menu li {
	float: right;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #29ABE2;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 5px;
	text-decoration: none;
	font-weight:bold;
}
#menu a:hover {
	padding-bottom: 8px;  
	background-color: #29ABE2;
	color: #ffffff;               
}




#pilottext{
	width: 520px;
	height: 90px;
	padding: 20px;
	padding-top: 50px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	background-image: url(images/pilottextbox.gif);
	background-position: center;
	background-repeat: no-repeat;	
	margin-left: 15px;
	float: left;
}

