/* Body =========================================== */

body
{
	text-align: center;
	background-color: #4B5769;
}

#wrapper 
{
	width: 760px; 
	margin: 10px auto 10px auto;
	text-align: left;
	background-color: #FFF !important;
	overflow: hidden;
}

/* Content ======================================== */

#content
{
	padding: 20px;
	float: left;
	width: 510px;
	border-left: 1px solid rgb(130, 130, 130);	
	font-family:  helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	background-color: #FFF;
}

#content p
{
	font-size: 13px;
	text-align: justify;
	/* text-indent: 40px; */
}

#content img
{
	position: relative;
	margin-left: 10%;
}

#personHeading, h1 /* use for page titles */
{
	font-family: times;
	font-size: 27px;
	text-align: left; 
	font-weight: bold;
	margin: 0;
}

#sectionHeading, h2 /* use for smaller titles on a page */
{
	font-family: times;
	font-size: 15px;
	text-align: left; 
	font-weight: bold;
	margin: 0;
}

#faculty_detail h2
{
	text-align: left;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-family:  helvetica, sans-serif;
}

dt
{
	text-align: left;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	padding-bottom: 5px;
	padding-top: 5px;
}

.alert
{
	display: block;
	background-color: #FF6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px !important;
	font-weight: bold;
}

/* Classes for created grids / tabular layouts ============ */

/* ================ */
/* = The 1Kb Grid = */     /* 10 columns, 40 pixels each, with 10 pixel gutter */
/* ================ */

.grid_1 { width:40px; }
.grid_2 { width:90px; }
.grid_3 { width:140px; }
.grid_4 { width:190px; }
.grid_5 { width:240px; }
.grid_6 { width:290px; }
.grid_7 { width:340px; }
.grid_8 { width:390px; }
.grid_9 { width:440px; }
.grid_10 { width: 490px; }

.column {
	margin: 0 5px;
	overflow: hidden;
	float: left;
	display: inline;
}

.row {
	width: 500px;
	margin: 0 auto;
	overflow: hidden;
}

.row .row {
	margin: 0 -5px;
	width: auto;
	display: inline-block;
}

.head {
	font-weight: bold !important;
}

/* ===================================================== */

.editing h2
{
	text-align: left;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	font-family: times;
	border-bottom: solid 1px #000;
	margin-top: 20px;
	margin-bottom: 10px;
}



.editing img
{
	width: 170px;
}

.editing input[type="text"]
{
	width: 300px;
}

.editing textarea
{
	width: 400px;
	height: 200px;
	font-family:  helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}

/* Title Bar ============================================ */

#sitetitle
{
	width: 100%;
	height: 70px;
	background-color: black;
	overflow: hidden;
}

#sitelogo img
{
	float: left;
	width: 189px;
}

#siteimage img
{
	float: left;
	width: 571px;
}

/* Menu ================================================== */

#menu
{
	float: left;
	width: 188px;
	padding-bottom: 15px;
}

#menu div
{
	width: 100%;
	height: 25px;
	background-color: #FDECB1;
	font-size: 13px;
	font-family: times !important;
	line-height: 25px;
}

#menu div:hover
{
	background-color: #D7D7D7;
}

#menu a
{
	color: rgb(0, 0, 102);
	text-decoration: none;
	font-size: 13px;
	/* margin: 10px; */
	margin-left: 10px;
	display: block;
}

#menu span
{
	margin-left: 10px;
	font-weight: bold !important;
}

#youarehere
{
	height: 25px !important;
	font-size: 15px !important;
	font-family: times !important;
	text-align: center !important;
	line-height: 25px !important;
	background-color: #FFFFFF !important;
}

#pagename
{
	height: 30px !important;
	font-size: 20px !important;
	font-family: times !important;
	text-align: center !important;
	line-height: 30px !important;
	background-color: #FFFFFF !important;
	border-bottom: 1px solid rgb(130, 130, 130);
}

#admin
{
	line-height: 25px !important;
	background-color: #99FF99 !important;
	/* border-bottom: 1px solid rgb(130, 130, 130); */
}

#admin a
{
	font-size: 13px !important;
}

#admin:hover
{
	background-color: #D7D7D7 !important;
}

/*

#current
{
	background-color: #666666 !important;
}

#current a
{
	color: #FFFFFF !important;
}

*/

#submenu
{
	height: auto !important;
	background-color: #FFFFFF !important;
	width: 188px;
}

#submenu div
{
	background-color: #FEC96D;
	width: 168px !important;
	position: relative;
	left: 10px;
}

/* Other =============================== */

#symposium
{
	text-align: center; 
	margin: 10px auto 10px auto;
	height: 40px;
	width: 350px;
}

#symposium div
{
	border: 1px solid black;
	background-color: #FDECB1;
	height: 25px;
	line-height: 25px;
	width: 150px;
	margin: 5px;
	float: left;
}

#symposium div:hover
{
	background-color: #D7D7D7;
}

#symposium a
{
	text-decoration: none;
	font-size: 13px;
	font-family: times !important;
}

#messageRow

{
	background-color: #FDECB1;
}

#messageRow a

{
	text-decoration: none;
}

#faculty div
{
	width: 100px;
	height: 150px;
	padding: 10px;
	float: left;
	font-size: 11px;
	text-align: center;
}

#faculty a
{
	text-decoration: none;
}

#faculty img

{
	width: 100px;
}

#quote p
{
	text-align: right;
	font-style: italic;
	margin: 10px;
}


/* Footer ====================================================== */

#sitefooter
{
	clear: left;
	width: 95%;
	text-align: right !important;
	border-top: 1px solid rgb(130, 130, 130);
	line-height: 80%;
}

#sitefooter a
{
	text-decoration: none;
}

#sitefooter p
{
	font-size: 11px;
	font-family: sans-serif !important;
	font-weight: 550;
	text-align: right !important;
}
