html { font-size: 100%; /* crappy IE hack */ }

body {
	font-size: 0.75em;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(images/backing-p.gif);
	background-repeat: repeat-x;
	color: #666666;
		}

img {
	border: none;
}

blockquote {
	color: #666666;
	background:  url(/images/bg/blockquote_bg.gif) no-repeat 12px 0px;
	font-size: 0.8em;
	font-style: normal;
	line-height: 100%;
	margin-top: 8;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

blockquote strong {
	display: block;
	margin: 4px 0 0 0;
	color: #626262;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}


a:link, a:visited {
	color:#5E4585;
	text-decoration: none;
}
	
a:hover { 
	color:#5E4585;
	text-decoration: underline;
 }

h2 {
	color: #AAAAAA;
	margin: 0 0 13px 0;
	font: normal 17px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}


h3,h1,h3 a:link, h3 a:visited, h3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	letter-spacing: -0.5px;
	color: #333;
	margin: 0 0 3px 0;
	line-height: 20px;
	text-decoration: none;
}

#page h1 {
	color: black;
	margin: 0 0 15px 0;
	font-size: 20px;
	line-height: 150%;
}

p, blockquote {
 	line-height: 120%;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
} 

#container {
	margin-right: auto;
	margin-left: auto;
	width: 710px;
	text-align: left;
}
#header {
	background-image: url(images/backing2-p.gif);
	background-repeat: repeat-y;
	height: 135px;
	width: 710px;
	position: relative;
	z-index: 99;
}
#nav {
	position: relative;
	line-height: 20px;
	top: 115px;
	width: 670px;
	margin-left: 30px;
}

#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFFFFF;
	padding-left: 5px;
}

#nav li {
	float: left;
	width: 9em;
}
#nav li ul {
background: url(images/menu.png) repeat-x top left !important; /*Firefox gets the nice purple png*/
background: url(images/menu.gif) repeat top left;	/*IE is retarded, force it to use a naff gif*/
	background-repeat: repeat-x;
	position: absolute;
	width: 160px;
	left: -5000px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	z-index: 100;
	padding-right: 5px;
	padding-left: 5px;
}


#nav li ul a {
	width: 14em; 
    display: block;	
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


#headerblock {
	height: 63px;
	width: 710px;
	background-image: url(images/headerblock.jpg);
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
}
#logo {
	position: absolute;
	background-image: url(images/logo.gif);
	height: 51px;
	width: 710px;
	top: 30px;
	left: 0px;
	overflow: hidden;
	line-height: 140px;
	background-repeat:  no-repeat;
}
#contentblock {
	background-image: url(images/backing3.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 710px;
	height: 250px;
	z-index: 2;
}
#contentblock2 {
	background-image: url(images/backing4.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 710px;
	height: 250px;
	z-index: 2;
}
#textsmall {
	width: 300px;
	position: relative;
	top: 30px;
	left: 370px;
}
#textbig {
	width: 600px;
	position: relative;
	top: 30px;
	left: 55px;
}
#contactinfo {
	background-image: url(images/contact-p.gif);
	height: 52px;
	width: 206px;
	background-repeat: no-repeat;
	position: absolute;
	float: left;
	top: 260px;
	left: 25px;
}
.smaller {
	font-size: 0.8em;
}
#footer {
	width: 600px;
	height: 34px;
	border: 0px;
	margin-bottom: 50px;
}
.greenback {
	background-color: #D3C3DF;
	border: 1px solid #D3C3DF;
}
#footer2 {

	width: 310px;
	height: 34px;
	border: 0px;
	margin-bottom: 50px;
}
.purple {
	font-weight: bold;
	color: #5E4585;
}
