/*
	CSS by James Black
	2008
*/

/*----Colours----*/
/*
	header and footer links : #c9ed7c
	
*/


/*CSS RESET DEFAULTS*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td
{
margin: 0; padding: 0; border: 0; outline: none;font-family:arial, san-serif;
}

body
{
line-height: 1;
font-size: 88% /* Decide for yourself if you want to include this. */;
}

h1, h2, h3, h4, h5, h6
{
font-size: 100%;
padding: .6em 0;
margin: 0 15px;
}

ul, ol
{
list-style: none;
text-align: center;
margin-bottom:10px;
}

a
{
color:#c9ed7c;text-decoration: none;
}

a:hover
{
border-bottom: 1px dotted;}

.floatLeft
{
float: left;
padding: .5em .5em .5em 0;
}

.floatRight
{
float: right;
padding: .5em 0 .5em .5em;
}



/*Layout*/

body
{
	background-image: url(../images/bg.jpg);
	
}

#wrap
{
	margin:auto;
	width:944px;
}

#header
{
	background-image: url(../images/header.png);
	width:944px;
	height:148px;
}

#header li, #footer li
{
display:inline;

}

#menu_top
{
float:right;
width:490px;
margin-top:75px;
margin-right:70px;
}


#footer_menu
{
float:left;
margin-left:45px;
margin-top:85px;
}
#header_window
{
	background-image: url(../images/main_image.jpg);
	width:944px;
	height:410px;
}

#body_copy
{
	background-image: url(../images/white_edges.png);
	width:944px;
	margin:auto;
}

.photo
{
	margin-left:60px;
	float:left;	
}

#footer
{
	background-image: url(../images/footer.png);
	width:944px;
	height:145px;
}


#right_col_home
{
width:360px;
float:left;
padding-left:10px;
padding-top:-30px;
}



/*typography*/

A:link{color:#c9ed7c;text-decoration: none;}
A:visited{}
A:active{}
A:hover{border-bottom: 1px dotted;}

#header A:link, #footer A:link{color:#c9ed7c;text-decoration: none;}
#header A:visited{}
#header A:active{}
#header A:hover, #footer A:hover{border-bottom: 1px dotted;}

#header 
{
color:#c9ed7c;
font-size:15pt;
font-family: arial, sans-serif;
}

#footer
{

color:#c9ed7c;
font-family: arial, sans-serif;
font-size:12pt;
}

#body_copy p
{
	padding-bottom:15px;
	font-weight: lighter;
	font-size: small;
}

#right_col
{
	
	padding-top:25px;
	float:right;
	width:320px;
	padding-right:55px;
}

#full_width_copy
{
	clear:both;
	width:820px;
	margin:auto;
}

h3
{
	margin-left:0px;
	color:#0c92b3;
	font-family:arial, sans-serif;
	font-size: 15pt;
}

#fade
{
float:left;
margin-bottom:90px;
margin-top:20px;
margin-left:-20px;
}

#fade_bg
{
float:left;
margin-left:60px;
background-image:url(../images/photo_001.jpg);
width:420px;
height:337px;

}
