
/*-------------------------------------------------*/
/*////// BODY /////////////////////////////////////*/
/*-------------------------------------------------*/

body {
	padding: 0; 
	margin: 0; 
	font-family: Arial, Verdana, sans-serif; 
	color: #333;
}

/* adjustment for IE5 */

body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: medium;
	background-color: #333;
	}
html>body { /* be nice to Opera */
	font-size: medium;
	}

img {padding:0;margin:0;border:0;}

img {border:0;}

#clear {clear:both;}


/*-------------------------------------------------*/
/*////// BASIC LAYOUT /////////////////////////////*/
/*-------------------------------------------------*/

#wrapper {
	width: 955px; 
	margin: 0px auto 0px auto; 
	padding: 0; 
	border: 1px solid #fff;
}

#header {
	width: 100%; 
	height:99px; 
	background-image: url(../img/headerbg.jpg); 
	background-repeat: repeat-x;
}

#left {
	float:left;
	margin:0; 
	background-color: #000;
}

#footer {
	background-color: #333;
	color: #fff;  
	font-family: Arial, Verdana, sans-serif; 
	background-image: url(../img/footerbg.gif); 
	background-repeat: repeat-x; 
	font-size: 80%;
	padding: 15px 10px 10px 10px;

}

/*-------------------------------------------------*/
/*////// MENU /////////////////////////////////////*/
/*-------------------------------------------------*/

#menu {

	background-color: #000; 
	border-top:3px solid #fff;
	border-bottom: 3px solid #fff;
	color:#fff;
	padding:0px 5px 0px 15px;
}

#menu ul {list-style: none;margin:0;padding:0;}

#menu li {display:inline;}

#menu li a {
	float:left;
	text-decoration: none;
	font-weight:bold;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #fff;
	display: block;
	background:#000;
	padding: 5px 10px;
	}
	
#menu li a:hover,  #menu li a.selected{
	color: #000;
	background-color: #2899FF;
	background:  #fff;
	padding: 5px 10px;
	}


.phone {font-size:80%; margin-top:6px;}


/*-------------------------------------------------*/
/*////// CONTENT & STYLES /////////////////////////*/
/*-------------------------------------------------*/

#content {
	width: 100%; 
	padding: 0px; 
	background-color: #000;
	color:#FFF;
}

#pad {padding:20px;}

#panel,#panelMenu {float:left;width:250px;margin-right:20px;}

#panelMenu{width:190px;}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	color: #0099ff;
	margin-bottom:5px;
}

h1 a {text-decoration: none;color:#FFF; font-size:80%; font-family:Arial;}
h1 a:link {}
h1 a:visited {}
h1 a:hover {text-decoration:underline;}
h1 a:active {}

h3 {font-size: 80%; margin-bottom: 0px;}

#panelMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 2px solid #0099ff;
	color:#FFF;
	}

#panelMenu li {border-bottom:2px solid #0099ff;}

#panelMenu li a {
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	font-weight:bold;
	padding:10px 10px 10px 10px;
	}	
	
#panelMenu li a:link, #panelMenu li a:visited {
	color: #FFF;
	display: block;
	background:#000;
	}
	
#panelMenu li a:hover, #panelMenu li a.selected{
	color: #ccffff;
	background:  #0099ff;
	}

.yellow h1 {color:#ffd900;}
#panelMenu.yellow ul,#panelMenu.yellow li {border-color:#ffd900;}
#panelMenu.yellow li a:hover, #panelMenu.yellow li a.selected{color:#000;background:#ffd900;}


.orange h1 {color:#ff6f00;}
#panelMenu.orange ul,#panelMenu.orange li {border-color:#ff6f00;}
#panelMenu.orange li a:hover, #panelMenu.orange li a.selected{color:#000;background:#ff6f00;}


.green h1 {color:#42ea00;}
#panelMenu.green ul,#panelMenu.green li {border-color:#42ea00;}
#panelMenu.green li a:hover, #panelMenu.green li a.selected{color:#000;background:#42ea00;}

#quote {
border: 2px solid #0099ff;
padding: 15px;
border-width: 2px 2px 2px 2px;
color:#FFF;
}

a #quote {
margin-top:5px;
margin-bottom:5px;
font-size:85%;
font-weight:bold;
font-family:Verdana;
color:#FFF;
line-height:140%;
display:block;
}

p.quotew {
margin-top: 8px;
text-align:right;
font-weight:bold;
font-size: 80%;
padding-bottom:5px;
color:#FFF;
}


a:hover #quote 
{background:#0099ff;color:#000;}

a, a:link, a:visited, a:hover {text-decoration:none;}

/*-------------------------------------------------*/
/*////// FOOTER STYLES ////////////////////////////*/
/*-------------------------------------------------*/

#footer a {color: #fff; font-weight:bold;}
#footer a:link {text-decoration: none;}
#footer a:visited {text-decoration: none;}
#footer a:hover {text-decoration: underline;}
#footer a:active {text-decoration: none;}

