@charset "utf-8";
/* CSS Document */
.grayed{
	font: bold 12pt Arial, Helvetica, sans-serif;
	color: #ddd;	
}
#container{
	width: 100%;
	height: auto;
	background-color: #ffffff;
	margin: 0;
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	overflow: hidden; /*causes modern browsers to enclose child floats*/
}

#row{
	width: 1000px;
	/*height: auto;*/
	height: 360px;
	margin: auto;
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	overflow: hidden; /*causes modern browsers to enclose child floats*/
}

#row-single{
	width: 250px;
	/*height: auto;*/
	height: 360px;
	margin: auto;
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	overflow: hidden; /*causes modern browsers to enclose child floats*/
	float: left;
}

#disclaimer{
	width: 100%;
	height: 40px;
	padding-top: 20px;
	border-top: 10px solid #990000;
	background-color: #000000;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 50px;
}

.wide{
	width: 500px;
	margin: 0;
	padding: 0;
	float: left;
	display: inline-block; /*sets hasLayout - required for IE*/
	display: block; /*resets to proper property value without resetting layout*/
	overflow: hidden; /*causes modern browsers to enclose child floats*/
}

.textbox {
	list-style-type: none;
	margin: 35px 0 0 20px;
}


/* ------------- List items ------------- */

ul{
	list-style-type: disc;
	width: 250px;
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
}

ul.blank {
	width: 250px;
	height: 570px;
}

ul.radio{
	padding-top: 20px;
}

li {
	color: #ff0000;
}

li.img{
	list-style-type: none;
}

li.top{
	margin: 20px 0 0 40px;
}

li.indent{
	margin: 0 0 0 40px;
}

li.submit {
	list-style-type: none;
	margin: 20px 0 0 30px;
}

li.email {
	list-style-type: none;
	margin: 5px 0 0 17px;
}

/* ------------- Font Styles ------------- */

h1{
	color: #ff0000;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: inline;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	font-weight: 100;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ff0000;
	font-weight: 100;
}

a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

a.disclaimer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
}

a.disclaimer:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}