/* @override http://www.mathias-die.com/css/master.css */

/* 
Title:		Mathias Die Company
Author: 	David Boyer
Email:		david.boyer[at]26tigers.com
Created: 	December 1, 2006
Updated:	February 25, 2009
*/

/* Design Notes:

Colors:
	#0A1D38 - Dark Blue Background
	#FBF54A - Medium Bright Yellow 
	#FFFF00 - Yellow Link

*/

/*--[Global]----------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

ul, li {
	list-style-type:none;
}
body {
	background: #0A1D38 url(../images/bg_body.jpg) repeat-x; 
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 1.1em;
	color: #FFFFFF;
	text-align: center; /* KLUDGE: IE5.5 and IE6 in quirks mode doesn't understand auto marging. IE misunderstands text-align: center and centers everything. Must reset text to the left in the wrapper tag. */
}

* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}	
img {
	border:0;
}	

/*--[Set Common Elements]----------------------------------------------------------*/
.tiny {
	font: xx-small Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
.right {
	float:right;
}
.left {
	float:left;
}
.goinline {
	display: inline;
}
/*--[Float Clearing]----------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

form p:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html form p:after {height: 1%;}
/* End hide from IE-mac */

hr { /* A bit overkill but it almost always works. Thanks to Sonspring. */
	 border: 0;
	 clear: both;
	 display: block;
	 float: none;
	 margin: 0;
	 overflow: hidden;
	 visibility: hidden;
	 width: 0;
	 height: 0;
}	

/*--[Set Generic Link Rules]----------------------------------------------------------*/
a:link {
	color:#FFFF00;
	text-decoration: none;
}
a:visited {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

a:link.gobullet, a:visited.gobullet {
	background: url(../images/btn_goarrow.gif) no-repeat 100% 50%;
	font-size: 85%;
	line-height: 20px;
	color: #E2CE86;
	text-transform: uppercase;
	padding: 2px 24px 0 0;
	margin:  0px 5px;
	display:block;
	float:right;


}
a:hover.gobullet {
	color: #FFF;
	text-decoration: none;
}

/*--[Wrappers]----------------------------------------------------------*/	
#wrapper {
	width: 780px;
	margin: 0 auto; /* Centers wrapper in viewport. */
	text-align: left; /* KLUDGE: Realigns text to the left for the IE fix. */
	background: url(../images/bg_wrapper.jpg) no-repeat 0 0;
	height: 689px;
}

/*--[Master Columns and Content Areas]----------------------------------------------------------*/
#master_left {
	float: left;
	width: 200px; /* Leaves a 20px gutter between to columns. */
	padding: 0;
	margin: 0;
}
#master_right {
	float: right;
	width: 550px;
	padding: 0;
	margin: 0 10px 0 0;
}

/*--[Mastheads]----------------------------------------------------------*/
#masthead {
	height: 159px;
	position: relative;
}
	#masthead h1 {
		width: 550px;
		height: 159px;
		background: url(../images/img_logo_mdc_yuck.jpg) no-repeat 0 0;
		text-indent: -9989px;
		position: absolute;
		top: 0;
		left: 0;
	}
		#masthead h1 a {
			display: block;
			height: 159px;
			background: url(../images/img_logo_mdc_yuck.jpg) no-repeat 0 0; 
		}	
/*--[Front Rotate Pic]----------------------------------------------------------*/
#front_pic {
	width: 550px;
	height: 240px;
	position: relative;
	background: #0A1D38 url(../images/rotate/img_frontrotate1.jpg) no-repeat 0 0;
}

/*--[Side Navigation]----------------------------------------------------------*/
ul#sidenav {
	padding-top: 197px;
}
ul#sidenav li {
	text-align: right;
	font: normal 150%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	padding-bottom: 8px;
}
	ul#sidenav li a:link {
		display: block;
		color: #FFFFFF;		
	}
	ul#sidenav li a:visited {
		color: #FFFFFF;
	}
	ul#sidenav li a:hover {
		color: #FBF54A; /* Med-bright yellow */
		text-decoration: none;		
	}
	
/*--[Content Wrapper and Columns]----------------------------------------------------------*/
#content_wrapper {
	background: #4C5765 url(../images/bg_contentwrapper.jpg) no-repeat;	
	font-size: 85%;	
	padding: 15px 0 5px 0;
	margin-bottom: 10px;
	float:left;
	border-top: 2px solid #BBC4D0;
	width: 100%;
	text-align: left;
}
#front .content_standard {
	width:530px;
	margin: 0 auto 20px auto;
	clear:both;
	background: url(../images/bg_col_front.jpg) repeat-x 0 0;
}
	#front .content_standard h3.front {
		padding:5px 10px;
	}
#front #content_extra {
	width: 180px;
	float: left;
}
#front #content_col_l {
	float: left;
	width: 240px;
	margin-left: 10px;
}
/*#front #content_col_content {
	float: left;
	width: 170px;
}*/
#front #content_col_content {
	width: 340px;
	margin: 0 10px;
}
#front #content_col_r {
	float: right;
	width: 240px;
	margin-right: 10px;
}
#inside #content_col_l {
	display: none;
}
#inside #content_col_content {
	width: 530px;
	margin: 0 10px;
}
#inside #content_col_r {
	display: none;
}

/*--[Headlines]----------------------------------------------------------*/
#front h2 {
	font: bold 210%/1.2em Arial, Helvetica, sans-serif;
	text-align: right;
	color: #0A1D38;
	letter-spacing: -0.07em;
	position: absolute;
	top: 202px;
	right: 10px;
}
#inside h2 {
	font: bold 250%/1.2em Arial, Helvetica, sans-serif;
	color: #FBF54A;
	padding: 0 0 0 10px;
}
#content_wrapper h3 {
	font: normal 170%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;	
	color: #0A1D38;
	padding: 8px 0 3px 0;
}
#content_wrapper h3.alt {
	font: normal 170%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;	
	color: #FBF54A;
	padding: 15px 0 0 0;
}
#content_wrapper h3.front {
	font: normal 210%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;	
	color: #FBF54A;
	padding: 3px 0 8px 0;
}
#content_wrapper h4.front {
	font: normal 150%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;	
	color:#fccc6a;
	padding: 3px 0 5px 0; 
	margin-bottom: 10px;
	border-bottom:1px solid #e6e6e6;
}
#content_wrapper h4 {
	font: normal 140%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;	
	color:#fccc6a;
	padding: 3px 0 5px 0; 
	margin-bottom: 10px;
	border-bottom:1px solid #e6e6e6;
}
#content_wrapper h4.slogan {
	font:normal 200%/1.1em "Century Gothic", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
	color:#fff;
	padding: 5px 10px; 
	margin-bottom: 10px;
	border-bottom-style:none;
	}
#content_wrapper h5 {
	font: normal 170%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;	
	color: #FFF;
	padding-bottom: 8px;
}
h4.newstitle {
	font-size: 115%;
	text-transform: capitalize;
	line-height:normal;
	font-weight: normal;
}
	h4.newstitle a:link, h3.newstitle a:visited {
		color: #FFFFFF;
	}
	h4.newstitle a:hover, h3.newstitle a:active {
		color: #FFFF00;
	}

/*--[Main Text and Content Styles]----------------------------------------------------------*/
#content_wrapper p {
	padding: 3px 0;
	text-align: left;
}
img.inset_r {
	float: right;
	border: 4px solid #969696;
	padding: 1px;
	margin: 10px 0 10px 4px;
}
img.inset_l {
	float: left;
	border: 4px solid #969696;
	padding: 1px;
	margin: 10px 8px 3px 0;
}

/*--[Lists]----------------------------------------------------------*/
ul.eventlisting {
	padding: 0 0 0 15px;
}
	ul.eventlisting li{
		display: inline;
	}
		ul.eventlisting li a {
			display: block;
			background: url(../images/icon_calendar.gif) no-repeat 0 50%;
			border-bottom: 1px solid #ABB3BE;
			padding: 4px 0 4px 23px;
		}
		ul.eventlisting li a:link {
			color: #FFFFFF;
		}
		ul.eventlisting li a:visited {
			color: #FFFFFF;
		}
		ul.eventlisting li a:hover {
			color: #FFFF00;
			text-decoration: none;
			background-color: #5D697B;
		}
ul.newsfront {
	padding: 0 0 0 0;
}
	ul.newsfront li {
		background:url(../images/icon_newspaper.gif) no-repeat 0 4px;
		padding:0 0 10px 0;
	}		
	ul.newsfront li p {
	font-size: 80%;
	line-height: 1.2em;
}
p.newsdate {
		color:#E2B929;
		padding-bottom: 5px;
	}
ul.std_list {
	padding: 5px 0; 
	width: 230px;
	float: left;
	margin-right: 20px;
}
	ul.std_list li {
		background: url(../images/bullet_yellow.gif) no-repeat 0 0;
		padding: 0 0 7px 18px;	
		}
		ul.std_list li.nobackground {
			background: none;
			padding: 0;
		}
ul.std_list_full {
	padding: 10px 0; 
	margin: 0 auto;
}
	ul.std_list_full li {
		background: url(../images/bullet_blue.gif) no-repeat 0 0;
		padding: 0 0 7px 18px;	
		}
		ul.std_list_full li.nobackground {
			background: none;
			padding: 0;
		}
#content_wrapper ul.std_list li h3 {
	font: normal 170%/1.1em "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;	
	color: #0A1D38;
	padding: 5px 0 6px 0;
}
ul.quotes {
	width: 500px;
	margin: 0 auto;
	padding: 20px 0;
}
.yellow_quote {
	color: #FFFFCC;
}
	ul.quotes li {
		background: url(../images/bg_quote_bubble.gif) no-repeat 0 0;
		min-height: 104px;
		height: auto !important;
		height: 104px;
		padding: 5px 0 15px 55px;
	}
	
dl.whoswho {
	padding: 10px 25px;
}
	dl.whoswho dt {
		padding: 10px 0 3px 0;
		font: 155% "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	}
	dl.whoswho dd {
		padding: 5px 0;
		margin: 0 10px;
	}
	dl.whoswho dd a {
		font-weight: bold;
	}
	

/*--[Links]----------------------------------------------------------*/
h6.morebutn {
		width: 54px;
		height: 11px;
		background: url(../images/bg_morebtn.gif) no-repeat 0 0;
		text-indent: -9989px;
		margin: 6px 0;
		float: right;
	}
		h6.morebutn a:link {
			display: block;
			height: 11px;
			background: url(../images/bg_morebtn.gif) no-repeat 0 0; /* Image needs to be repeated in order to prevent flickering in IE on mouse over. */
		}
		h6.morebutn a:hover {
			background: url(../images/bg_morebtn_ro.gif) no-repeat 0 0;
		}
/*--[Center Content]---------*/
.listing {
	padding: 15px;
	background: url(../images/bg_listing.gif) no-repeat 100% 100%;
}
#content_wrapper .listing h3 {
	color: #FBF54A;
}

/*--[Form]----------*/
form.contact {
  width: 530px;
}
form.contact fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #0C1D39;
}
form.contact legend {
  font-weight: bold;
  color: #FFF;
  font-size: 125%;
}
form.contact label {
  display: block;
  padding: 0 0 5px 0;
  font-size: 110%;
}
.required {
  font-size: 85%;
  color: #FFCC00;
}
form.contact input {
  width: 200px;
}
form.contact input.radio, form.contact input.submit {
  width: auto;
}
form.contact input:focus, form.contact textarea:focus {
  background: #ffc;
}
form.contact input.radio {
  float: left;
  margin-right: 1em;
}
form.contact textarea {
  width: 300px;
  height: 100px;
}

form.contact fieldset#prod_service div label {
	/*width: 3em;*/
	float: none;
	display: inline;
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/
/* This is the style I want IE/Mac to see */
form.contact input.radio + label {
  text-indent: 2em;
}
/* Using the commented backslash filter, I'm resetting
   the above rule for everything other than IE5/Mac \*/
form.contact input.radio + label {
  text-indent: 0;
}
/* End the hack */

/*--[Budd Form]---------*/
form.budd_form {
  width: 475px;
  margin: 0 auto;
}
form.budd_form fieldset {
	margin: 1em 0; 
	padding: 1em;
	border : 1px solid #3E4853;
}
form.budd_form legend {
	color: #0A1D38;
	font: normal 155% "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
}
form.budd_form p {
	position: relative;
	width: 100%;
}
form.budd_form label {
	float: left;
	width: 10em;
	font-size: 110%;
}
form.budd_form input {
  width: 200px;
}
form.budd_form input.number {
  width: 50px;
}
form.budd_form textarea {
	width: 300px;
	height: 100px;
}
form.budd_form input.radio, form.budd_form input.checkbox, form.budd_form input.submit {
  width: auto;
}

form.budd_form input:focus, textarea:focus {
	background: #FFC;
}
form.budd_form input.radio {
	float: left;
	margin-right: 1em;
}
form.budd_form div.prod_service {
	width: 200px;
	float: left;
}
form.budd_form div.prod_service label {
	float: none;
	display: inline;
}


/*--[Footer]----------------------------------------------------------*/
#footer_wrapper {
	clear: both;
	width: 550px;
	padding: 10px 0;
	border-top: 1px solid #ABABAB;
}

	#footer_wrapper ul.footer_box {
		border: 1px solid #ABABAB;
		background: #294565 url(../images/bg_footerbox.jpg) repeat-x left top;
		padding: 10px;
		width: 200px;
		float: left;
		color: #6C88AA;
		font-size: 80%;
	}
		#footer_wrapper ul.footer_box address {
			font-style: normal;
		}
		#footer_wrapper ul.footer_box li {
			padding: 5px 0;
		}	
		p.bottom_blurb { 
			font-size:80%;
			padding:5px 0 15px 0;
			color:#bfdbff;
		}					
#sitemap_wrapper {
	float: right;
	width: 300px;
	padding-bottom: 15px;
}
#sitemap_wrapper .sitemap {
	float: left;
	width: 140px;
	padding-right: 10px;
}
#sitemap_wrapper li {
	display: inline;
	list-style: none;
}
	#sitemap_wrapper li a {
		display: block;
		padding: 0 0 4px 0;
		color: #6C88AA;
		font: bold 85% "Trebuchet MS", "Trebuchet", Trebuchet, "Lucida Grande", Verdana, Arial, sans-serif;
	}
		#sitemap_wrapper li li a {
			padding: 0 0 3px 15px;
			color: #4B5767;
			background: url(../images/icon_littlelink.gif) no-repeat 0 50%;
			font: normal 80% Arial, Helvetica, sans-serif;
		}
#sitemap_wrapper li a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
	#sitemap_wrapper li li a:hover {
		text-decoration: none;
	}			
.octag a {
	display: block;
	padding: 12px 0 12px 30px;
	background: url(../images/icon_oc.gif) no-repeat 0 center;
	font-size: 80%;
	color: #6C88AA;
}
	.octag a:hover {		
		text-decoration: underline;	
	}

.promo_box {
	width: 100%;
	background-color: #272F3A;
	border: 1px solid #000;
}
	