/*-----Main CSS File for the George C. Marshall Foundation Website-----*/

/*-----Page Layout Elements ------*/

body {
	margin: 0px, 0px, 0px, 0px;
	position:absolute;
	left: 50%;
	width: 812;
	margin-left: -406px;
	background-color: #E1E0D4;
	line-height:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 1.5em;	
}

#bluebox {position:absolute; top:0px; left:0px; width:800px; padding: 12px 6px 6px 6px; background-color:#1A2558;}

#page_header {position:relative; top:2px;}

#nav_bar {position: relative; top: 0px;}

/*#container {width: 800px;}*/

/*-----Picture Floating-----*/

.float_left {float:left; padding: 0px 15px 10px 0px;}
.float_center {text-align:center; padding: 0px 10px 0px 0px; margin: 0 0 0 0;}
.float_right {float:right; padding: 0px 0px 10px 15px;}

/*-----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;
}

.list_with_header {
	margin-top: -0.6em;
}

.graybox {
	width: 451px;
	background-color:#E6E0CF;
	margin: 15px 25px 25px 0px;
	padding: 15px 15px 15px 15px;
}

/*------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;
}

