body
{
	background: #fffff1 url(../Images/mast_back.gif) top left repeat-x;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: .9em;
	text-align: center;
}

body>form
{
    padding-top: 0;
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6 { font-family: Helvetica, Verdana, Arial, sans-serif; }

h1
{
	font-size: 1.6em;
	color: #003b05;
	border-bottom: 1px dotted #003b05;
}

h2
{
    font-size: 1.2em;
    color: #c0ac81;
}

h3
{
    font-size: 1.1em;
    color: #808d73;
}

a, a:link, a:visited, a:active { color: #003b05; }

a:hover { color: #808d73; }

a.pdf
{
    padding-right: 20px;
    background: transparent url(../Images/pdf_icon.gif) no-repeat right center;
}

a.doc
{
    padding-right: 20px;
    background: transparent url(../Images/doc_icon.gif) no-repeat right center;
}

/******************* /// POSITIONING/STRUCTURAL STYLES /// ************/
#header
{
	padding: 0;
	width: 775px;
	margin: 0 auto;
	height: 100%;
}

#csulogo
{
    padding-top: 30px;
    height: 100px;
    float: right;
    width: 510px;
}


#logo
{
	float: left;
	background: transparent url(../Images/shadow.gif) top right no-repeat;
	width: 265px;
	height: 213px;
	margin: 0;
	padding: 0;
}

#logo .moduletools
{
    display: none;
    margin: 0;
    padding: 0;
}

#logo .section
{
    margin: 0;
    padding: 0;
}  

#logo img
{
    margin: 0;
    padding: 0;
    float: left;
    margin: 0;
}

#mainnav
{
	background: #003b05;
	height: 40px;
	width: 500px;
	float: left;
	/*margin-top: 130px;*/
	z-index: 3;
}

#crumbs
{
	background: #e8e5e8;
	float: left;
	font-size: .8em;
	padding-left: 5px;
	padding-top: 7px;
	text-align: left;
}

#crumbs .moduletools
{
    margin: 0;
    padding: 0;
    display: none;
}

#crumbs .section
{
    margin: 0;
    padding: 0;
}

#content
{
	width: 775px;
	padding: 5px 0 20px 0;
	margin: 30px auto;
	text-align: left;
	clear: both;
	/*background: transparent url(../Images/lsc_back.gif) no-repeat top center;*/
	min-height: 375px;
}

#contentwrap
{
    float: left;
    width: 505px;
    /*background: transparent url(../Images/lsc_back.gif) no-repeat top center;*/

}

#other
{
	height: 4px;
	background-color: #003b05;
	clear: both;
	margin-top: 30px;
}

/****************** /// FOOTER STYLES /// ********************/
#footer
{
	width: 100%;
	border-top: 19px solid #808d73;
	border-bottom: 1px solid #dcdcdc;
	background-color: #edede1;
	padding: 10px 0;
	font-size: 100%;
}

#footer #container
{
	padding: 0;
	width: 775px;
	margin: 0 auto;
	height: 100%;
	background: transparent;
	text-align: center;
}

#footer .meta
{
	float: left;
	margin: 0 5px;
	padding: 3px;
	width: 27%;
	text-align: right;
}

#footer ul, #footer .vcard, #footer .search
{
	padding-top: 0;
	margin-top: 0;
	list-style-type: none;
	font-size: .9em;
	font-weight: bold;
	color: #666;
}

#footer .vcard
{
	font-weight: bolder;
}

#footer .vcard .adr, .tel
{
	font-size: .85em;
	color: #808d73;
	font-weight: bold;
}

#footer ul a, #footer ul a:link, #footer ul a:active, #footer ul a:visited
{
	text-decoration: none;
	color: inherit;
	border-bottom: none;
}

#footer .org a:link
{
    font-size: .9em;
    text-decoration: none;
    color: inherit;
    border-bottom: none;
}

#footer .org a:active, #footer .org a:visited
{
	color: #666;
	text-decoration: none;
}

.meta a:hover
{
    color: #003b05 !important;
}

#footer ul ul
{
	padding-top: 0;
	margin-top: 0;
	list-style-type: none;
	font-size: .85em;
	font-weight: bold;
	color: #808d73;
}

#footer ul ul a
{
    color: inherit;
}

#footer .meta input
{
	border: 1px solid #808d73;
	font-size: .85em;
	color: #808d73;
}

#footer .meta input:hover
{
	color: #003b05;
	border-color: #003b05;
}


/******************* /// END FOOTER STYLES /// **************************/

/******************* /// NAVIGATION STYLES /// **************************/
/* Navigation -- With much help from Dan Cederholm of SimpleBits.com */
/** Navigation also uses Son of Suckerfish technique -- http://www.htmldog.com/articles/suckerfish/dropdowns/ ***/
/*** Nav bar styles ***/

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	z-index: 100;
	height: 40px;
	/*border: 1px solid red;*/
}

#nav a {
	display: block;
	padding-right: 8px;
	margin: 0;
	/*width: 10em;*/
}

#nav li {
	float: left;
	/*width: 10em;*/
	padding: 0;
	margin: 0;
}

#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	font-size: 0.8em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul a
{
	background: #e0e5d0;
	padding: 2px;
	width: 20em;
	white-space: nowrap;
	text-decoration: none;
	color: #728572;
	border-left: 1px solid #003b05;
	border-right: 1px solid #003b05;
	border-bottom: none;
	/*border-bottom: 1px solid #003b05;*/
}

#nav li ul li.last a
{
	border-bottom: 1px solid #003b05;
}

#nav li ul a:hover
{
	background: #fffff1;
}

.food>a  
{
	width: 52px;
	height: 40px;
	background: url(../Images/food.gif) top left no-repeat;
	text-indent: -9000px;
}
.events>a  
{
	width: 70px;
	height: 40px;
	background: url(../Images/events.gif) top left no-repeat;
	text-indent: -9000px;
}
.services>a  
{
	width: 80px;
	height: 40px;
	background: url(../Images/services.gif) top left no-repeat;
	text-indent: -9000px;
}
.involve>a  
{
	width: 113px;
	height: 40px;
	background: url(../Images/involve.gif) top left no-repeat;
	text-indent: -9000px;
}
.bookstore>a  
{
	width: 128px;
	height: 40px;
	background: url(../Images/bookstore.gif) top left no-repeat;
	text-indent: -9000px;
}

/********* /// End navigation stuff /// ******************/

/*************** /// TAB STUFF /// ***********************/
/******* Based on Kalsey CSS Tabs - http://kalsey.com/tools/csstabs/ *******/
#sidecontent
{
    width: 250px;
    padding: 0;
    float: right;
    margin: 0 0 0 10px;
}

#sidecontent .extra
{
    margin: 0 0 10px 10px;
}

#sidecontent .tabscontainer
{
	padding: 0;
	margin: 30px 0 10px 10px;
	border-top: 5px solid #808d73;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.tabscontent
{
	clear: both;
	margin: 0;
	padding: 0 15px 15px 15px;
	font-size: .8em;
}

.tabscontent img { border: none; }

.tabscontainer h2.header { font-size: 1.5em; margin: 0; padding: 3px 0 0 0; }
.tabscontent h4 { font-size: 1.1em; color: #5e6755; }
.tabscontent a, .tabscontent a:visited { color: #5e6755; }
.tabscontent a:hover { color: #003b05; }

.tabscontent ul.menu, .tabscontent ul.menu li
{
    padding-left: 0;
    margin-left: 0;
    list-style-type: none;
    width: 100%;
}

.tabscontent ul.menu li
{
    padding-top: 3px;
    border-bottom: 1px solid #808d73;

}

.tabscontent ul.menu li a { text-decoration: none; }
.tabscontent ul.menu li:hover, .tabscontent ul.menu li a:hover { background: #fffff1; }

/*.tabs
{
	margin: 0;
	padding-bottom: 19px;
	padding-left: 0;
	font-size: .7em;*/
	/*background: transparent url(images/tab_border.gif) repeat-x bottom;*/
	/*position: relative;

}

.tabs ul, .tabs li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tabs a:link, .tabs a:visited
{
	background: #E8EBF0;
	border: 1px solid #ccc;
	border-bottom: none;
	color: #666;
	float: left;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	margin: 0;
}

.tabs a:link.current, .tabs a:visited.current
{
	background: #fff;
	color: #000;
	border-bottom: 1px solid #fff;
	position: absolute;
	bottom: -1;
	line-height: 14px;
}

.tabs a:hover { color: #f00; }

.tabs ul a:hover { color: #f00 !important; }
*/


/************** END TAB STUFF ****************/

/************* CRUMB NAVIGATION **************/
#crumbs a:link, #crumbs a:visited
{
    color: #003b05;
    text-decoration: underline;
    /*border-bottom: 1px solid #003b05;*/
}

#crumbs a:hover
{
    color: #808d73;
    /*border-bottom: 1px solid #808d73;*/
    text-decoration: underline;
    
}

/*********** END CRUMB NAVIGATION ************/

/************** MISC STYLING *****************/
.message
{
    padding: 10px;
    margin: 20px;
    background: #e8e5e8;
    border: 1px solid #808d73;
}

.message .error
{
    color: #9a1623;
}

.message .success
{
    font-weight: bold;
}

ul.articlelist
{
    list-style-type: none;
    padding-left: 0;
}

ul.articlelist li
{
    margin-bottom: 30px;
}

.articlesub
{
    display: none;
}

ul.styled, ul.styled li { padding-left: 0; margin-left: 0; list-style-type: none; }

ul.styled li { border-bottom: 1px solid #808d73; margin-top: 5px; padding-bottom: 3px; }

table.styled
{
    padding: 3px;
}

table.styled thead
{
    text-align: center;
    font-weight: bold;
    color: #c0ac81;
    border-bottom: 2px solid #c0ac81;
}

table.styled tbody td
{
    border-bottom: 2px solid #c0ac81;
    vertical-align: top;
    padding: 10px;
}

img.left
{
    float: left;
    padding: 5px;
    background: #e5dcc8;
    border: 1px solid #c0ac81;
    margin-right: 7px;
}

img.right
{
    float: right;
    padding: 5px;
    background: #e5dcc8;
    border: 1px solid #c0ac81;
    margin-left: 7px;
}

div.highlight
{
    padding: 5px;
    background: #f1e9d8;
    border: 1px solid #c0ac81;
}

div.feature
{
    padding: 5px;
    background: #d4e0eb;
    border: 1px solid #448cca;
    margin-bottom: 10px;
}

div.center
{
    text-align: center;
}

div.center img
{
    background: #e5dcc8;
    padding: 5px;
    border: 1px solid #c0ac81;
    margin: 5px;
}

.image 
{
    background: #e5dcc8;
    padding: 5px;
    border: 1px solid #c0ac81;
    margin: 5px;

}

