/* CSS styles */

BODY {
	background-color: white;
	margin: 0px;
	font-family: tahoma;
	color: black;
	font-size: 12px;
}

img {
	border: none;
}

a {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	padding: 0; 
	margin: 0; 
	list-style-type: none; 
}

li {
	float:left;
	display: inline;
}

#li_div {
	padding-right: 6px;
	height: 100px;
}

.text {
	width: 260px;
	border: none;
	border-bottom: 1px solid black;
}

.textarea {
	width: 400px;
	height: 200px;
	border: 1px solid black;
}

#label {
	padding-right: 20px;
	padding-bottom: 4px;
}

#edit {
	padding-bottom: 4px;
}

#head {
	width: 100%;
	height: 182px;
	background-image: url('../dsg/new/bg_repeat.jpg');
}

#head .left {
	padding-top: 45px;
	text-align: left;
	vertical-align: top;
	background-image: url('../dsg/new/head_left.jpg');
	background-repeat: no-repeat;
}

#head_shade {
	width: 100%;
	background-image: url('../dsg/new/head_shade.gif');
	text-align: left;
	background-repeat: repeat-x;
	vertical-align: center;
}

#menu {
	padding-left: 4px;
}

#menu #item {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	letter-spacing: 1px;
}

#menu #item a {
	color: #254C6D;
	text-decoration: none;
}

#menu #line {
	
}

#main {
	margin: 0 auto;
	width: 100%;
}

#head_shade #title {
	font-size: 20px;
	font-weight: bold;
	color: #376B99;
	padding-left: 10px;
}

#side_menu_shadow {
	background-image: url('../dsg/new/menu_shade.gif');
	background-repeat: repeat-y;
	width: 19px;
	vertical-align: top;
}

#side_menu_holder {
	background-image: url('../dsg/new/menu_bg.gif');
	padding-top: 20px;
}

#side_menu_item_text {
	display: inline;
	padding-left: 6px;
	_position: absolute;
}

#side_menu_item_text a {
	color: white;
	text-decoration: none;
}

#content_holder {
	vertical-align: top;
	width: 100%;
}

#content_holder1 {
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: top;
}

#home_news {
	width: 201px;
	vertical-align: top;
}

#home_news_bg {
	background-image: url('../dsg/new/news_bg.gif');
	background-position: right;
	background-repeat: repeat-y;
}

#news_bottom {
	background-image: url('../dsg/new/news_bottom_bg.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-bottom: 20px;
	min-height: 100px;
}

* html #news_bottom {
	background-image: url('../dsg/new/news_bottom_bg.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-left: 50px;
	height: 100px;
}

#home_news_title {
	color: #376B99;
	padding-bottom: 10px;
	font-weight: bold;
}

#home_news_title a {
	text-decoration: none;
	color: #376B99;
}

#bottom {
	width: 100%;
	background-image: url('../dsg/new/bottom_bg.gif');
	background-position: bottom left;
	background-repeat: repeat-x;
}

#bottom a {
	color: white;
	text-decoration: none;
}

#bottom a:hover {
	text-decoration: underline;
}

#copyright {
	padding-top: 20px;
	text-align: right;
	padding-right: 10px;
	color: white;
	font-size: 12x;
	width: 297px;
	background-image: url('../dsg/new/bottom_copyright.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
	letter-spacing: 1px;
}

#list_title {
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}

#list_title a {
	text-decoration: none;
}

#item_title {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 14px;
}

#link_back a {
	color: #376B99;
	text-decoration: none;
}

.used_line_l {
	padding-top: 8px;
	height: 16px;
	background-image: url('../dsg/new/used_line.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
}

.used_line_r{
	padding-top: 8px;
	height: 16px;
	background-image: url('../dsg/new/used_line.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: right;
}
