/* CSS Document */


/* STANDARD CLASSES */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-bottom: 20px;
	margin-left:0px;
	margin-right:0px;
	margin-top:20px;
	background-color:#000000;
}
 
p {
	color: #FFFFFF;
	text-align: justify;
}

form {
	font-size: 11px;
}

/* CUSTOM CLASSES */
.title {
	font-size: 18px;
	color: #111111;
	margin-top:0px;
}

.subTitle {
	font-size: 14px;
	color: #25821D;
}

.rate_description {
	font-size: 11px;
	color: #555555;
	font-style:italic;
}

.footer {
	font-size: 10px;
	color: #FFFFFF;
}


.gold {
	color:#FFCC33;
	font-weight: bold;
}

.blue {
	color:#000099;
	font-weight: bold;
}

.white {
	color:#ffffff;
	font-weight: bold;
}

.red {
	color: #CC0000;
	font-weight: bold;
}

.input {
	font-size:11px;
	color:#999999;
	background-color:#FFFFFF;
	border:1px solid #25821D;
	width:150px;
}

.survey_input {
	font-size: 11px;
	color:#999999;
	background-color:#FFFFFF;
	border:1px solid #25821D;
	width:295px;
}

.select {
	font-size: 11px;
	width: 300px;
	color:#999999;
}

.submit {
	font-size: 11px;
}

.alert {
	color:#990000;
	margin:0px;
}

.success {
	color:#25821D;
	margin:0px;
}



/* STANDARD IDS */
#top_left {
	padding: 0px;
	vertical-align:top;
	background-image:url(../images/tile_left.jpg);
}

#top_right {
	vertical-align:top;
	padding:0px;
	background-image:url(../images/tile_right.jpg);
}

#bottom_left {
	padding: 0px;
	vertical-align:bottom;
	background-image:url(../images/tile_left.jpg);
}

#bottom_right {
	vertical-align:bottom;
	padding:0px;
	background-image:url(../images/tile_right.jpg);
}

#vr {
	vertical-align: top;
	background-image:url(../images/vr_tile.jpg);
	width:38px;
	height:100%;
}

#main {
	padding-top:23px;
	padding-bottom: 20px;
	background-image:url(../images/main_tile.jpg);
	background-repeat:repeat-x;
	background-color:#55BD4A;
	vertical-align: top;
}

#content {
	width:494px;
	vertical-align:top;
	padding-top:0px;
}

#row_dark {
	background-color:#41A237;
	
}

#row_light {
	/*background-color:#41A237;*/
	
}

#row_dark p, #row_light p, #remove_margins p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#alert {
	background-color:#FFDDDD;
	padding: 5px;
	border:1px solid #990000;
}

#success {
	background-color:#DDFFDD;
	padding: 5px;
	border:1px solid #25821D;
}


/* LINKS */
a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}