/*--------{ CALVARY BIBLE COLLEGE & THEOLOGICAL SEMINARY :: master style page }----------*/
/*--------{ created by Heath Gerlock 6.17.2007 }-------*/
/*--------{ contact 5Q Communications @ http:/www.5Qcommunications.com/ }--------*/

/*--made modification to content ul,ol,dl margins TPS 2009-04-14--*/
/*--increased font size in copyright box TPS 2009-04-24 --*/
/*--increase page constraints from 800 to 1024 wide, increase global font size TPS 2009-06-11--*/

.screenreadonly
{position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;}

html {
	background-color: #800;
}
* {
	margin: 0;
	padding: 0;
  font-family:'arial',tahoma,sans-serif;
	}
body {
	font-size: 62.5%;
	text-align: left;
	background: #fff url(images/header-bg.gif) repeat-x;
	}
hr {
	display: none;
	}
a {
	text-decoration: none;
	}
#clearHack {
	display: block;
	clear: both;
	width: 100%;
	margin: -6px;
	visibility: hidden;
	}
h2 img,
h3 img,
dd img {
	vertical-align: middle;
	margin-right: 4px;
	border: 0;
	}
	
	
/* email print functions
==============================================================================*/

#pageFunctions {
	position: absolute;
	top: 0;
	right: 0;
	height: 1.6em;
/*	font-size: 1.0em; */
	font-size: 1.1em;
	z-index: 500 !important;
}
#functionEmail,
#functionFacebook,
#functionTwitter,
#functionPrint {
	color: #000;
	cursor: pointer;
	display: block;
	float: left;
	margin-left: 8px;
	position: relative;
	height: 1.0em;
	padding: 3px 0 3px 20px;
}
#functionTwitter {
	background: url(http://twitter-badges.s3.amazonaws.com/t_mini-b.png) no-repeat left center;
}
#functionEmail {
	background: url(images/email.gif) no-repeat left center;
}
#functionPrint {
	background: url(images/print.gif) no-repeat left center;
}

#functionEmail:hover,
#functionFacebook:hover,
#functionTwitter:hover,
#functionPrint:hover {
	text-decoration: underline;
}



	
/* utility links
==============================================================================*/
#sitetitle {
	position: relative;
	height: 70px;
	}
	#sitetitle a {
		position: absolute;
		top: 29px;
		width: 285px;
		height: 41px;
		overflow: hidden;
		}
#utilityLinks {
	position: relative;
	float: right;
	width: 258px;
	height: 15px;
	/*top: 8px; */
	top: 0px;
	text-align: center;
/*	font: normal 1.0em/1.2em 'arial',tahoma,sans-serif; */
	font: normal 1.4em/1.7em 'arial',tahoma,sans-serif;
	color: #333;
	}
	#utilityLinks a {
		text-decoration: none;
		color: #ccc;
		}
	#utilityLinks a.left {
		margin-right: 10px;
	}	
	#utilityLinks a.middle {
		margin: 0 10px;
	}	
	#utilityLinks a.right {
		margin-left: 10px;
	}	
	#utilityLinks a:hover {
		color: #fff;
		}

/* layout
==============================================================================*/
#container,
#wrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
/*	width: 760px; */
	width: 984px;
	}

/* header
==============================================================================*/
#header {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 780px;
/*	width: 984px; */
	}
	
/* listen online
==============================================================================*/
#listen {
	position: relative;
	float: right;
	width: 258px;
	height: 29px;
	z-index: 10;
	background: url(images/listen-bg.gif) center no-repeat;
	}
	#listen p {
		margin-top: 8px;
		width: 258px;
		height: 10px;
		text-align: center;
/*		font: bold 1.1em/1.0em 'arial',tahoma,sans-serif; */
		font: bold 1.3em/1.2em 'arial',tahoma,sans-serif;
		}
		#listen p a {
			color: #fff;
			}
		#listen p a:hover {
			color: #FFF4F4;
			text-decoration: underline;
			}

/* site-level navigation
==============================================================================*/
#nav {
	height: 30px;
	margin-bottom: 3px;
	list-style: none;
	}
#nav li {
	float: left;
	margin-right: 1px;
	height: 30px;
	overflow: hidden;
	}
#nav li a {
	display: block;
	height: 30px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: center top;
	}
	#navRadio {
		width: 140px;
		background: url(images/nav-radio.gif) no-repeat;
		}
	#navCollege {
		width: 153px;
		background: url(images/nav-college.gif) no-repeat;
		}
	#navSeminary {
		width: 200px;
		background: url(images/nav-seminary.gif) no-repeat;
		}
#nav li a:hover {
	background-position: 50% -30px;
	}
	#nav li a.currentSection,
	#nav li a.currentSection:hover {
		background-position: 50% -60px;
	}


/* corner (applying/alumni)
==============================================================================*/
#corner {
	float: right;
	clear: right;
	width: 258px;
	background: #fff;
	}
#cornerTabs {
	clear: both;
	background: #d6d6d6;
	height: 20px;
	}
	#cornerTabs span {
		display: block;
		float: left;
		height: 20px;
		overflow: hidden;
		}
	#applyingTab {
		margin-right: 1px;
		width: 135px;
		cursor: pointer !important;
		background: url(images/tab-quicklinks.gif) no-repeat;
		}
	#alumniTab {
		width: 122px;
		cursor: pointer !important;
		background: url(images/tab-alumni.gif) no-repeat;
		background-position: center bottom;
		}
#applying,
#alumni {
	display: block;
	position: relative;
	width: 250px;
	height: 134px;
	overflow: auto;
	}
#applying {
	background: url(images/applying-bg.gif) no-repeat;
	border: 4px solid #fff;
	}
#alumni {
	display: none;
	background: url(images/alumni-bg.gif) no-repeat;
	border: 4px solid #fff;
	}
	#applying p,
	#alumni p {
		position: relative;
/*		font: normal 1.0em/1.4em 'arial',tahoma,sans-serif; */
		font: normal 1.1em/1.4em 'arial',tahoma,sans-serif; 
		color: #fff;
		padding: 4px;
		text-align: left;
		}
		#applying p a,
		#alumni p a {
			display: block;
			margin-top: 2px;
			font-weight: bold;
			text-decoration: none;
			}
			#applying p a {	
				color: #039;
				}
			#alumni p a {
				color: #060;
				}
			#applying p a:hover,
			#alumni p a:hover {
				text-decoration: underline;
				}
		#applying h2,
		#alumni h2 {
			padding: 4px 0 0 4px;
			font: bold 1.4em/1.0em 'arial',tahoma,sans-serif;
			text-transform: uppercase;
			color: #fff;
			text-align: left;
			}
		#applying h3,
		#alumni h3 {
			float: left;
			clear: left;
			width: 242px;
			padding: 0 0 4px 4px;
			font: normal 1.8em/1.0em 'arial',tahoma,sans-serif;
			text-align: left;
			}
			#applying h3 a,
			#alumni h3 a {
				color: #fff;
				text-decoration: none;
				}
			#applying h3 a:hover,
			#alumni h3 a:hover {
				text-decoration: underline;
				}

#content .attention {
		color: #f60;
		}

/* Header Image
==============================================================================*/
#headerImage img {
	display: block;
	position: relative;
	margin: 0 0 5px 0;
	float: left;
	width: 487px;
	height: 154px;
	}
	#headerImage img {
		border: 4px solid #fff;
		}
#headerFlash {
	position: relative;
	margin: 0 0 5px 0;
	float: left;
	width: 495px;
	height: 162px;
	}
	#headerFlash p {
		position: absolute;
		float: left;
		margin-left: -20px;
		width: 20px;
		height: 162px;
		text-indent: -5000px;
		overflow: hidden;
		background: #d6d6d6 url(images/mediacenter.gif) no-repeat;
		}
	#headerFlash #media {
		position: relative;
		float: right;
		width: 495px;
		height: 162px;
		}

/* menu
==============================================================================*/
#search {
	height: 3.2em;
/*	width: 160px; */
	width: 185px;
	}
	#searchField {
		float: right;
/*		width: 158px; */
		width: 183px;
		height: 1.2em;
		color: #333;
		border: 1px solid #ccc;
		background-color: #f6f6f6;
/*		font: normal 1.0em 'arial',tahoma,sans-serif; */
		font: normal 1.1em 'arial',tahoma,sans-serif;
		text-indent: 4px;
		}
		#searchField:hover {
			background-color: #fff4f4;
			border: 1px solid #f66;
			}
	#searchButton {
		float: right;
		width: 55px;
		height: 15px;
		}
#searchPageForm {
    margin: 10px auto;
}
#fdse_Terms, #fdse_Match {
	height: 1.8em;
	color: #333;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
	font: normal 1.0em 'arial',tahoma,sans-serif;
    margin: 0px;
    padding: 0px;
	text-indent: 4px;
}
#fdse_Match {
    width: 50px;
    margin: 0px;
    padding: 0px;
}
#fdse_Submit {
    background: #630000;
    border: 3px double #FFF;
    color: #fff;
    font-size: 1.1em;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
	}
#fdse_Results_Header {
    margin: 20px 0 20px 0;
    font-size: 1.1em;
	}
#fdse_Results_Footer {
    margin-top: 5px;
    font-size: 1.1em;
	}
#fdse_Results {
    margin-top: 5px;
	}
	#fdse_Results .hl1 {
		font-weight: bold;
		color: #c03;
		background-color: #FFEAEA;
		}
	#fdse_Results dt {
		font: bold 1.1em/1.6em 'arial',tahoma,sans-serif;
		}
	#fdse_Results dd {
		font: 1.0em/1.4em 'arial',tahoma,sans-serif;
		color: #333;
		}
	#fdse_Results dl {
		margin: 5px 0px;
		padding: 5px;
		border: 1px solid #f6f6f6;
		}
	#fdse_Results a,
	#fdse_Results a:visited {
		font-weight: bold;
		color: #06C;
		}
	#fdse_Results a:hover {
		text-decoration: none;
		color: #c03;
		}

/* menu
==============================================================================*/
#menuTop {
/*	width: 165px; */
	width: 190px; 
	height: 38px;
	background: url(images/bg-menu-top.gif) right top no-repeat;
	margin: 0px 0px 0px 0px;
	padding-top: 10px;
	padding-left: 2px;
	}
#menuChat {
	margin: 0px 0px 5px 0px;
	text-align:center;
	}
#menu {
	position: relative;
	float: left;
	clear: left;
/*	width: 165px; */
	width: 190px;
	overflow: hidden;
	background: url(images/bg-menu.gif) right top repeat-y;
	}
#menu ul li a,
#menu ul li ul li a,
#menu ul li ul li ul li a {
	display: block;
	_margin: 0 0 -14px 0;
}
#menu ul li a.last,
#menu ul li ul li a.last,
#menu ul li ul li ul li a.last {
	_margin: 0 0 -14px 0;
}

#menu ul li ul,
#menu ul li ul li ul,
#menu ul li ul li ul li ul {
	_margin: 14px 0 0 0;
}

	#menu ul,
	#menu ul ul,
	#menu ul ul ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		#menu ul ul {
			background: url(images/bg-menu-2.gif) right top repeat-y;
			}
		#menu ul ul ul {
			background: url(images/bg-menu-3.gif) right top repeat-y;
			}
	#menu ul a,
	#menu ul ul a,
	#menu ul ul ul a {
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
		}
		#menu ul a {
/*			font: normal 10px/10px 'arial',tahoma,sans-serif; */
			font: normal 11px/11px 'arial',tahoma,sans-serif;
			color: #333;
			}
	#menu ul ul a,
	#menu ul ul ul a {
/*		font: normal 10px/10px 'arial', tahoma,sans-serif; */
		font: normal 11px/11px 'arial', tahoma,sans-serif;
		text-transform: none;
		color: #666;
		}
		#menu ul ul a {
			padding-left: 10px;
			font-style: normal;
			}
		#menu ul ul ul a {
			padding-left: 20px;
			font-style: italic;
			}
	#menu ul a:hover,
	#menu ul ul a:hover,
	#menu ul ul ul a:hover {
		color: #333;
		padding-bottom: 4px;
		padding-top: 4px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		} 
		#menu ul a:hover {
			background-color: #fff;
			}
		#menu ul ul a:hover {
			background: #fff url(images/bullet-arrow-2.gif) 0px center no-repeat;
			}
		#menu ul ul ul a:hover {
			background: #fff url(images/bullet-arrow-2.gif) 10px center no-repeat;
			}
	#menu ul li a.selected,
	#menu ul ul li a.selected,
	#menu ul ul ul li a.selected {
		color: #c03;
		padding-bottom: 4px;
		padding-top: 4px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		} 
		#menu ul li a.selected {
			background-color: #fff;
			}
		#menu ul ul li a.selected {
			background: #fff url(images/bullet-arrow.gif) 0px center no-repeat;
			}
		#menu ul ul ul li a.selected {
			background: #fff url(images/bullet-arrow.gif) 10px center no-repeat;
			}
#menuBottom {
	display: block;
	top: 0px;
	height: 25px;
	background: url(images/bg-menu-bottom.gif) right bottom no-repeat;
	}



/* page title
==============================================================================*/
#title {
	position: relative;
	clear: both;
/*	width: 575px; */
	width: 774px;
	}
	#title h1 {
		margin: 20px 0 10px 0;
		padding-bottom: 3px;
		font: 15px/15px 'arial',tahoma,sans-serif;
		color: #c03;
		text-transform: uppercase;
		border-bottom: 1px solid #ccc;
		}

/* pageview (content, functions, & highlights)
==============================================================================*/
#pageview {
	position: relative;
	clear: right;
	float: left;
	margin: 20px 0 20px 0;
	padding-left: 20px;
/*	width: 575px; */
	width: 774px;
	}
	#pageview h1 {
		margin: 0 0 20px 0;
		padding-bottom: 3px;
/*		font: 15px/15px 'arial',tahoma,sans-serif; */
		font: 18px/18px 'arial',tahoma,sans-serif;
		color: #c03;
		text-transform: uppercase;
		border-bottom: 1px solid #ccc;
		}

#content {
	margin: 0 0 20px 0;
/*	font: 11px/18px 'arial',tahoma,sans-serif; */
	font: 12px/19px 'arial',tahoma,sans-serif;
	color: #555;
}
#content h2 {
	margin-bottom: 20px;
/*	font: bold 11px/11px 'arial',tahoma,sans-serif !important; */
	font: bold 13px/13px 'arial',tahoma,sans-serif !important;
	color: #333;
	text-transform: uppercase;
	}
#content h3 {
	margin: 20px 0 20px 0;
/*	font: bold 11px/11px 'arial',tahoma,sans-serif; */
	font: bold 13px/13px 'arial',tahoma,sans-serif;
	color: #903;
	}
#content h4 {
	margin: 20px 0 20px 0;
/*	font: bold 11px/11px 'arial',tahoma,sans-serif; */
	font: bold 13px/13px 'arial',tahoma,sans-serif;
	color: #039;
	}
#content p {
	margin: 20px 0 20px 0;
/*	font: 11px/18px 'arial',tahoma,sans-serif; */
	font: 12px/19px 'arial',tahoma,sans-serif;
	color: #444;
	}
	#content p a,
	#content h2 a,
	#content h3 a,
	#content h4 a,
	#content ul a,
	#content ol a,
	#content dl a {
		color: #06C;
		font-weight: bold;
		}
	#content p a:hover,
	#content h2 a:hover,
	#content h3 a:hover,
	#content h4 a:hover, 
	#content ul a:hover,
	#content ol a:hover,
	#content dl a:hover	{
		color: #c03;
		text-decoration: underline;
		}
	#content ul,
	#content ol,
	#content dl {
		margin: 20px 20px 20px 25px;
/*		font: 11px/18px 'arial',tahoma,sans-serif; */
		font: 12px/19px 'arial',tahoma,sans-serif;
		color: #444;
		}
	#content ul ul,
	#content ol ol,
	#content dl dl {
		margin: 0px 20px 0px 25px;
/*		font: 11px/18px 'arial',tahoma,sans-serif; */
		font: 12px/19px 'arial',tahoma,sans-serif;
		color: #444;
		}		
	#content img.inline {
		padding: 3px;
		border: 1px solid #ccc;
		background: #fff;
		}
		
#inlineTable {
	float: left;
	clear: left;
	position: relative;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	font-family: 'arial',tahoma,sans-serif;
	text-align: left;
	color: #333;
	}
	#inlineTable tr.title,
	#inlineTable td.title {
		background: #ccc;
/*		font: bold 11px/12px 'arial',tahoma,sans-serif; */
		font: bold 12px/13px 'arial',tahoma,sans-serif;
		}
	#inlineTable tr.headingOne,
	#inlineTable td.headingOne {
		background: #e8e8e8;
/*		font: normal 11px/12px 'arial',tahoma,sans-serif; */
		font: normal 12px/13px 'arial',tahoma,sans-serif;
		}
	#inlineTable tr.headingTwo,
	#inlineTable td.headingTwo {
		background: #f8f8f8;
/*		font: normal 11px/12px 'arial',tahoma,sans-serif; */
		font: normal 12px/13px 'arial',tahoma,sans-serif;
		}
	#inlineTable td {
		padding: 3px;
		border-bottom: 1px solid #e8e8e8;
		}
		#inlineTable td img {
			margin: 3px;
			vertical-align: middle;			
			}	
	#inlineTable a {
		color: #06C;
		font-weight: bold;
		}
	#inlineTable a:hover {
		color: #c03;
		text-decoration: underline;
		}


#highlights {
	position: relative;
	float: right;
	clear: right;
	width: 258px;
	margin: 0 0 15px 15px;
	z-index: 10;
	background: url(images/highlights-bg.gif) center top repeat-y;
	}
	#highlights #highlightsTop {
		display: block;
		top: 0;
		height: 5px;
		background: url(images/highlights-bg-top.gif) center top no-repeat;
		}
	#highlights #highlightsBottom {
		display: block;
		position: relative;
		margin-top: -10px;
		height: 75px;
		background: url(images/highlights-bg-bottom.gif) center bottom no-repeat;
		}
	#highlights h2 {
		margin: 15px;
/*		font: bold 11px/11px 'arial',tahoma,sans-serif; */
		font: bold 13px/13px 'arial',tahoma,sans-serif;
		text-transform: uppercase;
		border: 0;
		color: #333;
		}
	#highlights h3 {
		margin: 15px;
/*		font: bold 11px/11px 'arial',tahoma,sans-serif; */
		font: bold 13px/13px 'arial',tahoma,sans-serif;
		color: #903;
		}
	#highlights h4 {
		margin: 15px;
/*		font: bold 11px/11px 'arial',tahoma,sans-serif; */
		font: bold 13px/13px 'arial',tahoma,sans-serif;
		color: #039;
		}
	#highlights p,
	#highlights ul,
	#highlights ol,
	#highlights dl {
		margin: 15px;
/*		font: 10px/16px 'arial',tahoma,sans-serif; */
		font: 12px/16px 'arial',tahoma,sans-serif;
		color: #555;
		}
		#highlights ul li,
		#highlights ol li,
		#highlights dl dd {
			margin-left: 25px;
			}
	#highlights strong {
		color: #333;
		}
	#highlights a {
		font-weight: bold;
		color: #06c;
		}
	#highlights a:hover {
		color: #c03;
		text-decoration: underline;
		}
	#highlights img.inline {
		margin: 15px;
		padding: 3px;
		border: 1px solid #ccc;
		background: #fff;
		}

#inlineButton,
.inlineButton {
	display: block;
	margin: 25px 0 25px 15px;
	}
	#inlineButton a,
	.inlineButton a {
		text-align: center;
		margin-right: 2px;
		color: #06c;
		padding: 9px;
		background: #f6ed9f url(images/steps-bg.gif) repeat-x;
		border: 1px solid #e5d071;
		font: bold 12px/12px 'arial', tahoma, sans-serif;
		}
		#inlineButton img,
		.inlineButton img {
			vertical-align: middle;
			border: 0;
			}
		#inlineButton a:hover,
		.inlineButton a:hover,
		#inlineButton a.selected,
		.inlineButton a.selected {
			border: 1px solid #c03;
			text-decoration: none;
			color: #c03;
			}

/* features
==============================================================================*/

#features {
	position: relative;
	display: block;
	clear: right;
	float: right;
	margin-left: 15px;
	z-index: 10;
	width: 258px;
	}
	#features h2 {
		margin: 8px 0 0 15px;
		font: bold 12px/14px 'arial',tahoma,sans-serif;
		text-transform: uppercase;
		color: #333;
		}
	#features p {
		margin: 0 5px 8px 15px;
/*		font: normal 10px/14px 'arial',tahoma,sans-serif; */
		font: normal 11px/14px 'arial',tahoma,sans-serif;
		overflow: hidden;
		color: #333;
		}
		#features a {
		font-weight: bold;
		}
	#features ul {
		position: relative;
		overflow: hidden;
		list-style: none;
		}
		#features ul li {
			margin-bottom: 15px;
			width: 256px;
			overflow: hidden;
			margin-bottom: 15px;
			}
		#features ul li a:hover {
			text-decoration: underline;
			}
		#features ul li#feature1 {
			background: #d0f9cd url(images/feature1.gif) no-repeat;
			border: 1px solid #ccedc0;
			}
			#features ul li#feature1 a,
			#features ul li#feature1 a:hover {
				color: #090;
				}
		#features ul li#feature2 {
			background: #fed2d6 url(images/feature2.gif) no-repeat;
			border: 1px solid #fbcfd8;
			}
			#features ul li#feature2 a,
			#features ul li#feature2 a:hover {
				color: #c33;
				}
		#features ul li#feature3 {
			background: #c6e1ff url(images/feature3.gif) no-repeat;
			border: 1px solid #c3d9ff;
			}
			#features ul li#feature3 a,
			#features ul li#feature3 a:hover {
				color: #06C;
				}


/* image strip
==============================================================================*/
#imageStrip {
	position: relative;
	clear: both;
	margin-top: 2px;
	}
	#imageStrip h1 {
		margin: 0 0 10px 0;
		padding-bottom: 3px;
/*		font: 15px/15px 'arial',tahoma,sans-serif; */
		font: 18px/18px 'arial',tahoma,sans-serif;		
		color: #c03;
		text-transform: uppercase;
		border-bottom: 1px solid #ccc;
		}
	#imageStrip img {
		margin: 0 7px 20px 0;
		width: 112px;
		height: 72px;
		}
		#imageStrip a img {
			padding: 3px;
			border: 1px solid #ccc;
			}
		#imageStrip a:hover img {
			background: #fff4f4;
			border: 1px solid #f66;
			}

/* Contact Us
==============================================================================*/
.errors strong {
	color: #c03;
}

#contact-formDiv {
    margin-left: 20px;
	}
#contact-form form {
    clear: both;
}
#contact-form {
	margin: 0;
	}
#contact-form td {
/*	font-size: 11px; */
    font-size: 12px;
    padding: 2px 0px;
	}
	#contact-formDiv .field-title {
		font-weight: bold;
		color: #000;
		width: auto;
		}
#contact-form input.input-field {
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    padding: 3px;
	}
#contact-form textarea.input-field {
    border: 1px solid #ccc;
    background: #f6f6f6;
    padding: 3px;
	}
	#contact-form input.input-field:hover,
	#contact-form textarea.input-field:hover{
		background-color: #fff4f4;
		border: 1px solid #f66;
		}
input.submit-btn {
	text-transform: uppercase;
	display: block;
	color: #fff;
	font-weight: bold;
	border: 1px solid #333;
  	background: #000 url(images/bg-submit-btn.gif) center repeat-x;
  	cursor: pointer;
	padding: 5px 15px;
	}
input.submit-btn:hover {
	color: #fff;
    background: #333 url(images/bg-submit-btn_on.gif) center repeat-x;
	border: 1px solid #333;
	}	

/* Event Form 
==============================================================================*/
#generalFormDiv {
    margin-left: 20px;
	}
#generalFormDiv form {
    clear: both;
}
#generalFormDiv td {
	height: 2.5em;
    font-size: 12px;
	color: #999;
    padding: 2px 0px;
	}
#generalFormDiv .field-subtitle {
	color: #666;
	font-weight: bold;
    width: auto;
	}
#generalFormDiv .field-title {
	color: #c03;
	font-weight: bold;
    width: auto;
	}
#generalFormDiv input.input-field, textarea.input-field {
    border: 1px solid #ccc;
    background-color: #f6f6f6;
    padding: 3px;
    float: left;
	}
#generalFormDiv input.input-field:hover, 
  #generalFormDiv select:hover,
  #generalFormDiv textarea.input-field:hover {
    background-color: #fff4f4;
    border: 1px solid #c03;
	}
#generalFormDiv select {
	height: 1.6em;
	color: #333;
	border: 1px solid #ccc;
	background-color: #f6f6f6;
    margin: 0px;
    padding: 0px;
    float: left;
	}
#calButton {
    cursor: pointer;
    float: left;
    margin: 3px;
	}
	
/* footer
==============================================================================*/
#footer {
	position: relative;
	clear: both;
	/* margin-top: 20px; */
	padding: 5px 0 5px; 0;
	background: #800 url(images/bg_footer.gif) top left repeat-x;
	}
	#footer p {
		margin: 5px 5px; 
		/* font: normal 10px/12px 'arial',tahoma,sans-serif; updated TPS 4/22/2009 to increase font size in copyright box*/
		font: normal 12px/14px 'arial',tahoma,sans-serif;
		text-align: center;
		color: #ccc;
		}
	#footer strong {
		font-size: 1.2em;
		font-weight: normal;
		color: white;
		}
	#footer a {
		font-weight: bold;
		color: #ccc;
		}
	#footer a:hover {
		text-decoration: underline;
		color: #ccc;
		}
#copyright {
	margin-top: 0;
	float: right;
	width: 258px;
	background: #300;
	border: 1px solid #933;
	}
	#copyright p {
		margin: 10px 10px;
		/* font: normal 10px/12px 'arial',tahoma,sans-serif; updated TPS 4/22/2009 to increase font size in copyright box*/
		font: normal 12px/14px 'arial',tahoma,sans-serif;
		color: #ccc;
		}
	#copyright strong {
		font-size: 1.2em;
		font-weight: normal;
		color: white;
		}
	#copyright a {
		font-weight: bold;
		color: #800;
		}
	#copyright a:hover {
		text-decoration: underline;
		color: #c66;
		}

/*
 * Blog pagination styles
 */

#ditto_pages {
    margin: 10px 0 10px 0;
    }

.ditto_paging {
    border-top: 1px solid #c03;
    padding: 10px;
    font-size: 86%;
    color: black;
    }
#ditto_pages .ditto_currentpage,
#googlePagination .currentPage {
    border: 1px solid #800;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #800;
    color: #fff;
    font-weight: bold;
    }
#ditto_pages .ditto_off,
#googlePagination .off {
    border: 1px solid #c03;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
    }
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited,
#googlePagination a {
    border: 1px solid #c21500;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: #333;
    }
#ditto_pages a:hover,
#googlePagination a:hover {
    background-color: #800;
    color: #fff;
    }

p.ditto_pages {
    padding-top: 10px;
    margin-top: 20px;
    }


/*
 * 5Q Additional Styles 
 */
 
/* Dropdown menu styles */


#menu a.menuArrow,
#menu a:hover.menuArrow {
    position: absolute;
    display: block;
    right: 0;
    top: 1px;
    padding: 7px 10px;
	width: 5px;
	height: 5px;
	border: 0;
	background: none;
	z-index: 200;
}
#menu a {
    outline: none;
    }

#menu li {
    position: relative;
    }    

/*  COMMENTED OUT & REPLACED 10.23.2007

.show {
	display: block;
    }

#menu a.menuArrow,
#menu a.menuArrow:hover {
    position: absolute;
    right: 0;
    top: 1px;
    padding: 7px 10px;
	z-index: 160;
	display: inline !important;
	width: 5px !important;
	height: 5px !important;
	background-color: transparent;
	border: 0;
    }


*/

#deptDropDown {
    text-align: right;
    }
    
    
/* Alumni Gallery styles */
 
#galleryNav {
clear: both;
}

#galleryNav li {
list-style: none;
}

#galleryNav ul {
margin: 0 0 15px 15px;
padding-left: 10px;

}

#galleryNav li li {
list-style: disc;
color: #06c;
}

div.augment {
	width: 100%;
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	background: transparent;
}

/* alumni simply connect form */

#simplyConnect table {
    margin: 0 0 15px 15px;
    }
    #simplyConnect table td {
        padding: 2px;
        }
        #simplyConnect table td.col1 {
            font-weight: bold;
            text-align: right;
            padding-left: 5px;
            }