/*CSS STYLESHEET - Pancetta Web Design - Copyright James Diacono 2006*/

/*---------------------------------------------------------------------------------------General---*/

html,body {
	margin:0;
	padding:0;
	color:#fff;
	font-family:"Swis721 Lt BT","Eras Light ITC",Helvetica,"Lucida Sans",sans-serif;
	font-size:medium;
	}
	
body {
	margin:40px;
	}

div {
	margin:0;
	padding:0;
	}
	
hr {
	clear:both;
	visibility:hidden;
	}
	
	
.clear {
	clear:both;
	height:0;
	font-size:1px;
	visibility:hidden;
	}
	
.floatleft {
	float:left;
	margin:1em 1em 1em 0 !important; 
	}
	
.floatright {
	float:right;
	margin:1em 0 1em 1em !important;
	}
	
#footer8>.ieonly {
	display:none;
	}
	
/*------------------------------------------------------------------------------------------Text---*/
	
p {
	margin:0.5em 1em 0.5em 0;
	padding:0;
	}
	
h1 {
	font-size:xx-large;
	border-bottom:1px solid #C08183;
	background:transparent url(images/h1.gif) scroll no-repeat center right;
	clear:both;
	}
	
h2 {
	font-size:x-largeem;
	border-bottom:1px solid #C08183;
	clear:both;
	}
	
h6 {
	font-size:medium;
	text-align:center;
	padding:0;
	margin:0;
	margin-top:1.2em;
	font-family:"Georgia","Swis721 Lt BT","Eras Light ITC",Helvetica,"Lucida Sans",sans-serif;
	letter-spacing:0.1em;
	font-weight:normal;
	}
	
.caption {
	font-size:0.9em;
	font-style:italic;
	}

/*-----------------------------------------------------------------------------------------Links---*/

a {
	color:#FFFF99;
	text-decoration:none;
	border-bottom:0px;
	padding-bottom:0;
	}
	
a:hover {
	border-bottom:1px solid #fff;
	}

/*-----------------------------------------------------------------------------------------Lists---*/

ul {
	margin:0.5em 0 0.5em 0;
	padding-left:2em;
	}

li 	{
	list-style:url(images/li_logo.gif) outside disc;
	margin-bottom:0.4em;
	}
	
ul ul {
	margin:0.4em 0 0 3em;
	padding:0;
	font-size:small;
	color:#eee;
	}
	
li li {
	margin:0 0 0.4em 0;
	padding:0;
	list-style-image:none;
	list-style-type:none;
	}
	
.doc {	
	list-style-image:url(images/doc.gif);
	}
	
.pdf {	
	list-style-image:url(images/pdf.gif);
	}
	
.xls {	
	list-style-image:url(images/xls.gif);
	}

/*----------------------------------------------------------------------------------------Tables---*/

table {
	padding:0;
	margin:0;
	}
	
td {
	border:0;
	margin:0;
	padding:0;
	border:none;
	}
	
.normal {
	border:2px solid #fff;
	margin:1em 0;
	border-collapse:collapse;
	}
	
.normal td {
	border:1px solid #C08183;
	padding:0.3em;
	}
	
.normal th {
	border:2px solid #fff;
	padding:0.3em;
	font-weight:bold;
	}

/*----------------------------------------------------------------------------------------Images---*/

img {
	margin:0;
	padding:0;
	border-width:0;
	}
	
#body8 img {
	padding:0.5em;
	}
	
.imagewrap {
	text-align:center;
	width:256px;
	}
	
#photos #body8 img {
	vertical-align:top;
	margin-bottom:0.3em;
	}

/*----------------------------------------------------------------------------------------Header---*/

#header1 {
	background:transparent url(images/header_tile.gif) scroll repeat-x top left;
	}
	
#header2 {
	background:transparent url(images/side_l_w.gif) scroll repeat-y top left;
	}
	
#header3 {
	background:transparent url(images/side_t_w.gif) scroll repeat-x top left;
	}
	
#header4 {
	background:transparent url(images/side_r_w.gif) scroll repeat-y top right;
	}
	
#header5 {
	background:transparent url(images/side_b_r_ie.gif) scroll repeat-x bottom left;
	}
	
	#header4>#header5 {
		background:transparent url(images/side_b_r.gif) scroll repeat-x bottom left;
		}
	
#header6 {
	background:transparent url(images/corner_tl_w.gif) scroll no-repeat top left;
	}
	
#header7 {
	background:transparent url(images/corner_tr_w.gif) scroll no-repeat top right;
	}
	
#header8 {
	background:transparent url(images/corner_bl.gif) scroll no-repeat bottom left;
	}
	
#header9 {
	background:transparent url(images/corner_br.gif) scroll no-repeat bottom right;
	padding-top:16px;
	padding-bottom:42px;
	padding-left:10px;
	padding-right:18px;
	}

/*------------------------------------------------------------------------------------------Body---*/

#body1 {
	background:#94272A url(images/side_l.gif) scroll repeat-y top left;
	}
	
#body2 {
	background:transparent url(images/side_t.gif) scroll repeat-x top left;
	}
	
#body3 {
	background:transparent url(images/side_r.gif) scroll repeat-y top right;
	}
	
#body4 {
	background:transparent url(images/side_b_r_ie.gif) scroll repeat-x bottom left;
	}
		
	#body3>#body4 {
		background:transparent url(images/side_b.gif) scroll repeat-x bottom left;
		}
	
#body5 {
	background:transparent url(images/corner_tl.gif) scroll no-repeat top left;
	}
	
#body6 {
	background:transparent url(images/corner_tr.gif) scroll no-repeat top right;
	}
	
#body7 {
	background:transparent url(images/corner_bl.gif) scroll no-repeat bottom left;
	}
	
#body8 {
	background:transparent url(images/corner_br.gif) scroll no-repeat bottom right;
	padding:3em;
	padding-top:1.5em;
	-moz-user-modify:read-write;
	-moz-user-input:enabled;
	-moz-user-select:text;
	}

/*----------------------------------------------------------------------------------------Footer---*/

#footer1 {
	background:#94272A url(images/side_l.gif) scroll repeat-y top left;
	}
	
#footer2 {
	background:transparent url(images/side_t.gif) scroll repeat-x top left;
	}
	
#footer3 {
	background:transparent url(images/side_r.gif) scroll repeat-y top right;
	}
	
#footer4 {
	background:transparent url(images/side_b_r_ie.gif) scroll repeat-x bottom left;
	}
		
	#footer3>#footer4 {
		background:transparent url(images/side_b.gif) scroll repeat-x bottom left;
		}
	
#footer5 {
	background:transparent url(images/corner_tl.gif) scroll no-repeat top left;
	}
	
#footer6 {
	background:transparent url(images/corner_tr.gif) scroll no-repeat top right;
	}
	
#footer7 {
	background:transparent url(images/corner_bl.gif) scroll no-repeat bottom left;
	}
	
#footer8 {
	background:transparent url(images/corner_br.gif) scroll no-repeat bottom right;
	padding:3em;
	padding-top:1.5em;
	}
	
/*------------------------------------------------------------------------------------------Menu---*/

/*Why can't IE6 and IE7 be friends? - heavy margin/padding tweaking here*/
#headerlinkbar {
	background-color:#94272A;
	padding-top:10px;
	padding-right:1.6em;
	}
	
#headerlinkbar ul {
	margin:0;
	padding:0 0 0 1.6em;
	width:95%;
	}
	
#headerlinkbar li {
	background-color:#94272A;
	float:left;
	list-style:none outside none;
	margin:0.1em;
	padding:0.4em;
	padding-top:0.2em;
	padding-bottom:0.2em;
	border:1px solid #C08183;
	}
	
	#header9>#headerlinkbar li {
		border:none;
		}
	
#headermenu li:hover {
	background-image:url(images/menu_bg.gif);
	}
	
#headermenu a {
	font-size:medium;
	text-decoration:none;
	color:#fff;
	font-family:"Georgia","Swis721 Lt BT","Eras Light ITC",Helvetica,"Lucida Sans",sans-serif;
	letter-spacing:0.1em;
	border:none;
	}