/*** Text Styles ***/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
}
h1 {
	color: #FF9F00;
	font-size: 23px;
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 15px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #999;
	margin-bottom: 10px;
	width: 450px;
	border-bottom: 1px solid #B0B0B0;
}
.hell {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: right;
	font-weight: normal;
	display: none;
}
#home .hell {
		display:block;
}
.clear {
	clear: both;
}

/*** Lists ***/

ul {
 	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}
li {
	padding-bottom: 10px;
	line-height: 20px;
}

/*** Layout Page Styles ***/

#site_wrapper {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 920px;
}
#content_area {
	margin: 15px;
	height: 100%;
	min-height: 550px;
}
#home #content_area {
	min-height: 380px;
}
#content {
	margin: 0px;
	padding: 12px;
	height: 100%;
	width: 450px;
	float: right;
}
#topbar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	height: 25px;
	margin-top: 0px;
	background-color: #666;
	text-align: center;
	padding: 6px 0;
}
#bottombar-container, .bottombar_image {
	height: 200px;
}
#bottombar-container {
	width: 439px;
	height: 198px;
	background-color: #F6F6F6;
	border: 1px solid #B0B0B0;
	border-right: none;
}
#bottombar-content {
	margin: 10px 15px;
	background-color: #F6F6F6;
}
.bottombar_image {
	float: right;
	width: 480px;
}

#copyright, address {
	text-transform: uppercase;
	font-size: 11px;
}

#copyright {
	float: left;
	padding: 10px 0 0 30px;
	width: 400px;
}
address {
	padding: 10px 30px 0 0;
	font-style: normal;
	text-align: right;
}

/*** Links Styles ***/
a:link,
a:visited,
a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF9F00;
	text-decoration: underline;
}

.hell a:link,
.hell a:visited,
.hell a:active {
	color: #666666;
	text-decoration: none;
}
.hell a:hover {
	font-style: italic;
}

/*** Top Navigation ***/

#nav {
	color: #FF9F00;
	font-size: 15px;
	font-weight: normal;
	height: 20px;
	margin: 0;
	text-transform: uppercase;
	padding-bottom: 30px;
}
#home #nav {
	margin-top: 173px;
	padding-bottom: 0;
}
#nav ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
#nav li {
	padding-right: 16px;
	float: left;
}
#nav li#last {
	padding-right: 0px;
}

#nav a:link,
#nav a:visited,
#nav a:active {
	color: #FF9F00;
	display: block;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

/***** -~-~-~ BUTTONS ~-~-~- *****/

button { 
	border: 0; 
	cursor: pointer; 
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 0 12px 0 0; 
	text-align: center;
}

button span { 
	color: #FFF;
	display: block; 
	padding: 0 0 0 12px;
	position: relative;
	white-space: nowrap; 
}

button.default span { 
	height: 24px; 
	line-height: 24px; 
	padding-left: 12px; 
}

button.default { 
	background:  url(../images/buttons/default-btn-rt.gif) right no-repeat;
	float: right;
}

button.default span { 
	background:  url(../images/buttons/default-btn-lt.gif) left no-repeat;
	text-decoration: underline;
	font-size: 13px;
}

button.default:hover { 
	background:  url(../images/buttons/default-btn-rt-hover.gif) right no-repeat; 
}

button.default:hover span { 
	background:  url(../images/buttons/default-btn-lt-hover.gif) left no-repeat;
}

button:hover a { 
	text-decoration: ubnderline;
}