﻿/*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;
}
:focus
{
    outline: 0;
}
ins
{
    text-decoration: none;
}
del
{
    text-decoration: line-through;
}


table
{
    border-collapse: collapse;
    border-spacing: 0;
}
/*Reset End*//**

/* -------------------------------------- */

.clearfix:after
{
    /* FF, O, etc. */
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix
{
    display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix
{
    /* O */
    display: block;
}

* html .clearfix
{
    height: 1%; /* IE5-6 */
}

body
{
    background: #ABC3AA url(../images/bg2.png) repeat-x 0 0;
    font: normal 13px Georgia, "Times New Roman" , "Bitstream Charter" ,Times,serif;
    color: #555c42;
}

a
{
    text-decoration: none;
    color: #7a8e12;
}

a:hover
{
    color: #33420a;
}

#wrapper
{   
    background: #fff;
    margin: 0 auto;
    margin-top: 50px;
    width: 1000px;
}
/* header */
#header
{
    border-top: 4px solid #3A5938;
    padding: 9px 0 0 9px;
}
#headtag
{
	background: url(../images/logo.png) repeat-x 0 0;
	width: 150px;
	height: 68px;
}
#headtag a
{
	/*padding-bottom: 62px;
	padding-right: 120px;*/
	position: absolute;
	text-indent: -5000px;
}

/* content */
#content
{
    padding: 9px 0 0 9px;
    min-height: 500px;
    height: 500px;
    height: auto;
}
#content h1
{
    padding: 10px 0;
}
#content div.tos 
{
    margin: 0 auto;
    margin-top: 20px;
    width: 500px;
}
#content div.tos h2
{
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom:  10px;
    text-align: center;
}
#content div.tos p
{
    margin-bottom: 10px;
    text-align: justify;
}

#content div.controls
{
    text-align: center;
}

#content-inner p
{
    margin-bottom: 10px;
}

.pForm
{    
    background: #ccc;
	clear: left;
	margin: 0 auto;
	width: 345px;
	padding: 5px 0;
	padding-left: 155px;
} 
h2.formTitle
{
    background: #fff;
    color: #000;
    padding: 4px;
    margin: 0 auto;
    width: 500px;
}
.pForm p
{
    margin-bottom: 3px;
}
.pForm label
{
	font-weight: bold;
	float: left;
	margin-left: -155px;
	width: 150px;
	padding-top: 5px;
	padding-left: 5px;
}
.pForm .input
{
	border: 1px solid #99b3b4;
	width: 150px;
	height: 19px;
}
.input:focus
{
	background: white;
	border-color: Black;
}

/* footer */
#footer
{
	/*background: url(../images/fstripe.png) repeat-x 0 0;*/
    background-color: #142637;
    border-top: 4px solid #3A5938;
    font-size: 14px;
    padding: 10px;
    color: #fff;
    height: 30px;
    text-align: center;
}

#footer a
{
    color: #e3e8d5;
}

/* menu */
#page-menu
{
    float: left;
    width: 1000px;
    overflow: hidden;
    border-bottom: dotted 1px #A4C617;
}

#page-menu ul li, #page-menu ul li a
{
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    color: #555c42;
    font-weight: bold;
    font-size: 16;
}

#page-menu ul li a
{
    padding: 0 17px 0 0;
}

#page-menu ul li.selected a
{
    color: #000;
}

/* image list */
#gallery
{
	width: 440px;
	margin: 0 auto;
}
#gallery .gitem
{
	width: 100px;
	float: left;
	margin: 10px 10px 0 0;
}

/*** Table to display list ***/
#mgGrid
{
	border: 0px;
	margin: 0px;
	width: 100%;
	font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
#mgGrid tr td
{
	border-bottom: solid 1px #c8c8c8;	
}
#mgGrid tr.alt td
{
	background: #c8c8c8;	
}
#mgGrid tr:hover
{
	/*background: #c8c8c8;*/
}

#mgGrid td
{
	padding: 3px;
}
#mgGrid td a
{
	color: #4e3f31;
	text-decoration: none;
}
#mgGrid td a:hover
{
	text-decoration: underline;
}

#mgGrid th
{
	font-weight: bold;
	color: #000;
	padding: 6px 3px;
	background: #868686;
	text-align: left;
}
#mgGrid th.iconCol
{
	width: 16px;
}
#mgGrid th.snCol
{
	width: 30px;
}