/* VERSIONS
/* 1_0: General Module Styles
----------------------------------------------------------------------------- */

/* 
-----------------------------------------------------------------------------
 =Module
----------------------------------------------------------------------------- */

#contentwrapper .module {
	background: url(/images/common/modulebg_wide.gif) left bottom no-repeat; 
	margin: 0 0 1em 0; 
	padding: 0 15px 15px 15px;
	border: 0;
	font-size: 12px;
	}
	#contentwrapper .module.red { padding-bottom: 26px; width: 425px; background: url(/images/common/modulebg_med.gif) left bottom no-repeat;  }
	#contentwrapper .module.red.right h2 { background: #821f1b url(/images/common/h2_red_med.gif) 0 0 no-repeat; } 
	#contentwrapper .module.red h2 { background: #821f1b url(/images/common/h2_red_med.gif) 0 0 no-repeat;!important; }
#contentwrapper .module h2 {
	margin: 0 -15px 1em -15px;
	background: url(/images/common/moduleheader_wide.gif) 0 0 no-repeat;
	color: #fff;
	padding: 10px 15px 10px 15px;
	font-size: 1.2em;
	}
#contentwrapper .module.right,
#contentwrapper .module.left { 
	width: 230px;
	background: url(/images/common/modulebg_fade.jpg) left top no-repeat;
	border-bottom: 1px solid #d0d0ba;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	#contentwrapper .module.right { margin: 0 0 .8em .8em; }
	#contentwrapper .module.left  { margin: 0 .8em .8em 0; }
	
#contentwrapper .module.right h2 ,
#contentwrapper .module.left h2 { margin: 0 -15px 1em -15px;
	background: #183c57 url(/images/common/moduleheader.gif) 0 0 no-repeat;
	color: #fff;
	padding: 10px 15px 10px 15px;}

#contentwrapper .sc .module,
#widewrapper .sc .module {
	/*background: url(/images/common/modulebg.gif) left bottom no-repeat; */
	background: url(/images/common/modulebg_fade.jpg) left top no-repeat !important;
	border-bottom: 1px solid #d0d0ba !important;
	margin: 0 0 1em 0; 
	padding: 0 15px 10px 15px;
	border: 0;
	width: 230px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	#nav-sub .module {
	background: url(/images/common/navsub_modulebg.gif) left bottom no-repeat; 
	margin: 1em 5px; 
	padding: 0 15px 15px 15px;
	border: 0;
	font-size: 12px;
	}
	#nav-sub .module h2 {
	margin: 0 -15px 1em -15px;
	background: #183c57 url(/images/common/navsub_module_h2.gif) 0 0 no-repeat;
	color: #fff;
	padding: 10px 15px 10px 15px;
	font-size: 1.2em;
	}
	

/* Use an h2 tag to create a rounded top with a blue background for text.
*/

#contentwrapper .sc .module h2,
#widewrapper .sc .module h2  { 
	margin: 0 -15px 1em -15px;
	background: #183c57 url(/images/common/moduleheader.gif) 0 0 no-repeat;
	color: #fff;
	padding: 10px 15px 10px 15px;
	}
	
	#contentwrapper .sc .module h2.red,
	#contentwrapper .sc .module.red h2 {
		background: #821f1b url(/images/common/moduleheader2.gif) 0 0 no-repeat;
	 }

	#contentwrapper .module div { background: none !important; }
/* Use an empty h5 tag (no Text) to create a rounded top with no blue background.


.sc .module h5  { 
	margin: 0px -10px 20px -10px;
	background: #183c57 url(/images/common/moduletop.gif) 0 0 
	no-repeat;
	color: #fff;
	padding: 2px; }
*/

div.box { background: #ffffff; 
	padding: 10px;
	border: 1px solid #d5d6c2;
	margin: 0 0 1em 0; 
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	}
	
.sc div.box { 
	margin: 0 -10px 1em 0px; 
	Width:238px;
	}
div.departmenthead dl.image { width: 179px !important; margin: 0 auto !important; }
div.departmenthead dl.image.block2 { width: 204px !important; margin: 0 auto !important; }
div.departmenthead dl.image dd { text-align: center; color: #4b4a48; font-weight: bold; }
.departmenthead dl.image dt img {  }

/* 

-----------------------------------------------------------------------------
 =Module-Detail
----------------------------------------------------------------------------- */
.module-detail{}
	.module-detail h1{ }
	.module-detail h3{ }
	.module-detail h4{ }
	.module-detail h5{ }
	.module-detail p{ }
	
	
/* 
-----------------------------------------------------------------------------
 =Misc
----------------------------------------------------------------------------- */
/* Used in gallery and list attachments */
.thumb{ 
	background: #fff;
	border: 1px solid #04476d;
	padding: 1px !important;
	margin: 0 0 1em 1em;
	}

