@charset "UTF-8";



body  {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 0;

	text-align: center;

	font-family: candara;

	font-size: 12px;

}



a {

	color: #AA2526;

	text-decoration: none;

}

a:hover {

	color: #FFAB47;

	text-decoration: underline;

}

a:active {

	color: #663366;

}





#container {

	width: 955px;

	margin: 0;

	text-align: left;

	background-image: url(../images/container_bg.gif);

} 



#header {

	height: 110px;

	background-image: url(../images/header.jpg);

}



#header h1 {

	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

}



#mainContent {

	width: 760px;

	float: left;

} 





#nav {



}



#nav_text {

	display: none;

}





#features {

	height: 220px;

}



#features_text {

	display: none;

}



#subfeatures_container {

	float: left;

	width: 370px;

	padding-bottom: 20px;

}





#subfeatures {

	width: 350px;

	margin-top: 10px;

	margin-left: 20px;

}





.subf_item {

	width: 350px;

	padding-bottom: 15px;

	float: left;

}

.subf_thumb {

	display: inline;

	float: left;

	width: 60px;

	margin-right: 10px;

}

.subf_desc {

	font-size: 12px;

	float: left;

	width: 275px;

}

.subf_desc a {

	font-weight: bold;

	color: #A92626;

	text-decoration: none;

}



#videoplayer {

	float: left;

	width: 350px;

	margin-top: 10px;

	margin-left: 20px;

}



#sidebar1 {

	float: right; /* since this element is floated, a width must be given */

	width: 194px;

}



#searchbox {

	width: 195px;

	float: right;

}



#btn_slideshow {

}



#sidebar_blog {

	font-size: 11px;

	color: #FFFFFF;

	background-color: #454545;

	margin: 10px;

	padding: 5px;

	line-height: 1.1;

	margin-bottom: 20px;

}



#sidebar_blog a {

	color: #FEFE36;

	text-decoration: none;

	font-weight: bold;

}





#subnav {

	height: 21px;

	padding-top: 5px;

	background-color: #F8931F;

	font-size: 10px;

}



#pagetitle {

	font-family: candara;

	font-size: 26px;

	padding-right: 20px;

	padding-left: 20px;

}

#subnav a {

	font-weight: bold;

	color: #FFFFFD;

}

#pagetext {

	padding-right: 20px;

	padding-bottom: 25px;

	padding-left: 20px;

}



#pagetext p {

	line-height: 1.6;

}





.headerimg {

	display: inline;

	margin-bottom: 10px;

}



#footer {

	padding: 2px;

	background-color: #FFFFFF;

	text-align: center;

	width: 955px;

} 

#footer p {

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 0px;

}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

.nicelist {
    margin-left: 0px;
    padding-left: 0;
    list-style: none;
    }
.nicelist ul{
    margin-left: 5px;
    padding-left: 0;
    }
.nicelist li {	
    padding-left: 15px;
	background-image:url(../images/arrow.gif);
    background-repeat: no-repeat;
    background-position: 0 5px;
	margin-top:3px;
	line-height:16px;
	margin-left:0px;
    }
	.nicelist1 {
    margin-left: 0px;
    padding-left: 0;
    list-style: none;
    }
	
.nicelist1 ul{
    margin-left: 5px;
    padding-left: 0;
    }
.nicelist1 li {	
    padding-left: 15px;
	background-image:url(../images/arrow1.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
	margin-top:5px;
	line-height:16px;
	margin-left:0px;
    }
	
	.nicelist2 {
    margin-left: 0px;
    padding-left: 0;
    list-style: none;
	margin-top:0px;
    }
.nicelist2 ul{
    margin-left: 5px;
    padding-left: 0;
    }
.nicelist2 li {	
    padding-left: 15px;
	background-image:url(../images/arrow1.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
	margin-top:5px;
	line-height:16px;
	margin-left:0px;
    }
	
	
	.rowBR
	{
		border-bottom:1px solid #960;
		border-right:1px solid #960;
		}
		.rowTL
	{
		border-top:1px solid #960;
		border-left:1px solid #960;
		}
		
		.menuLBox
		{
			width:100%;
			border:1px solid #C93;
			background:#FCEFC2;
			
		
			margin-right:20px;
			padding-bottom:5px;
			
			
			}
			.mlbday
			{
				height:20px;
				background:#974B00;
				color:#fff;
				font-weight:bold;
				padding-left:10px;
				padding-right:10px;
				line-height:20px;
				
				}
				.mlText
				{
				padding:10px;
				line-height:18px;
				}
				.mlText h6
				{
				color:#630;
				line-height:20px;
				font-size:14px;
				display:inline;
				}
				.mlText h5
				{
				color:#600;
				line-height:25px;
				font-size:18px;
				display:inline;
				text-decoration:blink;
				}
				.tRed
				{
					color:#F00;
					}
					
			.menuRBox
			{
			width:330px;
			border:1px solid #C93;
			background:#FCEFC2;			
			float:right;
			height:410px;
			}
			.menuLBox2
			{
			width:330px;
			border:1px solid #C93;
			background:#FCEFC2;			
			float:left;
			height:100px;
			}
			
			.tContent
			{
				margin-bottom:30px;
				line-height:18px;
				padding-bottom:20px;
				border-bottom:1px solid #960;
				min-height:150px;
				}
				.tContent h1
			{
				color:#630;
				font-size:14px;				
				line-height:18px;
				display:inline;
				}
				.tContent h2
			{
				color:#750000;
				font-size:12px;				
				line-height:16px;
				display:inline;
				}
			.tContent img
			{
				margin-left:-15px;
				float:left;
				margin-top:-10px;
				margin-bottom:-5px;
				margin-right:10px;
				}
