/*
 *
 * CSS Reset from http://meyerweb.com
 *
 *
 */
 
 /* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
   
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
        border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/*
 *
 * End of CSS Resest
 *
 *
 */
 


a {
    text-decoration: none;
    outline: none;
}
    

body {
    color: #fff;
    background-color: #333333;
}

#page_wrapper {
    background: url(images/bg_page.jpg) repeat-x 0 0;
    float: left;
    width: 100%;
}

#page {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

/*
 * Header styles
 */

#header {
    background: url(images/bg_header.jpg) no-repeat;
    float: left;
    width: 960px;
    height: 197px;
}

#navigation {
    width: 960px;
    height: 26px;
    margin-top: 197px;
}

#navigation ul {

}

#navigation li {
    background: url(images/bg_tab_inactive.jpg);
    width: 79px;
    height: 26px;
    margin-right: 10px;
    display: block;
    float: left;
    font: 12px Tahoma;
    text-align: center;
}

#navigation a {
    color: #ddd;
    position: relative;
    top: 3px;
}

#navigation a:hover {
    color: #ff4600;
}

#navigation li.thispage {
    background: url(images/bg_tab_active.jpg);
}

#navigation li.thispage a {
    color: #ffff00;
}

#navigation li.thispage a:hover {
    color: #ff4600;
}



/*
 *
 * Main content styles
 *
 */

#content {
    background: url(images/bg_content_2col_main.jpg) repeat-y;
    margin-top: 40px;
    margin-bottom: 80px;
    width: 960px;
    padding: 0;
    display: block;
    float: left;
}

#content_top {
    width: 960px;
    display: block;
    background: url(images/bg_content_2col_top.jpg) no-repeat 0 0;
    float: left;
}

#content_bottom {
    width: 960px;
    display: block;
    background: url(images/bg_content_2col_bottom.jpg) no-repeat left bottom;
    float: left;
}

#main {
    width: 960px;
    display: block;
    float: left;
}

.double_column {
    width: 580px;
    padding: 30px;
    display: block;
    float: left;
}

.listing {
    width: 580px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #505050;
    display: block;
    float: left;
}

.single_left {
    width: 275px;
    display: block;
    float: left;
}

.single_right {
    width: 275px;
    display: block;
    float: right;
}


h1 {
    color: #ff4600;
    font: 48px Impact, Helvetica, sans-serif;
    margin-top: 15px;
    margin-bottom: 20px;
}

h2 {
    color: #FF960D;
    font: bold 24px Tahoma, Helvetica, sans-serif;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

h2.underline {
    border-bottom: 1px solid #505050;
}


h3 {
    color: #ff4600;
    font: 40px Impact, Helvetica, sans-serif;
    margin-top: 15px;
    margin-bottom: 5px;
}

p {
    color: #fff;
    font: 14px Tahoma, Helvetica, sans-serif;
    margin-bottom: 15px;
}

p.announce {
    color: #fff;
    font: 28px Tahoma, Helvetica, sans-serif;
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #505050;
}

p.address {
    color: #fff;
    font: bold 14px Tahoma, Helvetica, sans-serif;
    margin-bottom: 25px;
}

p.date {
    color: #fff;
    font: bold 22px Tahoma, Helvetica, sans-serif;
    margin-bottom: 15px;
}

p.description {
    color: #fff;
    font: 14px Tahoma, Helvetica, sans-serif;
    line-height: 24px;
    margin-bottom: 15px;
}

p.description a {
    color: #b9a471;
}

p.description a:hover {
    color: #fff9d2;
}


p.details {
    color: #FF960D;
    font: bold 14px Tahoma, Helvetica, sans-serif;
}

p.caption {
    color: #909090;
    font: italic 12px Tahoma, Helvetica, sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
}

ul {
}

ul.acts li {
    color: #ff4600;
    font: 26px Tahoma;
    line-height: 12px;
    margin-bottom: 15px;
}

img.listing_image {
    width: 275px;
}


/*
 *
 * Right sidebar styles
 *
 */

#right_sidebar {
    width: 260px;
    padding: 20px;
    margin-top: 10px;
    display: block;
    float: right;
}

#right_sidebar img {
    margin-bottom: 40px;
}


/*
 *
 * Footer styles
 *
 *
 */
 
#footer {
    width: 960px;
    clear: both;
    text-align: center;
    margin-bottom: 50px;
}

#footer p {
    color: #808080;
    font: 12px Helvetica;
    text-align: center;
}

#footer a {
    color: #b9a471;
    font: 12px Tahoma;
}

#footer a:hover {
    color: #fff9d2;
}
