/* CSS Document */


html, body, ul, ol, li, p, h1 , h2, h3, h4, h5, h6, form, fieldset, a, div, img, blockquote
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	background-image: url(images/bg_pattern.gif);
	background-repeat: repeat-x;
	background-position: top;
}

body
{
	font-size: 12px;
}

.clear
{
	clear: both;
	font-size: 0;
	height: 0;
}

.center
{
	text-align: center;
	margin: 0 auto;
}

a
{
	color: #4f87b3;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #1b0400;
	text-decoration: underline;
}



/*************************************************** Typography ***************************************************/


h1, h2, h3, h4, h5, h6
{
	color: #4f350d;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 6px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}

h1
{
	font-size: 18px;
	color: #1C0703;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2
{
	font-size: 22px;
}

h3
{
	font-size: 18px;
}

h4
{
	font-size: 16px;
}

h5
{
	font-size: 15px;
	font-weight: bold;
}

h6
{
	font-size: 14px;
	font-weight: bold;
}

p
{
	color: #171717;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 12px;
	margin-top: 6px;
	padding-bottom: 14px;
	line-height: 1.5;
}



/*************************************************** Layout Divs ***************************************************/


#main-wrapper
{
	width: 950px;
	margin: 0 auto;
}

#header
{
	width: 950px;
	height: 390px;
	margin: 0 auto;
}



#logo
{
	width: 500px;
	height: 62px;
	padding-top:20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #00CCFF;
}



#navigation
{
	width: 400px;
	float: left;
}



#banner-photo
{
	width: 525px;
	height: 239px;
	float: right;
	margin: 18px 4px 0 0;
}



#content-wrapper
{
	width: 950px;
}



#footer
{
	width: 950px;
	border-top: 1px solid #cdc078;
	margin-top: 20px;
}



/*************************************************** Main Content Styles ***************************************************/


#content-wrapper 

#content-right
{
	width: 347px;
	height: 300px;
	float: right;
	margin-left: 50px;
	display: inline;
}




#content-wrapper ul
{
	padding: 10px 30px 20px 30px;
}



#content-wrapper ul li
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #171717;
	padding-bottom: 9px;
	padding-left: 28px;
	background: url(../images/list-bullet.gif) 12px 5px no-repeat;
	list-style: none;
}



#content-wrapper 

#content-right h2.title
{
	width: 347px;
	border-bottom: 1px solid #cdc078;
	margin-bottom: 14px;
	padding-top: 16px;
}



#content-wrapper h1.title
{
	width: 544px;
	border-bottom: 1px solid #cdc078;
	margin-bottom: 14px;
}



#content-wrapper img.photo-left
{
	border: 2px solid #cdc078;
	float: left;
	margin: 3px 20px 10px 0;}



#content-wrapper img.photo-right
{
	border: 2px solid #cdc078;
	float: right;
	margin: 48px 0 10px 50px;
}



/***************************************************** Banner Styles *****************************************************/


#banner-photo img
{
	border: 2px solid #fff;
}



/*************************************************** Navigation Styles ***************************************************/


#navigation ul
{
	margin: 18px 0 0 0;
	width: 400px;
}



#navigation ul li
{
	list-style: none;
}



#navigation ul li a:link,

#navigation ul li a:visited
{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	width: 376px;
	padding: 7px 0;
	padding-left: 24px;	
	background: url(../images/nav-arrow.gif) 9px 10px no-repeat;
}



#navigation ul li.last
{
}


#navigation ul li a:hover
{
	color: #87c0ed;
}



#home #navigation ul li a#home-link, #about #navigation ul li a#about-link
{
	color: #87c0ed;
}



/*************************************************** Footer Styles ***************************************************/


#footer p
{
	margin: 0;
	padding: 8px 0;
	font-size: 11px;
	color: #0066FF;
	text-align: center;
}



#footer p a
{
	text-decoration: none;
	color: #0000FF;
}

