body {
	background: url(images/bg.gif);
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
}

/* 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 */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 1.5;
}

strong { color: #fff; }

#left {
	float: left;
	width: 201px;
	margin: 0px;
	display: inline;
}

#rightcolumn {
	float: left;
	width: 540px;
	margin-left: 5px;
}

h1 {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:18px;
	color: #fff;
	margin-left: 10px;
	text-transform: uppercase;
}

h3 {
	color:#FFFFFF;
	padding:0px 0px 0px 10px;
	margin:0px;
	font-size:16px;
	text-align: center;
}

div#pagetext li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ccc;
	line-height: 1.5;
	list-style-image:url(images/check.gif);
}

/* Creates the general link style for the site. This is not the main navigation.  */
	
a:link {
	color:#fff;
	text-decoration: none;
}

a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

a:active { text-decoration: none; }

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
	
div#wrapper {
	width: 790px;
	margin: 0px auto;
	background: url(images/bg_pagetext.gif);
	position: relative;
}

div#container {
	width:770px;
	margin: 0px auto;
	background: #000;
}

div#header {
	background: url(images/header.jpg);
	width: 790px;
	height: 163px;
	margin: 0px auto;
}

div#pagetop {
	background: url(images/pagetext_top.gif);
	width: 790px;
	height: 43px;
	margin: 0px auto;
	position: relative;
}

div#pagetext {
	width: 765px;
	margin-left: 5px;/*
	border-left: 1px solid #b8b8b8;
	*/		
	}

div#pagetext a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
}

div#pagetext a:visited { color:#fff; }

#right p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin-left: 10px;
	text-align:left;
}

.right {
	margin: 10px;
	float: right;
}

.right img {
	border: 1px solid #000;
	padding: 3px;
}

.images {
	border: 2px solid #ff9900;
	text-align:center;
	margin-left: 10px;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	float: left;
	color: #fff;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	background:#222;
}

div#footer {
	width: 550px;
	clear: both;
	margin: 0px auto;
}

div#links {
	font-size:0px;
	width: 635px;
	color: #fff;
	clear: both;
	height: 35px;
	position: absolute;
	left: 20px;
	top: -1px;
}

div#links p {
	padding: 5px 0px 5px 0px;
	font-size: 11px;
}

div#links a:link, a:visited {
	color: #fff;
	font-weight: bold;
}

div#bottom {
	background: url(images/bg_bottom.gif);
	background-repeat: no-repeat;
	width: 790px;
	height: 58px;
	margin: 0px auto;
	clear: both;
	position: relative;
}

div#login {
	width: 770px;
	text-align: right;
	margin: 0px auto;
	clear: both;
	font-size: 10px;
}

div#logos {
	margin: 10px;
	width: 525px;
}

div#logos img { border: 1px solid #ccc; }

/* ----------------- IMAGE ELEMENTS ----------------- */
	
img.left {
	float: left;
	margin: 20px;
	border: 2px solid #fff;
}

img.right {
	margin: 30px;
	border: 2px solid #fff;
	float: right
}

/*-----------------------NAVIGATION--------------------*/
	
	/* ----------------- PAGE NAVIGATION ELEMENTS ----------------- */
 
div#mainnav {
	width: 200px;
	background: url(images/bg_nav.gif);
}

div#mainnav ul {
	margin: 0px;
	padding: 0px;
}

#mainnav li {
	height: 25px;
	color: #fff;
	margin-left: 5px;
	list-style:none;
	font: bold 12px Tahoma, Helvetica, sans-serif;
	text-transform: uppercase;
}

#mainnav li a {
	width: 192px;
	padding-left: 0px;
	padding-top: 8px;
	height: 20px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-indent: 9px;
}

#mainnav li a:hover {
	color:#fff;
	background: #222;
}

#mainnav .current {
	background: #333;
	color:#FFFF33;
}

#mainnavbottom {
	width: 200px;
	height: 21px;
	background: url(images/bg_navbottom.gif);
}

/*---------------------Services Columns---------------------------------------*/
.servicesright {
	width: 160px;
	float: left;
	margin-right: 0px;
}

.servicesleft {
	width: 200px;
	float: left;
	margin-right: 10px;
}

/*------------------Copyright-----------------------*/
	
.copyright {
	width: 750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:9px;
	margin: 0px auto;
	text-align: center;
	clear:both;
	padding: 10px 0px 10px 0px;
}

.copyright a:link { color: #000; }

.copyright a:visited { color: #000; }

div#audio {
	position: absolute;
	left: 670px;
	top: -41px;
}

.clear { clear: both; }

.center { text-align: center; }

div#copyright {
	font-size: 9px;
	font-family: Tahoma, Arial, sans-serif;
	padding-top: 8px;
	color: #000000;
	text-align: center;
}

#copyright a, #copyright a:link, #copyright a:visited {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;
}

#copyright a:hover, #copyright a:active {
	text-decoration:underline;
	color: #000000;
	font-weight: bold;
}

.ypimg {
	border: 0px;
	padding: 5px 0px;
}
