/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the anytime system.
--------------------------------------------------- */



/* MAIN ELEMENTS 
Main page elements, page layout, links and other common
styles. */
html, body { 
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
background-color:#181717;
background-image:url(../images/background.jpg);
background-position:center top;
background-repeat:no-repeat;
clear:both;
margin:0 auto;
margin-top:7px;
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#a90900;}
a span   {color:#000000;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:underline;color:#958b62;}
a:hover span {color:#958b62;}
a img     {border:none;}



.small {font-size:10px;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
}

h1 {font-size:18px;line-height:18px;padding:4px 0 4px 0;}
h2 {font-size:18px;line-height:18px;padding:4px 0 4px 0;}
h3 {font-size:14px;line-height:14px;padding:4px 0 4px 0;}
h4 {font-size:16px;line-height:18px;padding:4px 0 4px 0;}
h5 {font-size:12px;line-height:16px;padding:4px 0 4px 0;}
h6 {font-size:12px;line-height:14px;padding:4px 0 4px 0;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}
p {padding-top:0;margin-top:0;}


.clearer {
clear:both;
font-size:0;
line-height:0;
height:0;
padding:0 0 0 0;
margin:0 auto;
border:none;
}

.divider {
clear:both;
font-size:0;
line-height:5px;
height:5px;
padding:0 0 0 0;
margin:5px 0 0 0;
border-top:solid #CCCCCC 1px; 
}


/* GAPS
Gaps to space elements */
.gap1 {float:left;width:10px;}
.gap2 {float:left;width:15px;}


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:20px;margin-top:4px;margin-bottom:6px;border:solid #ffffff 1px;}
.img-right {clear:right;float:right;margin-left:20px;margin-top:4px;margin-bottom:6px;border:solid #ffffff 1px;}
.img-main {text-align:center;border:solid #ffffff 1px;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	li {
	font-weight:bold;
	line-height:18px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:7px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point.gif);
	background-position:5px 7px;
	background-repeat:no-repeat;
	}




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:740px;
text-align:left;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}


	#header-container {
	width:700px;
	padding:20px 20px 0 20px;
	background-image:url(../images/shadow_header.png);
	background-position:top;
	background-repeat:no-repeat;
	}
	
		/* MAIN HEADER */
		#header {
		height:100px;
		position:relative;
		}
			#home-header {
			height:210px;
			position:relative;
			}
			
			
			#logo-wing {
			position:absolute;
			left:0px;
			bottom:0px;
			width:143px;
			height:94px;
			background-image:url(../images/logo_wing.png);
			background-position:left bottom;
			background-repeat:no-repeat;
			z-index:1100;
			}
			
			#flash {
			float:left;
			width:700px;
			height:210px;
			overflow:hidden;
			position:relative;
			}
				#flash table {
				position:absolute;
				left:0px;
				top:0px;
				z-index:600;
				}
					#flash table td {
					color:#ffffff;
					text-align:right;
					width:340px;
					height:170px;
					padding:20px;
					padding-left:340px;
					}
					
				#flash table td h1 {color:#f2e08c;}
					
				#flash table td a {color:#f2e08c;}
				#flash table td a:hover {color:#ffffff;}
		
			
		#logo-bar {
		height:67px;
		background-image:url(../images/logo_bg.gif);
		background-position:top;
		background-repeat:repeat-x;
		}
		
			#phone-number {
			float:right;
			width:200px;
			font-size:11px;
			font-weight:bold;
			text-align:right;
			padding:18px 20px 0 0;
			}
				#phone-number h1 {
				color:#8e1108;
				padding:0 0 0 0;
				line-height:16px;
				}
		
	
		/* MAIN NAVIGATION */
		#navigation {
		height:27px;
		line-height:27px;
		color:#ffffff;
		padding-left:9px;
		background-color:#980000;
		background-image:url(../images/nav_bg.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		border-top:solid #ffffff 1px;
		border-bottom:solid #3a0505 1px;
		}
		
			#navigation a {
			float:left;
			display:inline-block;
			font-size:12px;
			font-weight:bold;
			text-transform:uppercase;
			color:#ffffff;
			padding:0 14px 0 14px;
			}
				#navigation a:hover {
				color:#f3dc7d;
				text-decoration:none;
				}
				
				
				.nav-div {
				float:left;
				width:2px;
				font-size:0;
				height:27px;
				line-height:27px;
				background-image:url(../images/nav_div.gif);
				padding:0 0 0 0;
				margin:0 auto;
				border:none;
				}

		
	
	
	/* MAIN CONTENT */
	#main-container {
	width:700px;
	padding:0 20px 0 20px;
	background-image:url(../images/shadow_middle.png);
	background-position:center;
	background-repeat:repeat-y;
	}
	
		
		
		
		
		
		.main {
		line-height:18px;
		padding:20px;
		background-image:url(../images/main_bg.png);
		background-position:top;
		background-repeat:repeat-x;
		}
		
			#main-container h1 {color:#8e1108;font-weight:normal;}
			#main-container h3 {color:#8e1108;}
			#main-container h4 {color:#818181;}
			#main-container h5 {color:#8e1108;}
			
			
			.main-non {}
			
			
			.main-side {
			background-image:url(../images/side_bg.jpg);
			background-position:right;
			background-repeat:repeat-y;
			}
			
			
			.main-home {
			line-height:18px;
			background-image:url(../images/main_bg.png);
			background-position:top;
			background-repeat:repeat-x;
			}
				.main-home .home-left {
				float:left;
				width:360px;
				padding:20px 0 20px 20px;
				}
				
				.main-home .home-right {
				float:right;
				width:296px;
				font-size:11px;
				}
				
					.hs-2 {
					background-image:url(../images/home_side_2.gif);
					background-position:right;
					background-repeat:repeat-y;
					}
					.hs-3 {
					background-image:url(../images/home_side_3.gif);
					background-position:right;
					background-repeat:repeat-y;
					}
			
			
			
			.main-left {
			line-height:18px;
			padding:10px 20px 20px 20px;
			background-color:#ffffff;
			background-image:url(../images/side_bg.jpg);
			background-position:left;
			background-repeat:repeat-y;
			}
			
			.main-right {
			line-height:18px;
			padding:10px 20px 20px 20px;
			background-color:#ffffff;
			background-image:url(../images/side_bg.jpg);
			background-position:right;
			background-repeat:repeat-y;
			}
			
			
		
		.main-yellow {
		line-height:18px;
		padding:20px;
		background-color:#dad3b4;
		}
		
		
		.red-border {
		display:inline-block;
		border:solid #8e1108 1px;
		}
			.red-border img {
			border:solid #ffffff 1px;
			}
			
			
		
		.table-odd {
		background-color:#f4f0e3;
		}

	
	
	
	#footer-container {
	width:700px;
	padding:0 20px 20px 20px;
	background-image:url(../images/shadow_footer.png);
	background-position:center bottom;
	background-repeat:no-repeat
	}
	
		/* MAIN FOOTER */
		#footer {
		line-height:18px;
		font-size:12px;
		color:#ece7ca;
		text-align:left;
		padding:15px 20px 15px 20px;
		background-color:#212223;
		background-image:url(../images/wru_logo.gif);
		background-position:right top;
		background-repeat:no-repeat;
		}
			
			#footer .footer-2 {
			float:right;
			width:220px;
			padding-left:30px;
			border-left:solid #2f3032 1px;
			}
			#footer .footer-3 {
			float:right;
			line-height:16px;
			width:190px;
			font-size:10px;
			text-align:right;
			padding-top:10px;
			padding-right:60px;
			}
			
			
	#base {
	font-size:11px;
	padding:0 20px 20px 20px;
	line-height:18px;
	color:#5a5a5a;
	text-align:center;
	}
		#base a {color:#958b62;}
		#base a:hover {color:#f3dc7d;}
		
		
		
		