/* CSS Document */
/*Inmotion New*/

html {
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#49453c;
	line-height:16px;
	background-color: #ffffff;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* You can change the width of this container to whatever the width of the site is, but
you need to have a width on the container. Check the width of the main table too.*/

#container {
	padding:0;
	width:785px;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	height: 273px;
	width: 365px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	padding-top: 23px;
	padding-left: 420px;
}
#container #content {
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
	width: 785px;
}
#container #content #navigation {
	width: 748px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;
	padding-left: 21px;
}
#container #content #nav_bottom {
	background-image: url(images/nav_bottom.png);
	background-repeat: no-repeat;
	height: 9px;
	width: 769px;
	margin-right: auto;
	margin-left: auto;
}

#container #content #left {
	width: 240px;
	padding-left: 20px;
	float: left;
	padding-top: 10px;
	margin-top: 15px;
}
#container #content #left #left_top {
	background-image: url(images/left_top.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 240px;
}
#container #content #left #left_bg {
	background-image: url(images/left_bg.png);
	background-repeat: repeat-y;
	width: 200px;
	padding-right: 20px;
	padding-left: 20px;
}
#container #content #left #left_bottom {
	background-image: url(images/left_bottom.png);
	background-repeat: no-repeat;
	width: 240px;
	padding-top: 20px;
	text-align: center;
}
#container #content #right {
	float: right;
	width: 485px;
	padding-right: 23px;
	padding-top: 25px;
}
#container #content #right #locations {
	font-size: 11px;
	font-style: italic;
	line-height: 11px;
	text-align: center;
}
#container #content #right #sig {
	text-align: right;
	font-weight: bold;
}

#container #content #clear {
	clear: both;
	height: 10px;
	width: 785px;
}
#container #subheader {
	height: 86px;
	width: 785px;
	background-image: url(images/subheader.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 11px;
	line-height: 11px;
	color: #FFFFFF;
	padding-top: 60px;
}

#container #content #simple-form {
	padding-top: 0px;
}

#container #content #form-element {
	padding-top: 25px;
}

#container #content #success {
	padding-top: 25px;
	padding-bottom: 25px;
	font-size: 18px;
	
}

#container #content #error {
	width: 300px;
    border: 1px solid #ff0000;
    padding: 10px;
    margin-top: 50px;
	font-size: 15px;
	color: #ff0000;
}


/* ----------- HEADER STYLES ------------ */

h1 {
	font-weight:normal;
	font-size:13px;
	display:inline
}

h2 {
	font-weight:normal;
	font-size:13px;
	display:inline
}

h3 {
	font-weight:normal;
	font-size:13px;
	display:inline
}
  
table, td {
	border-collapse:collapse;
}

table, td, img {
	border:0; 
	padding:0;
}

form, td {
	margin:0; 
	padding:0;
}

br {
	font-size:10px;
}

table{
	border:0px; 
	border-collapse:collapse;	
}

td, input, textarea{
	font-size:13px;
    font-family:Tahoma;
	color:#49453c;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

td, select, input {
	font:13px tahoma, arial, helvetica, sans-serif; 
	color:#49453c; 
	vertical-align:top;  
	text-align:left;
}

img a { 
	border:0px;
}

img { 
	vertical-align:top;
}

b {
	color:#f32648;
}

/* ------------ CHANGE LINK COLOR HERE ------------ */

.header{
	font-size:18px;
	font-weight:bold;
	color:#003399;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
.subheader{
	font-size:14px;
	font-weight:bold;
	color:#003399;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.locations {
	font-size: 11px;
	font-style: italic;
	line-height: 11px;
}
.bottom {
	color: #666666;
}


.image {
	float: right;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
}

a.body:link{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.body:visited{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.bottom:link{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
	line-height: 11px;
}

a.bottom:visited{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
	line-height: 11px;
}
a:link{
	color:#49453c;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#49453c;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

ul {
	line-height:1.3em;
}

.clear{clear:both;}

#container #content #navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
	width: auto;
	text-align: center;
	line-height: 10px;
	background-image: url(images/navbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 22px;
	padding-left: 22px;
	float: left;
	padding-top: 10px;
}
#container  #content  #navigation  a.on {
	background-position: bottom;
}

#container #content #navigation a:hover {
	background-position: bottom;
}
.input {
	width: 95%;
}
