/*  
////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\
////////////////////////    MAIN BODY STYLES
////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

*{
	padding:0;  
	margin:0;  
}  

body {
	background-color: #232323;
	font-family: Verdana;
	font-size: 12px;
	color: #919191;
}

a:link {
	color: #5a7097;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #5a7097;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #919191;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #5a7097;
	font-weight: bold;
}

.input-field {
	
	background-color: #5a7097;
	border: 1px solid #666666;
	color: #000000;
	font-weight: bold;
}

.button {
	background-color: #5a7097;
	border: 1px solid #666666;
	color: #000000;
	font-weight: bold;
}

.button:hover {
	background-color: #919191;
	cursor: pointer;
}

#container {
	margin: auto;
	width: 779px;
}

/*  
////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\
////////////////////////    BANNER STYLES
////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

#banner {
	background: url(images/banner.jpg) no-repeat;
	float: left;
	height: 245px;
	width: 779px;
	margin-top: 5px;
}

/*  
////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\
////////////////////////    NAVIGATION STYLES
////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

#navigation {
	background: url(images/nav.jpg) no-repeat;
	float: left;
	height: 47px;
	width: 779px;
	margin-top: 5px;
}

#navigation-text {
	width: 779px;
	float: left;
}

.nav li {
	list-style:none;
	display:block;
	float: left;
	padding: 16px 20px 0 22px;	
	height: 33px;
	display: block;
}

.nav a:link {
	text-decoration: none;
	font-weight: bold;
	color: #919191;
}

.nav_spacer {
	background: url(images/nav_spacer.gif) no-repeat;
}

.nav a:hover{
	color: #5a7097;
	text-decoration: none;
	font-weight: bold;
}

.nav a:active{
	color: #5a7097;
	text-decoration: none;
	font-weight: bold;
}

/*  
////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\
////////////////////////    CONTENT STYLES
////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

#content {
	float: left;
	width: 779px;
}

/* CONTENT LEFT */

#content-left {
	float: left;
	width: 477px;
}

.left-top {
	background: url(images/box_left_top.gif) no-repeat;
	width: 477px;
	height: 32px;
	float: left;
	margin-top: 5px;
}

.title li {
	list-style:none;
	display:block;
	float: left;
}
.left-top h1{
	font-size: 14px;
	color: #bcb8b8;
	padding: 12px 0 0 22px;
}

.left-top img{
	width: 15px;
	height: 13px;
	border: 0;
	padding: 15px 0 0 2px;
	float: left;
	
}

.left-mid {
	background: url(images/box_left_mid.gif) repeat-y;
	width: 477px;
	float: left;
}

.left-inner-content {
	margin: 5px 0 0 14px;
}

.left-content-top {
	background: url(images/box_inner_left_top.gif) no-repeat;
	float: left;
	height: 6px;
	width: 449px; font-size: 0px;
}

.left-content-mid {
	background: url(images/box_inner_left_mid.gif) repeat-y;
	width: 449px;
	float: left;
}

.content-text {
	float: left;
	padding: 0 8px 0 8px;
}

.left-content-bot {
	background: url(images/box_inner_left_bot.gif) no-repeat;
	float: left;
	height: 6px;
	width: 449px;
}

.left-bot {
	background: url(images/box_left_bot.gif) no-repeat;
	float: left;
	height: 12px;
	width: 477px;
}
/* CONTENT RIGHT */

#content-right {
	float: right;
	width: 285px;
}

.right-top {
	background: url(images/box_right_top.gif) no-repeat;
	width: 285px;
	height: 32px;
	float: left;
	margin-top: 5px;
}

.title li {
	list-style:none;
	display:block;
	float: left;
}
.right-top h1{
	font-size: 14px;
	color: #bcb8b8;
	padding: 12px 0 0 22px;
}

.right-top img{
	width: 15px;
	height: 13px;
	border: 0;
	padding: 15px 0 0 2px;
	float: left;
}

.right-mid {
	background: url(images/box_right_mid.gif) repeat-y;
	width: 285px;
	float: left;
}

.right-inner-content {
	margin: 5px 0 0 14px;
}

.right-content-top {
	background: url(images/box_inner_right_top.gif) no-repeat;
	float: left;
	height: 6px;
	width: 257px;font-size: 0px;
}

.right-content-mid {
	background: url(images/box_inner_right_mid.gif) repeat-y;
	width: 241px;
	float: left;
	padding: 0 8px 0 8px;
}

.right-content-mid p{
	float: left;
}
.right-content-mid img{
	width: 225px;
	border: 0;
	float: left;
}

.right-content-bot {
	background: url(images/box_inner_right_bot.gif) no-repeat;
	float: left;
	height: 6px;
	width: 257px;
}

.right-bot {
	background: url(images/box_right_bot.gif) no-repeat;
	float: left;
	height: 12px;
	width: 285px;
}

/*  
////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\
////////////////////////    FOOTER STYLES
////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\
*/

#footer {
	background: url(images/footer.jpg) no-repeat;
	float: left;
	height: 47px;
	width: 779px;
	margin-top: 5px;
}

.footer-text {
	width: 779px;
	float: left;
}

.abc {
	color: #706e6e;
	list-style:none;
	float: left;
	height: 33px;
	padding: 16px 20px 0 150px;
}

.cba {
	list-style:none;
	float: right;
	height: 33px;
	padding: 16px 30px 0 22px;	
}