/* Isabel Metcalfe Web site Stylesheet */

/* Globals */

*{
margin: 0;
padding: 0;
}

BODY{
	margin: 0 auto;
	text-align: center;
	color: #666666;
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
	font-family: "Helvetica", "Arial", Sans-serif;
	font-size: 12pt;
}

IMG{
border:none;
}

/* Layout */

#header{
padding: 20px 0 300px 0;
}

#header_index{
padding: 20px 0 0 0;
}

#pic{
padding: 130px 0 30px 2px;
_padding: 59px 0 30px 2px;
}

#wrap{
	margin: 0 auto;
	width: 700px;
	text-align: left;
	background: url(../images/pic.jpg) no-repeat center 150px;
}

#wrap_index{
margin: 0 auto;
width: 700px;
text-align: left;
}

.left{
	float:left;
	width: 345px;
	line-height: 1em;
}

.logo{
float:left;
width: 150px;
}

.right{
	float: right;
	width: 345px;
	text-align: right;
	line-height: 1em;
}

.topnav{
float: right;
width: 550px;
text-align: right;
}

.topnav UL.nav{
padding: 35px 0 0 0;
}

.contentleft{
float:left;
width: 350px;
}

.contentright{
float: right;
width: 300px;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: right;
	vertical-align: top;
	line-height: 0px;
}

.box{
background-image: url(../images/boxbg.gif);
}

#footer{
	clear:both;
	padding: 0;
	width: 700px;
	position: relative;
	padding-top: 20px;
}

/* Typography */

A{
color: #8B0B05;
text-decoration: none;
}

A.bodylink{
color: #8B0B05;
}

#footer A, P{
	color: #8B8B8B;
	text-decoration: none;
}

H1 {
text-transform: uppercase;
font-size: 1.8em;
color: #8B0B05;
padding: 10px 0 0 0;
}

H2{
	font-size: 1.3em;
	color: #8B0B05;
	padding-top: 5px;
	padding-right: 0;
	padding-left: 0;
}

P{
font-size: 0.8em;
line-height: 20px;
padding: 0 0 20px 0;
color: #666666;
}

.bignav A{
font-size: 20px;
color: #8B8B8B;
}

/* Lists */

.nav UL{
padding: 0;
}

.nav LI{
	font-size: 0.8em;
	padding: 0 10px 0 8px;
	text-transform: uppercase;
	display: inline;
	text-decoration: none;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.bignav{
display: inline;
text-transform: uppercase;
list-style-type:none;
text-align: left;
margin: 10px 0 0 0;
}

.bignav LI{
background-image: url(../images/boxbg.gif);
padding: 4px 0 10px 25px;
_padding: 4px 0 10px 10px;
margin: 10px 0 0 0;
}

.bignavgrey{
font-size: 12px;
padding: 0 20px 0 0;
_padding: 0 20px 0 18px;
color: #8B8B8B;
line-height: 12px;
text-transform: none;
}

.bignav LI A{
text-decoration: none;
color: #8B0B05;
}

.client{
	list-style-type:none;
	text-align: left;
	width: 330px;
	left: 0px;
	top: 0px;
	position: relative;
	margin-bottom: 0px;
	padding: 0px;
}
.client LI{
	font-size: 0.8em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

/* Tables */
.subhead {
	text-transform: uppercase;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
.bodycopy_right {
	color: #666666;
	font-family: "Helvetica", "Arial", Sans-serif;

	float: right;
	width: 300px;
	line-height: 18px;
}
.client2 {
	list-style-type:none;
	text-align: left;
	width: 350px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.client2 LI {
	font-size: 0.8em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
}

