/*
Updated: Tom S. Hammack - Wizzert Solutions: 02/01/2009
*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
    Body 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body
{ 
    margin: 0;
    font: normal small Verdana, Arial, Helvetica, sans-serif;
    color: #336699;
    padding-top: 20px;
    background-image: url('../images/bgrnd132.gif');
    width: 100%;
    background-color: transparent;
 }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
    Head 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
head
{
    width: 900px;
    text-align: center;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Headings 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002675;
}

h2 {
	padding-bottom: 10px;
	margin-bottom: .8em;
	font-size: 2em;
	font-weight: normal;
}

h3 { 
	text-transform: capitalize;
	letter-spacing: 1.75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
 }


h4
{
    text-transform: uppercase;
    letter-spacing: 1.75px;
    font-family: bold Verdana, Arial, Helvetica, sans-serif;
    font-size: .8em;
    font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	Text Formatting 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
cite
{
    font-size: .9em;
}

p, blockquote, ul, ol 
{
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

blockquote 
{
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

li
{
    margin-left: 20px;
}

ul 
{
}

ul li 
{
}

ol 
{
	margin-left: 3em;
}

ol li 
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
    Links 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
a
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: small;
}
a:link
{ 
    color: #AA6909;
 }

a:visited
{
    color: #6C5432;
}

a:hover
{
    color: #AA6909;
    text-decoration: underline;
    font-weight: bold;
}
a:active
{
    color: #AA6909;
    text-decoration: underline;
    font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
    Images 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#logopic
{
    width: 175px;
    height: 120px;
    vertical-align: top;
}

#headpic
{
    width: 175px;
    height: 120px;
    vertical-align: top;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
    Boxed Style 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.boxed {
}

.boxed .title {
	padding: 0px 0 0 10px;
	background: url(../images/bgrnd132.gif) no-repeat left center;
	border-bottom: 1px solid #D6D5D5;
	font-size: 1.4em;
}

.boxed .content
{
    margin: 5px 10px 5px 5px;
}

.boxed .updates
{
    margin: 5px 10px 5px 5px;
    padding-left: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
        Logo 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#logo
{
    width: 950px;
    height: 130px;
    margin: 0 auto;
    vertical-align: middle;
    background-image: url('../images/bgrnd132.gif') no-repeat 0 665px;
    text-align: center;
}

#logo h1
{
    padding-bottom: 30px;
    padding-top: 30px;
}

#logo h1 a {
	text-decoration: none;
	font-size: 30px;
}

#logo h1 i {
	font: italic normal 48px Georgia, "Times New Roman", Times, serif;
	color: #002675;
}

#logo h2 {
	padding: 0 0 0 2px;
	text-transform: lowercase;
	font-size: 1em;
}

#logo a {
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
        Pay-Pal Section 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#paypal
{
    margin-left: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
        Social Site Links 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#sociallinks 
{
}

#sociallinks a
{
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
        Calendar 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Calendar > unvisited link */
#evtcal a:link {
    font: normal 10pt "Arial", "Helvetica", "Sans Serif"; 
    color: #004400; 
    text-decoration: underline;
}		

/* Calendar > visited link */
#evtcal a:visited {
    font: normal 10pt "Arial", "Helvetica", "Sans Serif"; 
    color: #004400; 
    text-decoration: underline;
}	

/* Calendar > mouse over link */
#evtcal a:hover {
    font: bold 10pt "Arial", "Helvetica", "Sans Serif"; 
    color: #004400; 
    text-decoration: underline;
}	

/* Calendar > selected link */
#evtcal a:active {
    font: bold 12pt "Arial", "Helvetica", "Sans Serif"; 
    color: #004400; 
    text-decoration: underline;
}		

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
        Content 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#mainform
{
    padding-left: 15px;
}

#content
{
    width: 900px;
    margin: 0 auto;
}

/* Content > Main */

#main
{
    float: right;
    width: 625px;
    padding-right: 25px;
}

/* Content > Main > Thanks */
#thanks
{
    text-align: center;
}

#thanks p
{
    text-align: center;
}

/* Content > Main > Error */
#errtext
{
    text-align: center;
}

#errtext p
{
    text-align: center;
}
/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar
{
    float: left;
    width: 210px;
    padding-right: 15px;
    padding-left: 15px;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	font-size: x-small;
	font-weight: bold;
}

#login input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #385B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext1, #inputtext2 {
	color: #385B88;
}

#inputsubmit1 {
	background: #385B88;
	color: #FFFFFF;
}

/* Content > Sidebar > Menu */
#menu
{
    margin-bottom: 30px;
    border-bottom: 4px solid #EBEBEB;
    border-bottom-style: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
}

#menu ul
{
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li
{ 
    list-style-type: none;
    color: #AA6909;
}

#menu .active li
{
    background: url('../images/bgrnd132.gif');
    font-weight: bold;
	color: #AA6909;
}

#menu a
{ 
    /* display: block; */
    padding: 5px 0 5px 24px;
    border-top: 1px solid #EBEBEB;
    color: #AA6909;
    border-top-style: hidden;
    display: list-item;
    font-size: 1.15em;
}


#menu a:hover 
{
    background: url('../images/bgrnd132.gif');
    text-decoration: underline;
    font-weight: bold;
	color: #002675;
}

#menu .active a
{
    background: url('../images/bgrnd132.gif');
    font-weight: bold;
	color: #002675;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	margin: 0;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

#updates p {
	margin-bottom: 1.4em;
	font-size: smaller;
	line-height: normal;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
        Footer 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer
{
    background-position: left top;
    clear: both;
    width: inherit;
    margin: 0 auto;
    font-size: x-small;
    padding-top: 5px;
    padding-left: 30px;
    text-align: center;
}

#footer p {
	width: 900px;
	margin: 0 auto;
	font-size: x-small;
}

#footer img
{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    position: inherit;
}

/* Footer > Legal */

#legal
{
    text-align: center;
}

/* Footer > Links */

#links {
}
