/* -----------------------------------
			
		 Transamerica Insurance
		~ state.css stylesheet ~
		
		Color Guide Variables:
		
   Transamerica Red  (PMS 186) #ce1126
   Transamerica Blue (PMS 280) #002b7f
		  
   ----------------------------------- */

body {
	line-height: 1; /* http://www.meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/ */
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;	/* for standards based browsers */
	font-family: Georgia, Times, serif;
	background-color: #101e38;
	color: #fff;
	margin: 0;
	padding: 0;
}

html>body {
	font-size: small; 	/* for Opera */
}

/* -----------------------------------
			 General Styles
   ----------------------------------- */
   
a img,
form fieldset { border: none; }
form legend { display: none; }
ul { list-style: none; }
a { color: #101e38; }
a:hover { color: #3e63a6; }

/* -----------------------------------
			 Centre Styles
   ----------------------------------- */ 

#wrapper {
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#container {
	color: #333;
	background-color: #fff;
	padding: 20px;
	border: 1px solid #3e63a6;
	margin-left: -220px;
	position: absolute;
	top: -195px;
	left: 50%;
	width: 400px;
	height: 323px;
	visibility: visible
}

#container h1 {
	width: 362px;
	height: 143px;
	margin: 0 auto;
	text-indent: -9000px;
	background: url('/images/header/header-logo-white.gif') no-repeat 0 0;
}

#container p { 
	text-align: left; 
	line-height: 140%;
}
