/* Created by Dima Suslikov at LocalColorMedia.com */

/* General */

body {
	background: #AAAAAA url(../images/bbg.jpg) no-repeat scroll center top;
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 24px;
}

input, select, option, td, th, textarea {
	font-family: "Trebuchet MS", Arial;
	font-size: 14px;
}

input, select, option, textarea, submit, reset {
	background-color: transparent;
	border-bottom: 1px #ffffff solid;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #ffffff;
	padding-left: 5px;
	font-weight: bold;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.button {
	background-color: #294B00;
	text-align: center;
	padding: 2px 15px;
	border: 0px;
	cursor: pointer;
	font-weight: normal;
	color: #ffffff;
}

.button:hover {
	background-color: #202020;
}

a {
	text-decoration: none;
	color: #cc0000;
	font-weight: bold;
}


a.thnlnk {
	font-weight: normal;
}

a:hover {
	color: #ffffff;
}

p, ul, li {
	text-align: justify;
}

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

ul {
	padding: 0px 0px 10px 20px;
	margin: 0px;
}

h1 {
	font-weight: normal;
	font-size: 24px;
	letter-spacing: -1px;
	padding: 0px 0px 10px;
	color: #666666;
	width: 100%;
	font-family: Georgia;
	font-style: italic;
	margin: 0px 0px 10px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: -1px;
	padding: 0px 0px 10px;
	color: #666666;
	width: 100%;
	font-family: Georgia;
	font-style: italic;
	margin: 0px 0px 10px;
}

h3 {
	font-weight: normal;
	font-size: 18px;
	letter-spacing: -1px;
	padding: 0px 0px 10px;
	color: #666666;
	width: 100%;
	font-family: Georgia;
	font-style: italic;
	margin: 0px 0px 10px;
	border-bottom: 1px #cccccc dotted;
}

/* Site-specific */

#wrapper {
	width: 1000px;
	margin: 25px auto;
}

/* Header */

#header {
	background: transparent url(../images/top.png) repeat-x scroll left top;
	height: 300px;
	width: 760px;
	padding: 25px 15px 15px 225px;
}

#header .imageRight {
	padding: 0px 0px 15px;
	text-align: right;
}

#header iframe {
	border: 0px;
}

/* Message */

#message {
	text-align: center;
	width: 1000px;
	color: #294B00;
	min-height: 3px;
	font-weight: bold;
	background: #ffffff;
}

#message #confirm {
	padding: 15px;
	line-height: 60px;
	font-size: 38px;
	text-transform: uppercase;
	letter-spacing: 7px;
}
	

/* Flash */

#flash {
	width: 1000px;
	background: #ffffff;
	height: 500px;
}

#flash #lcm_container {
	 width:1000px;
	 background-color: #ffffff;
	 height: 500px;
	 margin: 0 auto;
}

/* Footer */

#footer {
	background: transparent url(../images/bottom.png) no-repeat scroll left bottom;
	min-height: 20px;
	width: 980px;
	padding: 10px;
	text-align: center;
	color: #FFFFFF;
}

#lcm_b {
	float: right;
	position: relative;
	top: 20px;
}

#footer form {
	text-align: center;
}

#footer table {
	width: 900px;
	padding-left: 40px;
}

/* General */

hr {
	border: 0px;
	background: #ffffff;
	height: 1px;
}

.fullwidth {
	width: 100%;
}
