﻿/*========GENERAL=================*/

*
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0px;
	padding: 0px;
	color: #000000;
}


a
{
	text-decoration: none;
	color: #323b92;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

a:visited
{
	
}

img
{
	border: 0px;
	margin: 0px;
}

/*=========Layout==============*/

html
{
    body{ margin: 0; padding: 0; }
	height: 100%;
	font-size: 0.8em;
	text-align: left;
}

body
{
	background-image: url(../images/layout/0bg_2.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	height: 100%;
	font-size: 0.8em;
}

#container
{
	margin: 0px auto 0px auto;
	width: 800px;
	height: 100%;
}
#mainHeader
{
	width: 100%;
	height: auto;
}

#contentContainer
{
    height: auto;
	background-image: url(../images/layout/containerBg.gif);
	background-repeat: repeat-y;
	padding: 0px 0px 0px 10px;
	clear: both;
	text-align: left;
}

#photoHeader
{
	width: 100%;
	height: 200px;
}
#mainNav
{
	width: 780px;
	height: 22px;
	font-size: 1.2em;
    font-variant: small-caps;
	background-image: url(../images/layout/mainNavBg.gif);
	background-repeat: repeat-x;
}

#mainNav a, #mainNav p, #secondaryNav, #secondaryNav a
{
    font-variant: small-caps;
    font-weight: bold;
    color: White;
}

#welcome
{
    margin: 0px 0px 0px 10px;
}

#firstLink
{
    margin: 0px 0px 0px 155px;   
}

#secondaryNav
{
	width: 590px;
	height: 33px;
	margin: 0px 0px 0px 85px;
	font-size: 1.1em;
	
	background-image: url(../images/layout/secondaryNavBg.gif);
	background-repeat: repeat-x;
	padding: 7px 0px 0px 16px;
}
#leftContentMain
{
	float: left;
	width: 520px;
	height: auto; /* needs to be auto / 100% eventually */
	margin: 0px 20px 0px 15px;
}
#leftContentMainAll
{
	float: left;
	width: 748px;
	height: auto; /* needs to be auto / 100% eventually */
	margin: 0px 20px 0px 15px;
}
#rightContentMain
{
	float: left;
	width: 190px;
	height: auto; /* needs to be auto / 100% eventually */
	background-image: url(../images/layout/rightBg.gif);
	background-repeat: repeat-y;
	padding: 0px 5px 0px 5px;
}

#rightContentMain p
{
	color: White;
}

#rightContentHeader
{
    float: left;
	width: 200px;
	height: 40px;
	background-image: url(../images/layout/rightHeader.gif);
	background-repeat: no-repeat;
}

#rightContentFooter
{
    float: right;
	width: 200px;
	height: 25px;
	margin: 0px 35px 0px 0px;
	background-image: url(../images/layout/rightFooter.gif);
	background-repeat: no-repeat;
}
.spacer /* hack for repeating bg */
{
    clear: both;
    height: 20px;
}

#footer
{
	clear: both;
	width: 100%;
	height: 30px;
	background-image: url(../images/layout/footerBg.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 25px;
}

#footer p, #footer a
{
    color: #666666;
	font-weight: normal;  
}

#footerLink
{
    margin: 0px 0px 0px 310px;
}

h1, h2
{
    color: #8c1212;
    margin: 0px 0px 10px 0px;
}

h1
{
   font-size: 1.3em;
}

h2
{
   font-size: 1.2em;
    
}

h3
{
    color: White;
    font-size: 1.1em;
    margin: 0px 0px 5px 0px;
}