@charset "UTF-8";
/* CSS Document */

body {
	background-color: #cbcbcc;
	margin:0;
	padding:0;
	background-image:url(images/bg_grad.png);
	background-position:top;
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #445257;
	}

ul {
	margin:5px;
	padding:0 0 5px 30px;
	}
	
p {
	padding:5px 0;
	margin:0;
	}

h1 {
	font-weight: bold;
	font-size: 24px;
	color: #0B8AB9;
	text-transform:uppercase;
	padding:10px 0;
	margin:0;
	}

a:link {
	color: #0B8AB9;
	text-decoration:none
	}

a:visited {
	color: #0B8AB9;
	text-decoration:none
	}

a:hover {
	color: #0B8AB9;
	text-decoration:underline;
	}
	

/*CONTAINERS FOR LAYOUT*/

.sitewrapper {
	width:900px;
	margin:0 auto;
	padding:0;
	}

.mast {
	padding-top:1em;
	}


/*NAVIGATION ALL GOES RIGHT HERE FOLKS*/

.nav {
	height:40px;
	background:url(images/nav_grad.png) repeat-x;
	margin: 5px auto;
	padding-top:5px;
	}
	.nav ul{
		width:770px;
		margin:auto;
		padding:0;
	}
	.nav ul li {
		float:left;
		list-style-type:none;
		margin:0 15px;
	}
	.nav ul li a{
		display:block;
		float:left;
		line-height:36px;
		font-size:14px;
		letter-spacing:2px;
		color:#FFFFFF;
		font:"Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:lighter;
		}

	.nav ul li a:hover {
		color:#F2F317;
		text-decoration:none;
		}
		
/*THE BODY, THE CONTENT, WHATEVER YOU WANT TO CALL IT*/

.content {
	background:#FFFFFF;
	padding:1em 2em 0;
	overflow:auto;
	}

.contentrounder {
	width:900px;
	height:25px;
	margin:0;
	padding:0;	
	}

.lefter {
	width:525px;
	float:left;
	}

.righter {
	width:275px;
	float:right;
	}

.locations table{
	border-top:1px solid #CCCCCC;
	width:100%;
	margin-bottom:2em;
	}


.locations table td{
	padding: 4px;
	vertical-align:top;
	border-bottom:1px dotted #CCCCCC;
	border-collapse:collapse;
	}

.col1 {
	width:115px;
	}
.col2 {
	width:170px;
	}
.col3 {
	width:110px;
	}
.col4 {
	width:205px;
	}
.col5 {
	width:140px;
	}
.col6 {
	width:;
	}


/*THIS IS THE FOOOOOOOTER*/

.footer {
	margin:1.5em auto 2em;
	width:900px;
	text-align:center;
	font-size:80%;
	}


/* THIS IS FOR THE PNG EFFECT IN IE6 */
.png {
    position:relative;
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
