@charset "utf-8";
/* CSS Document */

h1,h2,h3,h4,h5,h6 {
	margin:0;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
html {
	margin:0;
	padding:0;
	border:0;
	height:100%;
}
body {
	margin:0;
	padding:0;
	border:0;
	height:100%;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	background:#cbd9e3 url(../img/body_back.png) left top repeat-x;
	text-align:center;
	color:transparent;
}

hr, div.hr {
	display:block;
	margin:0 auto;
	padding:0;
	border:none;
	background:url(../img/hr_back.png) center center repeat-x;
	height:25px;
	text-align:center;
}
div.hr hr {
	display:none;
}

a {
	cursor:pointer;
}

.fix {
	clear:both !important;
}
.hide {
	display:none !important;
}
.gradient_down {
	background:#dae4eb url(../img/gradient_fade.png) left top repeat-x !important;
}
.blue {
	color:#00274C;
}
.click {
	cursor:pointer;	
}
.big {
	font-size:1.2em;
}
/** PAGE **/
#page_container {
	width:771px;
	text-align:left;
	margin:0 auto;
	padding: 0;
	position:relative;
	background:#eaf0f4 url(../img/page_back.png) center top repeat-y;
}
#page {
	position:relative;
}

/**  HEAD  **/
#head {
	height:75px;
	background:#fff url(../img/head_back.png) center top repeat-y;
	position:relative;
}
#head #logo {
	width:218px;
	height:45px;
	background:url(../img/logo.png) left top no-repeat;
	overflow:hidden;
	position:absolute;
	top:20px;
	left:27px;
}
#head #logo span {
	position:relative;
	top:50px;
}
#head #searchBox {
	background:#fff url(../img/searchBox_back.png) left top repeat-x;
	height:23px;
	position:absolute;
	right:25px;
	top:21px;
}
#head #searchBox .left {
	display:block;
	width:3px;
	height:23px;
	background:url(../img/searchBox_left.png) left top no-repeat;
	position:absolute;
	left:0px;
	top:0px;
}
#head #searchBox .right {
	display:block;
	width:3px;
	height:23px;
	background:url(../img/searchBox_right.png) left top no-repeat;
	position:absolute;
	right:0px;
	top:0px;
}
#head #searchBox input {
	border:none;
	padding:4px 0 0;
	margin:0 5px;
	background:transparent;
	color:#7fa1b6;
	font-size:11px;
	height:14px;
	font-family:"Times New Roman", Times, serif;
	text-align:left;
}

/**  MENU  **/
#menu_container {
	margin:0 20px;
	background:url(../img/menu_back.png) center bottom no-repeat;
	padding:0 5px 5px;
}
#menu {
	background:url(../img/menu_ul_back.png) center top repeat-x;
	width:100%;
	position:relative;
	left:-5px;
	padding:3px 5px 0;
	height:30px;
}
#menu ul {
	margin:0;
	list-style:none;
	text-align:right;
	height:30px;
	float:right;
}
#menu ul li {
	float:left;
	width:auto;
	line-height:21px;
	margin:5px 0 4px;
	background:url(../img/menu_ul_li_back.png) left center no-repeat;
	position:relative;
}
#menu .established {
	float:left;
	background:none;
	width:auto;
	text-align:left;
	font-size:9px;
	font-weight:normal;
	cursor:default;
	font-weight:bold;
	color:#00274c;
	line-height:30px;
	padding:0 9px 0 10px;
}
#menu ul li a {
	text-decoration:none;
	color:#00274c;
	font-weight:normal;
}
#menu ul li a span {
	width:auto;
	padding:5px 9px 5px 10px;
	font-size:12px;
	white-space:nowrap;
}
#menu ul li ul {
	display:none;
	position:absolute;
	z-index:300;
	top:19px;
	left:1px;
	background:transparent url(../img/menu_ul_li_ul_back.png) left top no-repeat;
	text-align:left;
	padding:13px 13px;
	height:auto;
	width:auto;
}
#menu li > ul {
	top:auto;
	left:auto;
}
#menu ul li:hover ul, #menu ul li.over ul {
	display:block;
}
#menu ul li ul li {
	float:none;
	clear:both;
	background:none;
	line-height:1em;
	width:100%;
	display:block;
	height:auto;
	margin:1px 0;
}
#menu ul li ul li a {
	color:#ffffff;
	font-weight:normal;
}
#menu ul li ul li a:hover {
	color:#436d8d;
}
#menu ul li ul li a span {
	height:auto;
	line-height:normal;
	padding:0;
	white-space:nowrap;
	display:block;
}

/**  CRUMBS  **/
#crumbs {
	text-align:right;
	margin:20px 25px 25px;
}
#crumbs li {
	display:inline;
	padding:0 6px 0 0;
	background:url(../img/crumb_bullet.png) right center no-repeat;
	color:#7fa1b6;
}
#crumbs li a {
	color:#bcbec0;
	text-decoration:none;
}
#crumbs li.current {
	padding:0 0 0 3px;
	background:none;
}

/** TEXTSIZE  **/
#textSize {
	height:14px;
	float:right;
	padding:3px 25px 0 0;
}
#textSize ul {
	list-style:none;
	margin:0;
	padding:0;
}
#textSize ul li {
	float:left;
	line-height:14px;
}
#textSize ul li a {
	display:block;
	width:auto;
	height:14px;
}
#textSize ul li span {
	color:#00274C;
	font-size:10px;
	padding:0 4px;
	/* display:none; */
}
#textSize li.small {
	/* background:url(../img/text_small.gif) left top no-repeat; */
}
#textSize li.normal {
	/* background:url(../img/text_normal.gif) left top no-repeat; */
}
#textSize li.large {
	/* background:url(../img/text_large.gif) left top no-repeat; */
}



/**  COLUMN TITLE  **/
.column_title {
	color:#fff;
	background-color:#7fa1b6;
	margin:25px;
	padding:8px 10px;
	font-size:17px;
}

/**  BODY  **/
#body {
	margin:25px;
	color:#00274c;
}

#body #col_1 a {
	color:#00274c;
	text-decoration:none;
}
#body #col_1 a:hover {
	text-decoration:underline;
}

/**  FOOT  **/
#foot {
	background:#00274c url(../img/foot_back.png) center top repeat-y;
	color:#ffffff;
	width:771px;
	margin:0 auto;
	text-align:left;
	clear:both;
	position:relative;
}
#foot .legal {
	margin:0;
	padding:9px 25px;
	font-size:9px;
}
#foot #backToTop {
	cursor:pointer;
	position:absolute;
	right:25px;
	top:9px;
	font-size:9px;
}
