/* CSS Document */

#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px 5px 2px 5px;
	font-size: .7em;
	}

#container {
	background-color: #CCCCCC;
	background-image: none;
	overflow: auto;
	margin: none;
	padding: none;
	}

#header {
	background-color: #1E3257;
	height: 197px;
	white-space: nowrap;
	min-width: 780px;
	}

#header img {
       margin: 0px auto 0px auto;
       padding: 0px;
       border-right: 4px white solid;
       border-left: 4px white solid;
       }

#name {
 	margin: 0px;
        float: left;
 	color:#FFFFFF;
	background-color:#1E3257;
	width: 150px;
        height: 100%;
	text-align: center;
	padding: 0px 40px 0px 0px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.2em;
        text-align: right;
	}

#name h1 {
        margin-top: 10px;
        }

#header a {
	color: #FFFFFF;
	text-decoration: none;
	}

.photoRight {
	float: right;
	border-left: 4px solid white;
	}

.photoLeft {
	float: left;
	border-right: 4px solid white;
	}

.photoCenter {
        text-align: center;
        }

#content {
	clear: both;
	border-top: 4px solid white;
	padding: 10px;
	background-color: #CCCCCC;
	}

/*  LEFT CONTENT COLUMN */


#contentLeft {
	float: left;
	width: 180px;
	text-align: right;
	border-right: 1px solid #333333;
	background-color: #CCCCCC;
	background-image: none;
	margin-bottom: 0px;
	/*margin-right: 20px;*/
	padding-bottom: 0px;
	text-align: left;
	}

#contentLeft a {
        text-decoration: none;
        }

#contentLeft a:hover {
        text-decoration: underline;
        }

#contentLeft a:visited {
        text-decoration: none;
        }

#contentLeft a:visited:hover {
        text-decoration: underline;
        }

#contentLeft h3 {
	color: #003399; 
	text-transform: none;
	font-size: 1.2em;
	}

#contentLeft ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

#contentLeft li {
	list-style-type: none;
	padding-top: 5px;
	font-weight: bold;
	color: #003399;
	font-size: .9em;
	}

#weather {
        background-image: url("../images/water.jpg");
        margin: 10px 5px 10px 0px;
        border: solid 2px white;
        color: #FFFFFF;
        }

#weather h3 {
        color: #FFFFFF;
        font-size: 1.3em;
        }
/* ADDED BY CALEB REDMAN 7/23/09 */
/* Styling for weather div link */
#weather a {
        color: #FFFFFF;
}
#weather a:hover {
        color: #FFFFFF;
}
#weather a:visited {
        color: #FFFFFF;
}

.submenu ul {
	margin-top: 5px;
	padding: 0px 0px 0px 0px;
	}

.submenu li {
	padding-left: 20px;
	}

#menu a {
	color: #000000;
	text-decoration: none;
	}

#menu a:visited {
	color: #000000;
	}

#menu a:hover {
	text-decoration: underline;
	}

.darkHighlight {
	color: #000000;
	text-transform: none;
	font-size: 1.1em;
	font-weight: bold;
	}

.highlight {
	color: #FFCC00;
	text-transform: uppercase;
	font-size: .7em;
	}
	
.yellowcaps {
	color: #FFCC00;
	text-transform: uppercase;
	font-size: .9em;
	padding-left: 40px;
	}
	
#studyabroad {
	background-color: #58759B;
	background-image: url("../../../art/_assets/images/background/studyabroad_top.gif");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 20px;
	width: 173px;
	margin-top: 20px;
	}

#studyabroad p {
	background-image: url("../../../art/_assets/images/background/studyabroad_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 0px 0px 20px 0px;
	margin-top: -5px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	color:#FFFFFF;
	}

#studyabroad img {
	margin: 0px auto 0px auto;
	margin: 5px;
	}
	
#studyabroad h3 {
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-align: center;
	}

#studyabroad a {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	}

/* MAIN CONTENT WITH WELCOME AND FEATURES */

#contentMain {
	padding: 10px;
	background-color: #CCCCCC;
	border-top: none;
	border-left: none;
	_margin-left: 218px;
/*	margin-right: 208px;
	_margin-right: 0px;
	_margin-left: 0px;
	_overflow: visible;*/
	width: auto;
	}

#contentMain h2 {
	text-transform: none;
	color: #000000;
	}

#features {
	float: right;
	width: 200px;
	margin-left: 20px;
        padding-top: 20px;
	font-size: .9em;
	}

#features img {
	float: none;
	padding: 0px;
	margin: 0px;
	}

.more {
	float: none;
	text-align: right;
	padding: 3px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	}

	

/* QUOTE WITH WAVES */

#quote {
	background-color: #E7E7E7;
	background-image: url(../../../_assets/background/waves_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 20px 0px 0px 0px;
	margin: 15px auto 15px auto;
	width: 286px;
	}

#quote p {
	padding: 5px 10px 25px 10px;
	margin: 0px;
	background-image: url("../../../_assets/background/waves_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: center;
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#quote a {
	color: #000000;
	}

#quote2 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.2em;
        color: #1F529B;
        text-align: center;
        margin: 10px 30px 10px 30px;
        }

/*  GREY SPOTLIGHT  */

#spotlight {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	}

#spotlight h3 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-transform: none;
	margin-bottom: 5px;
	}

#spotlight .photo {
	background-color: #999999;
	text-align: center;
	margin: 0px;
	}

#spotlight p {
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	}

#spotlight a {
	color:#FFFFFF
	}
	
/*BLUE SPOTLIGHT*/
#project {
	background-color: #1E3257;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	}

#project h3 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-transform: none;
	margin-bottom: 5px;
	}

#project .photo {
	background-color: #999999;
	text-align: center;
	margin: 0px;
	}

#project p {
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	}
	
#project a {
	color: #FFFFFF;
	}


/*  EVENTS  */


#events {
	font-size: .85em;
	background-color: #CCCCCC;
	background-image: none;
	border-top: 0px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

#events p {
	padding: 0px 15px 0px 15px;
	}

#events a {
	color: #003399;
	}

#events a:visited {
	color: #003366;
	}

#events a:hover {
	color: #003366;
	}

/*  GIVE TO BIO */

#giveBio {
	text-align: center;
	}


/*  SIGN-UP FOR THE MAILING LIST  */

#signup {
	background-color: #58759B;
	padding: 5px;
	color: #000000;
	margin-top: 15px;
	}

#signup p {
	font-size: .75em;
	font-weight: bold;
	padding-left: 5px;
	}

#signup h3 {
	color: #FFCC00;
	text-transform: none;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 5px 0px 5px;
	margin: 0px;
	}

/*  FACULTY PROFILE  */

.profile {
	margin-bottom: 30px;
	margin-top: 20px;
	}

.profile p {
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 140px;
	}

.profile img {
	float: left;
	/*margin: 18px 20px 20px 17px;*/
	}
	
/* STUDENT RESOURCES LINKS */

#resources {
	background-color:#003399;
	color:#CCCCCC;
	padding-left: 10px;
	font-size: 1.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	}
	
#resources ul {
	padding-top: 10px;
	padding-bottom: 10px;
	}

#resources li {
	padding-bottom: 5px;
	}
	
#resources a {
	color: #333333;
	}
	
/* Colonial Concentration */

.list li {
	padding-bottom: 5px;
	}
	
#library {
	background-image: url(../images/graphics/ivy_bricks.gif);
	color: #FFFFFF;
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin-bottom: 5px;
	font-size: x-large;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#library p {
	margin: 0px 0px 5px 0px;
	}
	
#library a {
	color:#FFFFFF;
	}

#librarytext {
	font-size: .5em;
	font-weight: bold;
	background-color: #666666;
/*	background-color: #58759B;*/
	margin: 0px 5px 5px 5px;
	}
	
/*AWARD RECIPIENTS*/

#award {
	background-image: url(../images/graphics/star.gif);
	background-repeat:no-repeat;
	background-position: right top;
	background-color: #1E3257;
	color: #CCCCCC;
	padding: 10px 10px 10px 10px;
	}
	
#award h2 {
	color: #FFFFFF;
	}

#award li {
	padding-bottom: 3px;
	}
	
/*HOW TO JOIN*/

#join {
	background-color: #1E3257;
		background-image:url(../images/graphics/waves.gif);
	background-position:top;
	background-repeat:no-repeat;
	color: #FFFFFF;
	padding: 15px 5px 10px 10px;
	}
	
#join h4 {
	font-size: 1.4em;
	text-align:left;
	padding-left: 5px;
	}
	
.left {
	margin: 10px 10px 5px 5px;
	}

/*Calendar Page */
	
.right {
	float: right;
	margin: 10px 5px 10px 10px;
	width:200px;
	}
	
.calendar {
	clear:both;
	padding-bottom: 20px;
	}
	
.calendar .right {
	font-size:.85em;
	}