/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #b85c0a;
	/*Below sets a base for em percentage used. x-small generally is about 12px*/
	font-size: x-small;		
}


*html body{
 	font-size: x-small /* for IE5/Win*/
	f\ont-size: small;/*for  all other older verions of IE */

	}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Redefines the p tag: text set universally in body tag */
p { 	
	color: #333;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 20px 10px 20px;
	line-height: 1.5em;

}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	text-transform: uppercase;
	color: #333;
	font-weight: normal;
	font-style: italic;
	margin: 20px 0px 10px 20px;

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #333;
	margin: 20px 0px 0px 20px;
	font-weight: normal;
	width: 90%;
}


h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	text-transform: uppercase;
	color: #333;
	font-weight: normal;
	margin: 20px 0px 10px 20px;;

}

h4{
	font-size: 180%;
	font-weight: bold;
	color: #444;
	margin: 0px 15px 0px 15px;
}


h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	margin: 0px 0px 0px 15px;
	font-weight: normal;

	width: 90%;
}

h6{
	text-align: center;
	font-size: 100%;
	margin: 20px;
	padding-top: 5px;
	width: 600px;
	height: 15px;
	border: 1px solid #ccc;
	background: #eee;
	
}

blockquote{
	margin: 15px;
	border-top: 1px solid #333
	border-bottom: 1px solid #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 5px;
	font-size: 140%;
	color: #808080;
}

blockquote span{
	font-size: 150%;
}


#pagetext li {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #000;
	margin: 0px 0px 0px 40px;
	line-height: 120%;
	color: #333;		
}


/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #333;
	text-decoration: underline;
	
}
a:visited {
	color: #333;
	text-decoration: underline;	
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;	
}

.list{
	line-height: 1.5;
	margin-left: 40px;
	color: #333
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 980px;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);
}


div#container { 
	width:980px; 
	margin: 0px auto;
	position: relative;

	
	}
/*=====================Flash================================*/	


div#top{
	background: none;
	width: 988px;
	height: 25px;
	position: relative;
}	


div#header { 
	background: url(images/header.jpg);
	width: 980px;
	height: 259px;
	margin:0px auto;
	position: relative;
 }
 
div#flash{
	margin-left: 11px;
}

div#leftcolumn{
	width: 316px;
	float: left;
	display: inline;
	margin-left: 11px;
	
}

div#leftcolumn img{
	margin-left: 11px;
}


div#pagetext {
	width: 640px;
	background: url(images/pagetextbg.gif) repeat-x #fff;
	float: left;
	position:relative;	
	display: inline;
}




div#left a:link{
	color: #ffff00;		
}

div#left a:visited{
	color: #ffff00;		
}


  #right p{
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align:left;
	
}



address{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#000;
	font-size: 110%;
	margin: 10px 0px 12px 20px;	
	padding: 3px;
}


address span{
	
	font-size: 90%;
}

div#footer {
	width: 980px;
	height: 67px;
	background: url(images/footer.gif);
	position: relative;
}

	
 /* ----------------- IMAGE ELEMENTS ----------------- */


.right{
	float: right;
	text-align: center;
	font-size: 10px;
}


.right img{
	margin: 5px;
	padding: 2px;

}


 #copyright {
 	width: 980px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	margin-top: 10px;
 }
 
 #copyright img{
 	margin-top: 10px;
 }
 
 #copyright a{
 	color: #fff;
	}


/* ---------------------- MAIN NAVIGATION---------------------- */	
	/* ---------------------- nav ---------------------- */
  #navcontainer {
	width:980px;
	height: 32px;
	background: #fff;
	position: relative;

	background: url(images/nav_bg.gif);
      }
	  
	#mainnav{
	margin-left: 0px;
		
	}	
	
	#mainnav ul{
	position: absolute;
	left: 12px;
	top: 0px;
	height: 25px;
	width: 954px;
	
		}
		
		#mainnav ul li{
		display: inline;
		}
		
		
		#mainnav ul li a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 110%;
		float: left;
		color: #fff;
		font-weight: bold;
		padding: 5px 62px 12px 62px;
		text-decoration: none;
		border-right: 1px solid #333;
		background: #000;
		
		}
		/*
		#mainnav ul li a:visited{
			}
		*/
		
		#mainnav ul li a:hover{ 
		background: #b85c0a;
		color: #fff;
	
		}
		
		#mainnav ul li .current{
		background: #b8b27f;
		color: #fff;
	
		}

	
	

/* ----------------- UTILITY NAVIGATION ----------------- */



	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width: 921px;
	height: 24px;
	left: 26px;
	top: 18px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #000;
		display: block;
		float: left;
		font-size: 9px;
		font-weight: bold;
		padding: 4px 10px 6px 10px;
		text-decoration: none;	
	
	}
	
	
	ul#utilitynav li a:hover {
		color: #f00;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #f00;
		width: auto;
	}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.column1{
	width: 250x;
	float: left;
	margin: 0px 0px 10px 40px;
	position: relative;
	display: inline;
}

.column1 h1{
	font-size: 160%;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;

}
.column1 img{
	border: 1px solid #000;
}


div#ownerlogin a{
	color: #fff;
}

.border{
	border: 1px solid #ccc;
	padding: 2px;
}


.quotes{
	border-bottom: 1px dashed #333;
	width: 290px;
	background: url(images/quote.gif) no-repeat;
	font-style: italic;
	margin: 0px 0px 10px 10px;
}

.quotes p{
font-size: 120%;	
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	line-height: 1.2;
}

.smileteam{
	border-bottom: 1px solid #ccc;
}

.smileteam img{

 margin: 10px;
 padding-left:70px;
}
