/* Derived from the Oakwood template, joshuaink.com */
/* ------------------------------------------------------------------------------ */
/* foundation css */
/* ------------------------------------------------------------------------------ */
html
{
	/* Fixes background problem when sidebar is open in Firefox */
	min-width: 770px;
}

*
{
	margin: 0;
	padding: 0;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div
{
	margin: 0;
	padding: 0;
	border: 0;
font-size:1em;}

ul,ol
{
	list-style: none;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}

img
{
	padding: 0;
	border: 0;
}

h1,h2,h3,h4,h5,h6
{
	font-weight: normal;
	margin: 0 0 0.3em 0;
	color: #000;
}

h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5 { font-size: 1.0em; }
h6 { font-size: 0.9em; }
p { font-size:1em; margin: 0.9em 0em 0.9em 0em; }
li > p { margin-top: 0.2em; }
strong, b { font-weight: bold; }

body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: 76%;
	line-height: 1.6em;
	text-align: center;
	color: #333;
	background-color: white;
	background-image: url(../images/backgrounds/body_dark.gif);
	background-repeat: repeat;
}

.clear { clear: both; }

/* foundation css ends here*/
/* ------------------------------------------------------------------------------ */
/* links */
/* ------------------------------------------------------------------------------ */
a,a:link,a:visited,a:hover,a:active
{
	text-decoration: none;
	font-weight: normal;
	color: #f36;
}

a:hover { text-decoration: underline; }
a img,:link img,:visited img { border: none; }

/* ------------------------------------------------------------------------------ */
/* container divs and backgrounds*/
/* 100% so we can create the fullscreen width backgrounds */
/* ------------------------------------------------------------------------------ */
#headerContainer,
#contentContainer,
#footContainer { width: 100%; }

#headerContainer
{
	background-image: url(../images/backgrounds/header_container.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 65px;
}

#contentContainer
{
	/* Float left to prevent floated child divs(#text & #picture) overflowing. */
	/* aka the FnE method http://www.orderedlist.com/texts/clearing_floats_fne */
	float: left;
	background-color: transparent;
	background-image: url(../images/backgrounds/body.png);
	background-repeat: repeat;
	background-position: left top;
}

#footContainer
{
	clear: both;
	background-image: url(../images/backgrounds/footer_container.png);
	background-repeat: repeat-x;
	background-position: left top;
}

#header,
#content,
#foot
{
	/* Set widths for "sub" container divs and center on the screen.  */
	width: 770px;
	margin: 0 auto;
	/* Position relative so we can position children absolutely but keep them relative to their parents and not the document root. */
	position: relative;
	text-align: left;
}

#header
{
	height: 65px;
	background-image: url(../images/backgrounds/header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#content
{
	/*add backgound to top of content area. doesn't work on IE5/MAC. */
	background-image: url(../images/backgrounds/content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 650px;
	/* Underscore hack to deliver a value to IE, since IE can't handle min- */
	_height: 650px;
	background-color: white;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#foot
{
	background-image: url(../images/backgrounds/footer.png);
	background-repeat: repeat-x;
	background-position: left top;
}

/* ------------------------------------------------------------------------------ */
/*Set up two column layout for text and picture */
/* ------------------------------------------------------------------------------ */
#text
{
	width: 325px;
	float: right;
	padding: 30px 0 20px 0;
	margin-right: 45px;
	/* underscore hack to keep picture from being pushed down below text */
	_margin-right: 25px;
}

.picture_container
{
	width: 352px;
	display: inline;
	float: left;
	clear: left;
	margin-top: 70px;
	margin-left: 19px;
}

/* - - - - - - - - - - - - - */
/* code to clear contained float */
/* used in place of <br clear="all"> */
/* - - - - - - - - - - - - - */
.picture_container:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.picture_container { display: inline-block; }

/* hide from IE Mac hack \*/
* html .picture_container { height: 1%; }
.picture_container { display: block; }

/* end Hack */
/* end of contained float code */
/* - - - - - - - - - - - - - */
.picture
{
	width: 352px;
	text-align: center;
	background-image: url(../images/backgrounds/picture_frame_top.png);
	/* Underscore hack to deliver a transparent gif to IE, since IE can't handle the png */
	_background-image: url(../images/backgrounds/picture_frame_top.gif);
	/* http://wellstyled.com/css-underscore-hack.html */
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 36px;
}

.picture_text
{
	width: 352px;
	background-image: url(../images/backgrounds/picture_frame_bottom.png);
	/* Underscore hack to deliver a transparent gif to IE, since IE can't handle the png */
	_background-image: url(../images/backgrounds/picture_frame_bottom.gif);
	/* http://wellstyled.com/css-underscore-hack.html */
	background-repeat: no-repeat;
	background-position: left bottom;
	overflow: auto;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #666;
}

.picture_text ul
{
	width: 300px;
	text-align: right;
	padding: 16px 26px 36px 26px;
}

/* ------------------------------------------------------------------------------ */
/* Navigation */
/* ------------------------------------------------------------------------------ */
/* - - - - - - - - - - - - - */
/* logo link */
/* - - - - - - - - - - - - - */
#header h1 a
{
	/* Create blank hit area for logo/signature */
	display: block;
	text-indent: -9999px;
	width: 230px;
	height: 45px;
	margin-left: 45px;
	text-decoration: none;
	/* Float to make hit area work in IE 5 */
	float: left;
}

#header a:hover { background: transparent; }

#header h1
{
	/* Position blank hit area over background logo/signature */
	position: absolute;
	top: 0;
	left: 0;
}

/* - - - - - - - - - - - - - */
/* Top navigation list */
/* - - - - - - - - - - - - - */
#top-nav
{
	position: absolute;
	top: 0px;
	left: 400px;
	width: 310px;
	height: 45px;
	/* Line height same as height: centers the text vertically */
	line-height: 45px;
}

#header ul
{
	font-size: 0.9em;
	color: #999;
}

#header li
{
	display: inline;
	float: right;
	margin-left: 3px;
}

#header a,
#header a:link,
#header a:visited,
#header a:hover,
#header a:active { color: #f99; }

/* - - - - - - - - - - - - - */
/* Main Nav */
/* - - - - - - - - - - - - - */
#nav
{
	float: right;
	height: 55px;
	background-image: url(../images/backgrounds/nav_container.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav_container
{
	padding: 30px 0 0px 0;
	margin-right: 45px;
}

/* - - - - - - - - - - - - - */
/* code to clear contained float */
/* used in place of <br clear="all"> */
/* - - - - - - - - - - - - - */
#nav_container:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#nav_container { display: inline-block; }

/* hide from IE Mac hack \*/
* html #nav_container { height: 1%; }
#nav_container { display: block; }
/* end Hack */

/* end of contained float code */
/* - - - - - - - - - - - - - */
#menu
{
	width: 325px;
	height: 30px;
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
	list-style: none;
}

#menu li
{
	margin: 0;
	padding: 0;
	display: inline;
	/* duplicated for ie 5/win */
	list-style-type: none;
	/* duplicated for ie 5/win */
}

#menu a
{
color:blue;
float: left;
	height: 0px !important;
	/* ie 5/win hack */
	padding: 30px 0 0 0;
	overflow: hidden;
}

#menu a:hover { background-position: 0 -30px; }

#item1 a
{
	width: 71px;
	background-image: url(../images/backgrounds/nav/nav-1.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#item2 a
{
	width: 62px;
	background-image: url(../images/backgrounds/nav/nav-2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#item3 a
{
	width: 90px;
	background-image: url(../images/backgrounds/nav/nav-3.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#item4 a
{
	width: 102px;
	background-image: url(../images/backgrounds/nav/nav-4.png);
	background-repeat: no-repeat;
	background-position: left top;
}

/* ------------------------------------------------------------------------------ */
/* Footer */
/* ------------------------------------------------------------------------------ */
#foot  { padding:0.7em 0 1.8em 0;}

#f1
{
	padding: 45px 0px 0px 0px;
}


#f1,
#f2
{
color: white;
padding-bottom: 1em;
overflow: hidden;
width: 700px;
margin-left:45px;}

#f1 ul,
#f2 ul
{
list-style-type: none;
margin: 0;
padding: 0;
}

#f1 ul li,
#f2 ul li
{
border-left: 1px solid #ccc;
float: left;
line-height: 1.1em;
margin: 0 .5em 0 -.5em;
padding: 0 .5em 0 .5em;
}

#foot a,
#foot a:link,
#foot a:visited,
#foot a:hover,
#foot a:active { color: #f99; }

/* ------------------------------------------------------------------------------ */

.listbreak 
{
padding-bottom: 1em;
}