@charset "utf-8";
/* Rude 2010 CSS styles  */

body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #666;
}
#wrapper_home {
	width: 1000px;
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(black.gif);
	height: 2100px;
	background-repeat: repeat;
}
.flt_left {
	float: left;
	margin-right: 20px;
}
.flt_right {
	float: right;
	margin-left: 20px;
}


/*--------------------------------------------------*/

a {
	text-decoration:underline;
}
a:link  {
	color: #00F400;
}
a:visited  {
	color: #00F400;
}
a:hover {
	background-color: #00F400;
	color: #000;
}
.a:active {
	background-color: #000000;	
	color: #00F400;
}


/*#wrapper_home a {
	color: #00F400;
}*/

#wrapper_home p{
	color:#FFF;
	font-size: 18px;
}

#intro_masthead {
	left: 0px;
	top: 0px;
	width: 420px;
}
#intro_masthead h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	line-height: 145%;
	color: #FFF;
	text-align: left;
	font-style: normal;
	font-weight: normal;
}
#intro_masthead p{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	font-weight: normal;
	font-size: 17px;
}
#promo_top {
	float: right;
	width: 500px;
}
#promo_top p {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:145%;
	padding-right: 12px;
	padding-left: 12px;
}



/*------------------------------------------*/

.rounded{
	padding:10px 8px 15px 10px;
}

#get_straight_hell {
	width:250px;
	float:right;
	margin-left:30px;
}

#get_straight_hell p {
	list-style-type: none;
	margin-bottom: 15px;
	display: block;
	padding-left: 10px;
}

#get_straight_hell a{
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
}

#get_straight_hell p a{
	display: block;
	text-decoration: none;
	text-align:center;
	padding-top: 6px;
	padding-bottom: 6px;
}

#get_straight_hell p a:link {
	background-color: #700095;
	color: #FFFFFF;
	text-decoration: none;
}
#get_straight_hell p a:visited  {
	background-color: #700095;
	color: #FFFFFF;
}
#get_straight_hell p a:hover {
	background-color: #0098CB;
	color: #FFFFFF;
}
#get_straight_hell p a:active {
	background-color: #0098CB;
	color: #000;
}



/* Rude Home Nav CSS  --------------------- */

#nav_home {
	float: left;
	margin-right: 25px;
	margin-top: 8px;
}

.home_nav3 {
	width: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.home_nav3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.home_nav3 li a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1221F; /*coral*/
	/*border-bottom-color: #C12624;*/ /*darker red*/
	padding: 5px 5px 5px 0.5em;
	text-decoration: none;
}

.home_nav3 li a:link {
	color: #FFFFFF;
	display: block;
	background-color: #000;
}
.home_nav3 li a:visited  {
	color: #FFFFFF;
	display: block;
	background-color: #000;
}	
.home_nav3 li a:hover {
	background-color: #BF201D;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.home_nav3 li a:active {
	background-color: #C12624;
	color: #FC0;
}

.byline {
	color: #CCCCCC;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 135%;
}
