/* sal.css */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:1.4em;
	margin:0;
	padding:0;
	color:#333;
	background-color:#E3D8C4;
}

p {
	margin:0;
	padding:0;
}

#page_top {
	width:760px;
	height:20px;
	margin:0 auto;
	padding:0;
	background:#E3D8C4 url("../images/page_top.jpg") top left no-repeat;
	font-size:1px;
	clear:both;
}

#page_container {
	width:730px;
	margin:0 auto;
	padding:0 15px;
	background:#E3D8C4 url("../images/page_bg.jpg") repeat-y;
	clear:both;
	/*border-top:1px dashed #333;*/
}

#page_bottom {
	width:760px;
	height:20px;
	margin:0 auto;
	padding:0;
	background:#E3D8C4 url("../images/page_bottom.jpg") top left no-repeat;
	font-size:1px;
	clear:both;
}

#header {
	clear:both;
	height:60px;
	padding-top:4px;
}
#header .left {
	float:left;
	padding-left:8px;
}
#header .right {
	float:right;
	padding-right:8px;
}

#photo {
	text-align:center;
	padding:10px 1px 10px 0;
}
#photo img {
	border:1px solid #CCC;
}

#content {
	border-top:1px solid #FFF;
}

#content .left, #content .onecolumn {
	float:left;
	width:435px;
	
	border-right:1px solid #CCC;
	margin-bottom:3px;
	padding-left:10px;
	padding-right:1em;
	padding-bottom:10px;
}
#content .onecolumn {
	width:600px;
	border-right:none;
}
#content .left h3, #content .onecolumn h3 {
	font-size:1em;
	font-weight:bold;
}

#content .right {
	padding-left:0px;
	margin-left:10px;
	float:left;
	width:255px;
}

#content .left ul, #content .onecolumn ul {
	margin-left:20px;
	padding:0;
}
#content .left ul li, #content .onecolumn ul li {
	margin-bottom:0.5em;
}

#disclaimers {
	clear:both;
	font-size:0.8em;
	color:#666;
	text-align:left;
	width:730px;
	margin:0 auto;
	margin-bottom:15px;
}

.alignCenter {
	text-align:center;
}

.clearBoth {
	clear:both;
}

.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}

a {
	color:#4D893A;
}
a:hover {
	color:#B0661B;
}


/* REQUEST FORM */
#requestForm table {
	width:440px;
}
/*#requestForm table tr.req {
	padding-bottom:5em;
	margin-bottom:5em;
}*/
#requestForm table tr {
	height:2.7em;
}
#requestForm table td.label {
	text-align:right;
	width:125px;
}
#requestForm table td.required {
	text-align:center;
	width:20px;
}

#requestForm table td.valid {
	background:#FFF url('../images/valid.gif') right no-repeat;
}
#requestForm table td.invalid {
	background:#FFF url('../images/invalid.gif') right no-repeat;
}
#requestForm table td.nostatus {
	background:none;
}

#requestForm table td input.text, #requestForm table td input.digit3,
#requestForm table td input.digit4, #requestForm table td input.digit5 {
	padding:3px 3px 2px 3px;
}

#requestForm table td input.text {
	width:235px;
}
#requestForm table td input.digit3 {
	width:32px;
}
#requestForm table td input.digit4 {
	width:37px;
}
#requestForm table td input.digit5 {
	width:47px;
}

#btn_request {
	padding-top:10px;
}
#logo_3p {
	padding-top:15px;
}
#btn_submit {
	padding-left:8px;
	padding-right:8px;
	margin-top:1em;
}

.required {
	color:#C00;
}