/* Start of CMSMS style sheet 'merus_standard' */
@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
}
html, body {
    height: 100%;
}
/* hack for Internet Explorer */
* html div#menu {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -80px;
}
.push {
	height: 42px;
}
body {
	margin: 0; 						/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center; 			/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-attachment: scroll;
	background-image: url(uploads/images/bar_banner.jpg);
}
input {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#search_input {
	background-color: #EFEFEF;
	color: #000000;
}
#search_submit {
	background-color: #222222;
	color: #EFEFEF;
}
textarea {
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 120px;
	width: 180px;
	overflow: auto;
}
img{
	border: none;
}
a {
	color: #F37021;
	text-decoration: none;
	border: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 0.9em;
	text-align: left;
	line-height: 1.5em;
}
h1 {
        font-size: 1.1em;
	font-weight: 500;
	padding-top: 0px;
	margin: 0px;
	line-height: 1.8em;
	text-align: left;
	letter-spacing: 0.1em;
}
h2 {
	font-size: 1.0em;
	font-weight: 500;
	padding-top: 0px;
	margin: 0px;
	line-height: 1.6em;
	text-align: left;
	letter-spacing: 0.1em;
}
/*h3 {
	font-size: 1.0em;
	font-weight: 500;
	padding-top: 0px;
	margin: 0px;
	line-height: 1.6em;
	text-align: left;
	letter-spacing: 0.1em;
}*/
.superscript {
	position: relative;
	bottom: 0;
	top: 0;
	font-size: 0.7em;
	line-height: 1.5em;
	vertical-align: super;
}
sup {
	position: relative;
	bottom: 0;
	top: 0;
	font-size: 0.7em;
	line-height: 1.5em;
	vertical-align: super;
}
.subscript {
	position: relative;
	bottom: 0;
	top: 0;
	font-size: 0.7em;
	line-height: 1.5em;
	vertical-align: sub;
}
sub {
	position: relative;
	bottom: 0;
	top: 0;
	font-size: 0.7em;
	line-height: 1.5em;
	vertical-align: sub;
}
ul {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1.5em;
	list-style-type: none;
	text-align: left;
	list-style-image: url(uploads/images/bullit_image_merus.gif);
}
ol {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1.5em;
	text-align: left;
}
#container {
	width: 954px;
	/*margin: 0 auto;*/
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -42px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
}
#top {
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	top: 0px;
}
#search {
	text-align: right;
	float: right;
	top: 0px;
}
#search input {
	/*border: 1px solid #D4D0C8;*/
	border:1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#header {
	padding: 0;
	height: 140px;
	width: 954px;
	margin: 0px;
}
#player_banner {
	/*	background-image: url(uploads/movies/1.jpg);*/
	background-repeat: no-repeat;
	height: 140px;
	width: 954px;
}

/* menus */

#menu {
	margin-top: 7px;
	height: 28px;
	width: 954px;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFFF;
	clear: none;
	float: left;
	margin-left: 0px;
}
#menu ul {
	margin: 0;
	padding: 0;
	text-align: right;	/*height: 28px;*/
        list-style-image: none;
}

/* menu list items */
#menu li {
	float: left; 						/* makes the list horizontal */
	list-style: none; 					/* hides the list bullet */
	margin: 0;	
}
/* the links, that is each list item */
#menu li a {
	float: left; 						/* makes the list horizontal */
	margin: 0; 						/* margin outside each list item box */
	text-decoration: none; 				/* no underline for links */
	color: #FFFFFF;
	display: block;
	height: 28px;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
	font-size: 0.9em;
}
/* hover state for links */
#menu li a:hover {
	color: #FFFFFF;
}
#menu li a.activeparent:hover {
    color: #FFFFFF;
}
/* active parent, that is the first-level parent of a child page that is the current page */
#menu li.activeparent a {
	color: #FFFFFF;
	background-image: url(uploads/images/arrow_selected.gif);
	background-repeat: no-repeat;
	background-position: center 21px;
}
#menu li.menuactive {
	float: left; 								/* makes the list horizontal */
	margin: 0; 								/* margin outside each list item box */
	text-decoration: none; 						/* no underline for links */
	color: #FFFFFF;
	display: block; 							        /*IE has problems with this, fixed above */
	font-weight: normal;
	height: 28px;
        background-image: url(uploads/images/arrow_selected.gif);
	background-repeat: no-repeat;
	background-position: center 21px;
	/*padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;*/
}
#menu li h3 {
	float: left; 						/* makes the list horizontal */
	margin: 0; 						/* margin outside each list item box */
	text-decoration: none; 				/* no underline for links */
	color: #FFFFFF;
	display: block;
	height: 28px;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
	font-size: 0.9em;
	font-weight: normal;
	background-image: url(uploads/images/arrow_selected.gif);
	background-repeat: no-repeat;
	background-position: center 21px;
	line-height: normal;
	letter-spacing: normal;
}
#menu li.separator {
	background-image:url(uploads/images/separator.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	height: 28px;
	width:3px
}
#submenu {
	float: left;
	width: 230px;						/* since this element is floated, a width must be given */
	padding-top: 108px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;		         /* padding keeps the content of the div away from the edges */
	margin-bottom: 50px;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;/*	min-height: 400px;*/
	text-align: right;
}
#submenu ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
#submenu li {
	list-style: none; 					/* hides the list bullet */
        list-style-image: none;
	margin: 0; 
	display: block;       
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 1.2em;
	padding-left: 0;                  
	font-size: 0.9em;
}
#submenu a {
	text-decoration:none; 				/* no underline for links */
	font-weight: normal;
	color: #B2B2B2; 					/* this will be link color for all levels */
	/* min-height:1.2em; 					Fixes IE7 whitespace bug */
}
#submenu a:hover {
	color: #000000;
}
#submenu a.activeparent:hover {
        color: #000000;
}
#submenu li.currentpage h3{     
	font-weight: normal;         
	font-size: 1em;
	color: #000000;   
}

/* end menus */

#sidebar_two_column {
	float: right; 					/* since this element is floated, a width must be given */
	margin-top: 0;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 50px;
	min-height: 30px;
	width: 336px; 					/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-right: 4px;
}
#sidebar_two_column p {
	font-size: 0.9em;
	margin-top: 0px;
}
#sidebar_news {
	float: right; 					/* since this element is floated, a width must be given */
	margin-top: 0px;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 50px;
	min-height: 30px;
	width: 224px; 					/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	font-size: 0.85em;
}
#sidebar_news p h1 h2 h3 {
	font-size: 0.85em;
	line-height: 1.5em;
}/*
#sidebar_news {
	font-size: 0.85em;
	line-height: 1.5em;
}*/
#mainContent {
	margin-top: 0;
	margin-bottom: 50px;
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-size: 0.9em;
	text-align: left;
	line-height: 1.5em;
} 
#mainContent p {
	font-size: 0.9em;
	margin-top: 0px;
}
#footer {/*
	width: 100%; >>> creates h-scrollbar in IE 6
	margin: 0;
	text-align: center;
	bottom: 0;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	position: fixed;*/
	color: #FFFFFF;
	height: 42px;
	background-color: #727272;
	background-image: url(uploads/images/bar_footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer p {
	margin: 0; 				/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0;  		/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-align: center;
}
#footer a {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}
.clearfloat { 				/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.merus_orange {
	color: #F37021;
}
i, em {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	/*fline-height: 1.8em;
	ont-size: 0.9em;*/
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.8em;
	font-size: 0.9em;
	width: 340px;
}
.contact_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/* news */

#NewsPostDetailHorizRule {
	background-image: url(uploads/images/news_separator.jpg);
	background-repeat: no-repeat;
	border: none;
	height: 1px;
	width: 100%;
}
/* End of 'merus_standard' */

