/*default styles*/
   
body {
	padding: 0px;
	margin: 0px;
	font: 0.8em Arial, sans-serif;
	line-height: 1.4em;
	background-color: #FFFFFF;
}

a {
	color: #000 ;
	background: inherit;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a {
	font-weight: bold;
}

a img {
     border: 0;
	 }

a.title {
	color: #FE6700;
	background: #FFF;
}

body {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

h1 {
	font-family: Arial, Sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

h1 a, h2 a {
	text-decoration: none;
	color: #FF6600;

}

h1 a:hover, h2 a:hover {
}


h2 {
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
}


p {	
	margin: 0 0 10px 0;
	
}

ul {
	margin: 0;
	padding : 0;
	list-style-image: none;
	list-style-type: square;
	list-style-position: inside;
}

form { 
	margin: 0; 
}



/*layout*/

#content { 
	margin: 50px auto;
	width: 650px; 
	background:#F1FFE9;
	border:1px solid #663333;
}

#header { 
	height: 115px; 
	background-color:#CC0000;
}

#page {
	margin: 20px 0 10px 20px ;
	width: 620px;
	}



.slogan {
	font-size: 0.9em;
	width: 160px;
}



/*navigation*/

#navbar {
	clear: both;
	font: 0.8em Arial, Sans-Serif;
	height: 22px;
	padding: 0;
	margin: 0;
	background-color:#191970;
	border-top-width: 1px;
	border-left-width: 20px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #191970;
	border-left-color: #191970;
	}

#nav ul {
display: inline;
}	

#nav li home {
	border-left: 1px solid #fff;
}

#nav li {
	font: 1em Arial, Sans-Serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	list-style-type: none;
}

#nav li a {
	padding: 5px 10px;
	background-color: #191970;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
	
#nav li a:hover {
	background-color:#AAAAFF	;
	color: #fff;
}

#nav li#home a {
 	border-left: 1px solid #fff;
}


/*left side*/

#leftcol {
	margin: 20px 0 10px 20px ;
	width: 380px;
	}

#twocol {
	width: 170px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 20px;
	float: left;
	}

	
/*right side*/

#rightcol {
	margin: 20px 15px 10px 0 ;
	float: right;
	width: 200px;
	}
		
		

/*footer*/

#footer {
	clear: both;
	color: #000;
	border-top: 1px solid #663333;
	background-color: #F1FFE9;
	background-image: url(../images/logo_old.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 70px;
	font-family: Arial, Sans-Serif;
	font-size: 0.8em;
	line-height: 140%;
	background-position: left center;
}



.footer:hover{
}

/*various classes*/

.hide{display:none;}
.bold{font-weight:bold;}

.line{
border-top: 1px solid #333333;
}

.tel{
	position:absolute;
	margin: 90px 20px 0 340px;
	font-weight: bold;
}
.inset {
	text-align: left;
	padding-right: 10px;
}
.addresses {
	margin-bottom: 0px;
	line-height: 1.2em;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
