@charset "utf-8";
/* CSS Document */

body{ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#1957a5; margin:0px; padding-bottom:20px; }
a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color: #E61C34;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #E72940;
	text-decoration: none;
	font-weight:bold;
}
a:active {
	color: #1957A5;
	text-decoration: none;
	font-weight:bold;
}

#wrap{ width:900px; margin:0px auto; }
#top_left_photo{ width:177px; float:left; }
#top_banner{ float:right; width:711px; height:100px; margin-top:21px; }
#top_comments{
	background-image: url(/images/smile_comment_container.jpg);
	background-repeat: no-repeat;
	height: 181px;
	width: 509px;
	float:right;
	clear:right;
	padding-right:182px;
	padding-left:20px;
	font-size:14px;
	color:#e40c25;
	font-weight:bold;
	text-align:right;
	cursor:pointer;
}

#flash_nav{	width:178px; height:289px; float:left; margin-top:36px; }
#content{ width:528px; float:left; margin-top:36px; margin-left:10px; }
#content p:first-child{ margin-top:0px; }

#content ul{ margin:0px; padding:0px; list-style-type:none; }
#content ul li{
	text-align:justify;
	padding-left:20px;
	margin-bottom:15px;
	background-image:url(/images/star_bullet.gif); 
	background-position:left top; 
	background-repeat:no-repeat;
}
.links a{ font-size:11px; color:#e61c34; font-weight:bold; }
.contact a{ font-size:12px; color:#e61c34; font-weight:bold; }
.red_text{ color:#e61c34; }

#right_photos{ width:180px; float:right; text-align:right; margin-top:36px; }
#right_photos p:first-child{ margin-top:0px; }

#footer{ width:900px; margin:0px auto; clear:both; text-align:center; padding-top:20px; margin-bottom:10px; color:#ed1c24; text-decoration:none; font-size:12px; }
#footer a{ color:#ed1c24; text-decoration:underline; font-weight:bold; }

#copyright{ width:900px; margin:0px auto; clear:both; text-align:center; color:#2389e9; font-size:10px; }
#copyright a{ color:#2389e9; }

.contact_textfields{ border:1px solid #e61c34; font-size:12px; width:320px; }
.contact_textarea{ border:1px solid #e61c34; font-size:12px; width:320px; }
.contact_button{ width:100px; height:30px; background-color:#0d3361; color:white; font-weight:bold; }

