﻿/*
        AccountingStyleSheet.css
        
        FILE DESCRIPTION:
        
        	Main CSS for the BSU Accounting Club website.
                	
        MODIFICATION HISTORY:
        	
        	26-AUG-2008	Shawn Rakowski		New CSS.
			09-SEP-2008	Shawn Rakowski		Changed background color to match acct
											dept website.
			05-JAN-2009	Shawn Rakowski		Updated to match new Acct Dept website.	
        
*/
	/*
	background-image: url("../Images/bg_grad.jpg");
	background-repeat: repeat-x;
	background-color: #c8c8c8;
	*/

body
{
	text-align: left;
	background-color: #F0ECE0;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
}

#body
{
	margin: 0 auto;
	padding: 0;
	height: auto;
	width: 804px;
}

.noscreen
{
	display: none;
}

a, a:link, a:visited, a:active
{
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 
}

a:hover
{
	color:#7ca297 
}

#page
{
	margin: 0 auto;
	padding: 0 2px;	
	height:auto;
	width: 800px;
	background-color: #D1DFD7;
}

#globalheader
{
	background: #F0ECE0 url(../Images/global_nav_subhead_background.jpg);
	width: 804px;
	height: 34px;
	font-size: 70%;
}

#globalhomelogo a {
	display: block;
	width: 100%;
	height: 100%;
}

#globalheadernav ul {
	list-style-type: none;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	white-space: nowrap;
}

#globalheadernav ul li{
	display: inline;
	color: #000;
	text-decoration: none;
	padding: 0 5px;
	border-left: 1px dotted #cbcbcb;
}

#globalheadernav ul li:first-child {
	border-left: none;
}

#globalheadernav ul li a, #globalheadernav ul li a:link, #globalheadernav ul li a:visited, #globalheadernav ul li a:active{
 color: #394a18;
}

#globalheadernav ul li a:hover {
 color: #394a18;
 text-decoration: underline;
}

#globalhomelogo {
	background-image:url(../Images/global_nav_subhead_logo.jpg);
	background-repeat:no-repeat;
	height:23px;
	left:19px;
	position:relative;
	top:6px;
	width:286px;
}

#banner
{
	background-image: url(../Images/new_acct_logo.jpg);
	height: 120px;
	width: 800px;
}

#title
{
	right: 20px;
	top: 95px;
	position:relative;
	font-weight: bold;
	color: white;
	float: right;
}

#right_col
{
	background-color: #D1DFD7;
	float: left;
	width: 150px;
	margin: 0;
	min-height: 700px;
	/*border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;*/
}

#right_col #nav
{
	width: 128px;
	margin: 0;
	padding: 10px;
}

#right_col #nav ul
{
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0;
}

#right_col #nav ul li
{
	padding: 2px 0;
}

#content
{
	margin: 0;
	padding: 10px;	
	float: left;
	background-color: #B8CEC5;
	min-height: 680px;
	width: 629px;
	border-left: 1px solid #FFFFFF;
}

#content a
{
	text-decoration: underline;
	font-weight: normal;
}

#footer
{	
	clear: both;
	text-align: center;
	background-image:url(../Images/footer_background.jpg);
	background-repeat:no-repeat;
	height:87px;
	width:804px;
}

#copyright
{
	font-size: 80%;
	padding-top: 30px;
}


#page_end
{
	clear: both;
	height: 0px;
}













