/* CSS Document */

/**global styles**/

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0;
	margin: 0;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 12px;
}

p, h1, h2, h4, h5, h6, li {
	margin: .5ex .5em;
}

a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #92A224;
}

/**container styles**/

div#outerDiv {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;	
}

/**Header styles**/

div#header {
	width: 1000px;
	height: 434px;
	position: absolute
	top: 0px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
}

div#header1 {
	height: 120px;
	width: 940px;
	position: relative;
	top: 0px;
	left: 30px;
}

div#logo {
	background-image: url(../images/logo.jpg);
	position: absolute;
	height: 120px;
	width: 632px;
	margin-top: 0px;
}

div#facebookLogo {
	float: right;
	height: 60px;
	width: 67px;
	margin-top: 20px;
}
div#header2 {
	height: 233px;
	width: 940px;
	position: absolute;
	top: 189px;
	left: 30px;
}

#navigation { 
	width: 174px;
	float: left;
} 
#navigation ul { 
	list-style: none; margin: 0; padding: 0; 
} 
#navigation li { 
	border-bottom: 1px dashed #261F17; 
} 
#navigation li a:link, #navigation li a:visited { 
	font-size: 12px;
	display: block; 
	padding: 5px 5px 5px 5px; 
	border-left: 12px solid #261F17; 
	border-right: 1px solid #261F17; 
	background-color: #BDD132; 
	color: #261F17; 
	text-decoration: none;
}

#navigation li a:hover { 
	font-size: 12px; 
	display: block; 
	padding: 5px 5px 5px 5px; 
	border-left: 12px solid #261F17; 
	border-right: 1px solid #261F17; 
	background-color: #DBE68E; 
	color: #261F17; 
	text-decoration: none; 
}

div#flash {
	width: 766px;
	float: right;

}


/**content styles*************************************************************************************************************/

div#content {
	width: 940px;
	position: relative;
	left: 30px;
	top: 0px;
}

div#content h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    color: #92A224;
    border-bottom: 1px dashed #344;
    padding-bottom: 2px;
    margin-left: 3px;
}

div#content h3.first {
	font-size: 15px;
}

div#content p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 15px;
}
div#content ul {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 15px;
}

div#mainContent {
	width: 590px;
	float: left;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 10px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #999999;
}


div#mainMarket {
	width: 930px;
	float: left;
	padding-right: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 0px;
}

/* ===== Stall Holders ===== */

img#listingFloatingImage {
	float: left;
	padding-left: 0px;
	border: 1px solid #666666;
	margin-right: 10px;
}

div#listingDescbox {
	float: left;
	width: 930px;
	padding-bottom: 10px;
	padding-right: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

div#listingDesc {
	width: 930px;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

div#listingDesc h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%; 
	padding: 5px; 
	border-left: 12px solid #261F17; 
	border-right: 1px solid #261F17; 
	background-color: #BDD132; 
	color: #261F17;
	margin-top: 0px;
}

div#listingDesc p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
}

div#listingDesc p.link {
	color: #A6CE39;
	font-weight: bold;
}


/* ======== */

div#facebookHome {
	width: 307px;
	float: right;
}

/* ===== footer ===== */

div#footerSponsors {
    clear: both;
    margin: 0 auto;
	width: 940px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}

div#footer {
    clear: both;
    background: transparent;
    margin: 0 auto;
}

#footer p {
    font-family: "Trebuchet MS", sans-serif;
    font-size: .75em;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}

#footer a {
    color: #A6CE3A;
    text-decoration: none;
}

input {
	margin-top:6px;
	color: #333;
	background: #efefef;
	padding:3px;
	border: 1px solid #ccc;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
	font-size: 12px;
}
select {
	margin-top:6px;
	color: #333;
	background: #efefef;
	padding:3px;
	border: 1px solid #ccc;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
	font-size: 12px;
}
textarea {
	margin-top:5px;
	color: #333;
	background: #efefef;
	padding:3px;
	border: 1px solid #ccc;
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
	font-size: 12px;
}
.submit input {
	padding:0;
	border: none;
}

td {	
	font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
	font-size: 10px;
}

a.one:link { color: #666666; text-decoration: none; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; }
a.one:visited { color: #666666; text-decoration: none; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; }
a.one:active { color: #666666; text-decoration: none; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; }
a.one:hover { color: #A6CE3A; text-decoration: none; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; }

/* ===== contact styles ===== */



/* ===== miscellaneous styles ===== */

.clear { clear: both }

