/*-----Main CSS File for the George C. Marshall Foundation Website-----*/

/*-----Page Layout Elements ------*/

body {
	margin: 0px, 0px, 0px, 0px;
	width: 812;
	position:relative;
	background-color: #E1E0D4;
	line-height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;	
}

#bluebox {position:relative; top:0px; left:0px; width:800px; padding: 12px 6px 6px 6px; background-color:#1A2558;}

#page_header {position:relative; top:2px;}

#nav_bar {display:none;}

/*#container {width: 800px;}*/

/*-----Picture Floating-----*/

.float_left {float:left; padding: 0px 10px 5px 0px;}
.float_center {text-align:center; padding: 0px 10px 0px 0px; margin: 0 0 0 0;}
.float_right {float:right; padding: 0px 0px 5px 10px;}

/*-----Section Colors-----*/

.about_color {background-color:#997F52;}
.museum_color {background-color:#767468;}
.library_color {background-color:#666A7E;}
.education_color {background-color:#816242;}
.support_color {background-color:#5F6145;}
.generic_color {background-color:#A7A7A7;}

/*-----Shadowed Content Boxes-----*/
#contents_box {
	position:relative;
	left: 32px;
	top: 0px;
	width: 745px;
}

.about_shadow {background: #7B6743 url(images/shadow_square_about.gif) top right no-repeat;}
.museum_shadow {background: #605F55 url(images/shadow_square_museum.gif) top right no-repeat;}
.library_shadow {background: #535767 url(images/shadow_square_library.gif) top right no-repeat;}
.education_shadow {background: #684F35 url(images/shadow_square_education.gif) top right no-repeat;}
.support_shadow {background: #4E5039 url(images/shadow_square_support.gif) top right no-repeat;}
.generic_shadow {background: #8D8D8D url(images/shadow_square_generic.gif) top right no-repeat;}

/*-----Style Elements-----*/

/*Eliminates List spacing and indents*/
body ul {
	margin-left: -24px;
}

/*Holly Hack for IE Lists*/
/* Hides from IE5-mac \*/
* html body ul {
	margin-left: 20px;
}
/* End hide from IE5-mac */

.graybox {
	width: 441px;
	background-color:#E6E0CF;
	margin: 15px 25px 25px 15px;
	padding: 10px 10px 10px 10px;
}

/*------Page Footer Elements-----*/

#linklist {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 5px 0 5px 0;
	font-size:0.95em;
	color:#FFFFFF;
	letter-spacing: 0.05em;
}

#linklist a, #linklist a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#copyright {
	padding: 5px 0 20px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
