/* CSS Document */
body {
  margin: 0 auto;
}

/* typography.css */
body {font-size:12px;color:#000;background:#fff;font-family:Arial, Helvetica, sans-serif;line-height:1.5em;}
h1 img, h2 img, h3 img {margin:0;}
p {margin:.5em 0 1.5em 0;}
p img.left {float:left;margin:.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}

body {
	background-color: #E7E7E7;
}
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #FFFFFF;
}

h1 {
	color: #669966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	text-align:right;
	line-height:1.2em;
	margin-right:10px;
}
h2, h3 {
	color: #669966;
}
h4 {
	color: #669966;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left:25px;
}

/* Pull Quote CSS */
.pull_quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: 35px;
	font-weight: normal;
	font-variant: small-caps;
	color: 669966;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.pull5 {
	line-height: 25px;
}
.pull5 a:link {
	color: #666666;
}

#container {
border: 2px solid #ccc;
}

/* new css */
#wrapper {
margin: 0 auto;
width: 780px;
border: 2px solid #ccc;
background-color:#FFFFFF;
}
.logo {
background-image:url(../images/logo.jpg);
background-repeat:no-repeat;
height:124px;
min-height:124px;
}
.header {
background-image:url(../images/header_graphic.jpg);
background-repeat:no-repeat;
height:124px;
min-height:124px;
margin-left:380px;
margin-top:-124px;
}
.column_left {
float:left;
width:220px;
padding-left:10px;
}
.column_right {
float:left;
width:540px;
padding-right:10px;
}
.content {
padding:0px 20px 50px 20px;
}
.footer {
clear:left;
background-image:url(../images/footer.jpg);
height:16px;
text-align:center;
padding:5px;
color:#FFFFFF;
}
.right {
float:right;
margin-left:10px;
}
blockquote {
color: #669966; 
font-size: small; 
font-style: italic;
margin:10px;
text-align:right;
}
hr {background:#eee;color:#eee;clear:both;float:none;width:100%;height:.1em;margin:0 0 .5em;border:none;}
hr.space {background:#fff;color:#fff;}

/* navigation.css */
#nav {
background-image:url(../images/nav_bg.jpg);
height:152px; 
margin:0px;
}
#nav li {
list-style-type:none;
list-style:none;
display:block;
padding:2px 0px;
margin:0;
text-align:right;
margin-right:15px;
font-size:16px;
}
#nav li.first {
padding-top:10px;
}
#nav a:link,
#nav a:visited {
color:#fff;
padding:0 14px 0 0;
width:auto;
text-decoration:none;
}
#nav a:hover, #nav a.active {
color:#FFF;
background: transparent url(../images/left_arrow.gif) no-repeat 1px right;
}