/* generic */
* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #f8f6d5;
	background-image: url('images/bg-main.png');
	background-repeat: repeat-x;
}

#wrapper { 
	margin: 0 auto;
	width: 950px;
	background: url('images/bg-center.png') repeat-y top center;
}

#header {
	color: #333;
	width: 950px;
	float: left;
	padding: 0px;
	border: 0px;
	height: 290px;
	margin: 0px;
	background: url('images/bg-head.png') no-repeat;
}

#leftcolumn { 
	color: #333;
	border: 0px;
	background: url('images/bg-center.png') repeat-y top left;
	margin: 0px;
	padding: 0px;
	/* height: 350px; */
	width: 349px;
	float: left;
}

#rightcolumn { 
	float: right;
	color: #333;
	border: 0px;
	background: url('images/bg-center.png') repeat-y top right;
	margin: 0px;
	padding: 0px;
	/* height: 350px; */
	width: 600px;
	display: inline;
}

#footer { 
	width: 950px;
	clear: both;
	color: #333;
	border: 0px;
	background: url('images/bg-foot.png') no-repeat;
	margin: 0px;
	padding: 0px;
	height: 187px;
	text-align: center;
	padding-top: 20px;
}

/* particular */
#left-content {
	width: 361px;
	margin: 10px 10px 10px 30px;
}

#header-image {
	float: right;
	margin-top: 24px;
	margin-right: 21px;
	z-index: 99;
}

ul.topnav {
	position: relative;
	top: 24px;
	left: 267px;
	width: 700px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 50;
}

ul.topnav li {
	list-style-type: none;
	float: left;
}

ul.topnav li a {
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	background: url('images/bg-menu.png') no-repeat top left;
	width: 92px;
	height: 29px;
	line-height: 29px;
}

.current a, .topnav li a:hover {
	background: url('images/bg-menu.png') no-repeat bottom left !important;
}

.last a {
	width: 93px !important;
}

#maincontent {
	padding: 10px;
	color: #666;
}

#maincontent p {
	margin: 0.8em 30px 0px 0px;
	text-align: justify;
}

#maincontent ul, #maincontent ol {
	margin: 0.8em 30px 0px 40px;
	text-align: justify;
}

#footer-content {
	color: #fff;
	font-size: 0.85em;
}

.title {
	color: #2471b3;
	border-bottom: solid 1px #2471b3;
	margin: 2em 30px 0.5em 0;
}

.title span {
	color: #AAA;
	font-weight: lighter;
}

.title a, .title a:hover, .title a:visited {
	text-decoration: none;
	color: #2471b3;
}

h3 {
	margin: 1em 30px 0.5em 0;
}

h3 span {
	font-weight: bold;
	color: #2471b3;
}

a, a:link, a:visited {
	color: #2471b3;
	text-decoration: none;
}

a:hover {
	color: #7DBF0E;
	text-decoration: underline;
}

table {
	margin: 1em 0;
	border: solid 1px #2471b3;
	padding: 0;
	border-collapse: collapse;
}

th {
	background: #2471b3;
	color: #f0f0f0;
	padding: 0 2px;
	font-size: 0.8em;
	margin: 0px;
	font-weight: bold;
}

td {
	padding: 3px 2px;
	font-size: 0.85em;
	margin: 0px;
	text-align: center;
	border: solid 1px #ccc;
	vertical-align: middle;
}

/* EmailForm 
------------------------------------------------------------------------------- */
#EmailForm {
	width: 360px;
	text-align: left;
	padding-bottom: 20px;
	border: none;
}
#EmailForm.full { width: 100%; }


#EmailForm fieldset {
    border: none;
}

#EmailForm legend {
	display: none;
}
#EmailForm h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

#EmailForm label,
#EmailForm p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#EmailForm input {
	display: block;
	margin-top: 3px;
}

#EmailForm select {
	float: left;
	display: block;
}

#EmailForm label.first,
#EmailForm label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

#EmailForm label.second,
#EmailForm label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
#EmailForm label.state { width: 60px; }

#EmailForm label.first input,
#EmailForm label.city input,
#EmailForm label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

#EmailForm label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

#EmailForm label.zip,
#EmailForm label.zip input {
	float: left;
	width: 80px;
}
#EmailForm label.zip { clear: none; }

#EmailForm label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

#EmailForm label input {
	float: left;
	width: 310px;
	padding: 0;
}

#EmailForm input.radio,
#EmailForm input#radiobutton_1,
#EmailForm input#radiobutton_2,
#EmailForm input#radiobutton_3,
#EmailForm input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.radio,
#EmailForm label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#EmailForm input.checkbox,
#EmailForm input#checkbox_1,
#EmailForm input#checkbox_2,
#EmailForm input#checkbox_3,
#EmailForm input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#EmailForm label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the #EmailForm elements to look similar across browsers ... emulates Safari */
#EmailForm label input,
#EmailForm textarea {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 0 2px;
    height: 18px;
    line-height: 20px;
    background: #fff url(http://www.shisystem.com/assets/templates/shi/images/input-bg.gif) repeat-x top left;
}
#EmailForm input.checkbox,
#EmailForm select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;    
}
#EmailForm textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

#EmailForm label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
#EmailForm input.button {
    clear: left;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
	background-color: #EBE9ED;
}
