/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}
/*end of INITIAL section */
* html #container {
	height: 100%;
}
html, body {
	background-color:#dedddd; /*light grey*/
	background-image:url(img/background_ltgrey.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	height:100%;
	min-height:100%;
	}
#container {
	width:750px;
	min-height:94%;
	margin:0px auto 0px auto;
	padding:0px 20px 0px 20px;
	background-image:url(img/background_white.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:white;
	overflow:hidden;
}
#header{
	margin:0px auto 0px auto;
	height:117px;
	background-color:white;
	padding-bottom:0px;
}
/****************MENU FORMATTING (w. thanks to P7exp)***********************/
#menuRow {
	/*my addition to accommodate extra items on menu row*/
	clear:both;
	width:750px;
}
#fb-box {
	float:left;
	width:90px;
	height:25px;
	padding-left:6px;
}

#menuWrapper {
	/*clear:both;
	width:740px;*/
	float:left;
	width:555px;
	padding:5px 0px 0px 0px;
	background-color:white;
}
/*Clears the floated menu items.
Assigned to a BR tag placed just before
menuwrapper's closing DIV tag*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#menuBar, #menuBar ul {
	padding:0px 0px 0px 0px;
	margin: 0;
	list-style: none;
	font-size:.8em;
}
#menuBar {
	width:555px;
}
#menuBar a {
	display: block;
	width:90px;
	text-decoration: none;
	text-align:center;
	padding: 0px 10px 0px 8px;
	border-right: 1px solid #7d1416; /*dark red*/
	color: black;
}
#menuBar a.lastLink {
	border-right:none;
}
#menuBar a.trigger {
	padding: 0px 10px 0px 10px;
}
#menuBar li {
	float: left;
	width: 10em; /*for benefit of IE5 mac*/
	margin-left:0; /*sets width to auto for all other browsers*/
}
#menuBar li ul, #menuBar ul li  {
	width: 110px; /*adjust as necessary to fit submenu items on single line*/
}
#menuBar ul li a  {
	color: white;
	padding: 2px 9px 2px 10px;
	border: 1px solid white;
}
#menuBar li ul {
	position: absolute;
	display: none;
	background-color:#7d1416; /*dark red*/
}
/*Affects root-level menu items on mouseover. The second selector (#menuBar a:focus) affects r-l items on tab key access. The third
selector (#menuBar a:active) sets an active state to support keyboard access in MSIE. The fourth 
selector (#menuBar li.hvr a) is assigned to IE5 and IE6 Windows via the Menu script.*/
#menuBar li:hover a, #menuBar a:focus, #menuBar a:active, #menuBar li.hvr a {
	color: #7d1416; /*dark red*/
	background-color: white;
}
/*Set the Sub-Menu UL to be visible when its associated
Root-Level link is moused over. The second selector is 
assigned to IE5 and IE6 via the Menu script.*/
#menuBar li:hover ul, #menuBar li.hvr ul {
	display: block;
}
/*Sets the Text color of the Sub-Level links when the Root-Level
menu items are moused over. The second selector is 
assigned to IE5 and IE6 via the Menu script.
The color set should match the normal Sub-Level link color
in the rule: #menuBar ul li a. The background color must be
transparent to allow the underlying gradient background on the UL
to show through.*/
#menuBar li:hover ul a, #menuBar li.hvr ul a {
	color: white;
	background-color: transparent;
}
/*The normal hover class for Sub-Level links. The Important directive
is required for older browsers. */
#menuBar ul a:hover {
	background-color: white!important;
	color: black!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#menuBar li {width: auto;}

/*END OF MENU FORMATTING*/

/*class adds an icon after link indicating new window opens*/
a.notifyNew[href]:after {content:url(img/icon_newWindow.gif);}

#content{
	float:left;
	width:475px;
	background-image:url(img/background_red.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding:5px 10px 1500px 15px;
	margin-bottom:-1500px;
	}
#contentAlt1{
	float:left;
	width:725px;
	background-image:url(img/background_red.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding:5px 10px 1500px 15px;
	margin-bottom:-1500px;
	}
#contentWide{
	float:left;
	width:450px;
	background-image:url(img/background_ltgrey.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding:0px 0px 1500px 0px;
	margin-bottom:-1500px;
	}
#content p, #content h1 {
	color:white;
}
#content p {
	font-size:.8em;
}

#content li {
	font-size:.8em;
	color:white;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:5px;
	line-height:1.2em;
}
#content h1 {
	font-size:1em;
}
.bold {
	font-weight:bold;
}
#content a {
	color:white;
}
#content a:hover {
	color:#999999;
}
#content img.left {
	float:left;
	border:1px solid white;
	padding:3px;
	margin:5px 5px 5px 0px;
}
#content img.right {
	float:right;
	border:1px solid white;
	padding:3px;
	margin:5px 0px 5px 5px;

}
#content .sold {
	font-weight:bold;
	color:#FF3333;
}
#contentAlt1 p, #contentAlt1 h1 {
	color:white;
}
#contentAlt1 p {
	font-size:.8em;
}
#contentAlt1 h1 {
	font-size:1em;
}
#contentAlt1 h2 {
	font-size:.9em;
	color:#CCCCCC;
}
#contentAlt1 a {
	color:white;
	text-decoration:none;
}
#contentAlt1 a:hover {
	color:#999999;
}
#contentAlt1 img.left {
	float:left;
	border:1px solid white;
	padding:3px;
	margin:5px 5px 5px 0px;
}
#contentAlt1 img.right {
	float:right;
	border:1px solid white;
	padding:3px;
	margin:5px 0px 5px 5px;

}

#contentAlt1 .sold {
	font-weight:bold;
	color:#FF3333;
}
.floatLeft {
	float:left;
	width:225px;
	font-size:.7em;
	color:white;
	margin-right:10px;
}
div.floatLeft img {
	border:1px solid white;
	padding:2px;
	margin-top:5px;
	margin-bottom:-5px;
}
.floatRight {
	float:right;
	width:225px;
	font-size:.7em;
	color:white;
}
div.floatRight img {
	border:1px solid white;
	padding:2px;
	margin-top:5px;
	margin-bottom:-5px;

}
#sidebar{
	float:left;
	width:225px;
	padding:0px 0px 1500px 0px;
	margin-bottom:-1500px;
	background-image:url(img/background_ltgrey.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#sidebarWide{
	float:left;
	width:275px;
	padding:0px 0px 1500px 0px;
	margin-bottom:-1500px;
	background-image:url(img/background_ltgrey.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#sidebar p {
	padding:0px 10px 0px 15px;
	color:#7d1416; /*dark red*/;
	font-size:.8em;
}
#sidebar a {
	color:#58585a; /*dark grey*/
	text-decoration:none;
}
#sidebar a:hover {
	text-decoration:underline;
}
#sidebarWide p {
	padding:0px 10px 0px 15px;
	color:#7d1416; /*dark red*/;
	font-size:.8em;
}
#sidebarWide a {
	color:#58585a; /*dark grey*/
	text-decoration:underline;
}
#sidebarWide a:hover {
	color:white;
}
#footer {
	display:block;
	width:790px;
	height:42px;
	height:60px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-image:url(img/background_dkgrey.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	line-height:1.4em;
	font-size:.8em;
	color:white;
	text-align:center;
	border:1px solid silver;
}
#footer p {
	display:block;
	margin-top:2px;
}

#footer a {
	color: #58585a; /*dark grey*/
	text-decoration:none;
	font-size:.8em;
}
#footer a:hover {
	text-decoration:underline;
}
#footMid {
	width:33%;
	text-align:center;
	float:left;
}
#footRight {
	width:33%;
	text-align:right;
	float:left;
}

#footLeft {
	width:33%;
	text-align:left;
	float:left;
}
#footLeft p {
	padding-top:35px;
	padding-left:25px;
}
#footRight img.social {
	border:none;
	padding-top:4px;
}
#content img.social {
	border:none;
}
#clearFooter {
	clear:both;
	height:42px;
	height:60px;
}
.italic {
	font-style:italic;
}

div.mobile {
	float:left;
	font-size:80%;
	margin-bottom:10px;
	margin-right:15px;
	}
div.mobile a{
	text-align:right;
	color:silver;
	text-decoration:none;
	}

