/* Use this page to overwrite styles found in standard1.css - do not change standard1.css */

/* Date:       October 2008
*
**************************************************************/
/* F A C U L T Y   R E L A T I O N S   S T Y L E S H E E T   */
/*************************************************************/

/***********************************************************				
 *
 * 			Standard HTML tag definitions
 *
 **********************************************************/

/* All fonts on page will be Arial with size 12 pixels 
   by default unless overriden.  The page will be a pale
   blue colour.
*/

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background: #ffffff;
	color: #000000;
	text-align: left;
	}
h1 {
	border-bottom: 2px solid #660099; 
	padding-bottom: 3px;
	}	
	
/**********************************************************
 *
 * 			Definitions of IDs
 *
 **********************************************************/

	
/**********************************************************
 *
 * 			Definitions of FORMS
 *
 **********************************************************/ 
/*------------------ General for all forms ---------------*/
form {
	padding-top: 1px;
	width: auto;
	background-color: #ffffff;
	border: 0px solid #999999;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	text-align: center;
 	}
/* Starts next item on a new line after a BR */
form br {
	clear: left;
	}
/* The form's LABEL field  */				
form label {
	text-align: right;
	padding-right: 10px;	
    padding-top: 5px;
	display: block;
	float: left;
	margin-bottom: 10px;	
	}	
/* This seems to control the radio button label position
   (beside button, rather than under button) */
form label, input {
	float: left; 
	}
/* The form's LEGEND text */
form legend {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 20px 10px;
	font-weight: bold;
	margin:0;
	color: #666666;
	}
form fieldset {
	width: 90%;
/*	width: 720px;*/
	}
	
form#searchForm {
	margin: 0px;
	padding: 0px;
	width: 100px;
	border: none;
	}	
form#searchForm p {
	font-size: 11px;
	text-indent: none;
	font-weight: bold;
	}	
form#searchForm input {
	font-size: 11px;
	margin-top: 3px;
	}	
/* ------------------ General Form classes ------------------------ */	
/* Used for Buttons. Button is 100px wide. */
form .submit {
	width: 100px;
	margin: 10px 0 15px 10px;
	text-align: center;
	}	
/* Used as "class=fixedWidth" for labels or input boxes.
   If no "class=fixedWidth" is specified, the size is as defined by SIZE or default. */	
form .fixedWidth {
	width: 250px;
	}
/* Used as class=radioButton. Smaller width for the radio button. */	
form .radioButton {
	width: 30px;
	}
			
		
ul#quickLinksList {
	margin-top: 0px;
	}
	
ul#homeList {

	}
	
/* -------------------- TOP NAVIGATION MENU ------------------------------ */
/* The top navigation bar and drop-down menus */
/* Suckerfish insert included */

#nav-top {
    clear: both;
	padding: 3px;
	margin: 0;
	list-style: none;
	width: 730px;
	height: 25px;	
	background:#660099;
	margin-bottom: 10px;	
	}	
#nav-top ul {
	padding: 0;
	margin: 3px 0px 3px 20px;
	list-style: none;
	}
#nav-top a {
	display: block;
	color:#FFFFFF;
	text-decoration:none;
	/*text-align:center;	*/
	}
#nav-top li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	color:#FFFFFF;
	background:#609;
	font-weight:bold;
	float: left;
	padding: 0px 3px 0px 3px;
	}
#nav-top li a:hover {
	color:#FFC;
	text-decoration: none;
	padding: 0px;	 /* if I comment this out, drop-downs don't work */
	}
/*Drop down menu tags*/
#nav-top li ul {
	position: absolute;
	width: 170px;
	left: -999em;
	margin: 0px;
	}
	
#nav-top li ul li {
	width:170px;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal;
	border-left: 1px solid #609;
	border-right: 1px solid #609;
	border-bottom: 1px solid #609;
	clear:left;
	padding: 3px;
	/*font-size: 90%;*/
	background: #fff;
	}
#nav-top li ul li a {
	color: #660099;
	font-size:12px; 
	background-color:#eeeeee;
	display:block;
	/*text-align: left;		*/   /* this will align the drop down items to the left */
	}
#nav-top li ul li a:hover{
	color: #ffffff;
	background-color:#660099;
	margin:0px;
	display:block;
	}
#nav-top li:hover ul, #nav-top li.sfhover ul {
	left: auto;
	}

/* End of top navigation bar and drop-down menus */


/* ------------------------------ End topNavMenu Drop down menu tags*/	
#doublerightcol-fr {
	display: block;
	float: left;
	width: 568px;
	padding: 0;
	border: 0;
	}

#leftcol-fr {
	float: left;
	width: 143px;
	margin: 0px 5px 10px 0px;
	border: 0;
	padding: 0 0 0 3px;
	}
	
#leftcol-fr  ul {
	list-style: none;
	margin: 0;
	padding: 7px 0 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#leftcol-fr  li {
	list-style: none;
	margin: 0;
	padding: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#centercol-fr  {
	float: left;
	width: 365px;
	border: 0;
	margin: 0;
	padding: 0 3px 0 3px;
	}

#centercol-full-fr {
	float: left;
	width: 455px;
	border: 0;
	margin: 0;
	padding: 0 3px 0 3px;
	}

#rightcol-fr  {
	float: left;
	padding: 0;
	width: 180px;
	border: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 12px;
	}
	
#rightcol-fr  ul {
	list-style: none;
	margin: 0;
	padding: 7px 0 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#rightcol-fr  li {
	list-style: none;
	margin: 0;
	padding: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

#missionBox {
	width: 90%;
	background-color:#FFF;
	border: 1px solid #cccccc;
	}
#missionBox p {
	padding: 10px;
	font-size: 12px;
	text-align: center;
	}
	
#coordinatorBox {
	width: auto;
	background-color:#eeeeee;
	border: 1px solid #cccccc;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
#coordinatorBox p {
	padding: 10px;
	font-size: 14px;
	text-align: left;
	}
						
img.atLeft {
	margin-left: 0px;
	}
img.atCenter {
	margin: 0 auto;
	}	
	
.general_items {
	margin: 5px 5px 10px 0;
	}
	
h2.subtitle {
	padding: 5px 0px;
	margin-bottom: 10px;
	}
	
#caption {
	margin: 0px auto;
	font-size: 10px;
	}

#back {
	margin-top: 10px;
	clear: both;
	font-weight: bold;
	}		
	
ul#newToWesternList {
	margin-left: 25px;
/*	border: 1px solid red;*/
	}	
ul#newToWesternList li {
	padding: 0px;
	padding-left: 5px;
	font-size: 80%;
	list-style: url(images/arrow.gif);
	}
	
.listIcon {
	list-style: url(images/arrow.gif);
	}	

/* This is the fix for IE - "sticky" menus! */ #nav-top li:hover, #nav-top li.hover {  
     position: static;  
	 }  

