/**************************************
/	Midwest Signs
/	Main StyleSheet
/	created: 9-17-07
/	modified: 9-17-07
**************************************/

body {
	text-align: center; /* IE centering */
	background: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%; /* for text re-sizing */
}

/* zero all default margins and padding */
* {
	margin: 0px;
	padding: 0px;
}

/* remove default link borders for images */
a img { border: none; }

.clear { /* float clear */
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	border: 1px solid #000;
}

#wrapper {
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* FF centering */
	width: 997px;
	background: url(/images/pageBg.jpg) repeat-y #FFF;
	
}

#header, #content, #footer {
	margin: 0 20px;
	position:  relative; /* for absolute positioning */
}
#header {
	z-index: 100;
}
#content, #footer {
	z-index: 10;
}

/**************************
		HEADER
**************************/
#header {
	padding: 5px 0 0 0;
}

#tagline {
	position: absolute;
	top: 52px;
	left: 248px;
	width: 317px;
}
#topRightLinks {
	background:url(/images/top_right.jpg) top left no-repeat;
	position: absolute;
	top: 5px;
	left: 299px;
	width: 660px;
	height:118px;
}

#topRightLinks a {
	margin-top: 90px;
	text-decoration: none;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -.1em;
	padding: 0 8px;
}
#topRightLinks a:hover {
	text-decoration: underline;
}

#topRightLinks a.end {
	padding-right: 0px;
}

#topRightLinks a, #topRightLinks span {
	margin-top: 90px;
	float: right;
	display: inline;
	color: #000;
}


/**************************
	CENTER CONTENT
**************************/
#content {
	border-top: 4px solid #ed1c24;
	width: 957px;
	background: url(/images/redBorderbg.jpg) repeat-y;
}

#questionnaire {
  position:relative;
	top:10px;
	left:20px;
  float:left;
	font-size:12px;
}

/**************************
	LEFT COLUMN
**************************/
#leftCol {
	float: left;
	color: #6d6d6d !important;
	font-size: 1.3em !important;
	overflow: hidden;
}

#leftCol li {
	margin-left: 30px;
}

#content.subPage #leftCol {
	width: 682px;
}

#content.subPage #leftCol #innerContent {
	border-right: 1px dotted #666;
	padding: 0 30px 30px 33px;
	margin-top: 20px;
	overflow: hidden !important;
}

#innerContent {
	color: #6d6d6d !important;
	font-size: 1em !important;
}

#innerContent h1 {
	font-size: 1.6em;
	vertical-align:middle;
	margin: 0 0 5px 0;
}

#innerContent h1 img {
	vertical-align: middle;
	margin-left: 15px;
}

#innerContent h1 span {
	font-weight: normal;
}

#innerContent.news h2 {
	color: #7235bd;
	margin: 15px 0 5px 0;
	font-size: 14px;
}

#innerContent ul {
	margin: 0 0 0 30px;
}

#innerContent a {
	color: #6d6d6d !important;
}
#innerContent a:hover { color: #000 !important; }

#imageHeaders {
	margin: 0 0 0 4px;
	width: 679px;
	height: 99px;
	border-right: 2px solid #ed1c24;
	border-bottom: 2px solid #ed1c24;
}

#innerContent ul.literature li {
	margin-left: 0px;
	list-style-type: none;
	font-weight: bold;
	line-height: 1.3em;
}

#innerContent ul.literature a {
	font-weight: normal;
}

#innerContent ul.literature li li {
	list-style-type: disc;
}

/**** EVENT ICONS ****/
.eventIcons {
	float: left;
	clear: both;
	margin: 20px 0 0 0;
}

#innerContent .eventIcons a {
	padding: 55px 5px 5px 5px;
	text-align: center;
	display: block;
	color: #7235bd;
	font-size: 14px;
	letter-spacing: -.1em;
	text-decoration: none;
	background-image: url(/images/eventIcons.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 0 10px 0 0;
}

.eventIcons .events			{ background-position: 4px 0px; }
.eventIcons .publications	{ background-position: -73px 0px; }

#innerContent .eventIcons a:hover { 
	text-decoration: underline;
	color: #000;
}

#innerContent #stafftable td {
	padding-bottom: 30px;
	vertical-align: top;
}

#innerContent #stafftable td a {
	text-decoration: underline;
}

/**************************
	RIGHT COLUMN
**************************/
#rightCol {
	float: left;
}

#content.subPage #rightCol {
	width: 243px;
	padding: 12px;
}

#rightCol li {
	margin: 0 0 0 25px;
}

#rightCol .sectionLinks {
	border-top: 1px dotted #999; 
	margin-top: 10px; 
	margin-left: 8px; 
	padding: 10px 0px;
}

#rightCol .sectionLinks a {
	
}

/**** LOCATIONS ****/
#rightCol .rightColLocations {
	margin: 0 0 0 20px;
}

#rightCol .rightColLocations h1 {
	font-size: 18px;
	color: #146ba6;
	margin: 20px 0 0 0;
}

#rightCol .rightColLocations a {
	display: block;
	margin: 8px 0 0 0;
	color: #e87c13;
	font-weight: bold;
}
#rightCol .rightColLocations a:hover { color: #c86300; }

#rightCol .rightColLocations p {
	color: #6d6d6d;
}

#rightCol .rightColLocations span {
	font-weight: bold;
	float: left;
	display: block;
	width: 50px;
}

/**** GRAY BOXES ****/
.grayBox {
	background: url(/images/grayBox_bg.jpg) repeat-y #C9C9C9;
	width: 243px;
	margin: 0 0 5px 4px;
}
.grayBox, .grayBox table, .grayBox .inner {
	font-size: 11px;
}

.grayBox .inner {
	background: url(/images/grayBox_top.jpg) no-repeat;
	padding: 10px 15px 0px 15px;
}

.grayBox .bottom {
	background: url(/images/grayBox_bottom.jpg) left top no-repeat;
	width: 243px;
	height: 5px;
}

.grayBox h1 {
	padding: 0 0 0 40px;
	font-size: 18px;
	color: #3188c3;
	background-image: url(/images/largeIcons.jpg);
	background-repeat: no-repeat;
}
.grayBox.signup h1 		{ background-position: 5px 0px; }
.grayBox.locations h1 	{ background-position: 5px -52px; }
.grayBox.contact h1 	{ background-position: 5px -98px; }
.grayBox.products h1 	{ background-position: 5px -145px; }

.grayBox h1 span {
	font-size: 12px;
	display: block;
}

.grayBox a {
	display: list-item;
	list-style-type: disc;
	margin: 0 15px 0 25px;
	color: #000;
	line-height: 1.5em;
}
.grayBox a:hover {
	background-color: #DDD;
}

.grayBox .button {
	background: url(/images/grayBox_button.jpg) no-repeat;
	font-size: 11px;
	color: #ed1c24;
	text-decoration: none;
	display: block;
	line-height: 25px;
	margin: 0px 0px 0px 5px;
	letter-spacing: 0px;
	width: 75px;
	height: 25px;
	text-align: center;
}
.grayBox a.button:hover {
	color: #000;
}





/**************************
	BOTTOM LINKS
**************************/
#bottomLinks {
	clear: both;
	background: #FFF;
	padding: 10px 0 10px 0px;
	text-align: center;
	background: url(/images/bottomRedBorder.jpg) bottom no-repeat;
}

#bottomLinks a {
	text-decoration: none;
	color: #146ba6;
	padding: 0 6px;
	font-size: 11px;
}
#bottomLinks a:hover {
	text-decoration: underline;
}

/**************************
	SITE MAP DIV
	-Boji Rules!!!
***************************/
.sitemap li a{
	font-size:14px;
}
.sitemap li li a{
	font-size:12px;
}

/**************************
		FOOTER
**************************/
#footer {
	clear: both;
	margin-top: 10px;
	font-size: 10px;
}

#footer, #footer a {
	color: #6d6d6d;
}
#footer a:hover {
	color: #000;
}

#footer .copyright {
	float: left;
}

#footer .cazarin {
	float: right;
}

#pageFooter {
	padding-top: 10px;
	clear: both;
	height: 6px;
	overflow: hidden;
	width: 100%;
	background: url(/images/pageBottom.jpg) bottom no-repeat;
}
