/*
Credit: http://www.upsonmedia.com
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
	background: url(images/bg.png);
}

/* body{font:75%/1.7  Helvetica, Arial,Verdana, sans-serif;color:#2a2a2c;} */

a:link, a:visited { color: #dcc451; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #FFF; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.divider {
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 30px;
	background: url(../images/upson_horizontal_divider.jpg) bottom repeat-x;
}

.fl { float: left; }
.fr { float: right; }

.m_right { margin-right: 30px; }

.button a {
	display: block;
	width: 120px;
	height: 22px;
	padding: 5px 0 0 15px;
	background: url(images/upson_button_01.png) no-repeat;
	color: #faeba6;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.button a:hover {
	color: #ffffff;
}

.bottom_01 {
	background:url(images/upson_button_01.jpg) no-repeat;
	padding-left: 210px;
}

.bottom_02 {
	background:url(images/upson_button_02.jpg) no-repeat;
}

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	padding: 2px;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: normal;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #8a8a79;	
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

.image_wrapper {

	margin-top: 3px;
	margin-bottom: 5px;
}

.fl_image {
	float: left;
	margin-right: 15px 
}

.fr_image {
	float: right;
	margin-left: 15px 
}

.list_01 {
	margin: 0 0 20px 20px;
	padding: 0 0 0 200px;
	list-style: none;
}

.list_01 li {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	background: url(images/upson_list_icon.jpg) top left no-repeat;
}

#upson_container {
	width: 980px;
	margin: 0 auto;
	background-color: #211f20;
}

/* menu */

#upson_menu {
	clear: both;
	width: 980px;
	height: 90px;
	background: url(images/upson_menu_bg.jpg) center no-repeat;
}

#upson_menu ul {
	margin-left: 225px;
	width: 840px;
	overflow: hidden;
	padding: 30px 0 0 0;
	list-style: none;
}

#upson_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#upson_menu ul li a {
	float: left;
	display: block;
	width: 140px;
	height: 40px;
	padding-top: 19px;
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #09F;	
	outline: none;
}

#upson_menu li a:hover, #upson_menu li .current {
	background: url(images/upson_menu_hover.png) center bottom no-repeat;
	color: #FFF;
}

/* end of menu */

/* menu2 */

#upson_menu2 {
	margin-left: 30px;
	width: 200px;
	height: 400px;
	background: url(images/upson_menu2_bg.jpg) no-repeat;
}

#upson_menu2 ul {
	margin-left: 0px;
	width: 200px;
	overflow: hidden;
	padding: 0px 0 0 0;
	list-style: none;
}

#upson_menu2 ul li {
	padding: 0px;
	margin: 0px;
	display: block;
}

#upson_menu2 ul li a {
	display: block;
	width: 200px;
	height: 40px;
	padding-top: 4px;
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	color: #09F;	
	outline: none;
}

#upson_menu2 li a:hover, #upson_menu2 li .current {
	background: url(images/upson_menu2_hover.png) center no-repeat;
	color: #FFF;
}

/* end of menu2 */


/* banner */

#upson_banner {
	clear: both;
	width: 960px;
	height: 217px;
	padding: 0 10px;
	text-align: center;
	background:url(images/upson_banner_bg.jpg) no-repeat;
}

#upson_banner #site_title {
	width: 500px;
	padding: 100px 0 0 0;
	margin: 0 auto;
	text-align: center;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 32px;
	color: #cdcf19;
	font-weight: normal;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: normal;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	color: #cccccc;
}

#upson_banner p {
	clear: both;
	padding: 0 20px;
	font-size:16px;
	margin-top: 40px;
	line-height: 30px;
	color: #565546;
}
/* end of banner */

/* content */

#upson_content {
	clear: both;
	width: 920px;
	padding: 30px;
	margin: 0 auto;
	background: url(../images/upson_content_bg.jpg) repeat-y;
}

#upson_content h2 {
	color: #ffffff;
	height: 28px;
	padding: 0 0 5px 0;
	margin: 0 0 25px 0;
	font-size: 24px;
}

#upson_content h2 span {
	color: #aca7a7;
}

#side_column {
	float: left;
	width: 300px;
}

#side_column h2 {
	display: block;
	width: 280px;
	height: 38px;
	margin: 0px;
	padding: 12px 0 0 20px;
	background: url(images/upson_sidebox_title_bg.jpg) no-repeat;
}

#main_column {
	float: right;
	width: 540px;
}

#main_column h2 {
	background: url(../images/upson_header_bg.jpg) left bottom no-repeat;	
}

#main_column p {
	text-align: justify;
	margin-bottom: 10px;
}

.side_column_box {
	clear: both;
	position: relative;
	margin-bottom: 15px;
	background:url(images/upson_sidebox_bg.jpg) repeat-y;
}

.side_column_box .bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 300px;
	height: 10px;
	background:url(images/upson_sidebox_bottom.jpg) no-repeat;
}

.side_column_box .content {
	padding: 20px;
}


.news_section {
	clear: both;
	margin-bottom: 25px;
}


.inputfield {
	height: 16px;
	width: 245px;
	padding: 2px 5px;
	margin: 0 0 10px 0;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

.submitbutton {
	float: right;
	margin: 0px;
	padding: 0 6px 3px 6px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
}

.section_w540 {
	clear: both;
	width: 540px;
}

.section_260 {
	float: left;
	width: 260px;
}

/* end of content */

/* footer */
#upson_footer {
	clear: both;
	width: 900px;
	padding: 40px;
	margin: 0 auto;
	text-align: center;
	color: #555555;
	background: url(images/upson_footer_bg.jpg) no-repeat;
	border-top: 1px solid #22211e;
}

#upson_footer a {
	font-weight: normal;
	color: #777777;
}

#upson_footer a:hover {
	color: #CCCCCC;
	text-decoration: none;	
}

#upson_footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #555555;
}

.footer_menu .last_menu {
	border: none;
}

/* end of footer */
