/***** Global Settings *****/

html, body {
	border:0;
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

 
/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
}

h1 {
	font-size:14px;
	color:#3a6d8b;
}
h2 {
	font-size:22px;
	color:#FF0000;
	padding-bottom: 15px;
}

h3 {
	font-size:16px;
	color:#FF0000;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style:italic;
	padding-left: 10px;
}
h4 {
	font-size:12px;
	color:#5E6062;
	padding-top: 3px;
	padding-bottom: 3px;
	font-style:italic;
	padding-left: 3px;
}

div {
margin:0;
padding:0;
border:0;
} 
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
	margin:1em;
	padding:1em 1em 0 1em;
	font-style: italic;
}
 
small {
	font-size:0.85em;
	font-weight:bold;
	color: #999999;
}
 
img {
	border:0;
	-Moz-Opacity:1;filter:alpha(opacity=100);cursor:hand;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}
 
/***** Links *****/
a, a:link, a:visited{
	text-decoration:underline;
	color:#3333CC;
}
a:hover{
	text-decoration:underline;
	color:#a4bfcf;
}

 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
}
 
input, select, textarea {
font:1em Trebuchet MS, Trebuchet, Verdana, Arial, Sans-Serif;
}

textarea {
width:100%;
line-height:1.25;
}
 
label {
	cursor:pointer;
	margin-right:5px;
	vertical-align: top;
}
 
/***** Tables *****/
 
table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {

}
 
/***** Wrapper *****/
 
#wrap {
	width:998px;
	margin:0 auto;
}
 
/***** Global Classes *****/
 
.clear         { clear:both; }
.float-left    {
	float:left;
}
.float-right   {
	float:right;
}
 
.text-left     {
	text-align:left;
	width: 175px;
}
.text-right    {
	text-align:right;
	width: 150px;
}
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.center	{ text-align:center; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.wrap          { width:960px;margin:0 auto; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


input.text {
	font-size:11px;
	height: 15px;
}
select.text {
	font-size:11px;
}

/***** IAL Classes *****/

body 
{

	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#top {
	height: 96px;
	width: 998px;
}
#middle {
	width: 998px;
	background-color: #FFFFFF;
	background-image: url(images/bg-middle.jpg);
	background-repeat: repeat-y;
	padding-bottom: 30px;
}
#footer {
	width: 998px;
	height: 67px;
	background-image: url(images/bg-footer.jpg);
	margin-bottom: 5px;
}
#grad-left {
	background-image: url(images/grad-left-bg.jpg);
	background-repeat: repeat-y;
	width: 18px;
}
#grad-right {
	background-image: url(images/grad-right-bg.jpg);
	background-repeat: repeat-y;
	width: 18px;
}
#content-cont {
	width: 962px;
	margin-top: 10px;
}
#logo {
	height: 96px;
	width: 210px;
}
#menus-cont {
	height: 96px;
	width: 788px;
}
#top-menu {
	padding-right:35px;
	height: 22px;
}
#main-menu {
	width: 783px;
	height: 39px;
	background-image: url(images/main-menu-bg.jpg);
	margin-top: 35px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#main-menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	padding: 0;
	padding-top: 12px;
}
#main-menu li {
	float:left;
	display: block;
	width: 107px;
	height: 20px;
	text-align: center;
}
#main-menu li a {
	color:#315971;
	text-decoration:none;
	font-weight:bold;
}
#main-menu li a:hover {
	text-decoration:none;
	color:#a4bfcf;
}
#cont-left {
	width: 285px;
}
#search-area {
	height: 90px;
	width: 285px;
	background-image: url(images/bg-search.jpg);
}
#search-area #searchbox {
	width:190px;
	height: 20px;
	border: 1px solid #a3c6da;
	margin-top: 45px;
	margin-left: 17px;
}
#search-area #searchbtn {
	/* hide */
background-color: transparent;
	border: 0px;
	padding: 0px;
	overflow: hidden;
	/* new */
background-image: url(images/btn-src.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width:50px;
	height:20px;
	margin-top: 46px;
	margin-left: 5px;
	cursor: pointer; /* for IE & FF */
}
#login-area {
	height: 108px;
	width: 285px;
	background-image: url(images/bg-login.jpg);
	margin-top: 15px;
	padding-top: 32px;
}
#login-area h2 {
	margin-left:17px;
	color: #8a8f92;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 0px;
}
#login-area #loginbox {
	width:190px;
	height: 16px;
	border: 1px solid #c7c7c7;
	margin-left: 17px;
}
#login-area #loginbtn {
	/* hide */
background-color: transparent;
	border: 0px;
	padding: 0px;
	overflow: hidden;
	/* new */
background-image: url(images/btn-lgn.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width:50px;
	height:20px;
	margin-left: 5px;
	cursor: pointer; /* for IE & FF */
}
#pool-area {
	background-image: url(images/bg-survey.jpg);
radio-btns
	height: 192px;
	width: 285px;
	margin-top: 35px;
	height: 192px;
}
#pool-area #pollbtn {
	/* hide */
background-color: transparent;
	border: 0px;
	padding: 0px;
	overflow: hidden;
	/* new */
background-image: url(images/btn-pool-sbmt.gif);
	background-position: center center;
	background-repeat: no-repeat;
	width:61px;
	height:20px;
	margin-left: 200px;
	cursor: pointer; /* for IE & FF */
}
#affil-banners {
	width: 285px;
	margin-top: 15px;
}
#cont-right {
	width: 677px;
}
#news-banner {
	height: 245px;
	width: 670px;
	margin-left: 5px;
}
#home-content-cont {
	width: 672px;
	margin-left: 5px;
}
#boxes-cont {
	width: 515px;
	margin-top: 10px;
}
.box-cont {
	height: 214px;
	width: 252px;
	margin-right: 5px;
	float: left;
	margin-top: 5px;
}
.box-header {
	height: 19px;
	width: 146px;
	margin-left: 5px;
	float: left;
}
.box-body {
	clear: left;
	float: left;
	height: 187px;
	width: 244px;
	background-image: url(images/bg-box.jpg);
	padding: 4px;
}
.box-body p {
	padding: 0;
}
.box-body h1 {
	color:#FF0000;
	font-size: 11px;
	font-weight: bold;
}
.box-body a {
	color:#FF0000;
	font-size: 11px;
	text-decoration:none;
}
.box-body a:hover {
	text-decoration:underline;
}
#home-right-section-cont {
	width: 155px;
	margin-top: 10px;
}
#home-right-btns-cont {
	width: 100%;
}
#right-links-cont {
	width: 155px;
	margin-top: 15px;
}
#right-main-links-cont {
	width: 155px;
	margin-top: 15px;
}

#right-links-header {
	height: 20px;
	width: 100%;
	font-size: 13px;
	color: #4a809d;
	padding-left: 3px;
	font-weight: bold;
}
#right-links {
	width: 155px;
}
#right-links ul {
	margin: 0;
	padding: 0;
	list-style:none;
	line-height: normal;
}
#right-links li {
	float:none;
}
#right-links a {
	float:none;
	height:17px;
	float:none;
	text-decoration: none;
	text-indent: 15px;
	text-align: left;
	line-height: 17px;
	color: #000000;
}
#right-links a:hover {
	font-weight:bold;
	text-decoration:underline;
}
#footer-left-grad {
	height: 67px;
	width: 18px;
}
#footer-cont {
	height: 50px;
	width: 962px;
	background-image: url(images/footer-bg.jpg);
}
#footer-right-grad {
	height: 67px;
	width: 17px;
}
.footer-sides {
	height: 50px;
	width: 9px;
	float:left;
}
#footer-content {
	height: 50px;
	width: 944px;
}
#footer-links {
	height: 30px;
	width: 100%;
	text-align: center;
	color: #486d81;
	font-weight: bold;
	padding-top: 5px;
}
#footer-links a {
	color:#486d81;
	font-weight: bold;
	text-decoration:none;
}
#footer-links a:hover {
	text-decoration:underline;
}
#footer-text {
	height: 15px;
	width: 100%;
	text-align: center;
}
#secondary-menu {
	height: 20px;
	width: 100%;
}
#secondary-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	line-height: normal;
}
#secondary-menu li {
	float:left;
	padding-left: 15px;
}
#secondary-menu li a {
	color:#FFFFFF;
	font-weight:11px;
	text-decoration:none;
}
#secondary-menu li a:hover {
	text-decoration:underline;
}
#pool-question {
	height: 30px;
	width: 250px;
	margin-left: 17px;
	margin-top: 30px;
}
#pool-radio-btns {
	width: 240px;
	margin-left: 25px;
}
#pool-submit {
	height: 30px;
	width: 200px;
}
#designer {
	height: 20px;
	width: 973px;
	text-align: right;
	padding-right: 15px;
	margin-bottom: 5px;
}
#content-default {
	width: 94%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
#content-default th {
	font-size:14px;
	font-weight:bold;
	color: #a4bfcf;
}
#content-default td {

}
#content-default img {
	padding:5px;
}
.gallery {
	width:100%;
	text-align: center;
	border: 1px solid #a4bfcf;
	padding-top: 15px;
	padding-bottom: 15px;
}
.internal-links {
	width: 400px;
}
.internal-links ul {
	margin: 0;
	padding: 0;
	line-height: normal;
	list-style-image: none;
	list-style-type: none;
}
.internal-links li {
	float:right;
	padding-left: 15px;
}
.internal-links li a {
	color:#FF0000;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
.internal-links li a:hover {
	text-decoration:underline;
}
.portrait-item-comt {
	height: 130px;
	width: 122px;
	border: 1px solid #a4bfcf;
	margin: 10px;
	float: left;
}
.portrait-name-holder {
	width: 100%;
}
.portrait-link {
	width: 100%;
}
.portrait-link a {
	color:#FF0000;
	text-decoration:none;
}
.portrait-link a:hover {
	text-decoration:underline;
}
.social-clubs {
	height: 110px;
	width: 600px;
	border: 1px solid #a4bfcf;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.social-clubs-head {
	height: 25px;
	width: 500px;
}
.social-club-logo {
	height: 85px;
	width: 85px;
}
.social-clubs-btns {
	height: 35px;
	width: 485px;
	padding-left: 15px;
}
.social-clubs-info {
	height: 50px;
	width: 475px;
	padding-left: 25px;
}
.event-cont {
	width: 600px;
	border: 1px solid #a4bfcf;
}

.lunch-list-cont {
	height: 148px;
	width: 98px;
	border:solid 1px #FFF;
	float: left;
	margin: 5px;
	background-image: url(images/bg-lunch-item.gif);
	background-repeat: no-repeat;
}
.lunch-list-cont:hover {
	height: 148px;
	width: 98px;
	border:solid 1px #e4edab;
}
.lunch-list-cont ul {
	margin: 0;
	padding: 0;
	line-height: normal;
	list-style-image: none;
	list-style-type: none;
}
#lunch-main-cont {
	width: 550px;
	margin-left: 40px;
}
#contact-form {
	width: 400px;
	padding: 20px;
	border:solid 1px #c7c7c7;
	margin-left: 80px;
}
#contact-form .inputs, .inputs {
	width:300px;
	height: 16px;
	border: 1px solid #c7c7c7;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
.inputs
{
}
#contact-form .textarea {
	width:300px;
	border: 1px solid #c7c7c7;
	margin-left: 10px;
	margin-bottom: 10px;
	}
#contact-form #gobtn, #contact-form .gobtn , .gobtn  {
	/* hide */
background-color: transparent;
	border: 0px;
	padding: 0px;
	overflow: hidden;
	/* new */
	background-image: url(images/btn-go.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	width:61px;
	height:20px;
	margin-left: 290px;
	cursor: pointer; /* for IE & FF */
}

.news-item {
	height: 47px;
	width: 103px;
	border: solid 1px #FFF;
}
#news-banners-items-cont {
	height: 245px;
	width: 105px;
}
#news-item-main {
	height: 243px;
	width: 563px;
	border: 1px solid #FFF;
}

.logonUserBox
{
	width:100%;
	text-align:center;
}

.logonUserBox a
{
	text-decoration:none;
	color:firebrick;
}

.chartlist { 
      float: left; 
      border-top: 1px solid #EEE; 
      width: 230px;
      font-size:12px;
      font-weight:bold;
      color:#3F3F3E;
      cursor:default;
      margin-top:3px;
      list-style: none;
    }
    .chartlist li { 
      position: relative;
      display: block;  
      border-bottom: 1px solid #EEE; 
      _zoom: 1;
    }
    .chartlist li div { 
      display: block; 
      padding-left:3px;
      position: relative; 
      z-index: 2; 
    }
    .chartlist li a
    {
      color:#2d7bb2;
    }
    .chartlist .count { 
      display: block; 
      position: absolute; 
      top: 0; 
      right: 0; 
      margin: 0 0.3em; 
      text-align: right; 
      color: #999; 
      font-weight: bold; 
      font-size: 0.875em; 
      line-height: 2em; 
    }
    .chartlist .index { 
      display: block; 
      position: absolute; 
      top: 0; 
      left: 0; 
      height: 100%; 
      background: #CBBA52; 
      text-indent: -9999px; 
      overflow: hidden; 
      line-height: 2em;
    }
    .chartlist li:hover { 
      background: #EFEFEF; 
      color:#333333;
    }
    
.studentDirInDiv
{
	float:left;
	margin-right:10px;
	text-align:center;
	border:1px solid gainsboro;
}

.hr_inputs {
	width:290px;
	height: 16px;
	border: 1px solid #c7c7c7;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	
	.hr_label
	{
	 font-weight:bold;
	 color:#3A6D8B;
	 vertical-align:middle;
	 
		}
		.hr_ddlist
		{
			width:90px;
	height: 18px;
	border: 1px solid #c7c7c7;
	margin-left: 10px;
	margin-bottom: 10px;
	 margin-left:0px;
	 padding-left:0px;
			}
			
			.hr_sml_inputs {
	width:90px;
	height: 16px;
	border: 1px solid #c7c7c7;
	margin-left: 0px;
	margin-bottom: 10px;
	}
	.msgBdy
	{
		 vertical-align:middle;
		 padding:2px 10px 1px 10px;
		 margin:2px 10px 1px 10px;
		  background-color:#F1F1F1;
		}
.divSubPages a
{
	text-decoration:none;
	color:firebrick;
	font-weight:bold;
}