﻿/* ####### CSS RESET ####### */

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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body
{
    line-height: 1;
}
ol, ul
{
    list-style: none;
}
blockquote, q
{
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after
{
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus
{
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* ####### END CSS RESET ####### */

body
{
    background: #d7d7d7 url("../images/BG_Tile.jpg") repeat-x;
    font-family: Arial, Verdana, Helvatica, Sans-Serif;
    font-size: 0.9em;
    color: #555;
}

p
{
    line-height: 1.3em;
    margin: 0 0 10px 0;
}

#wrapper
{
    width: 662px;
    margin: 0 auto;
}

#header
{
    height: 164px;
}

#navigation
{
    background: url("../images/Navigation_Bar.jpg") no-repeat;
    height: 78px;
}

#buttons
{
    width: 550px;
    margin: 0 auto;
}

#buttons a
{
    padding: 0 10px;
}

#container
{
    background: url("../images/Container_Tile.png") repeat-y;
}

#content
{
    background: url("../images/Content_BG.jpg") no-repeat;
    margin: 0 auto;
    padding: 20px 0 0 0;
    overflow: hidden;
    width: 650px;
}

#heading
{
    padding-left: 25px;
}

#left-column
{
    width: 180px;
    float: left;
}

#right-column
{
    width: 430px;
    float: left;
    padding-bottom: 50px;
    padding-right: 40px;
}

#footer
{
    background: url("../images/Footer.jpg") no-repeat;
    width: 662px;
    height: 59px;
}

#footer p
{
    color: #dadada;
    padding: 20px 0 0 0;
    text-align: center;
}

#contact-form
{
    font-size: small;
    width: 220px;
}

#contact-form p
{
    padding: 0 0 15px 0;
}

/*#contact-form label
{
    color: #555;
    font-weight: 700;
}*/

.text-box
{
    border: 1px solid #ccc;
    margin-top: 5px;
    padding: 5px;
    width: 200px;
}

.text-box:focus
{
    background: #fff18d;
}

.text-area
{
    border: 1px solid #ccc;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: small;
    margin-top: 5px;
    padding: 5px;
    width: 200px;
}

.text-area:focus
{
    background: #fff18d;
}

.errors
{
    background: #ffeced;
    border: 1px solid #d10000;
    color: #d10000;
    padding: 10px;
    margin: 10px 0;
}

.errors ul
{
    margin: 5px 0 0 0;
}

.errors li
{
    list-style: square;
    margin-left: 15px;
    padding: 2px 0;
}

#frequently-asked
{
    /*padding-right: 40px;*/
}

.acc-header
{
    padding: 5px 0;
}

.acc-header a
{
    background: url("../images/Arrow_Close.png") no-repeat;
    color: #464646;
    padding-left: 30px;
    text-decoration: none;
    font-weight: 700;
}

.acc-header-selected
{
    padding: 5px 0;
}

.acc-header-selected a
{
    background: url("../images/Arrow_Open.png") no-repeat;
    padding-left: 30px;
    color: #af3123;
    text-decoration: none;
    font-weight: 700;
}

.acc-content
{
    text-align: left;
    padding: 10px 0;
    line-height: 1.1em;
}

.theGallery td
{
    padding: 5px;
    text-align: center;
    vertical-align: middle;
}

.img-Shaddow
{
    background: url("../images/img_Shaddow.png") no-repeat bottom;
}

.clear
{
    clear: both;
}

.image-container
{
    background: #fff;
    padding: 5px;
    border: 1px solid #e3e3e3;
}

ul.pager
{
	list-style: none;
}

.pager li
{
	display: inline;
	margin: 3px;
}

.pager a
{
	background: #af3123;
	color: #fff;
	font-weight: 700;
	padding: 5px;
	text-decoration: none;
}