/* 
Credits: Bit Repository
CSS Library: http://www.bitrepositiry.com/
*/

html, body 
{
padding: 0;
border: 0px none;
}

/* Let's add some style to our fieldset & legend */

fieldset
{
-moz-border-radius: 7px; 
border: 1px #dddddd solid;
margin-bottom: 20px;
width: 300px;
}
legend{
border: 1px #1a6f93 solid; 
color: #FF0000; 

font-family: Verdana;
font-weight: none;
font-size: 13px;

padding-right: 5px;
padding-left: 10px;
padding-top: 2px;
padding-bottom: 2px;

-moz-border-radius: 3px;
}
fieldset 
{
border: 1px #1a6f93 solid; 
color: black; 

font-family: Verdana;
font-weight: none;
font-size: 13px;

padding-right: 5px;
padding-left: 10px;
padding-top: 2px;
padding-bottom: 2px;

-moz-border-radius: 3px;
}

/* Main DIV */
.m 
{
	width: 400px;
	padding: 20px;
	height: auto;
	float: left;
}

/* Left DIV */
.l
{
	width: 140px;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: right;
	color: #FFFFFF;
}


/* Right DIV */
.r
{
width: 200px;
margin: 0px;
padding: 0px; 

float: right; 

text-align: left;
}

.a
{
clear: both;
width: 350px;
padding: 10px;
}
disp {

-moz-border-radius: 7px;
	margin-bottom: auto;
	width: 520px;
	float: left;
	overflow: scroll;
	height: 530px;
	border: thin solid #666666;
}
ulegend {

border: 1px #1a6f93 solid; 
color: #FF0000; 

font-family: Verdana;
font-weight: none;
font-size: 13px;

padding-right: 5px;
padding-left: 10px;
padding-top: 2px;
padding-bottom: 2px;

-moz-border-radius: 3px;
}
ufieldset {

border: 1px #1a6f93 solid; 
color: black; 

font-family: Verdana;
font-weight: none;
font-size: 13px;

padding-right: 5px;
padding-left: 10px;
padding-top: 2px;
padding-bottom: 2px;

-moz-border-radius: 3px;
}
ufieldset {

-moz-border-radius: 7px; 
border: 1px #dddddd solid;
margin-bottom: 20px;
width: 300px;
}
/*/////////////////////////////////////////////////////////////*/

body {margin: 0px;padding: 0px;border: 0px;font-family:Arial, Helvetica, sans-serif;background:#E6E6E6;color:#666;}
Table {border:10px solid #FFFFFF; 
		font:"Times New Roman", Times, serif; 
		color:#000000;
		}
tr.d0 td {
	background-color: #D6F4FE;
	color: black;
}
tr.d1 td {
	background-color: #B0EAFD; color: black;
}

/*Fonts*/
a {
	font-size:12px;
	color:#666;
	text-decoration: none;
}
p {
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
	color: #000099;
}
.b {
	color: #0000FF;
	text-decoration: underline;
}


a:link{color:#999999; text-decoration:none;}
a:visited{color:#999999; text-decoration:none;}
h1 { font-size:18px; font-weight:bold; color:#333;}
.SubH1 { font-size:14px; font-weight:bold; color:#592E5C;}
h2 { font-size:24px; font-weight:bold; color:#222; margin:0px;}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#333;
}
/*Fonts END*/

#header {
	background:#222222;
	border-bottom:solid 1px #333333;
	height: 100px;
}

#toprow {
	height:280px;
	border-top:solid 1px #1d1d1d;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}
#toprowsub {
	height:70px;
	border-bottom:solid 1px #ccc;
	background-color: #FFFFFF;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
}
#toprowsub h2{padding:15px 30px;}
#midrow {margin:0 auto;}
#bottomrow {margin:0 auto;}

/*LOGO*/
#logo{padding-top:25px;width:207px;float:left;}
#logo a{
	display:block;
	width:207px;
	height:53px;
	text-indent:-10000px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}
/*LOGO END*/

/*Menu Begin*/
#menu{float:right;margin-top:30px;}
#menu ul li{ display:inline; list-style-type:none;}
#menu ul li a{padding:5px 0px; font-size:14px; text-decoration:none; margin:0px 10px; font-weight:bold;}
#menu ul li a span{font-size:14px; text-decoration:none; padding:0px 10px; color:#999999;}
#menu ul li a.active{background:url(images/menur.gif) no-repeat right;}
#menu ul li a.active span{background:url(images/menul.gif) no-repeat left; padding:5px 10px;color:#333;}
#menu ul li a:hover{background:url(images/menur.gif) no-repeat right; font-weight:bold;}
#menu ul li a:hover span{background:url(images/menul.gif) no-repeat left; padding:5px 10px;color:#333;}
/*Menu End*/

.center{width:960px;margin:0 auto;}

/*SlideShow Begin*/
#cu3er-container {margin-top:20px;padding-left:0px;padding-right:0px;width:960px;}
#cubershadow{width:960px;height:220px;background:url(images/shadow.jpg) no-repeat bottom;}
/*SlideShow End*/

/*Homepage Boxs*/
#container {float:left;}
.box {
	margin-top:20px;
	padding-top:5px;
	width:315px;
	height:auto;
	float:left;
	background-image: url(images/border.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.box h1{padding-left:10px;}
.box p {
	margin:0px;
	width:200px;
	float:left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.last{background:none;}

a.plan{
	float:left;
	display:block;
	width:83px;
	height:101px;
	text-indent:-1000px;
	background-image: url(images/LIBRARY.jpg);
	background-repeat: no-repeat;
	background-position: 0px -101px;
}
a.plan:hover{ background-position: 0px 1px;}
a.whyus{
	margin-top:10px;
	float:left;
	display:block;
	width:83px;
	height:87px;
	text-indent:-1000px;
	background-image: url(images/Mail.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.whyus:hover{ background-position: 0px -88px;}
a.support{margin-top:14px;float:left;display:block;width:83px;height:72px;background:url(images/support1.jpg) no-repeat 0px 0px;text-indent:-1000px;}
a.support:hover{ background-position: 0px -70px;}

a.button{
	margin-left:2px;
	color:#CCCCCC;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	background-image: url(images/learnMoreButtonHover.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.button span{
	background:url(images/buttonl.gif) no-repeat left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
/*Homepage Boxs END*/

/*Subpage Boxs*/
#box2holder{padding: 20px 30px;}
.box2{width:450px; float:left; padding:20px 0px;}
.box2 img{ border: solid 5px #F2F2F2; float:left;}
.box2 h3{margin:0px; padding:0px 5px; float:left;}
.box2 p{width:220px; float:left;padding:5px 5px; margin:0px;}
/*Subpage Boxs END*/


/*Footer*/
#footer {
	background:#222222;
	float:left;
	width:100%;
	border-top:solid 1px #333333;
	height: 50%;
}
.foot{width:960px;margin:0 auto; padding:10px 0px; font-size:12px;}
.foot a:link{color:#999;text-decoration:none;}
/*Footer END*/


.textbox{
	float:left;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 15px;
	width: 550px;
}
.textbox2{padding:10px 30px; background:url(images/textbox2bg.gif) repeat-x;}
.feed{width:auto; float:left;}
.feed img{ border: solid 0px; margin-top:120px; padding:0px 7px;}
#logoSubHead {
	padding-top:80px;
	width:420px;
	float:none;
	font-family: "Times New Roman", Times, serif;
	color: #00CCFF;
	padding-left: 20px;
}
a.Princ {

	float:left;
	display:block;
	width:83px;
	height:101px;
	text-indent:-1000px;
	background-image: url(images/Principal.jpg);
	background-repeat: no-repeat;
	background-position: 0px -101px;
}
a.Princ:hover {
background-position: 0px 1px;
}
a.mail {
	float:left;
	display:block;
	width:83px;
	height:101px;
	text-indent:-1000px;

	background-image: url(images/Mail.jpg)
	background-repeat: no-repeat;
	background-position: 0px -101px;
	background-image: url(images/Mail.jpg);
}
a.mail:hover {
background-position: 0px 1px;
}
a.Admin {
	margin-top:14px;
	float:left;
	display:block;
	width:83px;
	height:72px;
	text-indent:-1000px;
	background-image: url(images/Admin.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.Admin:hover {
background-position: 0px -70px;
}
a.phone {
	margin-top:14px;
	float:left;
	display:block;
	width:83px;
	height:72px;
	text-indent:-1000px;
	background-image: url(images/support1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
a.phone:hover {
background-position: 0px -70px;
}
a.Academics {


	float:left;
	display:block;
	width:83px;
	height:101px;
	text-indent:-1000px;
	background-image: url(images/ACADEMICS.jpg);
	background-repeat: no-repeat;
	background-position: 0px -101px;
}
a.Academics:hover {

background-position: 0px 1px;
}
a.Email {


	float:left;
	display:block;
	width:83px;
	height:101px;
	text-indent:-1000px;
	background-image: url(images/Email.jpg);
	background-repeat: no-repeat;
	background-position: 0px -101px;
}
a.Email:hover {

background-position: 0px 1px;
}
#left {
	float: left;
	width: 635px;
	margin: 0 0 10px 0;
}
	.thirds {
		float: left;
		width: 500px;
		padding: 0 10px 0 15px;
	}
h4 {
	font-size:16px;
	font-weight:bold;
	color:#990033;
	padding-left: 30px;
	text-decoration: underline;
}
#learn {
	float:left;
	margin-top:30px;
	width: 80px;
}
#learn a.hover {

	background-image: url(images/learnMoreButtonHover.jpg);
	background-repeat: no-repeat;
}
.cont p {

	margin:0px;
	width:200px;
	float:left;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.cont {

	margin-top:20px;
	padding-top:5px;
	width:315px;
	height:auto;
	float:left;
	background-image: url(images/border.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

