/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
/*@import url(layouts.css);*/
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);
@import url(editor_content.css);
@import url(structure.css);


/* #######################  GENERAL SETTINGS ############################ */
html.body{
}

body {
	margin:0px;
}

body, td , th, p, div, span {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*  Global Formatting */
h1 {font-size:16px;padding:0px;margin:0px;}
h2 {font-size:15px;padding:0px;margin:0px;}
h3 {font-size:14px;padding:0px;margin:0px;}
h4 {font-size:13px;padding:0px;margin:0px;}
h5 {font-size:12px;padding:0px;margin:0px;}
h6 {font-size:11px;padding:0px;margin:0px;}

a {color: #a51a2a;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #a51a2a;
	text-decoration:underline;
}
a:visited {color: #a51a2a;
	text-decoration:none;
}
a.image, a.image:hover  {border:0;}

p{	
	margin-top:0px;
	padding-top:0px;
}
/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */



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

#main_container{
	text-align:center;
	width:100%;
	margin:0px;
	padding:0px;
	background-color: #a51a2a;
}

.copyright{
	font-size:10px;
}

#component_container{
	position:relative;
	width:100%;
	padding:0px;
}

#component_container_home{
	position:relative;
	width:360px;
	float:left;
	padding:0px;
	height:260px;
	overflow:hidden;
}

#right_container{
	position:relative;
	width:205px;
	background:#efc0c8;
	float:right;
	height:400px;
}


#user1{
	background:#66FF00;
	width:50x;
	float:left;
	height:165px;
	overflow:hidden;
	margin-left:-18px;
}

#user2, #user3{
	width:176px;
	float:left;
	height:140px;
	overflow:hidden;
	background:#efc0c8;
}

#user3{
	margin-left:8px;
}



#user4{
	width:100%;
	background:#F66F00;
	height:200px;
}

div#right_container td{
	font-size: 11px;
}

div.moduletable h3, div.moduletable h4, div.moduletable_latestnews h3, div.moduletable_latestnews h4, div.moduletable_events h3, div.moduletable_events h4{
	background:#a51a2a;
	line-height:25px;
	color:#FFFFFF;
	font-family:Times New Roman, Times, serif;
	font-size:14px;
	text-align:left;
	text-indent:10px;
	text-transform:uppercase;
	font-weight:normal;
}

.featured_item_body{
	margin:10px;
}



div.moduletable_latestnews ul{
	list-style:url(DESIGN_CSS_IMAGES/arrow_black.gif);
	margin:0px;
	/*background:#009933;*/
	padding:0px;
}

div.moduletable_latestnews ul li{
	margin-bottom:7px;
	margin-left:28px;
	padding:0px;
}

div.moduletable_latestnews ul a, div.moduletable_latestnews ul a:active,div.moduletable_latestnews ul a:visited, div.moduletable_latestnews ul a:link{
	font-size: 11px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
}

div.moduletable_latestnews ul a:hover{
	color:#000000;
	text-decoration:underline;
	font-weight:normal;
}




div.moduletable_events ul{
	font-size: 11px;
	list-style:url(DESIGN_CSS_IMAGES/arrow_black.gif);
	margin:0px;
	/*background:#009933;*/
	padding:0px;
}

div.moduletable_events ul li{
	margin-bottom:7px;
	margin-left:28px;
	padding:0px;
}

div.moduletable_events ul a, div.moduletable_events ul a:active,div.moduletable_events ul a:visited, div.moduletable_events ul a:link{
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

div.moduletable_events ul a:hover{
	color:#000000;
	text-decoration:underline;
}

.event_date{
	color:#a51a2a;
	font-weight:bold;
	font-size: 10px;
}
.moduletable_unmp3{
	width:210px;
	height:41px;
	overflow:hidden;
	MARGIN-BOTTOM:10PX;
}

#bottom_intros td{
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
}

#bottom_intros td a{
	font-style:italic;
}





div#left a, div#left a img{
	padding:0px;
	margin:0px;
	border:0px;
	font-weight:normal;
}
div#left a{
	border:0px;
	font-weight:normal;
}

div#left{
	height:260px;
	overflow:hidden;
}
