/* CSS Document */

html, body, #wrapper {
	min-height: 400px;  /* WRAPPER 1: To fix a major bug in #wrapper being relative instead of float  */
	}

body {
	margin:0;
	padding:0;
	text-align:center; /* CENTER PAGE 2: Set text-align to center to fix IE6- margin recognition error in #wrapper  */
	background:#999999;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
h5 a, h5 {
	font-size: 10px;
	color:#777777;
	font-weight:normal;
}


a {
	color:#990000;
	}

hr {
	border: 1px double #CCCCCC;
	}

#wrapper {
	width: 770px;
	text-align:left;
	/* height:578px;  if necessary */
	margin:2px auto 0 auto;  /* CENTER PAGE 1: Set the right and left margin to "auto" and bottom to "0"  */
	position:relative;
	border:4px solid #898989;
	background-color:#FFFFFF;
	padding:2px;
	}

#masthead {
	background-image: url(../res_images/univ_masthead.jpg);
	background-repeat: no-repeat;
	background-position: right 5px;
	float:left;
	width:770px;
	height:132px;	
	}	

#logo {
	width:250px;
	float:left;
	margin-left: 16px;
	display: inline;  /* To fix double margin IE error when margin and float are in the same direction  */
	}
	
#search {
	width:150px;
	float:right;
	margin-right:25px;
	display: inline;  /* To fix double margin IE error when margin and float are in the same direction  */
	margin-top: 75px;
	text-align: right;
	}

#float-clear {
	clear:both;
	}
	
#graydiv, #graydiv2 {
	background-color: #CCCCCC;
	border: 4px solid #DADADA;
	float: left;
	width: 720px;
	margin-left: 25px;
	display: inline;  /* To fix double margin IE error when margin and float are in the same direction  */
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	height: 7px;
	}

#graydiv2 {
	margin-bottom:12px;
	}

#master-container {
	background-image:url(../res_images/univ_navigation.jpg);
	float:right;
	width: 770px;
	background-repeat: repeat-y;
	background-position: left bottom;
	}

#container {
	width:538px;
	float:right;
	margin-right: 15px;
	display: inline;  /* To fix double margin IE error when margin and float are in the same direction  */
	}
	
#navigation {
	width:162px;
	float:left;
	margin-left: 25px;
	display: inline;  /* To fix double margin IE error when margin and float are in the same direction  */
	background-color: #660000;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #810E16;
	border-right-color: #810E16;
	border-left-color: #810E16;
	}
	
#navigation ul, #navigation ul a, #navigation ul a:hover {
	width:160px;
	margin:0px;
	list-style-type:none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-family: "Lucida Sans", Optima, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
	}

#navlist {
	padding-left:0;
	margin-left:0;
	border-bottom: 1px solid #8A4848;
	}

#navlist li {
	border-top: 1px solid #8A4848;
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding-top:0.55em;
	padding-right:0.75em;
	padding-bottom:0.55em;
	padding-left:0.75em;
	}

div.moduletable_menu {padding-top:15px;}

div.moduletable {color:#FFF}

div.moduletable_menu ul {padding-left:0px;}

#content {
	float: left;
	width: 300px;
	padding: 15px;
	display: inline;  /* To fix double margin IE error when margin and float are in the same direction  */
	font-size:12px;
	line-height: 140%;
	}
	
#onecolumn #content {
	width: 506px;
}
	
#login #content {
	width: 506px;
}

#content h1, #content h2, .componentheading {
	font-family: "Lucida Sans", Optima, Tahoma, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	text-transform: uppercase;
	}

#content h3, #content h4 {
	font-family: "Lucida Sans", Optima, Tahoma, Helvetica, sans-serif;
	font-size:14px;
	text-transform: uppercase;
	}

#content ul.rightlist {
	float:left;
	list-style-type: square;
	display: block;
/*	padding-right:1px;
	margin-left: 10px;
	margin-top: 1px;
	margin-right: 12px;
	margin-bottom: 1px; */
	font-size:11px; 
	}

#content ul.leftlist {
	float:left;
	list-style-type: square;
	display: block;
/*	padding-left:10px;
	margin-left: 12px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px; */
	font-size:11px;
	}

#sidebar {
	width: 206px;
	float: right;
	}
	
#onecolumn #sidebar {
	display: none;
}
	
#login #sidebar {
	display: none;
	}
	
#sidebar h1, #sidebar h2 {
	font-family: "Lucida Sans", Optima, Tahoma, Helvetica, sans-serif;
	display: block;
	margin-top: -18px;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #FFFFFF;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
	}

* html #sidebar h1{
	margin-top: -1px; /* the wildcard and html can only be seen by IE6, this is to fix negative margin issues */
	}

#sidebar h5, #sidebar h6, #content h5, #content h6 {
	font-family: "Lucida Sans", Optima, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	margin: 0px;
	}
	
#feature {
	float:right;
	width: 180px;
	border: 4px solid #CCCCCC;
	margin-top: 25px;
	padding: 8px;
	display: inline;  /* To fix double margin IE error when margin and float are in the same direction  */
	}

#address {
	float:right;
	width: 200px;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#address p {
	display:block;
	margin:3px;
	}

#footer {
	width:770px;
	text-align:right;
	padding:4px;
	color:#FFFFFF;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#footer a, #footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}

p.readmore {
	text-align:right;
	display: block;
	margin-top: -9px;
	}

img.border {
	border: 4px solid #CCCCCC;
	margin-bottom: 2px;
	}

#loginbox {
	background-image: url(../res_images/login_box.jpg);
	background-repeat: no-repeat;
	height: 206px;
	width: 401px;
	margin: 25px;
	padding: 20px;
	font-size: 10px;
}

#content img {
	border: 1px solid #999999;
	margin-top: 8px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}

#content form table#contactus {
	background-color:#DDDDDD;
	}

#search a {
	color:#666666;
	text-decoration:none;
	}

#alert {
	background-color: #990000;
	float: left;
	height: 20px;
	width: 300px;
	padding: 3px;
	border: 1px dotted #CCCCCC;
}

#alert a {
	color: #FFFFFF;
}

#alert a:hover {
	color: #CCCCCC;
}
