﻿@import url('layout.css');
body {
	color: black;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif; /*background-color: #d3d9d6; */;
	background-image: url('../images/bg-branding-s.jpg');
	background-repeat: repeat-x;
}
#container {
	background-color: #FFFFFF;
	width: 920px;
	margin: 0 auto;
	border-top: 0;
	border-right: 1px solid #b7b7b7;
	border-bottom: 0;
	border-left: 1px solid #b7b7b7;
}
#masthead {
	background-image:url('../images/title_bg.gif');
	text-align: right;
	width: 920px;
	height:115px;
}
#navigation {
	background-color: #545454;
	overflow: hidden;
	width: 920px;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCAA77;
	min-height: 550px;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
}
#menu_bar {
	background-image:url('../images/menu_bg.gif');
	width: 920px;
	height: 32px;
}
#column_l {
	width: 185px;
	margin: 20px 0px 0px 0px;
	float: left;
	position: relative;
	font-size: 11px;	
}
#column_l_top {
	width: 165px;
	height: 30px;
	margin: 0px 0px 0px 10px;
	float: left;
	position: relative;
	background-image: url('../images/bg2_left.png');
	background-repeat: repeat;
}
#column_l_content {
	width: 145px;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	float: left;
	position: relative;
	background-image: url('../images/bg2.png');
	background-repeat: repeat;
}
#column_l_bottom {
	width: 165px;
	height: 30px;
	margin: 0px 0px 0px 10px;
	float: left;
	position: relative;
	background-image: url('../images/bg2_left_2.png');
	background-repeat: no-repeat;
}


#column_c {
	width: 505px;
	margin: 0px 0px 00px 180px;
	padding: 30px 20px 20px 20px;
	position: relative;
	min-height: 800px;
	background-image: url('../images/bg2.png');
	background-repeat: repeat;
}
#column_cc {
	width: 680px;
	margin: 0px 0px 00px 180px;
	padding: 30px 20px 20px 20px;
	position: relative;
	min-height: 800px;
	background-image: url('../images/bg2.png');
	background-repeat: repeat;
}
#column_r {
	width: 180px;
	position: absolute;
	right: 0px;
	top: 20px;
}
#column_r_top {
	width: 170px;
	height: 30px;
	margin: 0px 20px 0px 0px;
	float: left;
	position: relative;
	background-image: url('../images/bg2_right.png');
	background-repeat: no-repeat;
}
#column_r_content {
	width: 160px;
	margin: 0px 20px 0px 0px;
	padding: 0px 5px 0px 5px;
	float: left;
	position: relative;
	background-image: url('../images/bg2.png');
	background-repeat: repeat;
}
#column_r_bottom {
	width: 170px;
	height: 30px;
	margin: 0px 20px 0px 0px;
	float: left;
	position: relative;
	background-image: url('../images/bg2_right_2.png');
	background-repeat: no-repeat;
}

#footer {
	width: 920px;
	text-align: center;
	background-image:url('../images/footer_bg.gif');
	padding-top: 5px;
	padding-bottom: 5px;
}
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: black;
	margin: 10px 10px 0;
}
#column_r p {
	font-size: 11px;
	margin: 7px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #a9a9a9;
}
/* Styles for Footer */
#footer p {
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #cccccc;
	text-decoration: none;
}
/* Styles for Links */
a {
	color: #0283b3;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #024158;
	text-decoration: underline;
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#sitemaplink_c {
	width: 735px;
	height: 17px;
	margin: 0 0px 0px 0px;
	padding: 3px 0px 0px 0px;
	position: relative;
	color: #FFFFFF;
}

        .MyTabStyle .ajax__tab_header
        {
            font-size: 12px;
            font-weight:bold;
            display: block;
            margin-left:300px;
        }
        .MyTabStyle .ajax__tab_header .ajax__tab_outer
        {
            border-color: #222;
            color: #222;
            padding-left: 10px;
            margin-right: 3px;
            border:solid 0px #f7f7f7;
            /* width:100px; */
            text-align:center;
        }    
        .MyTabStyle .ajax__tab_header .ajax__tab_inner
        {
            border-color: #666;
            color: #666;
            padding: 3px 10px 2px 0px;
        }
        .MyTabStyle .ajax__tab_hover .ajax__tab_outer
        {
            background-color: #878787;
        }
        .MyTabStyle .ajax__tab_hover .ajax__tab_inner
        {
	         color: White;
	    }
        .MyTabStyle .ajax__tab_active .ajax__tab_outer
        {
            border-bottom-color: #ffffff;
            background-color: #373737;
        }
        .MyTabStyle .ajax__tab_active .ajax__tab_inner
        {
            color: #fff;
            border-color: #333;
        }
        .MyTabStyle .ajax__tab_body
        {
	border-top-color: #373737;
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
}

