/*/////////////////////////////////////////
// Global Elements
/////////////////////////////////////////*/
body {
	margin:0px;
	padding: 0px;
	overflow: auto;
  background: #9b9b9b url(../img/bg_color.jpg) repeat;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	line-height: 14px;
	color:#786a6f;
	font-size:12px;
}

.error {
  float:left;
  margin-top:1em;
}

hr {
  margin:0px;
  padding:0px;
  color:#0016a0;
}

h2 {
  line-height: 14px;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  margin:0px;
  padding:0px;
  font-size:12px;
  color:#0335b0;
  letter-spacing:.03em;
  font-weight:normal;
}

p {
  padding:0px;
  margin:0px 0px 8px 0px;
}



/* Link information */


a:link {
	color:#786a6f;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#786a6f;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#786a6f;
	text-decoration:underline;
	font-weight:bold;
}
a:active {
	color:#786a6f;
	text-decoration:none;
	font-weight:bold;
}



/*////////////////////////////////////////
// Main Template
////////////////////////////////////////*/

#bg_wrapper {
  float:left;
	top:0px;
  width:100%;
	background: url(../img/site_bg.jpg) repeat-x;
  position:relative;
	min-height:860px;
}

.mc_external_wrapper {
  width:976px;
  height:auto;
  margin:0px auto;
}

.mc_internal_wrapper {
  float:left;
  width:976px;
	height:auto;
	min-height:841px;
  margin:0px auto;
	background: #ffffff url(../img/content_repeating_bg.jpg) repeat-y;
}

.mc_main {
  float:left;
  width:956px;
  height:auto;
	padding:0px 0px 0px 20px;
	background: url(../img/content_bg.jpg) no-repeat;
}

/* Header */

.mc_spacer {
  float:left;
  height:124px;
  width:150px;
  position:top;
}

.mc_header {
  float:left;
  width:942px;
  height:auto;
  background: url(../img/header.jpg) no-repeat;
}

.mc_share_this {
  float:right;
  margin:15px 25px 0px 0px;
  width:83px;
  height:16px;
}

.mc_header_img {
  float:left;
  margin:0px 0px 8px 0px;
  width:auto;
  height:auto;
}

.mc_secondary_header_img {
 position:relative;
  float:left;
  margin:0px 0px 8px 0px;
  width:724px;
  height:99px;
  background: url("../img/Secondarypage_header_image.jpg") no-repeat;
}

.mc_secondary_header_title{
  float:left;
  padding:28px 0px 0px 335px;
  width:347px;
  height:37px;
}

.mc_header .mc_main .mc_searchbox {
  float:right;
  width:209px;
  height:77px;
  margin:23px 18px 0 0;
  _margin-right:9px;
  text-align:right;
}

.mc_header .mc_main .mc_searchbox form {
  margin:0;
}

.mc_header .mc_main .mc_searchbox input {
  vertical-align:middle;
  margin-top:15px;
}

.mc_header .mc_main .mc_searchbox input.mc_input_text {
  height:21px;
  border-top:1px #d1d1d1 solid;
  border-right:none;
  border-bottom:1px #9f9f9f solid;
  border-left:1px #838383 solid;
}


/* Top / Main Nav */

.mc_top_nav {
  margin:0px 0px 0px 0px;
  float:left;
	height:50px;
  width:936px;
}

.mc_shadow {
   height:auto;
   width:auto;
	 margin:0px 0px;
	 padding:6px 0px 6px 0px;
   border-bottom: #0016a0 1px solid;
}

.mc_nav {
  margin:0px auto;
  padding:0px 0px 0px 0px;
  width:936px;
  height:auto;
  text-align: center;
  border-bottom: #e5e5e5 2px solid;
  line-height:15px;
}

.mc_top_nav .mc_nav ul {
  margin:0px 0px;
  padding:6px 0px 6px 0px;
  width:auto;
  height:auto;
  display: inline;
}

.mc_top_nav .mc_nav ul li {
  padding:6px 0px 0px 0px;
  display:inline;
  width:auto;
  height:auto;
  list-style-type:none;
}

.mc_top_nav .mc_nav ul li a {
  display: inline;
  color:#786a6f;
  text-decoration:none;
  padding:6px 21px 6px 21px;
  font-size:14px;
  font-family: Arial, San-Serif;
  font-weight:normal;
}

.mc_top_nav .mc_nav ul li a:hover {
  color:#786a6f;
  background: url("../img/links_bg.jpg") repeat-x;
  font-weight:normal;
}

.mc_top_nav .mc_nav_sec {
  visibility: hidden;
  position:absolute;
  z-index: 999;
}

.mc_top_nav div.mc_nav_sec {
  float:left;
  clear:both;
  _width:100%;
	margin:0px 0px 0px 0px;
}

.mc_top_nav .mc_nav_sec ul {
  list-style-type:none;
  padding:0px;
  margin:7px 0px 0px 0px;
  background:none;
  width:auto;
  white-space:nowrap;
}

.mc_top_nav .mc_nav_sec li { 
  float:left;
  display:block;
  text-align: left;
  margin: 0px;
  clear:none;
}

.mc_top_nav .mc_nav_sec li a { 
  padding:5px 10px 5px 10px;
  display: block;
  width: auto;
  font-family: Arial;
  color:#786a6f;
  text-decoration: none;
  font-size: .8em;
  line-height:1.2em;
  text-align:left;
  height:auto;
  white-space:nowrap;
  font-weight:normal;
}

* html .mc_top_nav .mc_nav_sec li a { 
}
.mc_top_nav .mc_nav_sec li a:hover {
  color:#786a6f;
  background-color: #dedee0;
  height:auto;
  font-weight:normal;
	line-height:1.2em;
}


/* Category Nav on left */

.mc_left_col .mc_nav {
  float:left;
  width:175px;
  height:auto;
  margin:0px 0px 0px 0px;
	border-bottom:none;
}
.mc_left_col .mc_nav ul {
  margin:0px;
  padding:0px;
  width:100%;
  float:left;
  text-align:left;
}
.mc_left_col .mc_nav ul li {
  margin:0px;
  padding:0px; 
  width:100%;
  display:block;
  list-style-type:none;
  clear:both;
}
.mc_left_col .mc_nav ul li.mc_first {
}
.mc_left_col .mc_nav ul li.mc_last {
}
.mc_left_col .mc_nav ul li a {
  float:left;
  font-size:13px;
  width:100%;
  height:auto;
  margin:0px;
  padding:5px 0 5px 0px;
  color:#676566;
  text-decoration:none;
  display:block;
  border-bottom:1px #0016a0 solid;
  font-weight:normal;
}
.mc_left_col .mc_nav ul li a:hover {
	color:#0016a0;
	background-color: #b0b0b2;
	font-weight:normal;
}

/* Category Nav on right */

.mc_right_col .mc_nav {
  float:left;
  width:207px;
  height:auto;
  margin:0px 0px 30px 0px;
	border-bottom:none;
}
.mc_right_col .mc_nav ul {
  margin:0px;
  padding:0px;
  width:100%;
  float:left;
  text-align:left;
}
.mc_right_col .mc_nav ul li {
  margin:0px;
  padding:0px; 
  width:100%;
  display:block;
  list-style-type:none;
  clear:both;
}
.mc_right_col .mc_nav ul li a {
  float:left;
  font-size:11px;
  width:100%;
  height:auto;
  margin:0px;
  padding:5px 0 5px 3px;
  color:#676566;
  text-decoration:none;
  display:block;
  border-bottom:1px #0016a0 solid;
  font-weight:normal;
}
.mc_right_col .mc_nav ul li a:hover {
  margin:0px 0px 0px 0px;
	color:#0016a0;
	background-color: #b0b0b2;
	font-weight:normal;
}


/* Content */

.mc_shadow_box {
  float:left;
  width:auto;
  height:auto;
  border-bottom: #e5e5e5 2px solid;
}

.mc_main_content {
  float:left;
  width:auto;
  height:auto;
	min-height:565px;
}

.mc_main_content .notices {
  float:left;
	margin-left:25px;
	margin-right:40px;
  width:auto;
  height:auto;
	
}

.mc_content {
  float:left;
	height:auto;
	margin:6px 0px 0px 0px;
  width:auto;
}

.mc_main_content .mc_page_header {
  float:left;
  clear:both;
  position:relative;
}

.mc_main_content .mc_page_header .mc_callout_box {
  position:absolute;
  top:7px;
  right:15px;
}

.mc_main_content .mc_page_header .mc_callout_box .mc_top {
  float:left;
  width:194px;
  height:19px;
  background: url(../img/callout_gray_top.jpg) no-repeat;
  font-size:1px;
}
.mc_main_content .mc_page_header .mc_callout_box .mc_left {
  clear:both;
  float:left;
  width:9px;
  height:205px;
  background: url(../img/callout_gray_left.jpg) repeat-y;
  font-size:1px;
}
.mc_main_content .mc_page_header .mc_callout_box .mc_right {
  float:left;
  width:6px;
  height:205px;
  background: url(../img/callout_gray_right.jpg) repeat-y;
  font-size:1px;
}
.mc_main_content .mc_page_header .mc_callout_box .mc_bottom {
  clear:both;
  float:left;
  width:194px;
  height:19px;
  background: url(../img/callout_gray_bottom.jpg) no-repeat;
  font-size:1px;
}
.mc_main_content .mc_page_header .mc_callout_box .mc_main {
  float:left;
  width:178px;
  height:205px;
  background: url(../img/callout_gray_bg.jpg) repeat-x;
}

.mc_main_content .mc_left_col {
  float:left;
  width:216px;
  height:auto;
}

.mc_main_content .mc_left_col .mc_nav_box {
  padding:0px;
  margin:0px;
  float:left;
  width:216px;
  height:auto;
}
.mc_main_content .mc_left_col .mc_nav_box .mc_top {
  float:left;
  width:216px;
  height:18px;
  background: url(../img/sideNav_header.jpg) no-repeat;
  font-size:1px;
}
.mc_main_content .mc_left_col .mc_nav_box .mc_bottom {
  float:left;
  width:216px;
  height:31px;
  background: url(../img/sideNav_footer.jpg) no-repeat;
  font-size:1px;
}
.mc_main_content .mc_left_col .mc_nav_box .mc_main {
  margin:0px;
	padding:0px 0px 0px 15px;
  float:left;
  width:201px;
  height:auto;
  background: url(../img/sideNav_bg.jpg) repeat-y;
}
.mc_main_content .mc_left_col .mc_nav_box .mc_main h1{
  margin:0px;
  padding:0px 0px 0px 0px;
  line-height: 20px;
  color:#0335b0;
  font-size:18px;
  font-weight:normal;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  border-bottom: #0016a0 1px solid;
  width:175px;
}

.mc_main_content .mc_middle_col {
  margin:0px;
  float:left;
  width:487px;
  height:auto;
  padding:0px 0px 0px 10px;
  letter-spacing: 0px;
	line-height: 15px;
}

.mc_main_content .mc_middle_col h1{
  margin:12px 0px 0px 0px;
  line-height: 25px;
  color:#0335b0;
  font-size:18px;
  font-weight:normal;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  border-bottom: #0016a0 1px solid;
  width:487px;
  letter-spacing: 0px;
}
.mc_main_content .notices h1{
  margin:12px 0px 6px 0px;
  line-height: 25px;
  color:#0335b0;
  font-size:18px;
  font-weight:normal;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  border-bottom: #0016a0 1px solid;
  width:auto;
  letter-spacing: 0px;
}

.mc_main_content .mc_middle_col .content_inset {
  float:left;
  width:100%;
  height:auto;
  text-align:left;
}

.mc_right_col .mc_news_block {
  margin:12px 0px 15px 0px;
  float:left;
  width:207px;
  height:auto;
}
.mc_right_col .mc_news_block a {
	color:#0016a0;
	text-decoration:none;
}
.mc_right_col .mc_news_block a:hover {
	color:#3e4ca0;
	text-decoration:underline;
}

.mc_right_col {
  margin:0px;
  float:right;
  width:207px;
  height:auto;
  padding:0px 0px 0px 0px;
  margin:0px 18px 0px 0px;
	_margin:0px 5px 0px 0px;
}
.mc_rss_feed {
  padding:6px 0px 8px 0px;
  width:207px;
  height:auto;
  border-bottom: #0016a0 1px solid;
}

.mc_right_col h1{
  margin:0px 0px 0px 0px;
  line-height: 25px;
  color:#0335b0;
  font-size:18px;
  font-weight:normal;
  font-family: Arial Black, Arial, Helvetica, sans-serif;
  border-bottom: #0016a0 1px solid;
  width:207px;
 
}
.mc_right_col .mc_contact .captia {
float:left;
width:191px;
margin-bottom:2px;
}

.mc_right_col .mc_contact {
  margin:0px 0px 20px 0px;
	padding:30px 0px 0px 20px;
  float:left;
  width:196px;
  height:185px;
	background: url(../img/questionBox_bg.jpg) no-repeat;
	color:#FFFFFF;
	font-size:11px;
}
.mc_right_col .mc_contact a:link {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:normal;
}
.mc_right_col .mc_contact a:visited {
	color:#FFFFFF;
	text-decoration:underline;
		font-weight:normal;
}
.mc_right_col .mc_contact a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;

}
.mc_right_col .mc_contact a:active {
	color:#FFFFFF;
	text-decoration:underline;
		font-weight:normal;
}
.mc_right_col .mc_contact .mc_top {
  float:left;
  width:216px;
  height:40px;
  background: url(../img/questionBox_header.jpg) no-repeat;
  font-size:1px;
}
.mc_right_col .mc_contact .mc_bottom {
  float:left;
  width:216px;
  height:31px;
  background: url(../img/questionBox_footer.jpg) no-repeat;
  font-size:1px;
}
.mc_right_col .mc_contact .mc_main {
  margin:0px;
  padding:0px 0px 0px 20px;
  float:left;
  width:197px;
  height:154px;
  background: url(../img/questionBox_bg.jpg) repeat-y;
}

.mc_right_col .mc_callout_box {
  float:left;
  margin:-69px 0 0 3px;
  _float:right;
  _margin:0 0 0 3px;
  width:194px;
}

.mc_right_col .mc_callout_box .mc_topleft {
  float:left;
  width:8px;
  height:9px;
  background: url(../img/callout_gray_2nd_topleft.png) no-repeat;
  font-size:1px;
}
.mc_right_col .mc_callout_box .mc_top {
  float:left;
  width:178px;
  height:9px;
  background: url(../img/callout_gray_2nd_top.png) repeat-x;
  font-size:1px;
}
.mc_right_col .mc_callout_box .mc_left {
  float:left;
  clear:both;
  width:8px;
  height:237px;
  background: url(../img/callout_gray_2nd_left.png) repeat-y;
  font-size:1px;
}
.mc_right_col .mc_callout_box .mc_right {
  float:left;
  width:8px;
  height:246px;
  margin-top:-9px;
  background: url(../img/callout_gray_2nd_right.png) repeat-y;
  font-size:1px;
}
.mc_right_col .mc_callout_box .mc_main {
  float:left;
  width:178px;
  height:237px;
  background: #3e3e40 url(../img/callout_gray_2nd_bg.jpg) repeat-x;
}
.mc_right_col .mc_callout_box .mc_bottom {
  float:left;
  width:194px;
  height:23px;
  clear:both;
  background: url(../img/callout_gray_2nd_bottom.png) repeat-x;
  font-size:1px;
}

.mc_footer {
  float:left;
  width:976px;
  height:auto;
	margin:0px 0px 30px 0px;
  padding:0px;
	_padding:0px;
  font-family: Arial, Helvetica, san-serif;
	text-align:center;
  color:#ffffff;
  font-size:10px;
}

.mc_footer_image {
  float:left;
  width:976px;
  height:40px;
  margin:0px;
	padding:0px;
 	background: url(../img/content_footer.jpg) no-repeat; 
}
.mc_footer_text{
  float:left;
  width:976px;
  height:auto;
	margin:0px 0px 30px 0px;
  padding:0px;
	_padding:0px;
  font-family: Arial, Helvetica, san-serif;
	text-align:center;
  color:#ffffff;
  font-size:10px;
}

.mc_footer_text p{
  margin:0px;
	padding:0px;
}

.mc_footer a:link {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
.mc_footer a:visited {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
.mc_footer a:hover {
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
}
.mc_footer a:active {
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}



/*//////////////////////////////////
// Widgets
//////////////////////////////////*/

.widget {
  
}
* html .widget {
}

/* Events Call Out Widget */

.widget_teasers_events {
  float:left;
  width:158px;
  height:205px;
  padding:0 10px 0 10px;
  text-align:left;
  font-family: Arial, Helvetica, san-serif;
  color:#ffffff;
  font-size:10px;
  line-height:1.25em;
}

.widget_teasers_events h2 {
  font-family: Arial, Helvetica, san-serif;
  color:#ffffff;
  font-size:16px;
  line-height:1.25em;
  padding:0px;
  margin:0px;
}

.widget_teasers_events {
  padding-top:20px;
}

.widget_teasers_events {
  float:left;
  width:242px;
  height:auto;
  padding:0 10px 0 10px;
  text-align:left;
  font-family: Arial, Helvetica, san-serif;
  color:#5e5d5d;
  font-size:10px;
  line-height:1.25em;
}

/* News / Publications */

.widget_teasers_news {
  float:left;
  width:178px;
  height:auto;
  margin-top:0px;
  padding:0 0 0 10px;
  text-align:left;
  line-height:1.25em;
}

.widget_teasers_news .title h3 {
  font-size:11px;
  text-decoration:none;
}

.widget_teasers_news h2 {
  font-family: Arial, Helvetica, san-serif;
  color:#1a1818;
  font-size:16px;
  line-height:1.25em;
  font-weight:bold;
  margin:0px;
  padding:0px;
}

.widget_teasers_news .mc_news_item .image {
  float:left;
  margin-top:10px;
}

.widget_teasers_news .mc_news_item {
  float:left;
  clear:both;
  width:178px;
  height:auto;
  margin-bottom:15px;
}

/* News / Quotes */

.widget_teasers_news .mc_news_layout_1 {
  line-height:2em;
  font-style:italic;
  padding-bottom:0px;
}
.widget_teasers_news .mc_news_layout_1 p {
  margin:0px;
}

.mc_click_to_zoom .widget_teasers_news {
  float:left;
  width:197px;
  padding:0px;
  margin-top:25px;
}

.widget_teasers_news .mc_news_layout_2 {
  float:left;
  width:197px;
  padding:0px;
  line-height:1.25em;
  font-style:italic;
  padding-bottom:0px;
  text-align:center;
}
.widget_teasers_news .mc_news_layout_2 img {
  float:none;
  margin:0px;
  padding:0px;
}

#mc_tpl_whatfirst_secondary .widget_teasers_news {
  border:0px;
  padding:0px;
}

#mc_tpl_whatfirst_secondary .widget_teasers_news .mc_news_layout_1 {
  width:242px;
  padding:0 10px 0 10px;
  border-left:0px;
  border-top:1px #9e9e9e solid;
}

/*///////////////////////////////////////
// Modules
///////////////////////////////////////*/

/* Search */

.mc_search_results {
  float:left;
  padding-bottom:5px;
  border-bottom:1px #9e9e9e solid;
}

.mc_search_result {
  float:left;
  padding-top:5px;
  border-top:1px #9e9e9e solid;
  margin-bottom:1em;
}

/* Login */

.login_module {
  float:left;
  width:100%;
  margin-top:0px;
  height:auto;
}
.login_module .login_signup {
  position:relative;
  float:left;
  width:58%;
  padding:0px 10px 0px 0px;
  height:auto;
}
.login_module .login_area {
  position:relative;
  float:left;
  width:38%;
  height:auto;
  padding:0px 0px 0px 10px;
  border-left: 1px solid #000000;
}
.login_module .crs_login_area {
  position:relative;
  float:left;
  width:38%;
  height:auto;
  padding:0px 0px 0px 10px;
}
.login_module .login_linebreak {
  float:left;
  width:85%;
  margin:15px 10px 0px 8px;
  border-top: 1px solid #848484;
  text-align:center;
}
.login_module .signup_warning {
  color:#CC3300;
}

/* News */

.news_module .news_posts {
  float:left;
  width:100%;
  margin-top:15px;
}

.news_module .news_posts .news_post {
  float:left;
  width:100%;
  padding:5px 0 5px 0;
  clear:both;
}

/*///////////////////////////////////////
// Form Layout
///////////////////////////////////////*/

form {
  margin:0px;
}

