/*
	Client:  
	Author:  Jose Olarte III (http://www.brownbatterystudios.com/)
*/

/* IE BUTTON-WIDTH FIX */

input.button, button.button {
   padding: 0 0.25em;
   width: 0;
   overflow: visible;
}

input.button[class], button[class] { /* IE ignores [class] */
	width: auto;
}

/* CLEAR FIX */

.clear-block:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0 !important;
	height: 0;
	visibility: hidden;
}

/* GENERIC CLASSES */


/*----------------*/
/* PAGE STRUCTURE */
/*----------------*/

body {
	background-color: #555;
	color: #333;
}

h2, h3, h4 { font-weight: bold; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1em; }
h4 { font-size: 1em; font-style: italic; }

a {
	color: #06C;
	text-decoration: none;
}

a:hover {
	color: #60C;
	text-decoration: underline;
}

button { font-weight: bold; }

	button a { text-decoration: none; }

button,
input[type=submit],
input[type=button], 
input[type=reset] {
	text-transform: uppercase;
}

/* HEADER */

#Header {
	background: url(/images/bg-header.png) bottom;
	min-width: 1000px;
	text-align: center;
}

#Home #Header { height: 263px; }
#Inner #Header { height: 163px; }

	#Header .title {
		margin: 0 auto;
		position: relative;
		width: 1000px;
	}
	
	#Home #Header .title {
		background: url(/images/header-home.jpg) center top no-repeat;
		height: 220px;
	}
	
	#Inner #Header .title {
		background: url(/images/header-inner.jpg) center top no-repeat;
		height: 120px;
	}
	
		#Home #Header .title a {
			height: 0px;
			left: 44px;
			overflow: hidden;
			padding-top: 77px;
			position: absolute;
			top: 82px;
			width: 314px;
		}
		
		#Inner #Header .title a {
			height: 0px;
			left: 48px;
			overflow: hidden;
			padding-top: 47px;
			position: absolute;
			top: 49px;
			width: 210px;
		}
	
	#Header .tagline { display: none; }
	
	#MainMenu {
		background: url(/images/bg-mainmenu-sep.png) left no-repeat;
		display: inline-block;
		/* height: 43px;
		margin: 0 auto; */
		padding-left: 2px;
		text-align: center;
		/* width: 918px; */
	}
	
		#MainMenu li {
			background: url(/images/bg-mainmenu-sep.png) right no-repeat;
			display:-moz-inline-stack; /* for Mozilla browsers before version 3 */
			display: inline-block;
			height: 43px;
			font-size: 1.3em;
			font-weight: bold;
			text-transform: uppercase;
		}
		
			#MainMenu li a {
				color: #FFF;
				display:-moz-inline-stack; /* for Mozilla browsers before version 3 */
				display: inline-block;
				height: 25px;
				margin-right: 2px;
				padding: 18px 16px 0;
			}
			
			#MainMenu li.active a {
				background: url(/images/bg-mainmenu-active.png);
			}


/* CONTENT */

#ContentContainer {
	background: #FFF url(/images/bg-content-top.png) repeat-x;
	min-width: 1000px;
	padding: 50px 0;
}

#Content {
	margin: 0 auto;
	padding: 0 50px;
	width: 900px;
}

	#Content h2,
	#Content h3,
	#Content h4 { margin: 1.5em 0 0.5em; }
	
	#Content p,
	#Content ul,
	#Content ol,
	#Content blockquote,
	#Content form,
	#Content dl { margin: 1.25em 0; }
	
	#Content ul,
	#Content ol { padding-left: 2.5em; }
	
	#Content li { margin-bottom: 0.25em; }
	
	#Content .first { margin-top: 0 !important; }
	#Content .last { margin-bottom: 0 !important; }
	
	#Content .read-more {
		font-size: 0.85em;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	#MainContent {
		float: left;
		font-size: 1.6em;
		line-height: 1.375em;
		width: 595px;
	}
	
	#Inner #MainContent {
		background: url(/images/bg-watermark.png) right bottom no-repeat;
		min-height: 300px;
		padding-bottom: 50px;
	}
	
		#MainContent h2,
		#MainContent h3,
		#MainContent h4 { color: #036; }
		
		#MainContent h2 { font-size: 1.5em; }
		#MainContent h3 { font-size: 1.125em; }
		#MainContent h4 { font-size: 1em; }
		
		#MainContent form {
			background-color: #EDF3F9;
			border: #D2E0F0 1px solid;
			padding: 14px;
		}
		
			#MainContent form .field-group {
				border-bottom: #D2E0F0 1px solid;
				margin-bottom: 14px;
				padding-bottom: 14px;
			}
			
				#MainContent form .field-group .main-label {
					display: block;
					font-weight: bold;
				}
				
				#MainContent form .note {
					float: right;
					font-size: 0.688em;
					line-height: 1.25em;
					margin-left: 20px;
					width: 220px;
				}
				
				#MainContent form .hint {
					display: block;
					font-weight: bold;
					margin-bottom: 0.5em;
				}
				
				#MainContent form small {
					color: #666;
					font-size: 1em;
				}
	
	#SubContent {
		float: right;
		font-size: 1.3em;
		line-height: 1.231em;
		width: 290px;
	}
	
		#SubContent .block { margin-bottom: 50px; }
		
			#SubContent h2 {
				color: #036;
				font-size: 1.385em;
				font-weight: normal;
				text-transform: uppercase;
			}
			
			#SubContent .block ol,
			#SubContent .block ul {
				border-top: #9AB9DC 1px solid;
				list-style: none;
				padding: 0;
			}
			
				#SubContent .block li {
					border-bottom: #9AB9DC 1px solid;
					margin: 0;
					padding: 4px 10px 4px 20px;
				}
		
		#SubContent .action-block {
			background: url(../images/bg-action-block-home.jpg);
			height: 55px;
			padding: 60px 15px 15px;
			text-align: center;
		}
		
			#SubContent .action-block h2 { display: none; }
		
		#SubContent .menu-block {
			background: #D2E0F0 url(/images/bg-submenu-top.png) top no-repeat;
			min-height: 140px;
			padding: 20px 10px;
			position: relative;
		}
			
			#SubContent .menu-block ul {}
			
				#SubContent .menu-block li { font-weight: bold; }
				
				#SubContent .menu-block li.active { background-color: #FFF; }
				
					#SubContent .menu-block li.active a { color: #333; }
			
			#SubContent .menu-block .footer {
				background: url(/images/bg-submenu-bottom.png) bottom no-repeat;
				bottom: 0;
				height: 20px;
				left: 0;
				position: absolute;
				width: 290px;
			}
	
	#AuxContent {
		clear: both;
		font-size: 1.3em;
		line-height: 1.462em;
		padding-top: 50px;
	}
	
		#AuxContent .three-column .column {
			float: left;
			width: 290px;
		}
		
		#AuxContent .three-column div.first {
			margin-right: 15px;
		}
		
		#AuxContent .three-column div.last {
			float: right;
		}
		
			#AuxContent .three-column .column h3 { margin: 0; }
			
			#Content .special-list {
				border: none !important;
				padding-left: 0 !important;
			}
				
				#Content .special-list li {
					background: #D2E0F0 url(/images/bg-thirds-item-bottom.png) bottom no-repeat;
					border: none !important;
					line-height: 1em;
					list-style: none;
					margin-bottom: 10px;
					padding: 0 10px 6px;
				}
				
					#Content .special-list li h4 {
						background: url(/images/bg-thirds-item-top.png) top no-repeat;
						font-style: normal;
						margin: 0 -10px;
						padding: 6px 10px 0;
					}
					
					#Content .special-list li small {
						color: #666;
					}


/* FOOTER */

#FooterContainer {
	background: url(/images/bg-footer.png) repeat-x;
	min-width: 1000px;
}

#Footer {
	color: #CCC;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 15px 50px 35px;
	position: relative;
	width: 900px;
}

	#Footer a {
		color: #FFF;
	}
	
	#AuxMenu {
		float: left;
	}
	
		#AuxMenu li {
			float: left;
			font-weight: bold;
			list-style: none;
			margin-right: 2em;
			text-transform: uppercase;
		}
			
	#Footer .copyright {
		float: right;
		font-size: 1em;
	}