/**
 * custom.css
 *
 * Site specific style
 *
 **/

body {
	background-color: #000000;
	font-family: arial, sans-serif;
}

div#container {
	margin: auto;
	width: 761px;
	height: 623px;
	background-color: #404450;
}

div#phone_header {
	height: 53px;
}

div#banner {
	height: 201px;	
}

ul#menu {
	list-style: none;
	margin: 0;
	font-size: 0;
}

ul#menu li {
	display: inline;
}

div#sidebar {
	float: left;
	width: 230px;
}

div#side_links img {
	display: block;
}

div#content-frame {
	float: right;
	padding: 10px;
	background-color: #1b2325;
	width: 473px;
	height: 270px;
	margin: 10px 30px 0 0;
	background-image: url('../images/frame-top.jpg');
	background-repeat: no-repeat;
	
}

img.bottom_frame {
	position: relative;
	left: -10px;
	bottom: 3px;
}

div#content {
	width: 460px;
	height: 260px;
	background-color: #1b2325;
	padding: 5px;
	color: #49c7eb;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;

}

h1 {
	color: #ffffff;
	font-size: 1.7em;
}


h2 {
	color: #49c7eb;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	margin-bottom: 0;
}

span.white_highlight {
	color: #ffffff;
}

div#content ul {
	list-style-image: url('../images/bullet.gif');
}

div#content-frame-home-top {
	padding: 10px;
	background-color: #1b2325;
	width: 667px;
	height: 128px;
	margin: 10px 37px 0 37px;
	background-image: url('../images/frame-top-home.jpg');
	background-repeat: no-repeat;
}

div#content-home-top {
	background-color: #1b2325;
	padding: 5px;
	height: 128px;
	color: #49c7eb;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}

img.home-bottom_frame {
	position: relative;
	left: -10px;
	bottom: 20px;
}

div#content-home-left {
	clear: both;
	float: left;
	margin: 10px 10px 20px 37px;
	width: 345px;
	height: 118px;
	background-image: url('../images/home_statement.jpg');
	background-repeat: no-repeat;
	background-position: right;
	position: relative;
}

div#content-home-left p {
	color: #49c7eb;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	width: 170px;
	height: 110px;
	line-height: 1.4em;
	position: absolute;
	right: 5px;
	top: 10px;
}

div#content-home-right {
	margin-top: 10px;
	float: right;
	width: 345px;
	height: 118px;
	
}

div#content-home-right ul {
	color: #ffffff;
	font-size: 1.1em;
	width: 170px;
	float: left;
	margin: 0;
	font-weight: bold;
	font-style: italic;
	list-style-image: url('../images/bullet_home.jpg');
}


div#contact_details {
	float: left;
	width: 220px;
}

div#contact_details p {
	color: #ffffff;
	font-size: 0.8em;
	margin-bottom: 5px;
}

form#contact_form {
	color: #ffffff;
	font-size: 0.9em;
	width: 240px;
	float: right;
}

form#contact_form table {
	margin-bottom: 5px;
}

form#contact_form table td {
	padding: 0;
}

form#contact_form input {
	color: #ffffff;
	background-color: #1b2325;
	font-size: 0.8em;
	border: 1px solid #EFEFEF;
	width: 150px;
}

form#contact_form textarea {
	width: 145px;
	height: 60px;
	background-color: #1b2325;
	color: #ffffff;
	border: 1px solid #EFEFEF;
	font-size: 1em;
	padding: 2px;
	margin: 
}

form#contact_form select {
	background-color: #1b2325;
	color: #ffffff;
	border: 1px solid #EFEFEF;
	font-size: 0.8em;
}

form#contact_form td.form_label {
	text-align: left;
	width: 130px;
	font-size: 0.9em;
}

form#contact_form td.form_field {
	width: 180px;
}

form#contact_form input.submit_button {
	width: 50px;
}

a.email_link {
	color: #ffffff;
	text-decoration: none;
}

p#contact_footer {
	clear: both;
	font-size: 0.8em;
}

div#page_footer {
	clear: both;	
}

div#dev_footer, div#dev_footer a {
	color: #404450;
	margin: auto;
	width: 761px;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
}

div#home_side_links {
	width: 173px;
	height: 140px;
	margin-left: -10px;
	margin-top: 5px;
	float: left;
}

div#home_message {
	width: 480px;
	margin-left: 10px;
	float: left;
}

div#home_message h1 {
	margin-bottom: 4px;
}

div#home_message p {
	margin-bottom: 3px;
	line-height: 1.2em;
}

table#login_form {
	color: #ffffff;
	margin: 20px auto;
	padding-bottom: 150px;
	width: 400px;
}

ul a {
	color: #49c7eb;
}

ul a:hover {
	color: #49c7eb;
	text-decoration: none;
}

div#content-home-right ul a {
	color: #ffffff;
}


.ie7 img.home-bottom_frame {
	position: relative;
	left: -10px;
	bottom: 10px;
}

.ie7 p#contact_footer {
	font-size: 0.7em;
}

.ie6 div#content-frame-home-top {
	width: 687px;
	margin: 10px 27px 0 27px;
	background-image: none;
}

.ie6 img.home-bottom_frame {
	display: none;
}

.ie6 div#content-frame {
	margin: 10px 20px 0 0;
	background-image: none;
	
}

.ie6 div#content {
	padding: 10px;

}

.ie6 div#sidebar {
	width: 210px;
}

.ie6 img.bottom_frame {
	display: none;
}

.ie6 div#content-home-left {
	margin: 10px 10px 20px 14px;
	width: 345px;
}
