/*****************************************************************************

PUNCH OUT CSS
 
*****************************************************************************/


/* BASE STYLES
-----------------------------------------------------------------------------*/

html {
	min-width: 700px;
	}
			
body {
	margin: 0;
	padding: 0;
	color: #6f6357;
	background: #fff;
	}
				
#header {
	position: relative;
	width: 600px;
	height: 70px;
	background: #f5ddb4 url(/images/logo_bg.gif) no-repeat;
	border-bottom: 1px solid #5C5044;
	}
	
#logo {
	position: absolute;
	top: 18px;
    left: 30px;
    width: 232px;
	height: 35px;
	}
	
	
	
/* TEXT STYLES
-----------------------------------------------------------------------------*/

h1 {
	margin: 0 0 15px 0;
	font-size: 20px;
	font-weight: bold;
	font-family: arial, sans-serif;
	}
	
.subhead {
	font-size: 14px;
	font-family: arial, sans-serif;
	}
	
p {
	margin: 15px 0;
	line-height: 16px;
	font-size: 15px;
	font-family: times, serif;
	}

a {
	color: #961153;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
	
	
/* OTHER STYLES
-----------------------------------------------------------------------------*/

.formtable {
	font-size: 13px;
	font-family: arial, sans-serif;
	}
	
.bottombutton {
	float: right;
	margin: 25px 0 25px 4px;
	}
	
.bottombutton a {
	display: block;
	margin: 0; 
	width: 98px;
	line-height: 18px;
	color: #fff;
	background: #5C5044;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	}
	
.bottombutton a:hover {
	background: #961153;
	text-decoration: none;
	}
	
.map {
	position: absolute;
	top: 167px;
	left: 325px;
	}
	
#maincol {
	padding: 25px;
	width: 600px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 550px;
	}
	
	
	
/* DATA TABLES
-----------------------------------------------------------------------------*/

.dtablepink {
	color: #FFF;
	background: #B7196C;
	font-size: 13px;
	font-family: arial, sans-serif;
	}
	
.dtablegrey {
	color: #000;
	background: #E8E8E8;
	font-size: 13px;
	font-family: arial, sans-serif;
	}
	
.whitecell {
	color: #FFF;
	background: #FFF;
	}
	
.formtable {
	font-size: 13px;
	font-family: arial, sans-serif;
	}
