/* HEADER - GENERAL*/
#header_wrapper	{
	width:100%;
	background-image:none;
	background-color:#0a2540;
}
#header	{
	width:960px;
	height:15px;
	margin:0 auto;
	background-repeat:no-repeat;
}

/* HEADER - LOGO */
#logo	{
	float:left;
	margin:28px 0 22px 0;
}

/* HEADER - SEARCH */
#nav .search_top	{ 
	position:relative; 
	width:250px; 
	height:35px;
	padding:6px 0 0 0; 
	float:right;
}
#nav .search_top_input	{ 
	width:200px; 
	padding:7px 33px 7px 17px; 
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	font-size:12px; 
	background-image:url(../gfx/search_top.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
}
#nav .search_top_btn	{ 
	position:absolute; 
	left:220px; 
	top:2px; 
	width:26px; 
	height:26px; 
	background:none; 
	border:none; 
	outline:none; 
	cursor:pointer;
}

/* NAVIGATION */
#nav_wrapper	{
	width:100%; 
	background-image:url(../gfx/nav_bg.png);
	background-color:#0473b2;
	background-repeat:repeat-x;
	background-position:bottom;
}
#nav {
	width:960px;
	margin:0 auto;
	background-repeat:no-repeat;
}
#nav div.menu {
	width:70%;
	float:left;
}
#nav ul.menu	{ 
	width:960px;
	margin:0 auto;
	list-style:none;
	height:45px;
	line-height:22px;
	font-size:14px;
	background-position:center top;
	background-repeat:no-repeat;
}
#nav_wrapper ul.menu li	{ 
	float:left; 
	margin:5px 2px 0 0; 
	padding:0 0 8px 20px; 
	cursor:pointer; 
	position:relative; 
	z-index:/*IE7*/999;
}
#nav_wrapper ul.menu li a	{ 
	text-decoration:none; 
	padding:4px 20px 6px 0; 
	float:left; 
	text-transform:uppercase; 
	font-size:12px;
	position:relative;
	z-index:1000;
	color:#f0fcff;
}
#nav_wrapper ul.menu li:hover,
#nav_wrapper .current-post-ancestor,
#nav_wrapper .current-category-ancestor,
#nav_wrapper .current-menu-parent,
#nav_wrapper .current-post-parent,
#nav_wrapper .page_item,
#nav_wrapper .current_page_item	{
	background-image:url(../gfx/nav_left_black_20.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#nav_wrapper .main_hover_right, #nav_wrapper ul.menu li a:hover, #nav_wrapper .current-post-ancestor a, #nav_wrapper .current-category-ancestor a, #nav_wrapper .current-menu-parent a, #nav_wrapper .current-post-parent a, #nav_wrapper .page_item a, #nav_wrapper .current_page_item a	{background:url(../gfx/nav_right_black_20.png) top right no-repeat; }
#nav_wrapper ul.menu li ul	{ display:none; position:absolute; top:37px; left:-20px; list-style:none; z-index:999; -moz-border-radius:10px; -webkit-border-radius: 10px; border-radius: 10px; -moz-box-shadow: 0 0px 20px rgba(0,0,0,0.17); -webkit-box-shadow: 0 0px 20px rgba(0,0,0,0.17); -box-shadow: 0 0px 20px rgba(0,0,0,0.17);}

/* NAVIGATION DROPDOWN BACKGROUND IMAGES */
#nav_wrapper ul.menu li ul li { 
	padding:0; 
	margin:0; 
	background-color:#F7F7F7;
	background-image:url(../gfx/nav_sub_bg.png); background-repeat: repeat-x;
	background-position:0 -2px;
}
#nav_wrapper ul.menu li ul li:hover	{ 
	background-color:#565656;
	background-image:url(../gfx/nav_sub_bg.png);
	background-repeat: repeat-x; 
	background-position: 0 -47px;
}

#nav_wrapper ul.menu li ul li:first-child	{ -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; 
border-top-left-radius: 10px; border-top-right-radius: 10px;}
#nav_wrapper ul.menu li ul li:last-child	{ -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; }

#nav_wrapper ul.menu li ul li a	{ width:250px; padding:10px 20px 10px 20px; color:#666; background:none;  border-top:1px solid #E3E3E3; }
#nav_wrapper ul.menu li ul li:first-child a	{border-top:none; }
#nav_wrapper ul.menu li ul li a:hover	{ background:none; color:#FFF; }
#nav_wrapper ul.menu li ul li a.sub_level_active	 { color:#FFF;}
#nav_wrapper ul.menu li ul li ul {
	position:absolute;
	top:1px; 
	left:260px;
	list-style:none;
}

/* NAVIGATION - ARROWS IMAGES */
#nav_wrapper ul.menu .nav_sub_arrow	{ 
	background-image:url(../gfx/nav_sub_arrow.png);
	background-repeat: no-repeat;
	background-position: 260px 17px;
}
#nav_wrapper ul.menu .nav_sub_arrow:hover,
#nav_wrapper ul.menu .nav_sub_arrow_active {
	background-image:none;
	color:#FFF;
}

#intro_wrapper	{
	width:100%;
	background-image:none;
	background-color:#0473b2;
	float:left;
}
.home #intro_wrapper	{
	background-image:url(../images/home_bg.jpg);
	background-position:center top; 
}
.intro_home	{ 
	margin:0 auto; 
	width:960px; 
	height:365px;
	position:relative;
}
.intro_page	{ 
	margin:0 auto; 
	width:680px; 
	padding:0 0 0 280px; 
	background-repeat:no-repeat; 
	background-position:center top;
	background-image:url(../gfx/intro_inner_bg.png);
}
.intro_page h1,
.intro_page h2	{ 
	color:#FFF; 
	font-size:39px; 
	padding:30px 0 20px 50px;
}
.intro_fullwidth	{
	margin:0 auto; 
	width:960px; 
	padding:0; 
	background-repeat:no-repeat; 
	background-position:center top;
	background-image:url(../gfx/intro_inner_bg.png);
}
.intro_fullwidth h2	{ 
	color:#FFF; 
	font-size:39px; 
	padding:60px 0 20px 40px; 
	text-shadow:1px 2px 2px rgba(0,0,0,0.4);
}
.intro_text	{ 
	width:960px; 
	text-align:center; 
	font-size:18px;
	margin:45px 0 0 0;
	color:#b9ecf0;
}
.intro_desc	{
	width:960px;
	text-align:center; 
	font-size:18px;
	margin:1px 0 0 0;
	padding:0 0 10px 0;
	color:#b9ecf0;
}
.intro_home h1,
.intro_home h2,
.intro_home h3,
.intro_home h4,
.intro_home h5	{
	color:#FFF;
}

.search_top a#fb_link {
	display:block;
	width:45px;
	height:44px;
	background-image: url(../images/facebook.png);
	background-repeat:no-repeat;
	background-position:center center;
	top:66px;
	z-index:100;
	right:0;
	position:absolute;
	overflow:hidden;
	text-indent:-999px;
}