.clear {clear:both}	

/*WP Menu*/
.page-navi ul {
    margin:0; 
    padding:0; 
    list-style:none;
}

.page-navi ul>li {
    float:left; 
    display:block; 
    width:100px; 
    background:#002255; 
    position:relative;
    z-index:500; 
    margin:0;
}

.page-navi ul>li a{
    display:block; 
    padding-top: 11px;
    font-weight:normal;  
    height:30px; 
    text-decoration:none; 
    text-align:center; 
    color:#f8e2e2;
}

.page-navi ul>li a:hover{
    color:#f8e2e2;
    background-color: #0a1a31;
    border-left: 1px solid #050c16;
    border-right: 1px solid #050c16;
}


.page-navi  ul ul,
.page-navi .current_page_item ul>ul,
.page-navi .current_page_ancestor ul>ul,
.page-navi .current_page_ancestor .current_page_item ul>ul,
.page-navi .current_page_ancestor .current_page_ancestor ul>ul {
    display: none;
    position:absolute; 
    left:0; 
    margin: 0 0 0 0;
    padding:0 0 0 0; 
    list-style:none;
    background-repeat: no-repeat;
    border-bottom: 1px solid #fff;
}

.page-navi  ul ul ul,
.page-navi .current_page_item ul ul ul,
.page-navi .current_page_ancestor ul ul ul,
.page-navi .current_page_ancestor .current_page_item ul ul ul,
.page-navi .current_page_ancestor .current_page_ancestor ul ul ul{
    font-size: 1.1em;
    display: none;
    position:absolute; 
    left:0; 
    margin: -24px 0 0 150px;
    padding:0 0 0 9px; 
    list-style:none;
    background-image: url('../images/arrow_right.png');
    background-repeat: no-repeat;
    border-right: 1px solid #fff;
    border-bottom: 0;
}


.page-navi  ul ul li,
.page-navi .current_page_item ul li,
.page-navi .current_page_ancestor ul ul li,
.page-navi .current_page_ancestor .current_page_item ul ul li,
.page-navi .current_page_ancestor .current_page_ancestor ul ul li {
    width: 150px;
    text-align: left;
    font-size: 10px;
    border: 0;
    position:relative;
    display:block; 
    float:left;
    margin: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}



.page-navi  ul ul ul li,
.page-navi .current_page_item ul ul ul li,
.page-navi .current_page_ancestor ul ul ul li,
.page-navi .current_page_ancestor .current_page_item ul ul ul li,
.page-navi .current_page_ancestor .current_page_ancestor ul ul ul li {
    border-right: 0;
}

.page-navi  ul ul ul li:first-child {
    border-top: 1px solid #fff;
}

.page-navi  ul ul ul li:last-child {
    border-bottom: 1px solid #fff;
}

.page-navi  ul ul li a,
.page-navi .current_page_item ul ul li a,
.page-navi .current_page_ancestor ul ul li a,
.page-navi .current_page_ancestor .current_page_item ul ul li a,
.page-navi .current_page_ancestor .current_page_ancestor ul ul li a {
    text-align: left;
    padding-left: 5px;
    padding-top: 2px;
    height: 20px;
    border-top: 1px solid #002255;
    border-bottom: 1px solid #002255;
}

.page-navi  ul ul li a:hover,
.page-navi .current_page_item ul ul li a:hover,
.page-navi .current_page_ancestor ul ul li a:hover,
.page-navi .current_page_ancestor .current_page_item ul ul li a:hover,
.page-navi .current_page_ancestor .current_page_ancestor ul ul li a:hover{
    height: 20px;
    text-align: left;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #050c16;
    border-bottom: 1px solid #050c16;
}



/*3rd level*/

.page-navi ul li ul li ul li  {
    
}
.page-navi ul > li > ul > li {
    
}

.page-navi ul>li>ul>li a{
    
}

.meta_data {
    text-transform: uppercase;
    margin: 0 0 -5px 0;
    padding: 0;
}

.read_more {
    margin: 0 0 0 0;
    font-size: 0.8em;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.read_more a{
    color:#002255;
    text-decoration:none;
}

.read_more a:hover{
    text-decoration: underline;
    background-color: #ccc;
}

/*subnav first and last items*/
li #nav_first {
    border-top:1px solid #fff;
}
li #nav_last {
    border-bottom:1px solid #fff;
}


/* display block will make the link fill the whole area of LI */
#nav ul a {
    
}

#nav ul a:hover {
    display:block;  
    text-decoration:none;	
    margin: 0;
    
    border: 0;
}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
    margin:0 0 0 -2px;
}

#navbar {
    background-color: #002255;
    background-repeat: no-repeat;
    background-position: 800px;
}

#navbar .first  {
    /*You can put stuff here for the first item in the navbar*/
}

#navbar .last  {
    /*You can put stuff here for the last item in the navbar*/
}


h1.title {
    font-size: 1.5em;
    margin: 0;
    padding: 10px 0 0 10px;
    color: #0a1a31;
}

.content{
    padding: 10px 10px 10px 10px;
    font-size:0.88em;
    line-height:1.8em;
    letter-spacing:0.03em;
    color:#333333;
    font-family: Verdana,sans-serif;
    margin-bottom: 20px;
}


.content p {
    margin: 0;
    padding: 0;
}

.content a {
    color: #d90000;
    text-decoration: underline;
}

.content a:hover {
    background-color: #cccccc;
}

.content ul li, .content ol li  {
    list-style-position: inside;
}

.content h2, .content h2 a {
    color: #333333;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}

.content h2 a:hover {
    background-color: #ffffff;
    text-decoration: underline;
}


.breadcrumbs {
    color: #0a1a31;
    font-size: 0.8em;
    padding-left: 10px;
}

.breadcrumbs a {
    color: #0a1a31;
    text-decoration: underline;
}

.breadcrumbs a:hover{
    color: #000;
    background-color: #ececec;
    text-decoration: underline;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #BBBBBB;
	background-color: #F3F3F3;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #BBBBBB;
	background-color: #F3F3F3;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 1px solid #BBBBBB;
	background-color: #F3F3F3;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


#content_main {
	background-color: #dbe0e7;
}

.home_bg_container {
	background-color: #dbe0e7;
}

.home_bg {
	background-image: url('../images/home_bg.png');
	height: 270px;
	width: 678px;
	background-color: #dbe0e7;
	background-repeat: no-repeat;
	background-position:left top;
}

#content_main {
	margin-top: 1px;
}

#newsbox_container {
	background-color: #dbe0e7;
	height: 270px;
}

#newsbox {
    margin-top: 5px;
    margin-left: 0px;
}

#newsbox h2 {
    color: #182849;
    font-size: 1.45em;
    font-weight: bold;
    margin-left: 5px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0px;
    padding-bottom: 0;
}

#news_preview {
    margin-left:5px;
    padding: 0;
    width: 265px;
}

#news_preview li {
    list-style-type: none;
}

#news_preview li h3, #news_preview li h3 a {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 0;
    margin-top: 13px;
    text-decoration: none;
}

#news_preview li h3 a:hover {
    color: #d90000;
    text-decoration: underline;
}

#news_preview li p{
    font-size: 0.9em;
    margin-top: 5px;
    margin-bottom: 25px;
}

#news_preview li p a {
    color: #d90000;
    text-decoration: none;
}

#news_preview li p a:hover {
    color: #a50000;
    text-decoration: underline;
}

#footer {
	margin-top: 1px;
    background-color: #002255;
    color: #ccc;
}
