@font-face {
	font-family: motto_font;
	src: url('../fonts/segoesc.ttf');
}
img {
	border:none;
}
body {
	font-family:verdana;
	margin:0;
	font-size:10pt;
}
H1 {
	color:#353535;
	font-size:16px;
}
H2 {
	color:#353535;
	font-size:14px;
}
H3 {
	color:#353535;
	font-size:12px;
	font-weight:bold;
}

.motto_font_title {
	color:#00406d;
	font-family:motto_font;
	font-weight:bold;
	float:right;
}
.motto_font {
	color:#00406d;
	font-family:motto_font;
	font-weight:bold;
}
.content_title_right_text {
	font-style:italic;
	font-size:12px;
}
#bg_top {
	height:125px;
	width:100%;
	background-image:url('../images/top_bg_shadow.png');
	background-repeat:repeat-x;
	z-index:1;
}
#bg_top_content {
	margin:0 auto;
	width:980px;
	color:#c9c9c9;
}
#page_search {
	padding-top:8px;
}
#page_search  input{
	width:194px;
	float:left;
	color:grey;
}
#page_search  img {
	float:left;
	margin-left:5px;
	cursor:pointer;
}
.grey_12 {
	font-size:12pt;
	font-family:verdana;
	float:left;
}
#container {
	background-color:#FFFFFF;
	margin:0 auto;
	width:980px;
	z-index:2;
	margin-top:-90px;
	border:1px solid #c6c6c6;
	border-bottom:none;
}
#header {
	height:200px;
	width:980px;
	overflow-x:hidden;
	overflow-y:hidden;
	background-color:#f6f4f4;
}
#header_menu {
    float: right;
    margin: 0px 20px 0 260px;
    position: absolute;
    z-index: 1;
	height:250px;
	overflow:hidden;
	top:17px;
	background-image:url('../images/header_menu_bg.png');
	background-repeat:repeat-x;
	background-position:left top;
}
#header_menu  li{
	background-color:#f6f4f4;
    color: #201011;
    float: left;
    font-family: Verdana;
    font-size: 11pt;
    list-style-type: none;
    padding-left: 5px;
    padding-right: 5px;
	margin-left:4px;
	padding:0px 8px 0px 8px;
	-moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -khtml-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}
#header_menu  li ul {
	display:none;
	position:absolute;
	list-style-type:none;
	margin-left:-52px;
	width:200px;
	padding:5px;
	padding-top:0;
	-moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -khtml-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
#header_menu  li ul  li {
	-moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -khtml-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	clear:both;
	width:200px;
	padding:0;
	margin-left:40px;
	border-top:1px dotted #8c8c8c;
}
#header_menu  li ul  li a {
	display:block;
	width:196px;
	padding-left:4px;
}
#header_menu  li ul  li a:hover { 
	background-color:#00406d;
	color:#f6f6f6;
}
#header_menu  li:hover ul {
	display:block;
}
#header_menu  li ul li ul {
	position:absolute;
	margin-top:-20px;
	/*margin-left:-42px;*/
	/*left:240px;*/
}
#header_menu  li ul li ul li{
	display:none;
}
#header_menu  li ul li:hover ul li{
	display:block;
}
#header_menu  li a{
	color:#201011;
	text-decoration:none;
}
#header_logo {
	z-index:2;
	float:left;
	margin-top:-203px;
}
#header_bg {
	float:left;
	margin:0px;
	padding:0px;
	width:6000px;
}
#header_bg  li {
	list-style-type:none;
	float:left;
}
#page_body {
	background-color:#FFFFFF;
	background-image:url('../images/content_shadow.png');
	background-position:top;
	background-repeat:repeat-x;
	padding-top:20px;
}
#left_menu {
	float:left;
	width:178px;
	height:100%;
	border-right:2px solid #00406d;
	min-height:200px;
	margin-left:20px;
	padding-top:15px;
}
#left_menu H2 {
	font-size:14px;
	color:#626262;
	padding-bottom:4px;
	margin:0;
}
.box H3 {
	margin:0;
	padding:0;
	padding-left:6px;
}
.box  H3 a{
	text-decoration:none;
	color:#4c4c4c;
	font-size:12px;
}
.box H3 a:hover {
	color:#00406d;
}
#left_menu_list {
	padding:0;
	margin-left:10px;
}
#left_menu_list li{
	list-style-type:none;
	color:#201011;
	font-size:12pt;
}
#content {
	background-color:#FFFFFF;
	color:#353535;
	width:760px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
}
#page_body_bottom {
	margin:0 auto;
	height:10px;
	width:982px;
	background-image:url('../images/content_bottom_bg.png');
}
#footer {
	background-color:#1e1e1e;
	color:#bdbdbd;
	height:170px;
	margin-top:25px;
	width:980px;
	margin:0 auto;
}
#fotter_content {
	width:980px;
	margin:0 auto;
	color:#bdbdbd;
	font-size:10pt;
}
#footer_left {
	float:left;
	margin-left:10px;
	margin-top:22px;
}
#footer_menu {
	float:right;
	margin-top:10px;
	margin-right:10px;
}
#footer_menu ul li{
	display:none;
}
#footer_menu li a {
	color:#bdbdbd;
	text-decoration:none;
}
#footer_menu a:hover {
	color:#989898;
}
#footer_menu  li{
	list-style-type:none;
	float:left;
	padding-left:5px;
}
#social_container {
	margin-left: 620px;
    margin-right: 10px;
    margin-top: 40px;
    position: absolute;
}
.social_icon {
	height:120px;
	float:left;
	margin-left:10px;
	cursor:pointer;
	padding-top:20px;
}
img.reflectionImg {
	padding-top:20px;
}
#copyright {
	float:right;
	margin-left:692px;
	margin-right:5px;
}
._clear {
	clear:both;
	width:100%;
}