@charset "utf-8";

/* 
**	TAG specific
*/
body {
	padding		: 0px;
	margin		: 0px;
	font-family	: Arial, Helvetica, sans-serif;
	font-size	: 13px;
}

a img {
	border		: none;
}

h1 {
	margin		: 0px 0px 20px 0px;
	font-size	: 26px;
	color		: #fff;
	font-weight: 500;
}

h2 {
	margin		: 0px 0px 0px 0px;
	font-size 	: 19px;
	color		: #fff;
	font-weight: 500;
}

h3 {
	margin		: 0px 0px 0px 0px;
	font-size	: 12px;
	color		: #fff;
	font-weight: 500;
}
a  {
	color		: #ccc;	
}
h2 a{
	color		: #fff	;
}

/*
**	ID specific
*/
#menu_bg {
	background	: url(images/menu_bg.jpg) repeat-x;
}

#menu {
	min-width:1000px;
	height		: 53px;
	text-align	: center;
}

#menu ul ul {
	display		: none;	
}
#menu ul {
	padding		: 19px 0px 18px 0px;
	margin		: 0px auto 0px auto;
	list-style	: none;
}

#menu ul li {
	margin		: -1px;
	display		: inline;
}

#menu ul li a {
	padding			: 19px 14px 18px 14px;
	font-size		: 14px;
	text-decoration	: none;
	color			: #0B2143;
}

#menu ul li a:hover {
	background	: url(images/menu_item_highlight.jpg) repeat-x;
	color		: #115FA5;
}

#menu li.on a {
	background	: url(images/menu_item_highlight.jpg) repeat-x;
}

#banner_bg {
	background	: url(images/banner_bg.jpg) repeat-x;
}

#banner {
	width		: 1000px;
	height		: 215px;
	margin		: 1px auto 1px auto;
}

#content_header_bg {
	background	: url(images/content_header_bg.jpg) repeat-x;
}

#content_header {
	width		: 1000px;
	height		: 92px;
	margin		: 0px auto 0px auto;
	background	: url(images/content_header.jpg) no-repeat;
}

#content_bg {
	min-width	: 1000px;
	background	: url(images/content_bg.jpg) repeat;
}

#content {
	width		: 1000px;
	margin		: 0px auto 0px auto;
	background	: url(images/content.jpg) no-repeat;
	color		: #FFF;
}

#content #left_column {
	width	: 250px;
	padding	: 20px 0px 0px 20px;
	margin	: 0px 36px 0px 0px;
	float	: left;
}

#content #left_column h2 {
	margin		: 0px 0px 0px 0px;
	font-size 	: 12px;
	font-weight	: normal;
}

#content #right_column {
	width	: 654px;
	padding	: 20px 20px 0px 0px;
	float	: left;
}

#footer_bg {
}

#footer {
	width		: 980px;
	margin		: 0px auto 0px auto;
	padding		: 30px 0px 0px 20px;
	color		: #666;
}


#drawling{
	width		:380px;
	position	:absolute;
	border		:1px dotted #fff;
	background	:#ddd;
	text-align	:left;
	padding		:10px 0px 0px 10px;
	z-index		:4;
}
#drawling a{
	border-top	:1px dotted #fff;
	margin-top	:10px;
	margin-left	:-10px;
	display		:block;
	padding		:10px;
	background	:#888;
	color		:#fff;
	text-decoration:none;
}
#drawling a:hover{
	color		:#000;
}
#overlay{
	position	:absolute;
	top			:0;
	left		:0;
	width		:100%;
	background	:#000;
	opacity		:0.6;
	filter		:alpha(opacity=60);
	z-index		:3;
}



/*
**	CLASS specific
*/
.news_description {
	color		: #3FA7C4;
}

.submenu {
	padding		: 0px;
	margin		: 0px;
	list-style	: none;
}

.submenu li {
	background		: url(images/submenu_arrow_right.png) right no-repeat;
}

.submenu li a {
	padding			: 16px 15px 16px 0px;
	display			: block;
	border-bottom	: 1px solid #2B5C78;
	font-size		: 14px;
	text-align		: right;
	text-decoration	: none;
	color			: #FFF;
}

.submenu li a:hover {
	background		: url(images/submenu_item_highlight.png) no-repeat;
}

.submenu li.highlight {
	background		: url(images/submenu_arrow_down.png) right no-repeat;
}

.submenu li.highlight a {
	background		: url(images/submenu_item_highlight.png) no-repeat;
}

.learn_more_link {
	margin		: 0px;
	text-align	: right;
}

.footer_img_link {
	margin		: 0px 20px 0px 0px;
}

.copyright_text {
	text-align	: left;
}

.clearfix:after {
    content		: ".";
    display		: block;
    height		: 0;
    clear		: both;
    visibility	: hidden;
}
.register_form label{
	text-align	: right;
	display		: block;
	float		: left;
	width		: 100px;
}