/*******************************************
1. Universal Styles (typography, etc.)
2. Generic Tags
3. Header and Nav Styles
4. Main Body Content
5. Sidebar Content
6. Widget Content
7. Footer Content
8. Comments & Forms
**********************************************/


/*****************************
******************************
1. Universal Styles (typography, etc.)
******************************
******************************/

.body
{
color:black;

}
.body p
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:14px;
}

.body h1
{
	font-weight:bold;
	font-size:20px;
	font-family: Georgia, Times, "Times New Roman", serif;
}

.body #monge_footer
{
	font-family:arial, helvetica, sans-serfi;
	font-size:11px
}

.p_italic
{
	font-style:italic
}

.body img
{
	margin-bottom:-6px
}

.body a:link 
{
	color:red;
	text-decoration:underline;
} 
.body a:visited 
{
	color: red
}

.body a:hover 
{
	color: black
}

	

/** Colors 
Medium Gray - D8D8D8
Light Gray - EAEAEA
Dark Gray - C1C1C1
Dark Blue - 90A8C0
Light Blue - C9D8E6
**/



/*****************************
******************************
2. Generic Tags
******************************
******************************/


#monge_wrapper
{
	background-color:white;
	width:950px;
	min-height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
	border: solid black 0px;
	position:relative;
	background-color:white;
}

/*****************************
******************************
3. Header and Nav Styles
******************************
******************************/

#monge_header 
{
	background-color:white;
	width:920px;
	border:solid black 0px;
	overflow:hidden;
	margin-bottom:10px;
}

#header_image
{
	margin-left:85px;
}

#monge_navbar
{
	width:950px;
	border: solid black 0px;
	font-family:palatino, serif;
}

/*****************************
******************************
4. Main Body Content
******************************
******************************/

#monge_content_wrapper
{
	clear:both;
	width:910px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	background-color:white;
	border: solid black 0px;
	padding:10px 20px 10px 20px;
	overflow:hidden;
}


#mission
{
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:16px;
	font-style:italic
}
	

#left_content
{
	float:left;
	width:440px;
	background-color:white;
	padding:0px 10px 0px 0px;
	border: solid black 0px;
}

#right_content
{
	padding:0px 0px 0px 10px;
	width:440px;
	float:right;
	background-color:white;
}

#bottom_content
{
	clear:both;
	width:930;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
}

span.mission
{
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
	font-style:italic;
}
	
#image_left
{
	clear:both;
	background:white;
	border:solid black 1px;
	float:left;
	margin:10px 10px 10px 0px;
}

#image_right
{
	clear:both;
	background-color:white;
	border:solid black 1px;
	float:right;
	margin:10px 0px 10px 10px;
	overflow:hidden;
	
}

#imagebox
{
	border:solid red 0px;
	background-color:white;

}

#image_caption
{
	font-style:italic;
	font-size:12px;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-align:center;
	background:white;
	padding:5px;
	border:solid black 1px;
	margin: 0px -1px -1px -1px;
}

#project_wrapper
{
	width:910px;
	padding:10px;
	background-color:white;
	overflow:hidden;
}

#project_image
{
	border:solid black 1px;
	width:200px;
	float:left;
	margin-bottom:10px;
	overflow:hidden;
	box-shadow: 1px 1px 2px #888888;
}
	
#project_text
{
	background-color:white;
	float:left;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:14px;
	width: 225px;
	margin: 0px 10px 0px 10px;
}

#project_text span 
{
	font-variant:small-caps;
	padding-bottom:7px;
	text-decoration: none;
	font-weight:bold;	
}

#gallery_image
{
	border:solid black 1px;
}


/*** CONTROLS THE CAPTION TEXT IN THE PROJET
GALLERIES P***/

#detailCaption table 
{
	color:black; 
	width:600px; 
	border:solid black 0px; 
	margin-left:55px;
}

#detailCaption .role
{
	text-align:right; 
	font-weight:bold; 
	width:180px;
	vertical-align:top;
	padding:3px 2px 0px 0px;
}

#detailCaption .description
{
	text-align:left;
	vertical-align:top;
	padding:3px 0px 0px 0px;
}


	
/*****************************
******************************
7. Footer Content
******************************
******************************/

#monge_footer
{
	clear:both;
	background-color:white;
	width:950px;
	font-family: arial, times, serif;
	font-size:10pt;
	border-top: solid #C1C1C1 1px;
	margin-top:10px;
	overflow:hidden;
	min-height:90px;
}

#footer1
{
	width:315px;
	float:left;
	background-color:white;
	text-align:center;
	vertical-align:top;
	padding-top:15px;
}

#footer2
{
	width:315px;
	float:left;
	background-color:white;
	text-align:center;
	padding-top:15px;
}

#footer3
{
	width:315px;
	float:left;
	background-color:white;
	text-align:center;
	vertical-align:top;
	padding-top:15px;
}

span.title
{
	font-size:13px;
	line-height:20px;
	font-weight:bold;
}

span.leed
{
	font-size:90%;
}

