body {
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #f6f6f6;
	text-align: center;
	margin: auto;
	width: 100%;
	font-family: Arial;
	font-size: 14px;
	line-height: 1.5em;
	color: #333333;
}

a {
	color: #416486;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.noborder {
	border: none !Important;
	padding: 0;
	margin: 0;
}

a img {
	border: none;
	padding: 0;
	margin: 0;
}

table {
    font-family: Arial;
	font-size: 14px;
	line-height: 1.5em;
}

fieldset {
    border: none;
    padding: 0;
}

label {
    padding-right: 12px;
}

.nonlink {
    font-weight: normal;
    color: #333333;
}

#main {
    background: url(/images/main_background.png) no-repeat top center;
    width: 100%;
    margin: auto;
    text-align: center;
}

#section {
    background-color: White;
    width: 900px;
    margin: auto;
    text-align: center;
}

#top {
    background-color: #fff;
	width: 100%;
	height: 35px;
	margin: auto;
	padding: 0;
	text-align: center;
	border-bottom: solid 1px #000;
}

#csu {
    width: 900px;
    margin: auto;
    text-align: center;
}

#csulogo {
    float: right;
    padding: 0;
    margin: 0;
}

#header {
	background-image: url(/images/header.png);
	width: 900px;
	height: 150px;
	margin: auto;
	padding: 0;
	text-align: center;
}

#topmainlinks {
    background-color: #3d683f;
    text-align: center;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 45px;
    border: solid 1px #154918;
    background: -webkit-linear-gradient(#819c82, #3d683f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#819c82, #3d683f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#819c82, #3d683f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#819c82, #3d683f); /* Standard syntax */  
}

.news {
    margin: 0;
    padding: 0;
}

.news li {
    margin-bottom: 25px;
    background-color: #f6f6f6;
    display: block;
    list-style: none;
    padding: 20px;
    border: solid 1px #e3e3e3;
}

.news-header {
    color: #416486;
    text-decoration: none;
    font-weight: bold;
}

#slideshow {
    text-align: left;
}

#newsletter_header {
    background-color: #154918;
    text-align: left;
    margin-bottom: 30px;
}

#text {
    padding: 0 25px 25px 25px;  
    min-height: 550px;
    text-align: left; 
    margin: 0;
}

/* mac hide \*/
* html #text{height:550px}
/* end hide */

#text img {
    border: solid 1px #333;
}

#text img.img_noborder {
    border: unset;
}

#text div.logos img {
    border-radius: 5px;
    padding: 0 3px;
}

.title {
    color: #3d683f;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0 30px 0;
    line-height: 1.3em;
}

.subtitle {
    font-size: 16px;
    font-weight: bold;
}

.newsletter_title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    line-height: 1.3em;
    text-align: center;
}

.newsletter_subtitle {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 15px 0;
}

.newsletter_news_title {
    background-color: #416486;
    color: White;
    font-weight: bold;
    padding: 5px 10px;
    width: 98%;
    font-size: 16px;
}

.highlighted {
    border: solid 1px #3d683f;
    padding: 5px 15px;
    margin: 10px 0 20px 0;
    font-weight: normal; 
}


.highlighted2 {
    border: solid 1px #3d683f;
    padding: 5px 15px;
    margin: 10px 0 20px 0;
    font-weight: normal; 
    background-color: #f1f1f1;
}

.highlighted3 {
    border: solid 1px #3d683f;
    padding: 5px 15px;
    margin: 10px;    
    font-weight: normal;
    float: left;
    background-color: #f1f1f1;
    height: 220px;
}

.side_events {
    float: right;
    width: 250px;
    margin: 0 0 10px 20px !important;
}

.side_event_content_header {
    text-align: center;
    color: #3d683f;
}

.side_event_content_center {
    text-align: center;
}

.border_bottom {
    border-bottom: solid 1px #ccc;
}

.col_parent {
    background-color: #f1f1f1;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 8px;
    font-weight: bold;
}

.col_parent:hover {
    background-color: #3d683f;
    color: White;
}

.col_arrow {
    float: right;
    margin: 4px 0 0 0;
    border: none !Important;
}

.special_button {
    background-color: #333;
    color: #fff;
    padding: 5px 20px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    position: relative;
    bottom: 0;
}

.texter {
    margin-left: 25px;
}

.no_margin {
    margin-left: 0 !Important;
}

/* Old CSS for quicklinks 
div#quicklinks a {
    margin: 10px;
}

div#quicklinks a img {
    height: 40px;
    padding: 5px;
    vertical-align: middle;
}
*/
#quicklinks { 
    display: flex;
    justify-content: space-evenly;
    margin: 5px 0;}
#quicklinks a {
    display: flex;
    align-items: center;
    max-width: 8em;
}
#quicklinks img {
    padding: 0px 5px;
}

.warning {
	color: #800;
}

span.login_header {
	border: solid 1px #000000;
	border-radius: 5px;
	padding: 4px;
	float: right;
}

table.registration tr.middle {
	display:none;
}

.bigger {
    font-size: 14px !important;
}

.bigger li {
    padding: 8px 15px !important;
}

.bigger2 {
    font-size: 14px !important;
}

.bigger2 li {
    padding: 9px 15px !important;
}

.news-headlines .selected {
    font-weight: bold;
}

#categories {
    margin: 30px 15px;
    min-height: 150px;
}

.category {
    width: 260px;
    float: left;
    margin: 0 14px; 
}

.category ul {
    margin: 0;
    padding: 0;
}

.category ul li {
    background-color: #f1f1f1;
    text-align: left;
    display: block;
    list-style: none;
    margin-top: 8px;
    padding: 3px 0 3px 8px;
}

.category_title {
    color: White;
    background-color: #3e6940;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 600;
}

.slideshow_title {
    background-color: #416486;
    width: 658px;
    text-align: center;
    font-size: 24px;
    color: White;
    padding: 20px 0 !important;
    margin: 0 0 25px 0 !important;
}

.slideshow_title2 {
    background-color: #416486;
    width: 658px;
    text-align: center;
    font-size: 19px;
    color: White;
    padding: 15px 0 !important;
    margin: 0 !important;
    font-weight: normal !important;
}

#footer {
    background-color: #3d683f;
    border-top: solid 1px #dbdbdb;
    width: 100%; 
    height: 80px;  
    font-size: 12px; 
    margin-top: 25px;
    clear: both;
    color: #819c82;
}

#footer p {
    text-align: center;
    padding: 15px 0 15px 0;
    margin: 0;
}

#footer a{
    color: White;
    text-decoration: none;
    padding: 0 4px; 
    font-weight: normal;
}

#footer a:hover {
    text-decoration: underline;
    cursor: pointer;
}

ul#css3menu1,ul#css3menu1 ul{
	margin:0;list-style:none;padding:0;text-align: left;}
ul#css3menu1 ul{
	display:none;position:absolute;min-width:180px;left:0;top:100%;-moz-box-shadow:3.5px 3.5px 5px #000000;-webkit-box-shadow:3.5px 3.5px 5px #000000;box-shadow:3.5px 3.5px 5px #000000;background-color:#fff;border: solid 1px #333;}
ul#css3menu1 li:hover>*{
	display:block;}
ul#css3menu1 li{
	position:relative;display:block;border-right: solid 1px #3d683f;white-space:nowrap;font-size:0;float:left;}
ul#css3menu1 li:hover{
	z-index:1;}
ul#css3menu1 ul ul{
	position:absolute;left:100%;top:0;}
ul#css3menu1{
	font-size:0;z-index:999;position:relative;display:inline-block;zoom:1;padding:0;*display:inline;}
* html ul#css3menu1 li a{
	display:inline-block;}
ul#css3menu1>li{
	margin:0;}
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;}
ul#css3menu1 a{
	display:block;vertical-align:middle;text-align:left;text-decoration:none;font:15px Arial;color:#fff;cursor:pointer;padding:14px 36px 14px 36px;}
ul#css3menu1 ul li{
	float:none;margin:0;}
ul#css3menu1 ul a{
	text-align:left;padding:10px;margin:0;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;font:14px Arial;color:#000;text-decoration:none;}
ul#css3menu1 li:hover>a,ul#css3menu1 li a.pressed{
	background-color:#e3e3e3;color:#000;text-shadow:none;text-decoration:none;}
ul#css3menu1 span{
	display:block;overflow:visible;padding:0px;}
ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li a.pressed{
	background-color:#3d683f;opacity: 1.0;filter: alpha(opacity=100);color:#fff;text-decoration:none;}
ul#css3menu1 li.topfirst{
    border-left: none !Important;
}
ul#css3menu1 li.toplast{
    border-right: none !Important;
}

.slider_space {
    float: left;
    padding: 0;
    margin: 0;
}

.nivo-controlNav {
    display: none !important;
}

.nivo-caption {
    height: 40px !Important;
    padding-top: 8px !important;
    text-align: left !important;
    opacity: 0.7 !important;
}

.nivoSlider {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important; 
    box-shadow: none !important;
}

.gallery {
	margin: 15px 0 10px 0 !Important;
	padding: 0 !Important;
}

.gallery li {
	display: inline; 
	margin-right: 5px;
	margin-left: 0px !Important;
}

div.pp_default .pp_description {
    font-size: 20px !Important;
    margin: 7px 60px 0 0 !Important;
	line-height: 1.2em !Important;
}

div.pp_overlay {
    background-color: #ccc !important;
}

.gallery {
    text-align: center;
}
