@import url("reftech_layout.css");
@import url("reftech_menu.css");

/* General styles ______________ */

body {
	margin: 0;
	padding: 0;
	background: #e4ebfb url(../images/body_bkgnd.jpg) repeat-x top left;
	text-align: center;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 100%;
	color: black;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
	color: #081478;
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: 0;
	line-height: 1;
	border-bottom: 1px solid #cccccc;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 0.9;	
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	padding: 0;
	margin: 15px 0 0 0;
}

h2.divhead {
	font-size: 1.3em;
	font-weight: bold;
	color: #595959;
	padding: 0;
	margin: 7px 10px 13px 10px;
}

h2.homedivhead {
	font-size: 1.3em;
	font-weight: bold;
	color: white;
	padding: 0;
	margin: 10px;
}

h2.reftechhomedivhead {
	font-size: 1.3em;
	font-weight: bold;
	color: #808080;
	padding: 0;
	margin: 10px;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	color: #4d4d4d;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	color: #808080;
}

a.badgebutton {
	position: relative;
	line-height: 200%;
	padding: 4px 10px;
	background: #1e4e8f url('../images/badge-button-bkgnd.gif') repeat-x top left;
	color: white;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #2767bd;
}

a:hover.badgebutton {
	background: #2767bd;
	color: white;
}

a.ticketbutton {
	position: relative;
	line-height: 200%;
	padding: 4px 10px;
	background: #257b1a url('../images/ticket-button-bkgnd.gif') repeat-x top left;
	color: white;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #34ad25;
}

a:hover.ticketbutton {
	background: #34ad25;
	color: white;
}

a.erbutton {
	position: relative;
	line-height: 200%;
	padding: 4px 10px;
	background: #d76b00 url('../images/er-button-bkgnd.gif') repeat-x top left;
	color: white;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #f88702;
}

a:hover.erbutton {
	background: #f88702;
	color: white;
}

a.headlink {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

a.headlink:hover {
	color: white;
}

div.homebutton {
	float: right;
	width: 200px;
	margin: 10px 10px 10px 0;
	padding: 0;
	border: 0;
	text-align: right;
}

p.clear {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 0;
}

p.clear_right {
	clear: right;
	margin: 0;
	padding: 0;
}

p.clear_left {
	clear: left;
	margin: 0;
	padding: 0;
}

p.dull {
	color: #666666;
}

.first {
	font-size: 1.2em;
	font-weight: bold;
}

#picfloat {
	float: right;
	width: 200px;
	height: 630px;
	margin: 0;
	padding: 0;
}

#piccopyright {
	float: right;
	width: 700px;
	border: 0;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: right;
	color: #666666;
	font-size: 85%;
}

/* Form styles ______________ */

p.row {
	margin: 0 0 10px 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 1px solid #049922;
	padding: 10px 10px 20px 10px;
	background: url('../images/chart-bkgnd.jpg') repeat-x top left;
	margin-top: 10px;
}

legend {
	padding: 0 5px 5px 5px;
	margin: 0;
	color: #081478;
	font-weight: bold;
}

div.questionwrap {
width: 100%;
overflow: hidden;
padding: 5px 0;
}

div.questionwrap label.column1 {
float: left;
width: 480px; /*width of label (left column)*/
margin-right: 20px;
}

div.questionwrap label.column2 {
float: left;
width: 440px; /*width of label (left column)*/
margin-right: 20px;
margin-left: 40px;
}

div.questionwrap label.column3 {
float: left;
width: 300px; /*width of label (left column)*/
margin-right: 20px;
}

div.questionwrap div.questiondata {
float: left;
margin-bottom: 10px;
}

div.questionwrap textarea {
	width: 341px;
	height: 200px;
}

div.questionwrap input.button {
	position: relative;
	line-height: 160%;
	padding: 4px 10px;
	background: #1e4e8f url('../images/badge-button-bkgnd.gif') repeat-x top left;
	color: white;
	font-weight: normal;
	text-decoration: none;
	border: 1px solid #2767bd;
	cursor: pointer;
}

div.questionwrap p.buttonrow {
	text-align: center;
}

div.job {
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	padding: 10px 0;
	margin: 10px 0;
	}



	
	





