/* 
    Document   : style
    Created on : Feb 15, 2010, 12:29:50 AM
    Author     : netaux
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
**/

*
{
	margin:0px;
	padding:0px;
}

body
{
    margin-top:20px;
    font-family:verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#333;
}

a:link, a:visited
{
    color:#333;
    text-decoration:underline;
}

a:hover
{
    text-decoration:none;
}

a img
{
    border:none;
}
h1
{
	background:url("../images/heading_bg.jpg") repeat-x;
	padding:5px 0px 10px 10px;
	font-weight:normal;
	font-size:24px;
	margin-bottom:20px;
}
input
{
	border:0;
}

#clear
{
	clear:both;
        margin:3px 0px 3px 0px;
}

#container
{
    width: 1000px;
    margin: auto;
    overflow:hidden;
}
#logo
{
	float:left;
        width: 320px;
}

#logo img
{
	margin-right:20px;
}

/*------------------- TOP LINKS ----------------------------*/

#pages
{
	list-style:none;
}

#pages li
{
	float:left;
        width:88px;
	padding:10px 0px 60px 0px;
        text-align:center;
	margin:0px 0px 0px 0px;
	background:#678ca7;
        border:1px solid #fff;
}
#pages li:hover
{
    width:88px;
    background:#c3d2dc;
    border:1px solid #545454;
}

#pages li a
{
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
#div_topmenu
{
    position: relative;
    width: 660px;
    float: right;
    
}
.submenu
{
    position:absolute;
    top:86px;
    left:0px;
    background:#c1d2dc;
    width:388px;
    padding:10px 40px 20px 20px;
    border:1px solid #545452;
    display: none;
    
}
.submenu ul
{
    margin:0px 80px 0px 0px;
    list-style:none;
}
.submenu li
{
    padding:10px 0px 10px 0px;
    height: 10px;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #73787e;
}

.submenu li:hover
{
   font-weight: bold;
    
}
.submenu li a
{
    font-size:12px;
    color:#73787e;
    text-decoration: none;
}


#search 
{
        width:188px !important;
        text-align:left !important;
        height:31px;
	padding:38px 0px 15px 20px !important;
}

#search input
{
	background:transparent;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#8dc6ef;
	width:138px;
	height:30px;
	font-size:25px;
	color:#6eb3e5;
}

#search a
{
	font-size:12px;
	font-weight:bold;
	color:#6eb3e5;
}

/*------------------- CONTENT LINKS ----------------------------*/

#menu
{
        margin-top: 3px;
	list-style:none;
}

#menu li
{
	padding:5px 27px 15px 5px;
        width:91px;
	background:#d4d4d4;
	margin:0px 1px 0px 1px;
	float:left;
}

#menu li a
{
	text-decoration:none;
	font-size:10px;
        font-weight:normal;
        white-space: nowrap;
        letter-spacing:-1px;
}

/*------------------- CONTENT ----------------------------*/

#panel
{
	width:124px;
	float:left;
	overflow:auto;
	margin-top:3px;
}
#panel h1
{
	margin:0px;
	font-size:18px;
        color: #1e4161;
        padding:10px 0px 10px 5px;
}
#content
{
	width:748px;
	float:left;
	padding:3px 2px 0px 2px;
}
#content .content-in ul
{
	margin:0px 0px 0px 20px;
}

#content p
{
	font-size:12px;
        padding:0px 10px 10px 10px;
}

.contentul
{
	padding:25px;
        font-size:12px;
}

.contentul li
{
	line-height: 1.4em;
}






#quicklinks
{
	list-style:none;
}

#quicklinks li
{
	float:left;
	margin:0px 1px 0px 1px;
}

#quicklinks #news
{
    background:url(../images/news_annoucments.jpg) no-repeat;
    width: 247px;
    height: 183px;
}

#news h2
{
    font-size:16px;
    font-weight: normal;
    text-transform: capitalize;
    padding:5px;
    letter-spacing:-1px;

}

#news h2 span
{
    color:#1e4161;
}
#news img
{
    position:relative;
    bottom:15px;
    left:10px;
}

#quicklinks #noteworthy
{
    background:url(../images/noteworthy.jpg) no-repeat;
    width: 247px;
    height: 183px;
}

#noteworthy h2
{
    font-size:16px;
    font-weight: normal;
    text-transform: capitalize;
    padding:5px;
    letter-spacing:-1px;
}

#noteworthy h2 span
{
    color:#1e4161;
}
#noteworthy img
{
    position:relative;
    bottom:15px;
    left:10px;
}

#quicklinks #virtual
{
    background:url(../images/virtual_tour.jpg) no-repeat;
    width: 247px;
    height: 183px;
}

#virtual h2
{
    font-size:16px;
    font-weight: normal;
    text-transform: capitalize;
    padding:5px;
    letter-spacing:-1px;
}

#virtual h2 span
{
    color:#1e4161;
}
#virtual img
{
    position:relative;
    top:117px;
    left:10px;
}

#panel_menu
{
	list-style:none;
}

#panel_menu li
{
        clear: both;
	padding:10px 0px 10px 10px;
	background:#d4d4d4;
	margin:2px 0px 2px 0px;
}

#panel_menu li a
{
	font-weight:bold;
	text-decoration:none;
	font-size:11px;
}
#footer
{
	margin-top:20px;
	background:#737373;
	padding:5px 0px 5px 0px;
	color:#fff;
}
#footer a
{
	color:#fff;
}
#copyright
{
	width:500px;
	text-align:center;
	float:left;
	padding-left:100px;
}
#copyright a
{
	text-decoration:none;
}
#designer_deverlopers
{
	width:auto;
	text-align:right;
	padding:0px 10px 0px 0px;
}


.newsticker-jcarousellite ul
{
	list-style:none;
}

.newsticker-jcarousellite ul li
{
	padding:10px 0px 10px 10px;	
	margin:2px 0px 2px 0px;
}

.newsticker-jcarousellite ul a
{
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}


.noteworthyticker-jcarousellite ul
{
	list-style:none;
}

.noteworthyticker-jcarousellite ul li
{
	padding:10px 0px 10px 10px;
	margin:2px 0px 2px 0px;
}

.noteworthyticker-jcarousellite ul a
{
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}

#socialnetworks
{   
    margin:0px 0px 2px 0px;
}

#socialnetworks ul
{
    list-style-type: none;
}
#socialnetworks ul li
{
    float: left;
}

#afflications
{
   
    padding: 5px;
}

#afflications ul
{
    list-style-type: none;
}
#afflications ul li
{
    display: inline;
}
#subscribe
{
    background: #D4D4D4;
    padding:10px;
}

#subscribe a
{
    text-decoration: none;
    font-weight: bold;
}



#subscribe input
{
	width:80px;
	height:20px;
	margin:7px 0px 0px 7px;
	float:left;
}
#subscribe button
{
	width:20px;
	height:20px;
	margin:7px 0px 0px 3px;
	padding:0px 0px 3px 0px;
	float:left;
}
.ourcampuses-outer-div
{
	float:left;
	margin:20px 0px 0px 0px;
	width:99%;
}
.ourcampuses-image-div
{
	margin:20px 0px 0px 0px;
	width:99%;
}
.ourcampuses-image-div img
{
	margin:0px 0px 10px 0px;
}
.ourcampuses-image-div p
{
	font-weight:bold;
}
.search-title
{
	width:99%;
	float:left;
}
.search-title a
{
 	color:#75C5F2;
 	font-weight:bold;
 	font-size:14px;
 	text-decoration:none;
}
.search-desc
{
	width:99%;
 	font-size:12px;
	margin:2px 0px 0px 0px;
	float:left;
}
.search-error-message
{
 	float:left;
 	width:90%;
 	margin:30px 0px 0px 14px;
 	color:red;
 	font-weight:bold;
 	font-size:20px;
}
#content table.mainTable
{
	width:97%;
	margin:5px 0px 0px 10px;
	border-left:solid 1px #000000;
}
table tr td.heading1
{
	font-family:Verdana, Geneva, sans-serif, arial;
	width:25%;
	font-size:11px;
	font-weight:bold;
	background:#BCCED8;
	border-top:solid 1px #000000;
	border-right:solid 1px #000000;
	height:23px;
}
table tr td.backgroundGrey
{
	font-family:Verdana, Geneva, sans-serif, arial;
	font-size:11px;
	height:25px;
	font-weight:bold;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
	background:#BABBBF;
	border-top:solid 1px #000000;
}
table tr td.contents-labels
{
	font-family:Verdana, Geneva, sans-serif, arial;
	font-size:11px;
	height:25px;
	width:33%;
	background:#EFF1F0;
	border-bottom:solid 1px #000000;
	border-right:solid 1px #000000;
}

table tr td.contents-columns
{
	font-family:Verdana, Geneva, sans-serif, arial;
	font-size:11px;
	text-align:left;
	padding-left:15px;
	height:25px;
	width:33%;
	background:#EFF1F0;
	border-bottom:solid 1px #000000;
	border-right:solid 1px #000000;
}
table tr td.bottom-columns
{
	height:25px;
	background:#EFF1F0;
	border-right:solid 1px #000000;
}

.contact-us
{
	float:left;
	width:806px;
	margin:10px 0px 0px 25px;
}
.contact-us-content
{
	float:left;
	width:806px;
	background:#F0EFEF;
	border:solid 2px #B3CEE7;
	padding:0px 0px 10px 0px;
}
.contact-us-content h1
{
	font-family:arial;
	font-size:20px;
	background:none;
	margin:5px 0px 0px 10px;
}
.contact-us-content hr
{
	border-bottom:solid 1px #AAADAE;
	width:806px;
	float:left;
	margin:10px 0px 10px 0px;
}
.contact-us-content .campus-heading
{
	font-family:arial;
	font-size:18px;
	width:96%;
	float:left;
	margin:0px 0px 0px 20px;
}
.contact-us-content .campus-detail
{
	width:96%;
	float:left;
	margin:10px 0px 10px 20px;
}
.contact-us-content .campus-detail .campus-name
{
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	width:260px;
	float:left;
	margin:5px 0px 5px 0px;
}
.contact-us-content .campus-detail .campus-sub-detail
{
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	width:500px;
	float:left;
	margin:5px 0px 5px 10px;
}
.contact-us-form
{
	float:left;
	width:806px;
	background:#F0EFEF;
	margin:5px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	border:solid 2px #B3CEE7;
}
.contact-us-form h1
{
	font-family:arial;
	font-size:20px;
	background:none;
	margin:5px 0px 0px 10px;
}

.contact-us-form .form-div
{
	float:left;
	width:806px;
	margin:5px 0px 5px 0px;

}
.contact-us-form .form-div .label-div
{
	float:left;
	width:230px;
	margin:5px 0px 5px 0px;
	padding:8px 3px 5px 0px;
	height:17px;
	font-weight:bold;
	font-size:12px;
	font-family:arial;
}
.contact-us-form .form-div .input-div
{
	float:left;
	width:400px;
	margin:5px 0px 5px 5px;
	height:30px;
}
.contact-us-form .form-div .text-area-div
{
	float:left;
	width:510px;
	margin:5px 0px 5px 5px;
	height:120px;
}
.contact-us-form .form-div .text-area-div textarea
{
	float:left;
	width:500px;
	padding:5px 0px 5px 5px;
	margin:0px 0px 0px 5px;
        border:solid 1px #B3CEE7;
	
	height:100px;
}
.contact-us-form .form-div .input-div input
{
	float:left;
	width:250px;
	padding:5px 0px 5px 5px;
        border:solid 1px #B3CEE7;
	margin:0px 0px 0px 5px;
}
.contact-us-form .form-div .error-div
{
	float:left;
	width:160px;
	margin:5px 0px 5px 5px;
	height:30px;
}
.contact-us-form .form-div .error-div ul.error_list
{
	list-style:none;
	padding:0;
}
.error-div ul li
{
	margin:0px 0px 0px 10px;
	color:red;
	
}

.contact-us-form .form-div .submit-button1
{
	float:right;
	width:565px;
	margin:0px 0px 5px 5px;
}
.contact-us-form .form-div .submit-button1 input
{
	background: url(../images/submit_buttom.jpg) no-repeat;
	float:left;
	width:100px;
	height:40px;
	cursor:pointer;
	border:0px;
}
.registration-form
{
	float:left;
	width:735px;
	margin:10px 0px 0px 5px;
	background:#F0EFEF;
	border:solid 2px #B3CEE7;
}
.registration-form .registration-form-content
{
	float:left;
	width:735px;
	padding:0px 0px 10px 0px;
}
.registration-form .registration-form-content h1
{
	font-family:arial;
	font-size:20px;
	background:none;
	margin:5px 0px 0px 10px;
}
.registration-form .registration-form-div
{
	float:left;
	width:735px;
	margin:50px 0px 0px 0px;
	padding:0px 0px 10px 0px;
}
.registration-form .registration-form-div .label-div
{
	float:left;
	width:160px;
	margin:5px 0px 5px 0px;
	padding:8px 3px 5px 0px;
	height:17px;
	font-weight:bold;
	font-size:12px;
	font-family:arial;
}
.registration-form .registration-form-div .input-div
{
	float:left;
	width:400px;
	margin:5px 0px 5px 5px;
	height:30px;
}
.registration-form .registration-form-div .text-area-div
{
	float:left;
	width:360px;
	margin:5px 0px 5px 5px;
	height:120px;
}
.registration-form .registration-form-div .text-area-div textarea
{
	float:left;
	width:350px;
	padding:5px 0px 5px 5px;
	margin:0px 0px 0px 5px;
        border:solid 1px #B3CEE7;
	
	height:100px;
}
.registration-form .registration-form-div .input-div input
{
	float:left;
	width:350px;
	padding:5px 0px 5px 5px;
        border:solid 1px #B3CEE7;
	margin:0px 0px 0px 5px;
}
.registration-form .registration-form-div .error-div
{
	float:left;
	width:150px;
	margin:5px 0px 5px 5px;
	height:30px;
}
.registration-form .registration-form-div .error-div ul.error_list
{
	list-style:none;
	padding:0;
}
.registration-form .registration-form-div .error-div ul li
{
	margin:0px 0px 0px 10px;
	color:red;
	
}
.registration-form .registration-form-div .submit-button1
{
	float:right;
	width:563px;
	margin:0px 0px 5px 5px;
}
.registration-form .registration-form-div .submit-button1 input
{
	background: url(../images/submit_buttom.jpg) no-repeat;
	float:left;
	width:100px;
	height:40px;
	cursor:pointer;
	border:0px;
}


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

a.download
{
   background: #777;
   color:#fff;
   font-size: 0.6em;
   padding:1px;
}


.doctype
{
  margin:15px 0px 5px 10px;
  float: left;
  width:45%;
}
.doctype ul
{
    margin-top: 10px;
    padding-left: 20px;
}
.doctype ul li
{
    line-height: 2em;
    font-size: 1.1em;
}

.doctype ul li a
{
    text-decoration: none;
}
#tinybox {position:absolute; display:none; padding:10px; background:#fff url(images/preload.gif) no-repeat 50% 50%; border:10px solid #e3e3e3; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:#000; z-index:1500}
#tinycontent {background:#fff}
