/* CSS for Texas Secretary of State
Author: James Nino
------------------------------------------------------
Last Modified: 2/23/11 - removed background and background color from header - JNino

*/

body {
	background-color:#FFFFFF;
	margin:0;
	}

#container {
	font-size:100%;
	background-color:#FFFFFF;
	background-image:none;
	}
	
#header {
	width: 100%; height: 96px;
	}
	
#content {
	font-size: 100%;
	width: auto;
	margin: 0;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

#right-nav, #right-nav-sub, .float-right, #top_navigation, #left-nav, #right_nav, #footer, #sub-footer, #top-wrapper, #required-software, #sideenotice, #lower-container, #header-alerts {
	display:none;
	}

#content:before {content: "Note - Navigational menus along with other non-content related elements have been removed for your convenience. Thank you for visiting us online."; display: block; margin-bottom: 3mm;margin-top: 3mm; padding: 3px 3px 2px; background: #f9f8e4; text-align: center; font-size: 10px; }