body, h1, h2, h3, p, form, fieldset, a, img, ul, li
{
	color: black;
	font-size: 12px;
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px none;
}

p,h1,h2,h3
{
	margin-bottom: 10px;
	margin-top: 10px;
}

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

a:hover
{
}

a:visited
{
}

h1,
h2,
h3
{
	color: #234367;
}

h1.first_page
{
	margin-bottom: 0px;
}

h2.first_page
{
	margin-top: 0px;
	font-style: italic;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 13px;
}

ul
{
	list-style-position: outside;
}

li
{
	margin-left: 20px;
}

body
{
	background-color: #2a2a2a;
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
}

#page
{
	width: 970px;
	margin: 0px auto;
}

#logo
{
	background-color: white;
	padding: 10px;
	border-bottom: 1px solid black;
	text-align: right;
}

#logoimg, #companyname
{
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: 0;
}

#logoimg span, #companyname span
{
	display: none;
}

#logoimg
{
	width: 71px;
	height: 70px;
	background-image: url("images/logo.png");
}

#companyname
{
	width: 327px;
	height: 70px;
	background-image: url("images/companyname.png");
}

#header
{
	height: 120px;
	background-image: url('images/illustration.png');
}

.navigation
{
	background-color: #234367;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.navigation ul
{
	text-align: center;
	list-style: none;
	white-space: nowrap;
	list-style-type: none;
	margin: 5px auto;
}

.navigation ul li
{
	display: inline;
	margin: 0;
	padding: 0 20px;
}

#contact
{
	background-image: none;
	padding-right: 40px;
}

.navigation ul li a
{
	font-size: 13px;
	font-weight: normal;
	color: white;
}

.leftshadow
{
	width: 24px;
	background-position: right;
	background-repeat: repeat-y;
	background-image: url("images/leftshadow.png");
	border-right: 1px solid black;
}

.rightshadow
{
	width: 24px;
	background-position: left;
	background-repeat: repeat-y;
	background-image: url("images/rightshadow.png");
	border-left: 1px solid black;
}

.content
{
	width: 922px;
	background-color: white;
}

.contentDiv
{
	padding: 10px;
}

#body
{
	background-color: white;
	margin-left: 159px;
	border-left: 1px solid #729cd5;
	padding: 10px;
}

#footer
{
	height: 40px;
	background-image: url("images/footer.png");
}

#copyright
{
	color: white;
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

form
{
	width: 406px;
	margin: 0 auto;
}

input
{
	width: 200px;
}

textarea
{
	width: 200px;
	height: 150px;
}

.contact_us_line
{
	display: table-row;
}

.contact_us_label
{
	padding: 5px 0;
	display: table-cell;
	float: left;
	width: 200px;
}

.contact_us_field
{
	width: 200px;
	display: table-cell;
	float: left;
	padding: 5px 0;
	vertical-align: top;
}

.form_field_error
{
	color: red;
	display: table-row;
}

.contact_us_submit
{
	text-align: center;
}

#contact_us_textarea_chars_left
{
	font-size: 9px;
}

.language
{
	margin-top: 10px;
}

#comm100_track
{
	display: none;
}
