@charset "UTF-8";
/* Taylor Events - Main CSS */

body {
	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	background-image:url(../images/TE_dark_gray_bg.jpg);
	background-color:#c3c3c3;
	}
	
#maincontainer {
	background-image:url(../images/TE_main_green_org_bg.jpg);
	background-repeat:repeat-y;
	margin:auto;
	width:977px;
	
	}
	
#navbartop {
	margin:auto;
	width:977px;
	text-align:center;
	background-image:url(../images/TE_Header_Image.jpg);
	background-repeat:no-repeat;
	}
	
.navbarprops {
	margin-right: 7px;
	}	


#headerimage {
	background-image:url(../images/TE_Header_Image.jpg);
	background-repeat:no-repeat;
	margin:auto;
	
	}
	
/* Services Main Section */	

#servicesmain {
	background-image: url(../images/TE_Services_Cbg.jpg);
	background-repeat:repeat;
	width:975px;
	text-align:center;
	border-left: 1px solid #b57223;
	border-right: 1px solid #b57223;
	}
	
.servicebarprops {
	margin-right: 3px;
	}		


/* Services Content Section */	

#servicescontent {
	width:950px;
	margin:auto;
	
	}
	

#services_left {
	width:475px;
	float:left;
	}
	
#services_right {
	width:475px;
	float:left;
	}
	
.tdservices {
	width:48;
	vertical-align:top;
	}
	
/* Rotating Images */

.imagerotate {
	border: 1px solid #b57223;
	width:441px;
	}
	


/* Footer Section */

#footer {
	background-image:url(../images/TE_footer_bg.jpg);
	background-repeat:repeat;
	color:#c3c3c3;
	text-align:center;
	font-size:14px;
	width:975PX;
	margin:auto;
	border-left: 1px solid #b57223;
	border-right: 1px solid #b57223;
	border-bottom: 1px solid #b57223;
	clear:both;
	}			
			
	




/* Styles & Classes */

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	
	font-size:20px;
	}
	
h3 {
	color:#b57223;
	font-size:16px;
	}
	
.servicetitles {
	color:#b57223;
	font-size:16px;
	font-weight:bold;
	}
	
.servicedescrps {
	font-size:12px;
	
	}
		
		
		
	
/* Service Menu Links */

a.servicemenulink:link {
	text-decoration:none;
	color:#b57223;
	font-size:16px;
	font-weight:bold;
	}
	
a.servicemenulink:active {
	text-decoration:none;
	color:#b57223;
	font-size:16px;
	font-weight:bold;
	}
	
a.servicemenulink:visited {
	text-decoration:none;
	color:#b57223;
	font-size:16px;
	font-weight:bold;
	}
	
a.servicemenulink:hover {
	text-decoration:underline;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;

	}	
	
	
/* Bottom Menu Links */
a.bottomnav:link {
	text-decoration:none;
	color:#c3c3c3;
	font-size:14px;
	}
	
a.bottomnav:active {
	text-decoration:none;
	color:#c3c3c3;
	font-size:14px;
	}
	
a.bottomnav:visited {
	text-decoration:none;
	color:#c3c3c3;
	font-size:14px;
	}
	
a.bottomnav:hover {
	text-decoration:underline;
	color:#ffffff;
	font-size:14px;
	}			
			
	
/* JS Rotating Image Class */
.flashclass{ /*sample CSS class added to image slideshow container*/
width: 446px; /*a width should be defined for transition to work*/

color:#FFFFFF;
font-size:14px;
text-align:center;
}

.flashclass img{
border: 0;
background-color:#292116;
}


/* Designed by Five Fold Media, Inc. */
.ffmdesign {
	font-size:12px;
	}

a.ffm:link {
	text-decoration:none;
	color:#c3c3c3;
	font-size:12px;
	}
	
a.ffm:active {
	text-decoration:none;
	color:#c3c3c3;
	font-size:12px;
	}
	
a.ffm:visited {
	text-decoration:none;
	color:#c3c3c3;
	font-size:12px;
	}
	
a.ffm:hover {
	text-decoration:underline;
	color:#ffffff;
	font-size:12px;
	}	
		
