﻿* {padding: 0; margin: 0;} 

html { overflow-x: auto; } 

body {
	margin:0;
	padding:0;
	background:#F0E7D8 url('images/background.jpg') repeat-x center top; 
	font-size:.9em;
	font-family:Arial, Helvetica, Sans-serif;
}	

BR {
font-size : 5px; 
margin : 0; 
} 

SELECT {
background-color : #FFFFEE; 
font-family : verdana; 
font-size : 11px; 
color : #000000;
} 

INPUT {
background-color : #FFFFEE; 
font-family : verdana; 
font-size : 11px; 
color : #000000;
} 

TEXTAREA {
background-color : #FFFFEE; 
color : #000000; 
font-family : verdana; 
font-size : 11px; 
} 

LI {
list-style: none;
margin: 10px;
padding: 2px 2px 2px 20px;
display:block;
}

LI {
list-style: none;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
padding: 2px 2px 2px 20px;
display:block;
}

UL {
margin-top:0px; 
margin-bottom:0px;
padding: 0px 0px 0px 0px;
} 

form {
border-width : 0; 
padding : 0; 
margin : 0; 
display:inline;
	font-family : verdana; 
	font-size : 11px; 
	text-decoration : none;
	color:#D65D2A;
} 

/* Categories */

.maincat {
        font-family: verdana;
        font-size: 12px;
        font-weight: bold;
	text-decoration : underline; 
}

/* SubCategories on the index page */

.subcat {
        font-family: verdana;
        font-size: 10px;
	text-decoration : underline; 
}

/* Category Counters (number of subcategories, number of listings */

.count {
        font-family: verdana;
        font-size: 10px;
	color: #CCCCCC;
	text-decoration : none; 

}

/* Empty Categories */
.emptycat {
        font-family: verdana;
        font-size: 11px;
        font-weight: bold;
	text-decoration : none; 
	color: #CCCCCC;
}


/* Empty SubCategories on the index page*/

.emptycat2 {
        font-family: verdana;
        font-size: 11px;
	text-decoration : none; 
	color: #CCCCCC;
}


/* Side boxes gray text (hits, date) */

.sideboxtext {
        font-family: tahoma;
        font-size: 11px;
	text-decoration : none; 
	color: AAAAAA;
}

/* Side boxes description font */

.boxdescr
{
        font-family: verdana, tahoma, arial;
        font-size: 10px;

	text-decoration : none; 
	color: 777777;

}

.companyA
{
        font-family: verdana, tahoma, arial;
        font-size: 11px;
	text-decoration : none; 
        font-weight: bold;
	color: red;
}

.companyB
{
        font-family: verdana, tahoma, arial;
        font-size: 11px;
	text-decoration : none;
        font-weight: bold; 
	color: blue;
}

.companyC
{
        font-family: verdana, tahoma, arial;
        font-size: 11px;
	text-decoration : none;
        font-weight: bold;
	color: green;
}

.companyD
{
        font-family: verdana, tahoma, arial;
        font-size: 11px;
	text-decoration : underline; 
        font-weight: bold;
	color: black;
}

/****************       COMMON ELEMENTS           *******/

/****************           LINKS           ********/
a {
	font-family : verdana; 
	font-size : 12px; 
	text-decoration : none;
	color:#D65D2A;
}

a:hover {
	color:#007DC5;
	text-decoration:none;
}	
/****************          HEADINGS          *******/
h1 {
	padding:10px 0 0 0;
	margin:0;
	font-family:"Times New Roman", Times, serif;
	font-size:1.6em;
	color:#673401;
}
h2 {
	padding:10px 0 0 0;
	margin:0;
	font-family:"Times New Roman", Times, serif;
	font-size:1.4em;
	color:#D65D2A;
}

/***********                        TABLES                     ******/
table {
	width:94%;
	border:1px solid #E2D3B8;
	border-collapse:collapse;
	margin:2%;
	font-size:.9em;
}

td {
	border-right:1px solid #E2D3B8;
	border-bottom:1px solid #E2D3B8;
	padding:5px;
	background-color:#FFFFFF;
	vertical-align:top;
}

th {
	background:#E2D3B8;
	vertical-align: top;
	text-align:right;
	border-right:1px solid #F0E7D8;
	border-bottom:1px solid #F0E7D8;
	padding:5px;
}	

/******************           INDEPENDANT DIVS AND CLASSES            ****/
/*****                    MAIN CONTAINER      *****/
#twocol {
	width:100%;
	margin:auto;
	background:url('images/main_bg.jpg') repeat-y center top;
}

#container {
	width:100%;
	margin:auto;
	background:url('images/main_bg.jpg') repeat-y center top;
}

/*********                    HEADER                          *******/
#header {
	width:100%;
	margin:0;
	padding:0;
	background:url('images/background.jpg') repeat-x center top;
}
#logo {
	height:144px;
	width:760px;
	margin:0;
	padding:0;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	background-position: center;
	
}

#logo2 {
	height:144px;
	width:760px;
	margin:0;
	padding:0;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
	background-image: url('images/logo2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	
}

#header h2 {
	color:#fff;
	padding:55px 0 0 75px;
	font-size:3em;
}	

#header h1 {
	color:#fff;
	padding:55px 0 0 75px;
	font-size:3em;
}	

#header h2 {
	font-size:1.2em;
	padding:0 0 0 65px;
	margin-top:-6px;
}	
/****************                SECOND NAVIGATION         *******/
#navigation2 {
	height:25px;
	width:700px;
	margin:auto;
	padding-top:4px;
	overflow:hidden;
	text-align:center;
	background-color:#FBFEFC;
	border-bottom: 1px  solid #D1C094;
}
/****************                TOP NAVIGATION         *******/
#navigation {
	height:165px;
	width:760px;
	margin:auto;
	overflow:hidden;
	background-image: url('images/nav_bg.jpg'); 
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
}
#nav img {
	margin-top:6px;
}
#nav {
	list-style:none;
	margin:0;
	margin-left:30px;
	padding:0;
}

#nav li {
	height:21px;
	line-height:21px;
	text-align:center;
	font-size:1.2em;
	margin:11px 0;
	float:left;
	list-style: none;
	padding: 0;
	display:block;
}	

#nav li a {
	color: #673401;
	text-decoration:none;
	display:block;
	width:140px;
}	

#nav li a:hover {
	background:#963;
	color:#fff;
}	
/*****                    MAIN CONTENT      *****/
#content {
	width:100%;
	text-align:center;
	clear:both;
	margin:0;
}
/***********                      LEFT COLUMN           *****/
#leftcol {
	float:left;
	width:515px;
	padding:0;
	margin:0;
	background-image: url('images/left_col_bg.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
/************                    RIGHT COLUMN         ****/
#rightcol {
	width:185px;
	height:121px;
	float:right;
	padding:0;
	margin:0;
	background-image: url('images/right_col_bg.jpg');
	background-repeat: no-repeat;
}
/***********                      FULL COLUMN           *****/
#fullcol {
	width:700px;
	min-height:121px;
	padding:0;
	margin:auto;
	background-color:#FBFEFC;
}
h1{
	margin:0px;
	padding:10px 10px 0 10px;
}
#fullcol p{
	margin:0px;
	padding:10px 10px 0 10px;
}
img.portrait {   /**        The main image in the sidebar     **/
	background:#fff;
	padding:4px;
	border:1px solid #ccc;
	display:block;
	margin:10px auto 0 auto;
}	

#rightcol li {
	line-height:1.5em;
	list-style:none;
}	
/******************                  FOOTER                 ****/
#footer {
	width:100%;
	text-align:center;
	background:#E9DBBE url('images/footer_bg.jpg') repeat-x;
	clear:both;
	margin:0;
}	
#copyright {
	padding-top:10px;
	width:700px;
	height:65px;
	margin:auto;
	background:#EFE6D7;
	font-size: .8em;
	color: #666666;
}
#subnavigation {
	width:760px;
	margin:auto;
	background:url('images/footer_nav.jpg') no-repeat;
	height:42px;
	overflow:hidden; /* Keeps header from blowing up when text size is incresased  **/
	text-align: center;
}
#subnav {
	width:590px;
	padding:0px;
	margin:auto;
	list-style-image: url('images/list_sub.gif');
	list-style-type: none;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 1.0em;
	color: #FFFFFF;
}

#subnav li {
	height:27px;
	line-height:27px;
	text-align:center;
	margin:11px 0;
	float:left;
	padding-right:10px;
}	

#subnav li a {
	color:#FFF;
	text-decoration:none;
}	

#subnav li a:hover {
	color:#673401;
	background-color:#F0E7D8;
}	
#member {
	position:absolute;
	z-index:2;
	margin-left:245px;
	left:50%;
	padding:0;
	top:20;
	width:100px;
	height:20px;
	clear:both;
	border-right: 1px dotted #963;
	border-bottom: 1px dotted #963;
	border-left: 1px dotted #963;
	color:#963;
	text-align:center;
	font-size:1em;
	line-height:20px;
}
#member a:link {
	display:block;
	width:100px;
	height:20px;
	color:#963;
	text-align:center;
	font-size:1em;
	text-decoration:none;
}
#member a:visited {
	display:block;
	width:100px;
	height:20px;
	color:#963;
	text-decoration:none;
}
#member a:hover {
	display:block;
	width:100px;
	height:20px;
	background-color:#E4D6BB;
	color:#673401;
}
#member a:active {
	display:block;
	width:100px;
	height:20px;
	background-color:#E4D6BB;
	color:#673401;
}