@import url("base.css");
@import url("layout.css");

/*** LOGO ***/

.logo {
font-size:  12px;
color:  #fff;
font-family: Arial;
padding-top:  15px;
height: 1%;
}

.logo p, .logo img {
padding:  0px;
margin:  0px;
float:left;
}

.logo a, .logo a:visited {
text-decoration:  none;
color:  #222;
margin: 0px;
padding: 0px;
}

.logo a:hover {
color: #D2B48C;
}

.logo br {
clear:left;
}


img {
border: none;
}

/*** QUICKLINS ***/

.quicklinks {
color:  #fff;
text-align: center;
font-size:  65%;
}

.quicklinks a, .quicklinks a:visited {
color:  #fff;
text-decoration:  none;
}

/* the color with out a space  T an replaced with #D2B48C*/
.quicklinks a:hover {
color: #D2B48C;
}

.quicklinks-inner {
background: url(graphics/tab-ends-375.gif) no-repeat right;
width:375px;
float:right;
padding: 0px 0px 5px 0px;
}

.quicklinkslist li
{
display: inline;
list-style-type: none;
margin: 0px;
padding: 0px;
background-image: none;
}


/*** SEARCH BAR ***/

.search {
text-align: right;
font-size: 80%;
color: #666;
padding:  0px 0px 8px 0px;
}

.search input, .search form {
margin: 0;
}

/*** NAVIGATION ***/

.navlist
{
margin: 0 0 10px 0;
padding: 6px 10px; 
font-size:  70%;
white-space: nowrap;
text-transform: uppercase;
font-weight: normal;
background-color: #362f2d;
text-align: center;
border-top: solid 1px #000;
border-bottom: solid 1px #000;
}

.navlist li
{
display: inline;
list-style-type: none;
margin: 0px;
padding: 0px;
background-image: none;
}

.navlist a { 
padding: 6px 10px; 
}

.navlist a:link, .navlist a:visited
{
color: #fff;
text-decoration: none;
}



/*The color t an without a space repalaced with #D2B48C*/

.navlist a:hover
{
color: #222;
background-color: #D2B48C;
text-decoration: none;
}

/*** HOMEPAGE IMAGE ***/

.homepage-image {
	height: 295px;
	margin-top: 30px;
	margin-bottom: 30px;
	border: solid 10px #eee;
	max-width: 450px;
}

/*** HEADERS ***/

h3 {
	margin-bottom: 10px;
	border-bottom: double 3px #ddd;
}

/*** LISTS ***/

.bullet {

}

.bullet li {
	font-size: 80%;
	padding-left: 15px;
	background-image: url(graphics/li-bg.gif);
	background-position:0 0.4em;
	background-repeat:no-repeat;
	line-height: 16px;
}

.bullet a {
	color: #534741;
	text-decoration: none;
}

.bullet a:hover {
	color: #D2B48C;
}

#sidebar ul {
	margin-bottom: 27px;
}

/*** 2 COLUMN LIST ***/

.column ul {
  float: left;
  width: 1em; /* width is changed */
  margin: 0;
  padding: 0;
  list-style: none;
	border: solid 1px red;
}
 
.column li {
	float: left;
	width: 350px;
	margin: 0;
	font-size: 80%;
	padding-left: 15px;
	background: url(graphics/li-bg.gif) no-repeat left;
	line-height: 16px;
	list-style:url(graphics/li-bg.gif) no-repeat left;
}

/*** CONTENT B ***/
#content-b p {
	font-size: 90%;
	margin-bottom: 8px;
}

#content-b h3 {
	padding-bottom: 4px;
}

/*** Proxy ***/
#ezproxy {background: #000;}
#ezproxy a {color: #fff;}

/*** QWIDGET ***/
#qwidget {width: 24%; background-color: transparent;float:right}
#qwidget .qwidget {text-align: center; padding: 10px 0;}




/*** FOOTER ***/

#footer a, #footer a:visited {
color: #534741;
text-decoration: none;
font-weight:bold;
}

#footer a:hover {
	color: #D2B48C;
}

