@charset "utf-8";
body  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #030;/*#551039#753e3e;*/
	font-size:12px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr div#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFF;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;  /*this overrides the text-align: center on the body element. */
	position:relative;
} 

.twoColFixLtHdr div#header { 
	background: #10552B;
	background-image:url(../images/logo_full_founded_fade.jpg);
	background-repeat:no-repeat; 
	/*padding: 0 10px 0 20px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:100px;
	width:780px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.menucontainer {
	width:780px;
	background:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
	height:38px;
	top:100px;
	position:absolute;
	top:100px;
	left:0;
	z-index:5;
}

.twoColFixLtHdr #sidebar1 {
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #10552B;  /*the background color will be displayed for the length of the content in the column, but no further */
	padding: 55px 0px 0px 0px;
	position:absolute;
	top:135px;
	left:0;
	z-index:4;
}

.twoColFixLtHdr #below_left_menu {
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;  /*the background color will be displayed for the length of the content in the column, but no further */
	padding: 55px 0px 0px 0px;
	position:absolute;
	top:545px;
	left:0;
	z-index:4;
}

.twoColFixLtHdr #sidebar1_admin_landing {
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF;  /*the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 0px 0px 10px;
	position:absolute;
	top:135px;
	left:0;
	z-index:4;
}

/*FOR IE*/
* html .twoColFixLtHdr #sidebar1 {
	padding:0;
	margin:-10px 0 0 0;
}


.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 165px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFF;
	/*z-index:1;       commented out because of a conflict with formcheck validation script.  Caused it not to work with Firefox*/
}

.twoColFixLtHdr #mainContent_admin { 
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	position:absolute;
	top:0px;
	left:0px;
	background-color:#FFF;
	z-index:1;
}

.twoColFixLtHdr #main_mainContent {
	padding:145px 0 0 0;
	background:#FFF;
	width:100%;						/*HACK FOR IE*/
	min-width:615px;				/*HACK FOR MOZILLA*/
	max-width:615px;				/*HACK FOR MOZILLA*/
	border:0px solid #33FF11;
}

.twoColFixLtHdr #main_mainContent_admin_landing {
	padding:145px 0 0 0px;
	background:#FFF;
	width:92%;						/*HACK FOR IE*/
	min-width:566px;				/*HACK FOR MOZILLA*/
	max-width:566px;				/*HACK FOR MOZILLA*/
	border:0px solid #33FF11;
	margin-left:49px
}

.twoColFixLtHdr #main_mainContent_admin {
	padding:145px 0 0 0px;
	background:#FFF;
	width:100%;						/*HACK FOR IE*/
	min-width:780px;				/*HACK FOR MOZILLA*/
	max-width:780px;				/*HACK FOR MOZILLA*/
	border:0px solid #33FF11;
	margin:0 0 0 0px;
}

.twoColFixLtHdr #main_mainContent_index {
	padding:135px 0 0 0px;
	background:#FFF;
}

.twoColFixLtHdr #main_mainContent p{
	margin:15px 15px 0 15px;
}

.twoColFixLtHdr #main_mainContent_admin_landing p{
	margin:15px 15px 0 15px;
}

.twoColFixLtHdr #BE_mainContent { 
	margin: 0 auto; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:90%;
}

div#address {
	position:absolute;
	top:575px;
	left:8px;
	padding:4px;
	line-height:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:none;
	text-align:left;
	font-size:12px;

}

div#news {
	background-image:url(../images/news_index_bg_3.png);
	position:absolute;
	top:435px;
	left:255px;
	width:525px;
	height:100px;
	z-index:2;
	opacity:.50;
	moz-opacity:.50;
	filter:alpha(opacity=50);
}

div#news_table {
	background:none;
	position:absolute;
	top:435px;
	left:255px;
	width:525px;
	height:90px;
	z-index:6;
}



.twoColFixLtHdr #footer { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:14px;
	text-align:left;
	position: absolute;  /* This selector, and the 'bottom' selector below, will keep the footer at the bottom of the container*/
	bottom: 0px; 
}

.mainfooter {
	margin:0 0 0 -150px;
}

.admin {
	margin:0 0 0 15px;
}

.landing {
	margin:0 0 0 -195px; 
}

.twoColFixLtHdr #footer a:link, #footer a:visited {
	text-decoration:none;
	color:#000;
}

.twoColFixLtHdr #footer a:hover {
	color:#555;
	text-decoration:underline;
}

 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link, a:visited {
	color:#009933;
	text-decoration:underline;
}

a:hover {
	color:#10552B;
}

H1 { 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006600;
	margin:15px 0 0 15px;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#006600;
	font-size:large;
}

h3#largelink {
	margin:0 0 0 0;
	padding-left:15px;
}

p#linespacing {
	line-height:18px;
}

ul li, ol li {
	line-height:18px;
}
span.boldtitle {
	font-weight:bold;
	font-size:13px;
	color:#009900;
}

span.boldtitle a:link, span.boldtitle a:visited {
	text-decoration:underline;
	color:#000;
}

span.boldtitle a:hover {
	text-decoration:none;
	color:#999;
}

a#gallerylink:link,a#gallerylink:visited {
	text-decoration:none;
	color:#000;
}

a#gallerylink:hover {
	text-decoration:underline;
	color:#006600;
}



table.index_events {
	border:0px solid #fff;
	border-collapse:collapse;
	border-spacing:10px 0px;
	width:95%;
	margin:8px auto 0 auto;
	
}

table.index_events th {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
}

table.index_events td#news_top {
	border-bottom:1px dashed #fff;
	color:#fff;
	font-size:11px;
	padding:10px 0px;
}

table.index_events td#events_top {
	border-bottom:1px dashed #fff;
	color:#fff;
	font-size:11px;
	padding:6px 0px;
}

table.index_events td#news_bottom {
	border-bottom:none;
	color:#fff;
	font-size:11px;
	padding:6px 0px;
}

table.index_events td#events_bottom {
	border-bottom:none;
	color:#fff;
	font-size:11px;
	padding:6px 0px;
}

table.index_events td#horiz_line {
	border-right:1px solid #fff;
	width:3%;
}

table.index_events td#horiz_blank {
	width:1%;
}

table.index_events td a:link, table.index_events td a:visited {
	color:#fff;
	text-decoration:none;
}

table.index_events td a:hover {
	color:#fff;
	text-decoration:underline;
}

table.index_events td#bottom_link {
	text-align:right;
}

table.index_events td#bottom_link a:link, table.index_events td#bottom_link a:visited {
	color:#FFCC00;
	font-weight:bold;
}

table.index_events td#bottom_link a:hover {
	color:#fff;
	text-decoration:none;
}

table.faculty {
	width:500px;
	border: 0px solid red;
	margin-left:30px;
}

td.faculty_name {
	font-weight:bold;
	font-size:14px;
	color:#000;
	padding-top:5px;
}

td.faculty_title1 {
	font-weight:normal;
	color:#000;
	border-bottom:1px dotted #CCC;
	padding:0px 5px 5px 0;
}

td.faculty_title2 {
	font-weight:normal;
	color:#000;
}

table.special_area {
	border:1px solid #bbb;
	background-color:#fcfadd;
	width:95%;
	margin-left:15px;

}

table.special_area td#label {
	font-weight:bold;
}


table.form {
	width:100%;
	border:none;
}

table.form input, select {
	font-size:11px;
}

teble.form td#label {
	width:25%;
}

table.form td#form_element {
	width:75%;
}

table.form2 {
	width:100%;
	border:none;
	font-weight:bold;
}

table.form2 input, select {
	font-size:11px;
}

teble.form2 td#label {
	width:40%;
	font-weight:bold;
}

table.form2 td#form_element {
	width:60%;
}

span#heading {
	font-weight:bold;
	line-height:24px;
	background-image:url(../images/heading_bg.jpg);
	background-repeat:repeat-y;
	display:block;
	color:#FFF;
	padding-left:10px;
	margin-left:15px;
}

div#alertbox {
	border:1px solid #BBB;
	width:98%;
	margin:0 auto;
	text-align:center;
	background-color:#e3dfe0;
}

table.alertbox {
	border-collapse:collapse;
	width:200px;
 	text-align:left;
	margin-right:10px;	
}

table.alertbox td {
	background-image:url(../images/alert_box_middle.png);
	background-repeat:repeat-y;
	padding:3px 7px 3px 7px;
}

table.alertbox td.alert_header {
	padding-left:50px;
	font-size:12px;
	font-weight:bold;
	line-height:30px;
	color:#555;
}

table.alertbox td#alert_header_review {
	background-image:url(../images/alert_box_top_search_36.png);
	background-repeat:no-repeat;
}

table.alertbox td#alert_header_warning {
	background-image:url(../images/alert_box_top_warning_36.png);
	background-repeat:no-repeat;
}

table.alertbox td#alert_header_expired {
	background-image:url(../images/alert_box_top_delete_36.png);
	background-repeat:no-repeat;
}

table.alertbox td#alert_header_important {
	background-image:url(../images/alert_box_top_important.png);
	background-repeat:no-repeat;
}

table.alertbox td#topitem {
	border-top:2px solid #ABABAB;
	background-image:url(../images/alert_box_bottom_36.png);
	background-repeat:no-repeat;
	border-bottom:#e3dfe0;	
}

table.alertbox td#box_bottom {
	background-image:url(../images/alert_box_bottom_36.png);
	background-repeat:no-repeat;
	height:45px;
	font-size:9px;
	text-align:right;
}

table.alertbox td#box_bottom img {
	float:right;
	border:none;
	margin-left:7px;
}

table.alertbox td#box_bottom a:link, table.alertbox td#box_bottom a:visited {
	background:none;
	text-decoration:none;
	color:#555;
}

table.alertbox td#box_bottom a:hover {
	color:#999999;
}

table.alertbox td a:link {
	background:url(../images/icons/rright.gif) no-repeat left top;
	padding-left:22px;
	text-decoration:none;
	line-height:16px;
	color:#000;
}

table.alertbox td a:visited {
	color:#888;
}

table.alertbox td a:hover {
	color:#0099FF;
	text-decoration:underline;
}


table.alert_frame{
	width:200px;
}

table.alert_frame td{
	vertical-align:top;

}

table.joblist {
	border-collapse: collapse;
	margin: 24px;
	font-size: 10px;
}

table.joblist th {
	background: #13572E;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	border-right: 1px solid #fff;
	line-height: 1.2;
}

table.joblist td {
	padding: 6px 11px;
	border-bottom: 1px solid #00CC33;
	vertical-align: top;
}

table.joblist td * {
	padding: 6px 11px;
}

table.joblist tr.alt td {
	background: #e5f9ed;
}

table.joblist tr.over td, table.joblist tr:hover td {
	background:#caf4db;
}

span#admin_menu {
	padding-left:450px;
	display:block;
	line-height:30px;
}

span#admin_menu a:link, span#admin_menu a:visited {
	color:#000;
	text-decoration:none;
	font-weight:bold;
	padding-right:50px;
}

span#admin_menu a:hover {
	color:#006600;
	font-weight:bold;
	text-decoration:underline;		
}

div#main_mainContent > p > table.faqs {
	width:550px;
	margin:0 33px 0 32px;
}

table.faqs td.Q {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#006600;
	font-weight:bold;
	vertical-align:top;
	padding:10px 15px;

}

table.faqs td.A  {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FF9900;
	vertical-align:text-top;
	font-weight:bold;
	padding:10px 15px;
}

table.faqs td.question  {
	font-weight:bold;
	padding:10px 15px;
}

table.faqs td.answer {
	padding:10px 15px 10px 15px;;
	border-bottom:1px dotted #ccc;
}

table.jobdetails {
	border:1px solid #ccc;
	width:95%;
	margin:0 auto;
}


table.PR_list {
	border-collapse: collapse;
	margin: 15px;
	font-size: 10px;
}

table.PR_list tr.over {
	background-color:#e5f9ed;
}

table.PR_list td {
	padding: 6px 11px;
	vertical-align: top;
}

table.PR_list td#btm_row {

padding:5px 5px 15px 10px;
/*border-bottom:1px solid #009933;*/
}

table.PR_list td a:link, table.PR_list td a:visited {
	font-size:11px;
	font-weight:bold;

}

table.PR_list tr#row_1{
	background-color:#e5f9ed;
}

table.PR_list td#PR_title {
	padding:10px 15px 0px 10px;
}

table.PR_list td#PR_date {
	padding:10px 10px 0 0px;text-align:right;
}