/* CSS Document */

/* Global Styles */
form { padding: 0; margin: 0; }
img { border-width: 0; }
html, body
{
    margin: 5px;
    padding: 0;
    font-family: Garamond, Georgia, "Times New Roman", serif;
    font-size: 14px;
    color: #FFFFFF;
	background-color: #FFFFFF;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #B3E2DD;
    font-weight: normal;
}
a:hover { text-decoration: underline; } 

.brick { background: #531402; }

#taglineBG 
{ 
	background: url(images/taglineBG.jpg) no-repeat; 
	height: 60px; 
	width:633px;
	padding-top: 30px;
	font-size: 24px;
	color: #531402;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

#topNav
{
	background: url(images/navBG.jpg) no-repeat;
	height: 68px;
	width: 493px;
	padding-top: 30px;
	padding-right: 140px;	
	text-decoration: none;
	text-align: right;
}
#topNav a
{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px 8px;
	text-decoration: none;
}
#topNav a:hover, #topNav a.selected
{
	color: #531402;
	text-decoration: none;
}

#bottomNav
{
	margin-right: 93px;
}
#bottomNav a
{
	font-size: 10px;
	font-family: Arial, Verdana, sans-serif;
	color: #B3E2DD;
	font-weight: bold;
	padding: 0px 8px;
	text-decoration: none;
}
#bottomNav a:hover, #bottomNav a.selected
{
	color: #FFFFFF;
	text-decoration: none;
}

#topPhoto { text-align:left; margin: 0px 0 25px 31px; }
#topPhoto img { border: 17px solid #B3E1DE; }

#bottomPhotos { text-align:left; margin: 0px 0 25px 31px; }
#bottomPhotos img { border: 10px solid #B3E1DE; }

h1,h2,h3,h4
{
	font-size: 21px;
	color: #B3E2DD;	
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
}

.mainText
{
	font-weight: normal;
	margin: 10px 0px;
	text-align: left;
	line-height: 24px;
}

#copyright
{
	font-weight: normal;
	font-family: Arial, Verdana, sans-serif;
	color: #B3E2DD;
	font-size: 10px;
	margin: 10px 0px;
	text-align: left;
}



/* Logoworks link back */
.logoworks
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	padding: 5px 10px;
	text-decoration: none;
	text-align: center;
}

.logoworksLink
{
	font-family: arial, verdana; 
	font-size: 9px;
	color: #949A9E;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}