/* STYLE DEFAULTS FOR THE WHOLE PAGE */
body {
	margin: 0;
	background-color: #EBEDB1;
	background-image: url(../images/main_bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #094000;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* PAGE DIVISIONS */

/* container for all page content */
#page {
	width:706px;
	display: block;
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	margin: auto;
	padding-left: 4px;
}

/* spineworks logo section */
#masthead {
	height: 70px;
	width: 702px;
	display: block;
	background-image: url( ../images/titlebar_bg.gif);
	background-repeat: repeat-x;
}

#masthead img{ margin: 11px 20px 0 20px; }

/*masthead link pseudo-classes */
#masthead a:link, #masthead a:visited, #focus { font-weight: bold; color: #FFFFFF; text-decoration: none; }
#masthead a:hover, #masthead a:active { font-weight: bold; color:  #094000; text-decoration: none; }

/* site navigation */
#navstrip {
	height: 30px;
	width: 692px;
	padding: 0 10px 0 0;
	display: block;
	background-color: #003300;
}

#navstrip img {
	height: 30px;
	border: 0;
}

/* location: where am I? */
#location {
	height: 20px;
	width: 702px;
	border-bottom: 1px solid #EBEDB1;
}

/*location link pseudo-classes */
#location a:link, #location a:visited, #focus { color:#999900; text-decoration:none; }
#location a:hover, #location a:active { color:#999900; text-decoration:none; background-color:#EBEDB1; }

#wrapper {
	overflow: hidden;
	padding-right: 4px;
}

#content {
	height: 100%;
	width: 470px;
	display: block;
	float: right;
	padding: 10px 14px 10px 10px;
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

/* content link pseudo-classes 
#content a:link, #content a:visited { color:#999900; text-decoration:none; }
#content a:hover, #content a:active { color:#999900; text-decoration:none; background-color:#EBEDB1; }*/

#sidebar {
	min-height: 600px;
	height: 100%;
	width: 166px;
	display: block;
	float: right;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat:no-repeat;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

/* content link pseudo-classes */
#sidebar a:link, #content a:visited { color:#999900; text-decoration:none; }
#sidebar a:hover, #content a:active { color:#999900; text-decoration:none; background-color:#EBEDB1; }

/* Hack for IE to make the sidebar big enough to display the background */
.prop {
	height: 600px;
	float: left;
	width: 1px;
}
  
/* thanks to Position is Everything (http://www.positioniseverything.net/articles/onetruelayout/equalheight) for the column balancing hack */

#linkstrip {
	clear: both;
	height: 30px;
	margin-top: 20px;
	display: block;
	text-align: center;
	color: #999933;
}

/* linkstrip link pseudo-classes */
#linkstrip a:link, #linkstrip a:visited { color: #094000; text-decoration: none; }
#linkstrip a:hover, #linkstrip a:active { color: #094000; text-decoration: none; background-color:#EBEDB1;}

#copystrip {
	color: #999933;
	margin: 0 -4px 0 -4px; 
	padding: 8px 0 0 14px;
	height: 25px;
	width: 696px;
	display: block;
	background-image: url( ../images/copyright_bg.gif);
	background-repeat: no-repeat;
}

#copyright {
	width: 482px;
	display: block;
	float: left;
}

#disclaimer {
	width: 220px;
	display: block;
	float: left;
}

/* copyright strip link pseudo-classes */
#copystrip a:link, #copystrip a:visited { color: #999933; text-decoration: none;}
#copystrip a:hover, #copystrip a:active { color: #999933; text-decoration: none; background-color:#EBEDB1;}

/* home page box links */
.box a:link, .box a:visited { color: #999933; font-weight: bold;}
.box a:hover, .box a:active { color: #094000;}

/* GENERIC CLASSES */
.bold { font-weight: bold; }
.spineworks { font-family: "Times New Roman", Times, serif; font-weight: bold; color: #999933; font-size: 14px; }

/* GP referral form fields */

.formline {
width:450px;
margin-bottom: 5px;
}

.formtitle {
width:150px;
float:left;
display:inline;
text-align:right;
padding-right:5px;
}

.formfield {
width:290px;
float:left;
display:inline;
}

.formfield input, .formfield textarea {
width:280px;
}

.clearer {
clear:both;
}

H2 {
font-size: 16px;
color:#999933;
font-family:"Times New Roman";
font-style: italic;
margin-bottom:0;
}