/* defaults */

body {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	
	color: #000000;
	background-color: #000066;
	margin: 0px;
	padding: 0px;
	
	font-size: 12px;
}

p {
	font-size: 14px;
	font-weight: normal;
	
	margin: 0px;
	padding: 14px;
}

h1 {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #333333;
	padding: 5px;
	border-top: 2px #000000 solid;
	border-bottom: 2px #000000 solid;
}

h2 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #990000;
}

h3 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #CCCCCC;
	padding: 5px;
	background-color: #333333;
}

h4 {
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: underlined;
}

a:visited {
	color: #000000;
	text-decoration: underlined;
}

a:active {
	color: #000000;
	text-decoration: underlined;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

img {
	border: 2px #FFFFFF solid;
	text-align: center;
}

p {
	text-align: left;
}

/* id */

#container {
	background-color: transparent;
	padding: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
    margin-left: auto;
	color: #000000;
	width: 800px;
}

#header {
	margin: 0px;
	padding: 0px;	
	clear: both;
	font-size: 20px;
	text-align: center;
	color: #000000;
	height: 167px;
	background: transparent url(../gfx/header_bg.gif) top left no-repeat;
}

#header dl {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header dt {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000000;
}

#header dd {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-style: none;
	color: #000000;
}

#header dd a:link {
	text-decoration: none;
	color: #000000;
}

#header dd a:hover {
	text-decoration: none;
	color: #339966;
}

#nav {
	padding: 0px;
	margin: 0px;
	float: left;
	font-size: 14px;
	background: transparent;
	width: 110px;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
	font-size: 14px;
	list-style: none;
	text-align: left;
}

#nav li {
	padding: 0px;
	padding-left: 5px;
	padding-top: 3px;
	margin-top: 2px;
	text-transform: uppercase;
	margin-left: 0px;
	color: #CCCCCC;
	background: transparent url(../gfx/nav_bg.gif) top left no-repeat;
	background-position: 0px 54px;
	width: 154px;
	height: 23px;
}

#nav a:link, #nav a:active, #nav a:visited {
	display: block;
	color: #CCCCCC;
	text-decoration: none;
	font-family: Trebuchet MS, Verdana, sans-serif;
	width: 154px;
	height: 23px;
	padding: 0px;
	margin: 0px;
}

#nav a:link {
	background: transparent url(../gfx/nav_bg.gif) top left no-repeat;
	background-position: 0px 0px;
	position: relative;
	left: -5px;
	top: -3px;
	padding-left: 5px;
	padding-top: 3px;
}

#nav a:visited {
	background: transparent url(../gfx/nav_bg.gif) top left no-repeat;
	background-position: 0px 0px;
	position: relative;
	left: -5px;
	top: -3px;
	padding-left: 5px;
	padding-top: 3px;
}

#nav a:hover {
	background: transparent url(../gfx/nav_bg.gif) top left no-repeat;
	background-position: 0px 27px;
	position: relative;
	left: -5px;
	top: -3px;
	padding-left: 5px;
	padding-top: 3px;
	font-weight: bold;
}

#content {
	margin: 0px 49px 0px -10px;
	padding: 20px;
	padding-left: 60px;
	background: #CCCCCC;
	float: right;
	width: 571px;
	text-align: center;
}

#content dl {
	margin: 10px;
	padding: 10px;
}

#content dt {
	margin: 0px 0px 10px 0px;
	padding: 2px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #003366;
	text-transform: uppercase;
}

#content dd {
	margin: 0px 0px 0px 10px;
	padding: 0px 10px 5px 15px;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: none;
	color: #000000;
}

#content dd a:link {
	text-decoration: underline;
	color: #003366;
}

#content dd a:hover {
	text-decoration: none;
	color: #000000;
}

#footer {
	font-size: 20px;
	padding: 0px;
	text-align: center;
	clear: both;
	color: #FFFFFF;
	background-color: transparent;
}

#footer dl {
	margin: 0px;
	margin-left: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer dt {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

#footer dd {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-style: none;
	color: #FFFFFF;
}

#footer dd a:link {
	text-decoration: none;
	color: #CCCCCC;
	font-size: 14px;
}

#footer dd a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 16px;
}

#copystrap {
	color: #FFFFFF;
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
    margin-left: auto;
    width: 800px;
}

#copystrap ul {
	list-style: none;
	padding: 5px;
	text-align: center;
	margin-left: 50px;
}

#copystrap li {
	display: inline;	
	padding: 2px;
}

#copystrap a {
	color: #FFFFFF;
}

#copystrap a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#copystrap span {
	margin-left: 50px;
}

#copystrap span a {
	color: #FF0000;
}

#copystrap span a:hover {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

#gallery {
	padding: 0px;
	float: left;
	font-size: 14px;
}

#gallery ul {
	font-size: 14px;
	list-style: none;
	text-align: center;
}

#gallery li {
	padding: 5px;
	margin: 10px;
	float: left;
}

#gallery h3 {
	font-size: 12px;
}

#gallery img {
	border: 2px #000000 solid;
	padding: 2px;
}

#gallery input.gal_submit {
	width: 100px;
}

#links {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: center;
}

#links ul {
	font-size: 14px;
	list-style: none;
	text-align: center;
}

#links li {
	padding: 5px;
	margin: 10px 10px 10px -50px;
	text-align: center;
}

#hometruck {
	height: 200px;
	padding: 2px;
	text-align: center;
	border: 2px #000000 solid;
}

h2#h2_1 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #990000;
	height: 75px;
	width: 500px;
	margin: 0px auto;
	padding-top: 25px;
	background: transparent url(../gfx/h2_1_bg.jpg) top left no-repeat;
}

h2#h2_2 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #990000;
	height: 75px;
	width: 500px;
	margin: 0px auto;
	padding-top: 25px;
	background: transparent url(../gfx/h2_2_bg.jpg) top left no-repeat;
}

h2#h2_3 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #990000;
	height: 75px;
	width: 500px;
	margin: 0px auto;
	padding-top: 25px;
	background: transparent url(../gfx/h2_3_bg.jpg) top left no-repeat;
}

h2#h2_4 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #990000;
	height: 75px;
	width: 500px;
	margin: 0px auto;
	padding-top: 25px;
	background: transparent url(../gfx/h2_4_bg.jpg) top left no-repeat;
}

img#mps_title {
	border: none;
	height: 21px;
}

/* class */

.auth_link {
	margin: 0px 10px;
	text-align: center;
	font-weight: normal;
}

.auth_link a {
	margin: 0px 0px 0px 30px;
	color: #990000;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
}

.error_msg {
	color: #990000;
	display: block;
	text-align: center;
	margin-bottom: 16px;
	clear: both;
	font-size: 14px;
}

.warning_msg {
	color: #000099;
	display: block;
	text-align: center;
	margin-bottom: 16px;
	clear: both;
	font-size: 14px;
}

.success_msg {
	color: #009900;
	display: block;
	text-align: center;
	margin-bottom: 16px;
	clear: both;
	font-size: 14px;
}

/* form styling */

.form_title {
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	margin-left: 32px;
}

.form_req {
	color: #ff0000;
	font-size: 12px;
}

fieldset {
	border: none;
	padding: 8px 8px 8px 8px;
	margin: 0px;
}

form div {
	position: relative;
	width: 540px;
	margin: 0px 0px 8px 0px;
}

legend {
	font-weight : normal;
	font-size: 16px;
	margin: 0px;
	padding: 8px;
	color: #000000;
}

label {
	float: left;
	width: 200px;
	text-align: right;
	vertical-align: middle;
	margin: 4px 8px 4px 0px;
}

input {
	width: 200px;
}

input.submit {
	display: block;
	margin: 8px;
	text-align: center;
	width: 150px;
}

input.radio, input.checkbox {
	height: 16px;
	width: 16px;
}

label em {
	position: absolute;
	left: 410px;
	top: 0;
	width: 120px;
	float: left;
	text-align:left;
	margin: 4px 0px;
}