/* CSS Document */

/*this code zeros out all perameters within the page*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset{
	margin:0;
	padding:0;
	border:0;
}

/*set global perameters for the body tag*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #cccccc;
	text-align: left;
}

/*set new perameters for em and header tags*/
em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

h1 {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-style:normal;
font-weight:bolder;
font-size:16px;
color:#003399;
}

h2 {
font-family:Arial, Verdana, Helvetica, sans-serif;
font-style:normal;
font-weight:bolder;
font-size:16px;
color:#000000;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #003399;
}
a:active {
	text-decoration: none;
	color: #003399;
}

#logo {
	width: 185px;
	height:68px;
	margin-left:30px;
}

#phone {
	width: 185px;
	height:20px;
	font: bolder 14px Arial, Helvetica, Verdana, sans-serif;
	color:#FFFFFF;
	margin-top:-20px;
	margin-left:30px;
}

#tag {
width:auto;
margin-left:300px;
margin-top:-60px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
font-style:italic;
font-weight:bolder;
}

#search {
	width: 320px;
	height:33px;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	font-weight:bolder;
	color: #FFFFFF;
	margin-top:-20px;
	margin-left:430px;
}

/*contains the top navigation code*/
#topnav {
	width: 470px;
	height:18px;
	font-size: 11px;
	color: #cccccc;
	margin-left: 300px;
	margin-top:10px;	
	border-bottom: 0px solid #000000;
}


#topnav ul{
	padding:0;
	margin:0;
	background-color:#ff0000;
	}

#topnav ul li{
	display: inline;
	padding: 0;
	margin: 0;
	}

#topnav ul li a{
	font-size: 11px;
	font-weight:bold;
	color: #ffffff;
	background-color: #ff0000;
	text-decoration: none;
	padding: 0 8px 0 8px;
	border-right: 1px solid #ffffff;
	text-align: center;
	width: 9em;
	}

#topnav ul li a:hover, #topnav ul li a:focus {
	background-color: #ff0000;
	color:#ffcc33;
	font-weight:bold;
	}
/*end top nav code*/

/*contains the bottom navigation code*/
#botnav {
	width: 485px;	
	margin-left: 285px;
}

/*end bottom nav code*/



#contentL{
margin:25px;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
}

#contentR{
margin:25px;
font-family:Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
}


#dash {
	border-right:#FFCC33;
	border-right-style:dashed;
	border-right-width:medium;
	}

#footer {
font-family:Arial, Helvetica, sans-serif;
text-align:center;
}


.line {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	position: relative;
	height: 160px;
	width: 710px;
	left: 1px;
	top: 5%;
	right: 1px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	background-position: center center;
	bottom: 5%;
	text-align: left;
}

#team_txt {
	position: relative;
	width: 690px;
	left: 1%;
	top: 2%;
	right: 2%;
	padding-right: 1px;
	padding-left: 1px;
}
