/* Filename: template_css.css
 * Description: This is a Joomla! css file for the presentation layer of the website for UWest.
 * Author: Patrick Gonzaga
 * Date: 1/27/2011
 */

/*BEGIN THE SITE CSS*/

/* THE LAYOUT */
div#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color:#fff;
	padding-top: 1px;
}
 
div#header {
	width: 100%;
	height: 100px !important;
	height: 101px;
	border-bottom: 1px solid #FF9900;
	position: relative;	
	background: url(../images/header_bg.gif) repeat-x;
}
 
div#header_inner {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	padding: 0;
	
	/* css for floating logo */
	/*
	width: 407px;
	height: 69px;
	position: absolute;
	left: 6px;
	top: 23px;
	*/	
}

div#logo {
	width: 260px;
	text-align: left;
	float: left;
}

div#header_inner_items {
	width: 700px;
	height: 100px;
	float: left;
	text-align: right;
	font-size: 8pt;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#header_inner_items a {
	text-decoration: none;
	color: #FF9933;
	font-weight: bold;
}

div#header_inner_items a:hover {
	color: #CCCCCC;
}

.search_navbar {
	width: 243px;
	padding-right: 20px;	
}

div#top_links {
	float: left;
	width: 437px;
	height: 25px;
	padding-top: 10px;
}

div#top_searchbar {
	float: left;
	width: 225px;
	height: 27px;
	padding-top: 8px;
	text-align: right;
}

div#top_other {
	float: left;
	width: 700px;
	height: 65px;
	text-align: right;
}

div#add_this_toolbox  {
	float: left;
	width: 111px;
	text-align: left;
	padding-top: 15px;
	padding-right: 4px;
}

div#apply_now {
	padding-top: 15px;
	/*width: 387px;*/
	width: 387px;
	text-align: right;
	float: left;
	/* padding-right: 63px;*/
	padding-right: 50px;
	padding-left: 50px;
	font-size: 7pt;
	color: #fff;
}

div#apply_now a {
	font-weight: normal;
	color: #fff;
}

div#add_this_toolbox_text {
	padding-top: 15px;
	width: 95px;
	text-align: right;
	float: left;
}

div#nav {
	width: 100%;
	margin: 0 auto;
	height: 49px !important;
	height: 50px;
	border-bottom: 1px solid #FF9900;
	/*margin-bottom: 30px;	*/
	background: url(../images/topmenu_bg.gif) repeat-x;	
	text-shadow: none;
}

div#frontpage_container {
	width: 100%;
	margin: 0 auto;	
	/*background: url(../images/nav-container.png) repeat-x;*/
	background-color: #f8f3ec;
	border-bottom: 1px solid #e6d4bc;
}
 
div#nav ul {
	width: 960px;
	height: 49px;
	margin: 0 auto;
	padding: 0;
	/*border-right: 1px solid #FF9900;*/
}
/*
div#nav ul li {
	float: left;
	height: 49px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 11pt;
	width: 159px;
	border-left: 1px solid #FF9900;
}*/
/*
div#nav a {
	display: block;
	float: left;
	height: 49px;
	line-height: 49px;
	padding: 0 10px;
	color: #000;	
	text-decoration: none;
	color: #fff;
	width: 139px;
	text-align: center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 
div#nav a:hover {
	background-color: #333333;	
	color: #FF6600;	
}
*/
div#frontpage_banner {
	width: 960px;
	margin: 0 auto;
	/* height: 332px; */
	height: 300px;
	/* background-color: #EBEBEB;	*/
	/*background-color: #FF9900;*/
	background-color: #fff;
	/*padding-bottom: 10px;*/
	
}

div#slider {
	float: left;
	width: 689px;
	background-color: #f8f3ec;
	height: 300px;
}

div#banner_links_container {
	float: left;
	width: 271px;
	
	height: 301px;
}

div#banner_links {
	width: 280px;
	height: 300px;
	background-color: #f8f3ec;
	/*background-color: #fff;*/
	float: left;
	padding-right: 30px;
}

div#banner_links ul {
	list-style-image: url(../images/arrow.png);
	margin: 0;
	padding: 0;
	border: none;
}
	
div#banner_links li {
	font-size: 13pt;
	margin-left: 40px;
	padding: 17px 17px 17px 17px;
	border-bottom: 1px dotted #CCCCCC;
}

div#banner_links li a {
	display: block;	
	color: #990000;
	text-decoration: none;	
}

div#banner_links li.li_last {
	border-style: none;
}

div#banner_links li a:hover {
	color: #333333;
}

div#mainbody {
	width: 100%;
}

div#maincontent {
	/*
	width: 690px !important;
	width: 711px;
	*/
	width: 720px;
	float: left;
	padding-left: 10px;
	/*margin-left: 10px; */
	margin-bottom: 30px;
	/*padding-top: 7px;*/
}

div#sidebar {
	width: 230px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	float: left;
}

div#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
	
div#sidebar li {
	border-bottom: 1px dotted #666666;
	margin: 0;
}

div#sidebar li .separator{
	display: block;
	padding: 10px 10px 10px 10px;
	color: #333333;
	text-decoration: none;
}

div#sidebar li li {
	list-style: square;
	margin-left: 30px;
	font-size: 8pt;
	border-bottom: none;
}

div#sidebar li li a {	
	padding: 5px 5px 5px 5px;
	color: #333333;
	text-decoration: none;
}

div#sidebar li li a:hover {	
	text-decoration: underline;
	background-color: #fff;
} 

div#sidebar li a {
	display: block;
	padding: 10px 10px 10px 10px;
	color: #990000;
	text-decoration: none;
}

div#sidebar li a:hover {
	background-color: #CCCCCC;
	color: #333333;
} 

div#featured_articles {
	float: left;
	width: 450px;
	text-align: left;
	margin-right: 10px;
}

div#news_events {
	float: left;
	width: 439px;
	text-align: left;
	margin-right: 10px;	
}

div#sidebar2 {
	float: left;
	width: 241px;
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	/*padding-top: 3px;*/
	/*margin-left: 10px;*/
	/*background-color: #f8f3ec;*/
}

div.moduletable {
	margin-bottom: 20px;
}

div.moduletable_rss {
	text-align: right;
}

div.moduletable_rss a:link{
	text-decoration: none;
}
 
div.moduletable-background {
	background-color: #000;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
}
 
div.moduletable-background h3 {
	font-size: 16px;
	color: #fff;
}
 
div#footer {
	width: 960px;
	clear: both;
	padding-top: 10px;	
	text-align: center;
	height: 60px;
	border-top: 1px solid #FF9900;
}

div#footer_left {
	width: 440px;
	float: left;
	text-align: left;
	font-size: 8pt;
	padding-left: 10px;
}

div#footer_right {
	width: 500px;
	float: left;
	text-align: right;
	font-size: 8pt;
	padding-right: 10px;
	vertical-align:bottom;
}

div#footer a {
	color: #000;
	text-decoration: underline;
}
 
div#footer a:hover {
	text-decoration: none;
}

/* COLORS AND STYLES */

.inputbox_navbar {
	border: 1px solid #FFCC66;
}

.button_navbar {
	border: 1px solid #FFCC66;
	background-color: #666666;
	color: #FFFFFF;
}

.contentheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 12pt;
	font-weight: bold;
	color: #990000;
}

a.banner_txtlink {
	color: #fff;
}

/* CORE HTML STUFF*/
body {
	background-color: #fff;
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10pt;
	margin: 0;
}
 
h1, h2, h3, h4 {
	font-weight: normal;
	/*line-height: 1.2em;*/
	color: #000;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 14pt;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: .1em;
}
h4 {
	font-size: 12pt;
}
p {

}
img {
	border: none;
}

/* Display News */

h3.moduletableuwest_displaynews {
	
}

h2.contentheadinguwest_displaynews {
	font-size: 10pt;
	font-weight: bold;
}

a.contentpagetitleuwest_displaynews {
	text-decoration: none;
}

.createdateuwest_displaynews {
	font-style:italic;	
	font-size: 8pt;
	display: block;
}

a.uwest_displaynews  {	
	display: block;
	text-align: right;
	padding-top: 15px;
	text-decoration: none;	
}

.uwest_displaynews a {
	color: #3366CC;
}

.uwest_displaynews a:hover {
	color: #666666;
}

td.contentpaneopenuwest_displaynews {
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 9pt;
}
