/* Standard HTML CSS */

body {
	margin: 0px;
	padding: 0px;
	background: #1a1a1a url(../images/main_bg.png) top left repeat-x;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #232323;
	text-align: center;
}

a {
	color: #56abf3;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000;
	font-weight: bold;
}

a:visited
{
	color: #56abf3;
	font-weight: bold;
}

h1 {
	position: relative;
	width:98%;
	border-bottom: 1px solid #232323;
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	padding: 3px;
}

h2 {
	position: relative;
	width: 98%;
	border-bottom: 1px solid #232323;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	padding: 3px;
}

p {
	padding: 6px;
}

/* Page Container */
#page {
	position: relative;
	width: 970px;
	padding: 0px;
	margin: 0px;
	margin-left: auto !Important;
	margin-right: auto !Important;
	text-align: left;
}

#page_wrapper {
	float: left;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	overflow: hidden;
}

/* Header and Logo Containers */
#header {
	float: left;
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
	z-index: 10;
}

#header_deco {
	float: right;
	position: relative;
	width: 180px;
	height: 96px;
	
	padding: 0px;
	margin-right: 110px;
	background: transparent url(../images/header_deco.png) top left no-repeat;
}

#logo {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 4px;
	left: 10px;
	
	width: 82px;
	height: 141px;
	background: transparent url(../images/logo.png) top left no-repeat;
	z-index: 105;
}

#site_name {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 8px;
	left: 92px;
	width: 180px;
	height: 98px;
	z-index: 90;
	overflow: hidden;
}

#site_name img {
	border: none;
	padding: 0px;
	text-decoration: none;
}


/* Menu Container */
#menu {
	float: left;
	position: relative;
	width: 100%;
	padding: 3px;
	margin: 0px;
	background: #5e5e5e;
	z-index: 101;
	height: 25px;
	vertical-align: middle;
}

#menu_nav {
	float: left;
	position: relative;
	height: 20px;
	z-index: 101;
	margin-left: 100px;
	padding: 0px;
	vertical-align: middle;
}

#menu_nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu_nav ul li {
    float: left;
    position: relative;
    padding: 5px;
    height: 20px;
    z-index: 101;
    vertical-align: middle;
}

#menu_nav ul li ul {
    position: absolute;
    top: 20px;
    left: 10px;
    background: #343434;
    margin: 0px;
    width: 140px;
    text-align: left;
    display: none;
    z-index: 101;
	overflow: hidden;
}

#menu_nav ul li ul li {
    float: left;
    position: relative;
    width: 100%;
    height: 20px;
}

#menu_nav ul li:hover ul li {
    display: block;
}

#menu_nav ul li a {
    color: #fff;
    text-decoration: none;
    padding: 5px;
    z-index: 101;
}

#menu_nav ul li a:hover {
    color: #cccccc;
    text-decoration: none;
    z-index: 101;  
}

#menu_nav ul li:hover ul li a {
    color: #ebebeb;
    text-decoration: none;
    padding: 5px;
    z-index: 101;
}

#menu_nav ul li:hover ul li a:hover {
    color: #000;
    text-decoration: none;
    z-index: 101;
}

#menu_nav ul li:hover ul, #menu_nav ul li:hover ul {
    display: block;
    z-index: 101;
}

#menu_nav ul li:hover ul li:hover {
    background: #bdbdbd;
}

/* Main Content Containers */
#content {
	float: left;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 15;
	min-height: 600px;
}

#left_col {
	float: left;
	position: relative;
	width: 46%;
	padding: 10px;
	margin: 0px;
}

#right_col {
	float: left;
	position: relative;
	width: 49%;
	padding: 10px;
	margin: 0px;
}

#one_col {
	float: left;
	position: relative;
	width: 98%;
	padding: 10px;
	margin: 0px;
}

/* Footer Containers */
#footer {
	float: left;
	position: relative;
	width: 100%;
	height: 110px;
	color: #d5d5d5;
	background: transparent url(../images/footer_bg.png) top left repeat-x;
}

#footer a {
	color: #d5d5d5;
	font-weight: bold;
}

#footer a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:visited {
	color: #d5d5d5;
	font-weight: bold;
}

#footer_copy {
	float: left;
	position: relative;
	margin-left: 20px;
	margin-top: 10px;
	padding: 0px;
}

#footer_deco {
	float: right;
	position: relative;
	width: 170px;
	height: 110px;
	
	margin: 0px;
	padding: 0px;
	
	background: transparent url(../images/footer_deco.png) top left no-repeat;
}

#footer_menu {
	float: right;
	position: relative;
	margin-right: 10px;
	margin-top: 10px;
}

#footer_menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer_menu ul li {
	float: left; 
	position: relative;
	padding: 6px;
	margin: 0px;
}

#footer_menu ul li a {
	color: #d5d5d5;
	font-weight: bold;
}

#footer_menu ul li a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#footer_menu ul li a:visited {
	color: #d5d5d5;
	font-weight: bold;
}