/* CSS Document */

#container {
	background-image: none;
	background-color: #1F3258;
	}

#containerTop {
	background-color: #2E2E2E;
	background-image: none;
	margin: 0px;
	}
  	
#breadcrumbs {
	font-size: .7em;
	font-weight: normal;
	padding: 2px;
	}

#title {
	color: #FFFFFF;
	background-color: #2E2E2E;
	padding: 0px;
	margin: 0px;
	white-space:nowrap;
	width: 720px;
	_width: 760px;
        height: 197px;
	}

#title h2 {
	color: #FFFFFF;
	size: 1.5em;
	font-weight: normal;
	padding: 60px 10px 0px 10px;
	text-align: right;
	background-image: url("../../academicservices/_assets/images/background/background_grass.jpg");
	background-position: right;
	background-repeat: no-repeat;
	height: 136px;
	float: left;
	border-right: 4px solid white;
	text-transform: none;
	}

#title a {
	color: #FFFFFF;
	text-decoration: none;
	}

#title a:visited {
	color: #FFFFFF;
	}

#title img {
	border-right: 4px solid white;
	padding: 0px;
	margin: 0px;
	}

#menu {
	background-color: #FFCC00;
	border-top: 2px solid white;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 5px;
	border-bottom: 4px double #666600;
        /*height: 15px;*/
	}
	
li {
	margin-bottom: 5px;
	}

#menu ul {
	padding: 0px;
	margin: 0px;
	}

#menu li {
	padding: 0px 15px 0px 15px;
	display: inline;
	border-right: 1px solid #333333;
	}

#menu a {
	color: #333333;
	text-decoration: none;
	}

#menu a:visited {
	text-decoration: none;
	}

#menu a:hover {
	text-decoration: underline;
	}

#contentMain {
	border-left: none;
	border-top: none;
	_margin-left: 210px;
	min-height: 750px;
	/*_height: 800px;*/
	}
	
#contentMain table {
	margin-top: 15px;
	}
	
#contentMain td {
	padding: 5px;
	}

#contentLeft {
	/*background-color: #1F3258;*/
	background-color: #1F3258;
	/*border-right: 4px solid white;*/
	width: 220px;
	text-align: left;
	_margin-right: -3px;
	padding: 0px;
	}

#submenu {
	/*background-color: #1F3258;*/
	background-color: #1F3258;
	/*border-right: 4px solid white;*/
	/*border-bottom: 4px solid white;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
        color: #FFFFFF;
        }

#submenu ul {
	padding: 10px 0px 10px 0px;
	margin: 0px 0px 0px 20px;
	}

#submenu li {
	padding-top: 3px;
	padding-bottom: 2px;
	list-style-type: none;
	}

#submenu a {
	color: #FFFFFF;
	text-decoration: none;
	}

#submenu a:visited {
	color: #FFFFFF;
	}

#submenu a:hover {
	text-decoration: underline;
        color: #FFCC00
	}

#features {
	float: right;
	width: 190px;
	padding-left: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: .9em;
	}
	
#features img {
	float: none;
	margin: 0px;
	padding: 0px;
	}

/* CALEB REDMAN LCB EDITS 6/4/09 */
#events {
   background-color: #EFEFEF;
   padding: 10px 0px 20px 0px;
   margin: 20px -10px 25px 7px;
   border: 3px solid white;
   min-height: 40px;
   _height: 50px;
   width: 200px;
   font-size: 0.8em;
   font-style: normal;
   font-weight: normal;
   font-family: Arial;

}

#events h2 {
   background-color: #58759B;
   font-size: 1em;
   padding-bottom: 10px;
   padding-top: 4px;
   margin: -10px 0px 25px 0px;
   text-align: center;
   color: white;
}

#events p {
   color: black;
   text-align: center;
}

#events h3 {
	 background-color: #58759B;
         font-size: 1em;
         padding-bottom: 10px;
         padding-top: 4px;
         margin: -10px 0px 25px 0px;
         text-align: center;
         color: white;
	}

#events ul {
	padding: 0px;
	margin: 0px 15px 10px 0px;
	}

#events li {
	list-style-image: url("../../academicservices/_assets/images/background/list_arrow.gif");
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 15px;
	color: #000000;
	}

.more {
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-right: 15px;
	}

#events a{
        color: #1F3258;
        text-decoration: underline;
        }

#events a:visited {
        color: #1F3258;
        text-decoration: underline;
        }

#events a:hover {
        color: #1F3258;
        text-decoration: underline;
        }

	
/*ACADEMIC SERVICES Styles*/

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight:normal;
	}

/*end ACADEMIC SERVICES Styles*/

/*SGA Styles*/

/*LIGHT BLUE FEATURE WITH ROUNDED EDGES AND PICTURE*/

#letter {
	background-color:#58759B;
background-image:url("../../academicservices/_assets/images/background/letter_bottom.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
	width: 170px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 10px 0px 10px 0px;
	}
	
#letter h3 {
	background-image:url("../../academicservices/_assets/images/background/letter_top.jpg");
	background-position:top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	text-align:center;
	}
	
#letter img {
	background-color: #999999;
	text-align: center;
	width: auto;
	height: auto;
	}

/* EDITED BY CALEB REDMAN 6/3/09 */
#letter ul {
        padding-bottom: 15px;
}
	
.photo {
	background-color: #999999;
	text-align: center;
	}
	
.yellow {
	color:#FFCC33;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#letter p {
	width: 164px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 3px 3px 30px 3px;
	text-align:center;
	}
	
#letter a {
	color:#FFFFFF
	}
	
/*end LIGHT BLUE FEATURE WITH ROUNDED EDGES*/

/*DARK BLUE FEATURE WITH STARS*/
	
#clubactivities {
	background-color: #1E3257;
	background-image:url("../../academicservices/_assets/images/background/club_stars.jpg");
	background-repeat: no-repeat;
	background-position:left;
	width: 170px;
	margin: 10px 0px 10px 0px;
	}
	
#clubactivities a {
	color:#FFFFFF
	}
	
#clubactivities h3 {
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:right;
	padding: 7px 5px 7px 5px;
	font-size:1.1em;
	}
	
/*end DARK BLUE FEATURE WITH STARS*/

/*ANNOUNCEMENT BULLET POINTS*/
	
#announcement ul {
	list-style-image:url("../../academicservices/_assets/images/background/bullet_star.jpg");
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#announcement li {
	margin-bottom: 15px;
	}
	
#announcement a {
	color: #000000;
	cursor:auto;
	}
	
/*end ANNOUNCEMENT BULLET POINTS*/

/*DARK BLUE FEATURE WITH WHITE BORDER*/
	
#sganews {
	background-color: #1E3257;
	width: 170px;
	padding: 5px;
	margin: 10px 0px 10px 0px;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-color:#FFFFFF;
	border-style:solid;
	}
	
#sganews li {
	list-style-image:url("../../academicservices/_assets/images/background/star_bulletpoint.jpg");
	}
	
#sganews h3 {
	color: #FFCC00;
	font-size: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	}
	
#sganews a {
	color:#FFFFFF
	}
	
/*end DARK BLUE FEATURE WITH WHITE BORDER*/

/*LIGHT BLUE FEATURE*/
	
#newsarticle {
	background-image:url("../../academicservices/_assets/images/background/bluebubble_top.jpg");
	background-position:top;
	background-repeat:no-repeat;
	width: 170px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 10px 1px 10px 1px
	}
	
#newsarticle a {
	color:#FFFFFF
	}
	
#newsarticle p {
	background-image:url("../../academicservices/_assets/images/background/bluebubble_bottom.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:#58759B;
	width: 170px;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 3px 0px 45px 0px;
	text-align:center;
	}
	
#newsarticle h3 {
	color:#FFCC00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	text-align:center;
	padding: 20px 3px 0px 3px;
	}
	
/*end LIGHT BLUE FEATURE*/	

/*BULLET POINT STYLE*/

#bio {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 45px 0px;
	}
	
#bio p {
	padding: 0px 0px 15px 0px;
	}
	
#bio img {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	}
	
/*end BULLET POINT STYLE*/

/*LIGHT BLUE BOX FEATURE*/		

#meeting {
	background-color: #58759B;
	color: #FFFFFF;
	margin: 10px 0px 3px 0px;
	padding: 5px 3px 5px 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

#meeting h3 {
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	}
	
#meeting li {
	padding-bottom: 3px;
	}
	
#meeting a {
	color:#FFFFFF;
	}
	
/*end LIGHT BLUE BOX FEATURE*/

/*DARK GRAY BOX FEATURE*/
	
#contact {
	background-color: #666666;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 7px 0px;
	border-top:medium;
	border-top-color:#FFFFFF;
	text-align:center;
	}

#contact h3 {
	color:#FFFFFF;
	font-size:1.1em;
	font-weight:bold;
	}

#contact a {
        color: #FFFFFF;
        text-decoration: underline;
        }

#contact a:hover {
        color: #58759B;
        text-decoration: underline;
        }

#contact a:visited {
        color: #FFFFFF;
        text-decoration: underline;
        }
	
/*end DARK GRAY BOX FEATURE*/

/*NEWS BRIEF COLUMNS*/

.column1 {
	float: left;
	width: 40%;
	_width: 33%;
	padding: 0px 0px 35px 15px;
	margin: 0px 0px 0px 0px;
	}

.column2 {
	margin-left: 40%;
	_margin-left: 35%;
	padding-left: 15px;
	border-left: 4px solid white;
	_margin-right: 170px;
	}

.column1 p {
	padding-right: 15px;
	margin-right: 15px;
	padding-bottom: 20px;
	}
	
.border1 {
	background-image:url("../../academicservices/_assets/images/background/newsbrief_boarder.jpg");
	background-position:bottom;
	background-repeat:no-repeat;
	}
	
#story {
	color:#000066;
	}
	
#story li {
	list-style-image:url("../../academicservices/_assets/images/background/bluecheckmark.jpg");
	}
	
	
/*end NEWS BRIEF COLUMNS*/
