/****************
    TYPOGRAPHY
****************/
body {
	font-family:Verdana, Helvetica, sans-serif;
	line-height:170%;
	color:#3a3a3a;
	font-size:76%;
}

table {
    border: 0px;
}

p, li,
.Normal {
    font-size:1.0em;
}

p {
	margin-bottom: 20px;
	}

li {
    margin-bottom:0;
}

ul, ol {
	margin-bottom:20px;
}
 
#Main td {}
 
 
.NormalBold  {
    font-weight:bold;
}
 
h1, h2, h3, h4,
.Head, .SubHead, .SubSubHead {
	color:#d07e00;
	line-height:200%;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:1.4em;
	font-weight:normal;
	margin-top:0;
}
 
h2, .Head {
	font-size:1.2em;
	font-weight:normal;
}

h3, .SubHead {
	font-size:1.0em;
	font-weight:normal;
}

h4, .SubSubHead {
	font-weight:normal;
	font-size:1.0em;
	font-family:Arial, Helvetica, sans-serif;
}

hr {
    color: #2A3082;
    background-color: #2A3082;
    border: 1px solid #2A3082;
    border-style: none none solid;
	margin-bottom:15px;
}


LABEL A IMG {
    display: none;
}

a img {
	border:none;
}

a {
	text-decoration:none;
	color:#d07e00;
}

a:hover {
	text-decoration:underline;
}

a:active {
  outline: none;
}


blockquote {
	margin:10px 10px 10px 30px;
	font-style:italic;
}

.Clear {
	clear:both;
	}


/************
    DNN SPECIFIC STYLES
************/
.ControlPanel {
    width:960px;
    margin:0px auto;
	background-color:transparent;
	border:none;
}

	.ControlPanel table {
		background-color:#fff;
	}

	.ControlPanel a {
		border-bottom:none;
	}
	
	.ControlPanel .SubHead {
		font-size:1.0em;
	}

.FileManager {
    background-color:#fff;
}

/*** FCKeditor overrides ***/
/* remember to change theCSSDefaultMode in web.config to "dynamic"  */
	#FCKBody,
	.FCKImageGalleryContainer,
	.FCKImageGalleryListStyle,
	.FCKLinkGalleryContainer,
	#fckinstanceoptions_tblEditorOptions td {
		background-color:#fff;
		background-image:none;
	}
	
	#FCKBody {
		padding:5px;
	}

	.SC_Field {
		background-color:#fff;
		background-image:none;
	}
	
	.SC_item {
		width:auto;
		padding:2px;
	}

	.SC_Item span,
	.SC_Item div,
	.SC_ItemSelected span,
	.SC_ItemSelected div,
	.SC_Item .Callout,
	.SC_ItemSelected .Callout {
		width:auto !important;
	}

	
/******* End FCK Edit Overrides ***********/


/************
    OTHER CLASSES
***********/
img.PicLeft {
    float:left;
    margin-right:8px;
}

img.PicRight {
    float:right;
    margin-left:8px;
}

.SocialBookMarks {
	margin-left: -10px;
}
.SocialBookMarks li {
	margin-left: 10px;
}

a.Skip {
	display:none;
}

.Callout {
	padding:10px;
	margin:10px 0 10px 10px;
	background:#eee;
	width:200px;
	float:right;
	display:block;
	font-family:Georgia, "Times New Roman", Times, serif;
	clear:right;
}



.Markit_SlideShowContent div {
	border:none !important;
}


/**** quick links area on home page ******/

ul.QuickLinks li {
	list-style-type:none;
}

ul.QuickLinks {
	margin-left:0;
	padding-left:0;
}

ul.QuickLinks li a {
	margin:0 0 10px 5px;
	padding-left:70px;
	background-position:top left;
	background-repeat:no-repeat;
	line-height:60px;
	color:#757575;
	display:block;
	height:60px;
}

ul.QuickLinks li a:hover {
	text-decoration:underline;
	color:#d07e00;
	background-position:bottom left;
}


a.Calendar { background-image:url(Images/IconCalendar.jpg); }
a.Bus { background-image:url(Images/IconBus.jpg); }
a.Academic {background-image:url(Images/IconAcademic.jpg); }
/**** end quick links ****/

/**************
    LAYOUT
**************/
body {
	margin:0;
	background-color:#b6b6b6;
}

#OuterWrap {
	background-color:#b6b6b6;
	background-image:url(Images/BGTile.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	text-align:center;
	margin:0;
	}

#InnerWrap {
	width:970px;
	margin:0 auto;
	text-align:left;
}

#Header {
	height:124px;	
	}
	
	
	a#Logo {
		display:block;
		width:550px;
		height:97px;
		text-indent:-9999px;
		background:url(Images/Logo.jpg) no-repeat;
		margin-left:50px;
		position:relative;
		top:-5px;
	}
	
#HeaderLinks {
	text-align:right;
	font-size:.9em;}
	
#LeftNavWrapper {
	float:left;
	width:200px;
	min-height:200px;
	background-color:#fff;}

#LeftNav {
	margin:10px;
	padding-top:5px;
	min-height:180px;
	background-image:url(Images/SideNavBGTile.jpg);
	background-repeat:repeat-x;}

#LeftNav ul,
#LeftNav li {
		margin:0;
		padding:0;
		list-style-type:none;
	}
	
	
#Main {
	width: 730px;
	background-color:#fff;
	min-height:500px;
	float:right;
	padding:10px;
	margin-bottom: 30px;
}

.BannerPane {
	margin-bottom:20px;}
.LeftPane {
	float:left;
	width:450px;}
.RightPane {
	float:right;
	width:230px;
	}
.ContentPane {
	clear:both;
	}
	
#Footer {
	clear:both;
	min-height:100px;
	padding-left: 220px;
	}
	

#FooterLeft {
		float:left;
		width:200px;
		background-image:url(Images/GPISDSeal.gif);
		background-position:top left;
		background-repeat:no-repeat;
		padding-left: 130px;
	}
	
#FooterRight {
		background-image:url(Images/FooterLogo.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		padding-left: 160px;
		float:right;
		width:180px;
	}
	
#FooterBottom {
	clear:both;
	padding-left: 130px;
	}
	
#Footer p,
#Footer a {
		color:#676767;
		font-size:12px;
	}
	
#Footer p {
		margin-bottom:12px;
		line-height:18px;
	}
	
#Footer img {
		margin:0 10px 10px 0;
	}


/****** some standard telerik overrides *****/
		#LeftNav .RadPanelBar .rpRootGroup,
		#LeftNav .RadPanelBar .rpLink,
		#LeftNav .RadPanelBar .rpOut {
			border:none !important;
			border-width:0 !important;
		}
	
		#LeftNav .RadPanelBar .rpText {
			padding:0 !important;
		}
		
		#LeftNav .RadPanelBar .rpOut {
			display:inline;
		}
		
		#LeftNav .RadPanelBar .rpSlide .rpOut {
			display:block;
		}
		
		#LeftNav .RadPanelBar .rpLevel2 .rpTemplate,
		#LeftNav .RadPanelBar .rpLevel2 .rpOut {
			padding:0 !important;	
		}
		
/**** end telerik overrides *****/
	
	#LeftNav li {
	
	}
	
	#LeftNav ul a {
		line-height:30px;
		font-size:1.1em;
		font-family:Georgia, "Times New Roman", Times, serif;
		color:#000;
		margin-left:10px;
		font-weight:normal;
	}
		#LeftNav ul a:hover { text-decoration:underline; }
		
		#LeftNav ul a.Selected,
		#LeftNav ul a.rpSelected {
			color:#d07e00;
		}

	#LeftNav ul ul li {
		background-image:none;
	}
	
	#LeftNav ul ul a {
		font-size:1.0em;
		font-family:Arial, Helvetica, sans-serif;
		padding-left:20px;
		line-height:23px;
		font-weight:normal;
	}
	
		#LeftNav ul ul .rpLast a {
			margin-bottom:10px;
		}
		
	#LeftNav ul ul ul a {
		font-size:1.0em;
		padding-left:40px;
		line-height:20px;
		font-weight:normal;
	}
	
	#LeftNav ul ul ul .rpLast a {
			margin-bottom:0;
		}



/********* 
	FORM MASTER STYLES 
***********/

.FormTable {
 clear:both;
 background-color:#ebebeb;
 border: 3px solid #b6b6b6;
 width: 444px;
 
}

.FormTable tr {

}

.FormTable td {
padding: 3px;
}


.FormTable .NormalTextBox tr {

}

/**** Reset Headline margins/padding ****/
.FormTable h1, 
.FormTable h2, 
.FormTable h3, 
.FormTable h4,
.FormTable .Head,
.FormTable .SubHead, 
.FormTable .SubSubHead {
	margin:0;
	padding:0;
}

/*** LABELS ***/
	.FormTable label {
		font-size:1.0em;
		color:#757575;
		font-weight:bold;
		float:left;
		text-align:right;
		width:80px;
	}

.FormTable .SubHead {
	margin-right:25px;
}
	
	.FormTable label.DoubleLine {
		line-height:1em;
	}
	
	.FormTable .NormalTextBox label { 
		/* for labels within the text box area, like radio button and check box labels */
		float:none;
		margin-bottom:0;
		font-weight:normal;
		width:auto;
		text-align:left;
	}

/*** INPUT FIELDS ***/
	.FormTable .NormalTextBox,
	.FormTable .LongTextBox, 
	.FormTable .ShortTextBox,
	.FormTable .TinyTextBox,
	.FormTable .MultiTextBox {
		width: 180px;
		border: 1px solid #ccc;
		color:#787878;
		padding-left: 2px;
		height:22px;
		line-height:22px;
	}
	
		.FormTable select.NormalTextBox {
			width:183px;
			line-height:normal;
		}
	
	.FormTable .LongTextBox { width:250px; }
	.FormTable .ShortTextBox { width:100px; }
	.FormTable .TinyTextBox { width:50px; }
	.FormTable .MultiTextBox { height:150px; width:300px; }
	


.FormTable .FormSubmit {
	margin-left:109px;
}

/**** To hide the " *Required " text ****/
.FormTable td[valign=middle] {
	display:none;
}
