body
{
	margin:					0px;
	padding:				0px;
	
	background-color:		#F2F5FF;

	/*	Default text styles	----------------------------*/
	font-family:			Arial,sans-serif;
	color:					#666666;
	font-size:				13px!important;
	line-height:			1.4em;
}

body.popup
{
	max-width:				800px;
	margin:					0px;
	padding:				20px 40px;
	background-color:		white;
}

/*	default link style	*/
a,
a:visited	
{				
	color:					#0069aa;
}
a:hover
{	
	color:					#006e50;
}

pre
{
	display:				none;
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#wrapper
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	background-color:		white;
	width:					1024px;
	background-color:		#FFF;
}

#header
{
	height:					120px;
	z-index:				20000;
	background-color:		#FFF;
	margin-top:				0px;
	padding-top:			15px;
}

#body,
article#main,
#right
{
	overflow:				hidden;
}

#body
{
	background:				url(/site/images/body-bg.png) repeat-y top left;
	margin-top:				8px;
}

#left
{
	float:					left;
	width:					208px;
	padding-left:			30px;
	padding-top:			7px;
}

article#main
{
	float:					left;
	width:					450px;
	padding-right:			20px;
	padding-top:			20px;
	padding-bottom:			30px;
}

#right
{
	width:					230px;
	padding-left:			35px;
	padding-top:			59px!important;
	
}

#footer
{
	clear:					both;
	padding:				20px 20px;
	width:					1024px;
	border-top:				1px solid #F2F5FF;
}

/*---------------------------------------------------------------------------------------------------------
//	Header/Global styles
//-------------------------------------------------------------------------------------------------------*/
#print-logo
{
	display:				none;
}

#logo
{
	padding-top:			30px;
	padding-left:			30px;
}

#logo a,
#logo a:hover
{
	background:				url(/site/images/melmark-logo.png);
	background-repeat:		no-repeat;
	display:				block;
	height:					53px;
	text-indent:			-99999px;
}

.quick_select
{
	float:					right;
	padding:				0 5px;
	*padding:				auto;
  	background: 			url(/site/images/quick-links.png) no-repeat left;
  	*background:			none;
  	*margin:				4px 50px 0 0;
  	width:					150px;
  	height:					25px;
  	overflow:				hidden;
    *overflow:				visible;
	
}

.quick_select select
{
 	width:					178px;
  	overflow:				hidden;
 	*overflow:				visible;
 	height:					25px;
 	background: 			none;
   	border:					none;
  	-webkit-appearance:	 	none;
  	-moz-appearance: 		normal;
	color:					#4c80ad;
	padding-left:			5px;
	font-size:				11px;
}

.quick_select select:focus
{
	outline: 				none;
}

form#search
{
	float:					right;
	clear:					both;
	background-image:		url(/site/images/search-box.png);
	background-repeat:		no-repeat;
	width:					150px;
	height:					25px;
	background-color:		#FFF;
	padding-right:			30px;
}

form#search .textfield
{
	width:					130px;
	height:					15px;
	padding:				0px;
	margin-top:				5px;
	*margin-top:			3px;
	margin-left:			9px;
	*margin-left:			12px;
	background-image:		none;
	border:					none;
	color:					#000;
	font-size:				11px;
}

form#search input[type="image"]
{
	display:				block;
	margin-top:				-18px;
	margin-left:			130px;
}

#globalnav
{
	float:					right;
	margin:					0px;
	clear:					both;
	padding-top:			5px;
	padding-right:			30px;
	font-size:				11px;
}

#globalnav ul.m0 li
{
	display:				inline;
}

#globalnav ul.m0 a
{
	margin:					0px 4px;
}

ul#socialmedia
{
	float:					right;
	list-style-type:		none;
	margin:					8px 30px 0 0;
	padding:				0px;
	clear:					right;
}
ul#socialmedia li
{
	display:				inline;
	margin:					0 2px 0 0;
}

ul
{
	margin-top:				0;
}

/*---------------------------------------------------------------------------------------------------------
//	Content styles
//-------------------------------------------------------------------------------------------------------*/
article>article
{
	margin:					0 0 2.5em;
}

h1,h2,h3,h4
{
	line-height:			1.2em;
	font-weight:			bold;
	padding-bottom:			8px;
}

h1
{
	font-size:				26px;
	width:					459px;
	h/eight:					49px;
	color:					#0068a1;
	font-weight:			bold;
}
h2
{
	font-size:				1.4em;
}

h3
{
	font-size:				1.2em;
}

h4
{
	font-size:				1.4em;
	color:					#006a4d;
}

h5
{
	font-size:				14px;
	color:					#006a4d;
	font-weight:			bold!important;
	margin-bottom:			5px;
	line-height:			16px;
}

p
{
	margin:					0 0 1em;
}

.alert
{
	border:					4px solid #cccccc;
	border-radius:			10px;
	background-color:		rgba(255,255,255,0.85);

	padding:				20px;

	line-height:			22px;
	font-size:				16px;

}

/*---------------------------------------------------------------------------------------------------------
//	Footer
//-------------------------------------------------------------------------------------------------------*/
nav#footernav
{
}

nav#footernav ul
{
	list-style-type:		none;
	margin:					0px;
	padding:				0px;
	overflow:				hidden;

	line-height:			13px;
	font-family:			Arial,sans-serif;
	font-size:				11px;
	text-align:				center;
}

nav#footernav li.i0
{
	margin:					0px;
	padding:				0px 10px;
	display:				inline;
	border-right:			1px solid #000;
}

nav#footernav li.i0.last
{
	border-right:			none;
}

nav#footernav a
{
	color:					#000;
}


/*---------------------------------------------------------------------------------------------------------
//	Forms
//-------------------------------------------------------------------------------------------------------*/
.fieldblock
{
	margin:					0px;
	padding:				5px;
}
.fieldblock-error
{
	position:				relative;
	margin:					5px;
	border-radius:			10px;
	background-color:		#fedad9;
	padding:				5px;
}

#right .fieldblock
{
	margin:					0px;
}
#right .fieldblock-error
{
	position:				relative;
	margin:					5px -10px;
	border-radius:			10px;
	padding:				10px 5px;
}

input[type=text],
input[type=number],
input[type=url],
input[type=email],
input[type=text],
input[type=password],
select,
textarea
{
	width:					185px;
	border:					1px solid #999999;
	padding:				2px 4px;
	font-family:			Arial,sans-serif;
	font-size:				14px;
	color:					#333;
}

input[type=radio],
input[type=checkbox]
{
	float:					left;
	margin:					0 10px 0 0;
}

textarea
{
	width:					440px;
	height:					160px;
}

.widget-content textarea
{
	width:					185px;
	height:					100px;
}

label
{
	display:				block;
	color:					black;
}

label.cb
{
	display:				inline;
}

button
{

}

.fielderror
{
	margin-left:			15px;
	font-weight:			bold;
	color:					red;
}

.sidebar input[type=text],
.sidebar input[type=number],
.sidebar input[type=url],
.sidebar input[type=email],
.sidebar input[type=text],
.sidebar input[type=password],
.sidebar select,
.sidebar textarea
{
	width:					140px;
}


form#scheduleavisit
{
	margin-left:			10px;
}

/*---------------------------------------------------------------------------------------------------------
//	Popup area
//-------------------------------------------------------------------------------------------------------*/
#emailform
{
	background-color:		rgba(0,64,128,0.25);
	width:					600px;
	height:					580px;
}

/* container for external content. uses vertical scrollbar, if needed */
div.contentWrap
{
	margin:					0px;
	padding:				0px;
}

iframe#emailthis
{
	width:					600px;
	height:					580px;
}

iframe
{
	border:					1px solid #fff;
}

/* the overlayed element */
.overlay {
	
	/* must be initially hidden */
	display:				none;
	
	/* place overlay on top of other elements */
	z-index:				10000;
	
	/* styling */
	background-color:		#333;
	
	width:					675px;	
	min-height:				200px;
	border:					1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:		0 0 90px 5px #000;
	-webkit-box-shadow: 	0 0 90px #000;	
}

/* close button positioned on upper right corner */
.overlay .close {
	background-image:		url( /site/images/close.png );
	position:				absolute;
	right:					-15px;
	top:					-15px;
	cursor:					pointer;
	height:					35px;
	width:					35px;
}

/*---------------------------------------------------------------------------------------------------------
//	Share widget
//-------------------------------------------------------------------------------------------------------*/
#share
{
	position:				absolute;
	left:					20px;

	z-index:				400;
	width:					100px;

	border:					1px solid #cccccc;
}

#share label
{
	display:				block;
	margin:					0px;
	background-color:		#eeeeee;
	padding:				0px 0px 0px 28px;

	white-space:			nowrap;
	line-height:			24px;
	font-weight:			bold;

	background-image:		url( /site/images/icons/16/share.png );
	background-position:	4px 4px;
	background-repeat:		no-repeat;

	cursor:					pointer;
}

#share ul
{
	display:				none;

/*	position:				absolute;	*/

	list-style-type:		none;
	margin:					0px;
	padding:				0px;
	overflow:				hidden;

	background-color:		#eeeeee;
}

#share a
{
	display:				block;
	background-position:	4px 4px;
	background-repeat:		no-repeat;
	padding:				0px 12px 0px 28px;

	white-space:			nowrap;
	line-height:			24px;
}

#share a:hover
{
	background-color:		white;
}

a#share-twitter
{	
	background-image:		url( /site/images/icons/16/twitter.png );	
}

a#share-linkedin
{	
	background-image:		url( /site/images/icons/16/linkedin.png );	
}

a#share-facebook
{	
	background-image:		url( /site/images/icons/16/facebook.png );	
}

a#share-email
{		
	background-image:		url( /site/images/icons/16/email.png );	
}

/*---------------------------------------------------------------------------------------------------------
//	Page links
//-------------------------------------------------------------------------------------------------------*/
nav#pagelinks
{
	overflow:				hidden;
	margin-top:				20px;
	padding:				20px 0px;
	border-top:				1px solid #dddddd;

	line-height:			24px;
	font-size:				14px;
}

nav#pagelinks ul,
nav#pagelinks li
{
	display:				inline;
	margin:					0px;
	padding:				0px;
}
nav label
{
	float:					left;
	margin-right:			1em;
}

nav#pagelinks a
{
	display:				block;
	float:					left;
	margin:					0px 10px 0px 0px;
	padding:				0px 10px;
	background-color:		rgba(0,64,128,0.15);
	text-align:				center;
}

nav#pagelinks a.currentpage
{
	background-color:		#eeeeee;
	color:					#333333;
}

/*---------------------------------------------------------------------------------------------------------
//	Overlay
//-------------------------------------------------------------------------------------------------------*/

/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:				none;
	
	/* place overlay on top of other elements */
	z-index:				10000;
	
	/* styling */
	background-color:		#333;
	
	width:					675px;	
	min-height:				200px;
	border:					1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:		0 0 90px 5px #000;
	-webkit-box-shadow: 	0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:		url(../img/overlay/close.png);
	position:				absolute;
	right:					-15px;
	top:					-15px;
	cursor:					pointer;
	height:					35px;
	width:					35px;
}

/*---------------------------------------------------------------------------------------------------------
//	Widgets
//-------------------------------------------------------------------------------------------------------*/

.widget
{
	background:				url(/site/images/widget-mid-bg.gif) repeat-y top left;
	width:					230px;
	padding-bottom:			3px;
}

.widget img
{
	background:				none!important;
}

.widget h2
{
	color:					#FFF;
	padding:				7px 10px 7px 10px;
	width:					220px;
	background: 			url(/site/images/widget-top.gif) no-repeat top left;
}

.widget-content
{
	padding-left:			15px;
	padding-top:			8px;
	width:					200px;
}

.widget.testimonial img
{
	float:					left;
	padding-right:			5px;
	line-height:			11px;
}

.testimonial.widget-content
{
	padding-right:			20px;
}

.testimonial p
{
	width:					190px;
}

.widget.photo
{
	background:				url(/site/images/widget-photo.png) no-repeat top left;
	padding-left:			10px;
	width:					230px;
	height:					170px;
	padding-bottom:			3px;
	overflow:				hidden;
	color:					#FFF;
}

.widget .event
{
	padding-top:			10px;
	width:					205px;
}


/*---------------------------------------------------------------------------------------------------------
//	Newsletters
//-------------------------------------------------------------------------------------------------------*/

.newslettergroup h2
{
	margin-top:				-3px;
}

.newslettergroup h3
{
	margin-top:				-1px;
}

.donor img
{
	float:					left;
	padding-right:			10px;
}

/*---------------------------------------------------------------------------------------------------------
//	Leadership Team
//-------------------------------------------------------------------------------------------------------*/

.department
{
	padding:				10px 0px;
}

.department h2
{
	padding-top:			20px;
}

.department item
{
	padding-bottom:			20px;
}

.item img
{
	float:					left;
	padding-right:			10px;
	padding-bottom:			10px;
}

.item
{
	clear:					both;
}

.department td
{
	width:					380px;
}

/*---------------------------------------------------------------------------------------------------------
//	FAQs
//-------------------------------------------------------------------------------------------------------*/

.faq dt 
{
	padding-top:			5px;
	font-weight:			bold;
}

/*---------------------------------------------------------------------------------------------------------
//	Accordion
//-------------------------------------------------------------------------------------------------------*/

/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	background-color:#FFF;
	width: 459px;
	border:1px solid #006a54;	
}

/* accordion header */
#accordion h2 {
	background-color:#006a54;
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;	
	color:#FFF;	
}

/* currently active header */
#accordion h2.current {
	cursor:default;
	background-color:#026bac;
}

/* accordion pane */
#accordion .pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	height:100%;
	padding:15px;
	font-size:12px;
}

/* a title inside pane */
#accordion .pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}

/*---------------------------------------------------------------------------------------------------------
//	Accordion
//-------------------------------------------------------------------------------------------------------*/

/* container for slides */
.slideimages {
	position:relative;	
	height:302px;
	width:459px;
	margin:0 0 15px 0;
	cursor:pointer;
}

/* single slide */
.slideimages div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
}

/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:330px;
}