
/********** BODY **********/

body { 
	 background-color: #979797;
     background-image: url(images/bg-black.gif);
     background-repeat: repeat-x;
	 margin-left: 0px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
}


#headerprint{display: none;}

#DisplayURLPrinting{display: none;}

/********** PAGE WRAPPER **********/

#wrapper {
	width:800px;
    margin-left: auto;
    margin-right: auto;
    border-left: 1px dotted #000000;
    border-right: 1px dotted #000000;
    border-bottom: 1px dotted #000000;   
}


/********** PAGE HEADER **********/

div#topheadershim {
	 background-color: #000000; 
     height: 30px;
}

div#topheader {
	 background-color: #000000; 
     height: 30px;
}

div#topheaderwrapper {
	 background-color: #000000; 
}

div#logo {
     float: left;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight: bold;
	 font-style: normal;
	 text-decoration: none;
}

div#search {
	 background-color: #666666; 
     height: 40px;
	 text-align: center;
}

.searchinput {
	 font-family: verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight: normal;
     width: 225px;
     margin-top: 10px;
}
.searchinputshort {
	 font-family: verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight: normal;
     width: 218px;
}
.searchsubmit {
	 font-family: verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight: normal;
     width: 30px;
}

div#mainmenu {
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight: bold;
	 font-style: normal;
	 color: #000000;
	 background-color: #000000;
	 text-decoration: none;
	 text-align: right;
}

div#mainmenu a:link { 
	 color: #ffffff;
	 background-color: #000000;
	 text-decoration: none;
}
	
div#mainmenu a:visited { 
	 color: #ffffff;
	 background-color: #000000;
	 text-decoration: none;
}
	
div#mainmenu a:hover { 
	 color: #000000;
	 background-color: #8ba6ea;
	 text-decoration: none;
}


/********** PAGE BODY **********/

/* Header Clear */
#innerheader {
	clear:both;
	height:20px;
}

#innerpage {
	overflow:auto; /* make pay attention to height of floats inside it */
	margin:0 10px;
}

/* Footer Clear */
#innerfooter {
	clear:both;
	height:20px;
}

#contentleft {
	float:left;
	width:190px;
	text-align:center;
}

#contentright {
    padding-left: 10px;
	float:right;
	width:570px;
	margin-left:5px;
	text-align:center;
    border-left: 1px dotted #000000;
    min-height:530px;
    height:auto !important;
    height:530px;
}

.imageborder { 
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
    margin-bottom: 2px;
}
.imageborderover { 
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
    margin-bottom: 2px;
}

div#pagename {
     text-align: left;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 14px;
	 font-weight: bold;
	 font-style: normal;
	 color: #000000;
	 text-decoration: none;

}

/* LEFT IMAGE MIX */

div#leftimageswrapper {
    text-align:left;
    margin-left: auto;
    margin-right: auto;
    width: 180px;
    height: 533px;
    overflow: hidden;
}

div#leftimages {
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    height: 533px;
}

.leftimageborder, a.leftimageborder, a.leftimageborder img {
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 5px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
    filter: Alpha(opacity=60); /* IE */
    -moz-opacity: 0.8; /* Mozilla */
}

a.leftimageborder:hover, a.leftimageborder:hover img {
    filter: Alpha(opacity=90);
    -moz-opacity: 1.0;
} 


/* FORMS STUFF */
fieldset {
	margin: 1em 0;
	border: none;
	border-top: 1px solid #ccc;
}

legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #000;
	background: transparent;
	font-size: 1.0em;
	font-weight: bold;
}

label {
	float: left;
	width: 100px;
	padding: 0 1em;
	text-align: right;
}

fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}

fieldset div input, fieldset div textarea {
	width: 300px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}

fieldset div select {
	padding: 1px;
}

div.fm-multi div {
	margin: 5px 0;
}

div.fm-multi input {
	width: 1em;
}

div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}

#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}

#fm-submit input {
	border: 1px solid #333;
	background: #555;
	color: #ddd;
	font-size: 100%;
}


input:focus, textarea:focus {
	background: #efefef;
	color: #000;
}

	
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: bold;
}

fieldset div.fm-req label:before {
	content: "* "; /* does not work in IE */
}


div#searchfirms {

     position: relative;
     text-align: center;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight: normal;
	 font-style: normal;
	 color: #000000;
	 text-decoration: none;
     display: block;
}

div#searchfirms a:link { 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight: bold;
	 font-style: normal;
	 color: #ffffff;
	 text-decoration: none;
}

	
div#searchfirms a:visited { 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight: bold;
	 font-style: normal;
	 color: #ffffff;
	 text-decoration: none;
}

	
div#searchfirms a:hover { 
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 11px;
	 font-weight: bold;
	 font-style: normal;
	 color: #000000;
	 text-decoration: underline;
}


/********** HOLLY HACK *********

* html #content {
        height: 1%;
}

*/


