@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 Content Section */	

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

#services_left {
	width:475px;
	float:left;
	}
	
#services_full {
	width:950px;
	float:left;
	}	
	
#services_right {
	width:475px;
	float:left;
	}
	
.tdservices {
	width:48;
	vertical-align:top;

	}
	



/* 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 */
p {
	font-size:14px;
	}

li {
	font-size:14px;
	}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#b57223;
	}
	
h3 {
	color:#b57223;
	font-size:14px;
	}
	
.servicetitles {
		}
	
.servicetxt {
	color:#c3c3c3;
	font-size:12px;

	}	
	
.servicemenu{
	
	font-size:16px;
	font-weight:bold;
	background-repeat:repeat;
	color:#b57223;
	}	
		

	
.hrimage {
	border-left: 1px solid #b57223;
	border-right: 1px solid #b57223;
	}	
	
	
	
/* Content Links */

a.content-text:link {
	text-decoration:underline;
	color:#b57223;
	}
	
a.content-text:active {
	text-decoration:underline;
	color:#b57223;
	}
	
a.content-text:visited {
	text-decoration:underline;
	color:#b57223;
	}
	
a.content-text:hover {
	text-decoration:underline;
	color:#ffffff;
	}
	


/* Service Menu Links */
a.servicemenulink:link {
	text-decoration:none;
	color:#b57223;
	font-size:14px;
	font-weight:bold;
	}
	
a.servicemenulink:active {
	text-decoration:none;
	color:#b57223;
	font-size:14px;
	font-weight:bold;
	}
	
a.servicemenulink:visited {
	text-decoration:none;
	color:#b57223;
	font-size:14px;
	font-weight:bold;
	}
	
a.servicemenulink:hover {
	text-decoration:underline;
	color:#ffffff;
	font-size:14px;
	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:none;
	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;
}
		
