@charset "utf-8";
/* CSS Document */

/* Start Header , Footer , NAV */


#body{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg_website.jpg);
	background-repeat: repeat;
}
.SeeAlso_Text {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

.Logo_Gray {
	background-image: url(images/Gray_Logo.png);
	background-repeat: no-repeat;
}



.H_Line_Dash {
	border: 1px dashed #CCC;
}
.H_Line_Dash_bg_gray {
	border: 1px dashed #CCC;
	background-color:#EBEBEB;
}


#Header {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	height: 186px;
	background-attachment: scroll;
	background-color: #E0E0E0;
	background-image: url(images/header_bg_Ext.png);
	background-repeat: repeat-x;
	background-position: center top;
}


#footer {
	color:#A6A6A6;
	font-family:tahoma, verdana, sans-serif;
	font-size:11px;
	line-height:1.5em;
	padding-bottom:10px;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat;
	background-position: 0 0;
	left: 0px;
	right: 0px;
	bottom: 0px;
	clear: both;
}

#footer_inner {
	position:relative;
	background-attachment: scroll;
	background-image: url(images/footer_bg_strip.png);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer_wrap {
	margin:0 auto;
	padding-top:21px;
	position:relative;
}

#Navigation{
	font-family:verdana,tahoma,arial,sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#C5E4FB;
	height:10px;
	line-height:1em;
	text-decoration:none;
	text-align: center;
	border-top-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #515151;
	border-right-color: #515151;
	border-bottom-color: #515151;
	border-left-color: #515151;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width:9%;
	padding-top: 5px;
}

.PageHeading_DimBlue {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:#7F7F7F;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	clear:left;
	color:#FFFFFF;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-size:16px;
	font-weight:normal;
	line-height:1.25;
	margin-bottom:1.25em;
	margin-left:0;
	margin-right:0;
	margin-top:1em;
	padding-bottom:6px;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	text-shadow:-1px -1px 0 #777777;
}

#Navigation a{
	font-family:verdana,tahoma,arial,sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#C5E4FB;
	height:10px;
	line-height:1em;
	text-decoration:none;
	text-align: center;
}
#Navigation a.active{
	background-color: #4E4E52;
	clear: both;
	display:inline-block;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-right: 4px;
	padding-left: 4px;
	height:13px;
	width: 72%;
	text-align: center;
	border: 1px dotted #CCC;
}
#Navigation a:hover{
	font-family:verdana, tahoma, arial, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#C5E4FB;
	height:10px;
	line-height:1em;
	text-decoration:none;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDD;
}


#Navigation_Campus {
	-moz-background-clip:border;
	-moz-background-origin:padding;
	-moz-background-size:auto auto;
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(images/More.gif);
	background-position:0 10px;
	background-repeat:no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E8E8E8;
	font-size:1.15em;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom:7px;
	padding-left:25px;
	padding-right:10px;
	padding-top:7px;
	text-decoration:none;
	font-family: tahoma, verdana, arial;

}
.Demo{
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #363636;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E8E8E8;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-image: url(images/bg_Menu.jpg);
	background-repeat: no-repeat;
	}
#Navigation_Campus a {
	color:#666666;
	text-decoration:none;
}
#Navigation_Campus a.active {
	color:#0072BC;
	text-decoration:none;
	font-style:normal;
	border-left-width: 0px;
	border-left-style: solid;
	border-top-color: #069;
	border-right-color: #069;
	border-bottom-color: #666;
	border-left-color: #069;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	
}
#Navigation_Campus a:hover {
	font-weight:bold;
}


.bgoverMenu{
	background-color: #333;
	background-image: url(images/Menu_bg.gif);
	background-repeat: repeat-x;
}
.bgoutMenu{}

#col_1 {
background:url("images/home_sections_bg.png") repeat-x scroll 0 0 transparent;
}
#col_2 {
background:url("images/home_sections_bg_middle.png") repeat-x scroll 0 0 transparent;
height:351px;

}
#col_2_short {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/home_Short_bg.png);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#meta-nav {
	color:#333;
	font-family:Arial,Helvetica,Verdana,Tahoma,sans-serif;
	font-size:12px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-Top: 5px;
	height: 21px;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #272E44;
	border-bottom-color: #333;
	background-attachment: scroll;
	background-color: #060;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}

#meta-nav a {
color:#95C8EB;
text-decoration:none;
}

#meta-nav a:hover {
	color:#95C8EB;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

form#searchForm input#search_term {
background:url("images/header_search_bg.png") repeat-x scroll 0 0 #FFFFFF;
border:medium none;
color:#707070;
font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
font-size:0.9167em;
height:15px;
margin:2px 3px 0 2px;
padding:2px 11px 3px 20px;
width:145px;
}

/* End Header , Footer , NAV */




/* Start Links , Text , Multiple CSS */

.News_Month{
	color: #939393;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
}

.News_Date{
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	color: #525252;
	text-decoration: none;
	font-weight: bold;
}

.News_Heading{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0576BE;
	text-decoration: none;
	padding-left: 5px;
}

.News_Text{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	line-height: 1.5em;
	color: #777777;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
}
.News_Box {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-bottom-color: #E9E9E9;
	border-left-color: #E9E9E9;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-bottom: 10px;
}


.DimGrayLine{
	color: #676767;
	}
	
.DimGray {
	color:#A6A6A6;
	font-family:tahoma, verdana, sans-serif;
	font-size:11px;
	line-height:1.5em;
}
.DimDarkGray {
	color:#888;
	font-family:tahoma, verdana, sans-serif;
	font-size:11px;
	line-height:1.5em;
}

#DarkGray {
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:1.5em;
	text-decoration: none;
}

#DarkGray a:hover {
	line-height:1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#DimLightBlue {
	color:#9FC4DA;
	font-family:tahoma, verdana, sans-serif;
	font-size:12px;
	line-height:1.5em;
	text-decoration: none;
}

#DimLightBlue a:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}

#facebook{
	background-image: url(images/facebook1.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 115px;
}

#facebook a:hover{
	background-image: url(images/facebook2.jpg);
	background-repeat: no-repeat;
}

.BoldText_H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0576BE;
	text-decoration: none;
	padding-left: 10px;
}

.newsticker {
	list-style-type: none;
	border: 1px dashed #fff;
	background: #050c44;
	padding: 3px;
	margin: 0;
}

/* End Links , Text , Multiple CSS */
.TeamMember_Heading {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	color: #333;
	letter-spacing: 1.21px;
	font-size: 16px;
	text-decoration: none;
}
.PictureBorder {
	border: 1px groove #999;
	padding: 2px;
}
.Pic_Fadeslideshow_frame {
	border: 2px solid #CCC;
	float: left;
}


.More {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #0576BE;
	text-decoration: none;
}


#content{
background:none repeat scroll 0 0 #6F93AA;
clear:left;
color:#FFFFFF;
font-family:Georgia,Times,"Times New Roman",serif;
font-size:16px;
font-weight:normal;
line-height:1.25;
padding:7px 10px 6px;
text-shadow:-1px -1px 0 #777777;
}

#Col2_About{
	clear:left;
	color:#515151;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.25;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.PadTop_5 {
	padding-top: 5px;
}



#home_testimony {
	color:#444444;
	margin:0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: georgia;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6em;
	text-decoration: none;
}
.Testi_Name {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#sidebar_Seperator{
	border-bottom:1px solid #E3E3E3;
}

#sidebar h3 {
	border-bottom:4px solid #DDDDDD;
	color:#272627;
	font-family:Georgia, Times, "Times New Roman", serif;
	font-size:14px;
	font-weight:normal;
	padding-bottom:1px;
	text-align:left;
	text-shadow:1px 0px 0px #FFFFFF;
	text-decoration: none;
	margin-bottom: 0.52em;
	line-height: 1.5em;
}
#Sidebar_News_heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height:1.3333;
	margin:0 0 0.5em 40px;
	color: #2A2A2A;
}
#Sidebar_News_Content_Heading{
	color:#0072BC;
	font-size:13px;
	line-height:1.3em;
	text-decoration:none;
	text-shadow:1px 1px 1px #FFFFFF;
	padding-left: 40px;
	}

#sidebar_News_Text {
	color:#666666;
	font-size:10px;
	line-height:1.5;
	margin-bottom:3px;
	padding-left:40px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
.Headers {
	color: #003366;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}

.PageHeading{
	color:#0D1126;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-weight:normal;
	font-size:1.2em;
	text-shadow:2px 2px 0 #FFFFFF;
	padding-left:10px;
}



.PageDetailText {
	font-size: 11px;
	color: #4F4F4F;
	text-decoration: none;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:left
}
.PageDetailTextWithoutJustify {
	font-size: 11px;
	color: #4F4F4F;
	text-decoration: none;
	line-height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Menu_Text_Active {
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #363636;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E8E8E8;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-image: url(images/bg_Menu.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
.SOM_POM {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	text-transform: capitalize;
}
.Table_Border_gray {
	padding: 2px;
	border: 1px dashed #999;
}
.Line_gray {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}
.line_gray_V {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #E4E4E4;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
	padding-left: 5px;
}

.Menu_Text_InActive {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #666666;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E8E8E8;
	line-height: 1.35em;
	font-family: tahoma, verdana, arial;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-decoration: none;
}

.image_home {
	padding: 2px;
	border: 1px solid #999;
}

.CampusPage_About_Heading{
	clear:left;
	color:#515151;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	font-weight:bold;
	line-height:1.25;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.Campus_Center_SubHeadings_Baseline {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1D3446;
	border-right-color: #1D3446;
	border-bottom-color: #1D3446;
	border-left-color: #1D3446;
	padding: 5px;
}

.listBoxSearchExtenderPromptStyle
{
	border: thin dashed #CCCCCC;
	color: #333;
	text-decoration: none;
	background-color: #DDD;
	font-size: 72%;
	font-weight: bolder;
	text-align: center;
	vertical-align: middle;
	vertical-align: middle;
	text-align: center;
}
.Campus_Center_SubHeadings_Text{
	color: #069;
	letter-spacing: 2px;
	font-weight: normal;
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.home_features {
	color:#FFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight:normal;
	font-size:14px;
	text-shadow:1px 1px 0 #6B6B6B;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.HomeHeading_Sp{
	color:#FFF;
	font-family:Georgia,Times,"Times New Roman",serif;
	font-weight:bold;
	font-size:1.4em;
	text-shadow:1px 1px 0 #4D4D4D;
	padding-left:10px;
}

/* Contact Box */
.CenterName{
	font-size: 15px;
	color: #036;
	margin-bottom: 2px;
	font-weight: bold;
	padding: 2px;
}
.sidebar_frame {
	padding: 1px;
	border: 2px solid #FFF;
}

.Phone_email{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(85, 85, 85);
	font-family: arial, helvetica, sans-serif;
	padding: 5px;
}
.Phone_emailex{
	font-size: .7em;
	text-align:center;
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
	background-color:#284964;
	font-family: arial, helvetica, sans-serif;
	padding: 5px;
}
.Phone_emailtb{
border:thin #000;
}
.linkz{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: rgb(85, 85, 85);
	font-family: arial, helvetica, sans-serif;
	padding: 5px;
}


.email{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: rgb(85, 85, 85);
	font-family: arial, helvetica, sans-serif;
	padding: 5px;
}

/* END - Contact Box */

/* Global CSS*/

.Item_DefineText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.Left_Menu_HText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

.btnSubmit {
	background-repeat: no-repeat;
	height: 22px;
	color: #FFF;
	background-color: #069;
	font-family: Verdana, Geneva, sans-serif;
}

.Textbox_DefineText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.Fields_Long{
	width: 321px;
		color: #666666;
	border: 1px solid #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
}
.SignupH1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

.InvoiceStatsCompleted
{
	font-size: 72%;
	color: #009933;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-left: 7px;
	border: 1px none #E60000;
	text-transform: none;
}
.InvoiceStatsPending
{
	font-size: 62%;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle;
	padding-left: 7px;
	border: 1px none #E60000;
	text-transform: uppercase;
	padding-right: 3px;
}


/* END Global CSS*/
.PadLeft5 {
	padding-left: 5px;
}
.ColumnBlueWBorder {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0576BE;
	text-decoration: none;
	border: 1px dotted #CCC;
	text-align: center;
	padding: 5px;
}



/* --------- SAR  ----------*/

.SAR_StdName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.5em;
}

#SAR_StdName_1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	line-height: 1.5em;
}

#SAR_StdName_1 a{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	line-height: 1.5em;
	text-decoration: underline;
}

#SAR_StdName_1 a:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: underline;
	text-transform: uppercase;
	line-height: 1.5em;	
}

#TableBorders{
	border: 1px solid #999;
}
#TableBorders td{
	border: 1px dotted #CCC;
	padding-left:5px;
	padding-right:5px;
}
#TableBorders tr:hover{
	border: 1px dotted #CCC;
	padding-left:5px;
	background-color: #EAFBFF;
}

.simpTab{
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 3px solid #1D3446;	
}

/* --------- SAR END ----------*/



/* --------------- JQUERY Page   ----------------------*/


.clear{
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	
}


#container{
	width: 732px;
	
}

#top{
	
}
#top h1 a{
	
}

#top #menu{

}
#top #menu li{
}
#top #menu li:hover{
	cursor: pointer;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#loading{
	padding:5px;
	text-align: center;
	visibility: hidden;
	display:none;
}

#content2{
	color: #7e7e7e;
	margin: 0 0 20px 0;
	line-height: 1.3em;
	font-size: 11px;
}
#content2 p{
	margin-bottom: 0.7em;
}
#content2 a{
	font-weight: 700;
	color: #6fa5fd;
}



/* --------------- JQUERY Page ENDs   ----------------------*/
.TableBorderwithPad {
	padding: 10px;
	border: 1px dashed #CCC;
}
.Pad5Right {
	padding-right: 5px;
}



/****************************************************    Old Theme Styles          ********************************************/


.Box_Heading {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}

#IndexAptechWebSmallLink a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	text-transform: capitalize;
	}
	

#IndexAptechWebSmallLink a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF0000;
	text-transform: capitalize;
}
.ImgHolder2 {
	background-image: url(images/Img_holder2.png);
	height: 78px;
	width: 162px;
	padding-bottom: 16px;
	padding-left: 2px;
	font-size: 12px;
}

.ImgHolder {
	background-image: url(images/Img_holder.jpg);
	height: 78px;
	width: 162px;
	padding-bottom: 16px;
	padding-left: 2px;
	font-size: 12px;
}

.OrderText-total
{
	border: 2px none #CC0000;
	font-size: 11px;
	color: #993333;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	margin-top: .5em;
	margin-bottom: .5em;
	padding-left: 5px;
	padding-right: 5px;
}


/*  APT Quest Checking Skins  */

.object_ok
{
border: 1px solid green; 
color: #333333; 
}

.object_error
{
border: 1px solid #AC3962; 
color: #333333; 
}

.xlblMsg {
	font-size: 12px;
	color: #F00;
}

/* END  */



/*  Gallery Hiding TR */


#Gallery_Navigation_Campus {
	display:none;
	background:#9F0;
	
}

/*  END */





/****************************************************   END Old Theme Styles       ********************************************/



#wrapFooter {
	clear:both;
	background-image: url(_img/bg_footer.jpg);
	height: 90px;
}

#ft {
	
	width: 974px;
	margin: 0 auto;
}
#socialIcons {
	text-align:center;
/*	background-color:#000;*/
	float: left;
	width: 186px;
	padding-top:20px;
}
#footNavigation {
	font-family:tahoma, verdana, sans-serif;
	width:770;
	margin-left:5px;
/*	background-color:#fff;*/
	float: left;
}

#footerLinks{
	margin-top:5px;
}
#footerLinks li {
	list-style-type: none;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
#contactInfo{
	clear:both;
	padding-top:3px;
	font-size:.8em;
	line-height:1.5;
	color:#888;
	
}
#ver-minimalist
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-left: 10px;
	text-align: center;
	border-collapse: collapse;
}
#ver-minimalist th
{
	padding-top:20px;
	font-weight: normal;
	font-size: 12px;
	border-bottom: 2px solid #333;
	border-right: 5px solid #F4F4F4;
	border-left: 5px solid #F4F4F4;
	color: #333;
}
#ver-minimalist td
{
	padding: 12px 5px 0px 2px;
	border-right: 30px solid #F4F4F4;
	border-left: 30px solid #F4F4F4;
	color: #333;
	
}



