/******************************************************
*                                                     *
*   CSS file - http://www.sitename.com/       		  *
*   Copyright (c) MIP Design, 2008.               	  *
*                                                     *
******************************************************/


/* Base
------------------------------------------------------*/

*
{
	margin: 0px;
	padding: 0px;
}

html
{

height: 100%;

}

body
{
	background: #0c0b71 url("../images/bg.gif") repeat-x 100% 0%;
	font: normal 0.75em/145% Arial, Tahoma, sans-serif;
	color: #555;
	text-align: center;
	height:100%;
}

p
{
	margin: 0px 0px 10px 0px;
	line-height: 140%;
	color: #555;
}

a
{
	outline: none;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.hide
{
	display: none;
}

img
{
	border: 0px;
}

/*[if lte IE 6]
#page-navigation { behavior: url("../js/iepngfix.htc"); }
[endif]*/


/* Clearing method
------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* Layout
------------------------------------------------------*/

#page-container
{
	width: 977px;
	margin: 0px auto;
	text-align: left;
	min-height: 100%;
	position:relative;
	background:#fdfdfd;
	margin-bottom:10px;
}

* html #page-container
{
	height: 100%;
}

#page-head
{

	padding:0px 0px 10px 0px;
	float:left;
	margin-left:5px;
	position:relative;
	width:691px;

}

#page-slide
{

width:691px;
height:247px;
border: 6px solid #0c0b71;
float:left;
background-image:url("../images/trans_bg.png");
background-attachment:fixed;
position:relative;
padding:0px;

}

#page-slide-shadow
{

width:701px;
height:16px;
background:url("../images/slide_shadow.gif") 0 0 no-repeat;
display:block;
float:left;
position:relative;

}

#page-navigation
{
	padding: 0px 0px 0px 0px;
	width:244px;
	float:left;
	border:6px solid #54a725;
	background: #85be67 url("../images/nav_bg.gif") 0 0 no-repeat;
}

#page-content
{
	padding: 0px 5px 30px 5px;
	text-align:justify;
}

#page-footer
{
	width: 977px;
	height:30px;
	margin:0 auto;
	margin-top:-30px;
	text-align: left;
	position:relative;
	padding-top:10px;
	background: #0c0b71;
}

#content-wrapper
{
	padding: 0px;
	width:701px;
	margin-left:5px;
	position:relative;
	float:left;
}

#content-main-wrapper
{
	padding: 0px;
	width:701px;
	position:relative;
	float:left;
	background:url("../images/content-bg.gif") 0 0 repeat-y;
}

#content-main
{
	width: 445px;
	float: left;
	position:relative;
	padding: 0px 0px 0px 0px;
	
}

#content-main-sidebar
{
	width: 235px;
	height: 100%;
	float: left;
	padding: 0px 0px 0px 10px;
	margin-left:10px;
	position:relative;
}

#location_map
{

width:235px;
height:235px;
display:block;
z-index:0;
overflow:hidden;

}

#content-wrapper #location_map img{

background:none;

}

#content-main.wide
{
	width: 701px;
	float: none;
	background:#fdfdfd;
	
}

#content-sidebar
{
	width: 256px;
	float: left;
}

#content-extras
{
	background: #b6b686 url("../images/bg_content_extras.gif") repeat-x 0% 100%;
	padding: 0px 25px 20px 25px;
}

#bc
{

margin:0px;
padding-bottom:5px;
border-bottom:1px solid #eee;
margin-bottom:15px;

}

/* Branding
------------------------------------------------------*/

#branding
{

	height: 131px;
	position:relative;
	
}

#page-container #logo
{

width: 400px;
height:101px;
display:block;
position:absolute;
top: 15px;
left:170px;
background:url("../images/logo.gif") 0px 0px no-repeat;

}

#logo span
{
	font: italic 0.4em Georgia, "Times New Roman", Times, serif;
	color: #d0d1c0;
	display: none;
}

#animation
{

height:100px;
width:150px;
display:block;
position:absolute;
top:10px;
left:20px;
z-index:100;

}

#search
{
	width: 240px;
	float: right;
	margin: 8px 0px 0px 0px;
}

#search h2
{
	font: bold 0.9em Arial, tahoma, sans-serif;
	color: #fff;
	margin: 0px 0px 4px 0px;
}

#search .box
{
	background-color: #fff;
	padding: 2px;
}

#search input
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #72a10e;
	width: 165px;
	float: left;
	margin: 0px 6px 0px 0px;
	padding: 2px;
	border: 1px solid #fff;
	background-color: #fff;
}

#search input.submit
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #72a10e;
	text-transform: uppercase;
	width: 55px;
	margin: 0px;
	padding: 2px 1px 1px 1px;
	border: none;
}

#bc
{

line-height:14px;
font-family:"Tahoma", Arial, Helvetica, sans-serif;
font-size:11px;
color:#1f1556;

}

#bc a
{

color:#1f1556;
text-decoration:none;

}

#bc a:hover
{

text-decoration:underline;

}


/* Page navigation
------------------------------------------------------*/

#page-navigation .rss
{
	background:  url("../images/icon_rss.png") no-repeat 0% 0%;
	display: block;
	float: left;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	margin: -15px 15px 0px 0px;
}

#nav {

  position: relative;
  width: 244px;

}

#nav li {

  float: left;
  list-style: none;
  
}

#nav li a {
  
font-family: "Tahoma", Arial, sans-serif;
font-weight:bold;
font-size:14px;
text-decoration: none;
width:244px;
color: #fff;
text-align: left;
text-transform: uppercase;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 40px;
line-height:38px;
background:url("../images/nav.png") 0 0 no-repeat;
position: relative;
text-indent:20px;
overflow: hidden;

}

#nav li.current a {
background-position: -244px 0px;
}

#nav li a.last {
  background: none;
}

#nav li a:hover {
background-position: -244px 0px;
text-indent:30px;
}

#nav li ul
{

display:none;

}

#nav li.current ul
{

display:block;

}

#nav li ul li a {
  
font-family: "Tahoma", Arial, sans-serif;
background:#78b755;
font-weight:normal;
font-size:12px;
text-decoration: none;
width:230px;
margin:0px 3px 0px 8px;
color: #fff;
text-align: left;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 25px;
line-height:25px;
position: relative;
text-indent:50px;
overflow: hidden;

}

#nav li ul li a:hover{

text-indent:60px;

}

#pnav
{

position: relative;
height: 29px;
width: 600px;

}

#pnav li {

  float: left;
  list-style: none;
  
}

#page_navigation ul li
{

float:left; 
position:relative;
background:url("../images/nav.gif") 0px 0px no-repeat;

}

#page_navigation ul li.nav_sep
{

float:left; 
position:relative; 
width:1px; 
height:29px; 
background:url("../images/nav_sep.gif") 0 0 no-repeat;

}

#page_navigation li ul 
{

position:absolute; 
top:29px; 
left:-1px; 
display:none; 
width:120px;

}

#page_navigation ul li a 
{

font:bold 10px; 
display:block; 
text-decoration:none !important; 
color:#333; 
padding:8px 11px 9px 10px;

}

#page_navigation ul li a:hover 
{

color:#333;

}

#page_navigation ul li ul 
{

z-index:10000; 
width:140px;

}

#page_navigation ul li ul li 
{

background-image:none;
width:140px;

}

#page_navigation ul li ul a 
{

color:#333; 
background:#eee; 
border:1px solid #fff; 
border-top:0; 
padding:3px 0px 3px 5px; 
text-align:left; 
width:142px;

}

#page_navigation ul li ul strong 
{

font-weight:bold; 
color:#ffc

}

#page_navigation ul li ul a:hover 
{

background-color:#1f1556;
color:#fff;

}

/* Fix IE. Hide from IE Mac \*/
* html #page_navigation ul li {float:left; height:1%}
* html #page_navigation ul li a {height:1%}
/* End */

#pnav li:hover 
{

background-position:-250px 0px;

}

#pnav li.over 
{

background-position:-250px 0px;

}

#pnav li:hover ul 
{

display: block

}
#pnav li.over ul 
{

display: block

}

#nav_shadow
{

background:url("../images/nav_shadow.gif") 0 0 no-repeat;
height:16px;
width:256px;
display:block;
float:left;
position:relative;

}

/* Page content
------------------------------------------------------*/
#content-wrapper h1
{
	font: bold 16px Tahoma, Arial, sans-serif;
	color: #971515;
	margin: 0px 0px 10px 0px;
	padding: 6px 0px 5px 0px;
}

#content-wrapper h1 span
{
	color: #047a9e;
}

#content-wrapper h2
{
	font: bold 1.3em/140% Arial, Tahoma, sans-serif;
	color: #7f865a;
	margin: 20px 0px 10px 0px;
	text-transform: uppercase;
}

#content-wrapper h3
{
	font: bold 14px Arial, Tahoma, sans-serif;
	color: #004684;
	margin: 0px 0px 10px 0px;
}

#content-wrapper p strong
{

color:#971515;

}

#content-wrapper img
{
	border: 1px solid #bbb;
	background-color: #ccc;
	margin: 0px 0px 10px 0px;
	padding: 4px;
	margin:6px;
}

#content-wrapper a
{
	color: #0a032f;
}

#content-main ul
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 16px;
	list-style-type: square;
}

#content-main ol
{
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 16px;
}


/* Page content - topics
------------------------------------------------------*/

#content-main .topic-item
{
	margin: 0px 0px 20px 0px;
}

#content-main .topic-item h1
{
	margin-bottom: 10px;
}

#content-main .topic-item h2
{
	font: bold 1.0em Tahoma, Arial, sans-serif;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	text-transform: none;
}

#content-main .topic-item img
{
	float: left;
	margin: 3px 15px 3px 0px;
}

#content-main .topic-item a.detail
{
	font: bold 1.1em Arial, tahoma, sans-serif;
}


/* Sidebar Infobox 
------------------------------------------------------*/

#content-sidebar .infobox
{

width:240px;
float:left;
border:#e9d600 1px solid;
background:#d4d4ec;
padding:5px;
display:block;
margin-top:-30px;
z-index:100;
margin-bottom:40px;

}

/* Front News Container */

#front_featured_news
{

float:left;
width:235px;

}

#front_featured_news .dd
{

font-size:10px;
color:#971515;

}

#front_featured_news h3
{

font-size:12px;
color:#333;
font-weight:normal;
margin:0px;

}

#front_featured_news a
{

color:#333;
text-decoration:none;

}

#front_featured_news a:hover
{

text-decoration:underline;

}

.front_featured_container
{

border-bottom:1px #ccc dotted;
margin-bottom:10px;
padding-bottom:5px;
width:235px;
float:left;

}



/* Page content - portfolio
------------------------------------------------------*/

#portfolio-list
{
	margin-top: 20px; 
}

#portfolio-list .portfolio-item
{
	width: 182px;
	float: left;
	margin: 0px 30px 25px 0px;
}

#portfolio-list .last
{
	margin-right: 0px;
}

#portfolio-list h2
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #ca4d0f;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	text-transform: none;
}

#portfolio-list p
{
	font: normal 1.0em/130% Arial, tahoma, sans-serif;
}



/* Page content - sidebar
------------------------------------------------------*/

#content-sidebar h1
{
	color: #fff;
	margin:0px;
	padding:0px;
	margin-bottom: 5px;
	background:#0a032f;
	line-height:38px;
	border:0;
	font-size:16px;
	text-indent:5px;
}

#content-sidebar .sidebar-content{

padding:5px;
width:230px;

}

.sidebar-box{

padding:0px;

}

#content-sidebar p{

margin-bottom:10px;

}

.blue-border{

border: #004684 6px solid;

}

#member-sidebox{

height:210px;

}

#member-slides img{

border:0px;
margin:0px;
padding:0px 8px 0px 8px;
background:#fff;
padding:0px 8px;

}

#member-slides img:hover{

background:#fff;

}

#content-sidebar .loc_container h3{

text-align:left;
width:210px;

}


/* Page content - advertise
------------------------------------------------------*/

#advertise
{
	margin: 30px 0px 20px 0px;
}

#advertise img
{
	margin: 0px;
	border: 0px;
	padding: 0px;
}


#advertise a
{ 
	display: block;
	float: left;
	margin: 0px 15px 10px 0px;
}

#advertise a.right
{ 
	margin-right: 0px;
}


/* Page content - categories
------------------------------------------------------*/

#categories ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#categories ul li
{
	float: left;
	width: 130px;
	margin: 0px 0px 2px 0px;
}


/* Page content - project list
------------------------------------------------------*/

#project-list h2
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #ca4d0f;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	text-transform: none;
}

#gallery 
{
	margin: 0px;
	padding: 0px;
}

#gallery .thumb 
{
	display: block;
}

#gallery_changer li 
{
	display: inline;
	padding: 0px 10px 0px 0px;
}

#gallery_changer .first 
{
	padding-left: 0px;
	margin-left: 0px;
	background: none;
}

#gallery_changer a 
{
	font: bold 1.2em Arial, tahoma, sans-serif; background:#eb791c; color:#fff; border:#eb481c 1px solid; padding:2px; text-decoration: none;
}

#gallery_changer .current a 
{
	color: #999;
	background:#fff;
	text-decoration: none;
	border:0;
}


/* Page content extras
------------------------------------------------------*/

#content-extras h1
{
	background: url("../images/bg_content_extras_title.png") no-repeat 0% 0%;
	font: bold 1.6em Tahoma, "Century Gothic", arial, sans-serif;
	color:#fff;
	margin: 0px 0px 10px 0px;
	padding: 25px 0px 20px 15px;
	position: relative;
}

#content-extras h2
{
	font: bold 1.0em Arial, tahoma, sans-serif;
	color: #72a10e;
	margin: 0px 0px 3px 0px;
}

#content-extras a
{
	color: #90380e;
}

#extras-about { width: 261px; float: left; margin: -20px 25px 0px 0px; }
#extras-popular { width: 261px; float: left; margin: -20px 0px 0px 0px; }
#extras-flickr { width: 261px; float: right; margin-top: -20px; }


#content-extras .inner
{
	padding: 0px 15px 0px 15px;
}

#extras-about .pdf
{
	display: block;
	background: url("../images/icon_pdf.gif") no-repeat 0% 50%;
	padding: 18px 0px 18px 60px;
	font: normal 1.0em/120% Arial, tahoma, sans-serif;
	color: #90380e;
}

#extras-about .pdf strong
{
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#extras-popular .post-item
{
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #a5a077;
}

#extras-flickr img
{
	float: left;
	border: 3px solid #fff;
	margin: 0px 8px 8px 0px;
}

#extras-flickr a:hover img
{
	border: 3px solid #90380e;
}


/* Page footer
------------------------------------------------------*/

#page-footer p
{
	font: normal 11px "Tahoma", Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	margin-right:10px;
	float:right;
}

#page-footer a
{
	color: #FFF;
}


/* Form Construct
-------------------------------------------------------*/
#contact{}
.form_row {padding-top: 5px; padding-bottom: 5px; clear:both;}
.form_row label{display:block; float:left; padding:3px 0px; width:200px; text-align: left; font-size: 12px;}
.form_row p.formtxt{display:block; margin:0px; padding-left:200px; text-align: left; font-size: 11px;}
.form_row IMG{margin:0px; width:120px; height:40px;}
.form_row SPAN.captimg input{width:120px; height:40px;}
.form_row input{font-size: 11px; padding: 5px;}
.form_row select{border: 1px solid #bdc7d8; font-size: 11px; padding: 3px;}
.form_row textarea{border: 1px solid #b7b8b8; font-size: 11px; padding: 3px; margin:0px; height: 50px; width: 180px;}
.form_row .inputtext{width:195px; border: 1px solid #bdc7d8;}
.form_row .inputreq{width:195px; border: 1px solid #bdc7d8;}
.form_row .req_err{color:#eb791c; padding-left:5px;}
.form_row .inputsubmit{background:#0a032f; border:#211659 6px solid; color:#fff; font-weight:bold; cursor:pointer;}
#buttons{padding:0px 0px 0px 200px; text-align:left;}
#buttons input{margin:0px 2px 0px 0px; width:100px;}

#top_msg
{
padding:10px;
border:6px #211659 solid;
font: normal 12px Arial, tahoma, sans-serif;
color: #555;
margin:10px 0px 10px 0px;
}

#content-wrapper SPAN.heading{float:left; display:block; width:70px; font-weight:bold;}
#content-wrapper SPAN.left_block{float:left; display:block; width:162px; padding-bottom:10px;}
#content-wrapper .loc_container{float:left; position:relative; width:235px; margin-bottom:20px; line-height:18px; padding:0px}

/** Teaser Box **/

#page-slide img{
border:0px;
padding:0px;
margin:0px;
}

#content-wrapper .slidebox{
background-color:#fff;
float:left;
height:247px;
overflow:hidden;
width:691px;
position:relative;
}

.slidebox img{
margin:0px;
height:247px;
width:691px;
overflow:hidden;
position:absolute;
border:none;
}

.slidebox a img, #top .slidebox a:hover img{
border:none;

}

.slidebox a{
display:none;
}

#page-slide .disabled{
}

#page-slide .displayme{
display:block;
}

#page-slide .slidebox span{
position:absolute;
width:691px;
height:247px;
background-image:url("../images/glass-trans.png");
background-repeat:no-repeat;
background-position:0 0;
top:5px;
left:5px;
z-index:10;
}

.slidebox span a{
border:none;
text-decoration:none;
display:block;
height:247px;
width:691px;
text-indent:-9999px;
z-index:0;
outline:none;
}

.slide_excerpt{
display:none;
z-index:5;
position:absolute;
bottom:0px;
left:0;
background-image:url("../images/glass2.png");
background-repeat:no-repeat;
background-position:0 0;
padding:0;
color:#01315c;
width:691px;
}

.slide_excerpt strong{
display:block;
}

.slide_excerpt div{
padding:10px;
width:691px;
position:relative
}

.slide_excerpt p{
margin:0px;
}

/** Teaser Box **/

#teaser{
padding:11px;
border:6px solid #0c0b71;
background-image:url("../images/trans_bg.png");
background-attachment:fixed;
position:relative;
padding:0px;
width:691px;
height:247px;
}

#teaser img{
border:0px;
padding:0px;
margin:0px;
}

#content-wrapper .teaserbox{
background-color:#fff;
border-right:6px solid #0c0b71;
float:left;
height:247px;
overflow:hidden;
width:504px;
position:relative;
}

.teaserbox img{
margin:0px;
height:247px;
width:504px;
overflow:hidden;
position:absolute;
border:none;
}

.teaserbox a img, #top .teaserbox a:hover img{
border:none;

}

.teaserbox a{
display:none;
}

#content-wrapper .teaser_infobox{
background-color:#fff;
width:180px;
height: 247px;
float:left;
border-left:none;
position:relative;

}

.scrollup, .scrolldown{
position:absolute;
top:1px;
display:block;
height:17px;
width:17px;
z-index:10;
cursor:pointer;
right:3px;
background-image:url("../images/scroll.png");
text-indent:-9999px;
background-position:right top;
}

.scrolldown{
background-position:right bottom;
top:19px;
}
.scrollup:hover{
background-position:left top;
}
.scrolldown:hover{
background-position:left bottom;
}


#content-wrapper .infowrap{
position:absolute;
top:37px;
width:182px;
height:161px;
overflow:hidden;

}

#content-wrapper .infowrap ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
width:182px;
position:absolute;
left:0;
}

#teaser .disabled{
}

.teaser_infobox strong{
	height:38px;
	width:182px;
	display:block;
	color: #fff;
	margin:0px;
	padding:0px;
	margin-bottom: 5px;
	background:#093d90;
	line-height:38px;
	border:0;
	font-size:16px;
	text-indent:5px;
}

.ticker{
background-color:#fff;
}

#page-wrapper .ticker:hover{
background:#eee;
background-attachment:fixed;
color:#ff0000;
}

#content-wrapper #teaser .displayme{
display:block;
}

.teaser_infobox ul li a, .teaser_infobox ul li a:visited {
display:block;
width:172px;
border-bottom:1px solid #004684;
text-decoration:none;
padding:3px 5px;
outline:none;
}

.teaser_infobox ul li a:hover{
background: #eee;
color:#ff0000;
}


.teaser_infobox ul li a span{
display:block;
font-size:10px;
color:#999;
}

.teaser_infobox ul li a:hover span{
color:#ff0000;
}

#content-wrapper .teaserbox span{
position:absolute;
width:504px;
height:247px;
background-image:url("../images/glass-trans.png");
background-repeat:no-repeat;
background-position:0 0;
top:5px;
left:5px;
z-index:10;
}

.teaserbox span a{
border:none;
text-decoration:none;
display:block;
height:247px;
width:484px;
text-indent:-9999px;
z-index:0;
outline:none;
}

.teaser_excerpt{
display:none;
z-index:5;
position:absolute;
bottom:0px;
left:0;
background-image:url("../images/glass2.png");
background-repeat:no-repeat;
background-position:0 0;
padding:0;
color:#01315c;
width:504px;
}

.teaser_excerpt strong{
display:block;
}

.teaser_excerpt div{
padding:13px 15px 6px;
width:474px;
position:relative
}

.teaser_excerpt p{
padding:2px 0 0 0;
color:#01315c;
}

/*Tabs*/
#block1 .gallery, #block2 .gallery, .gallery_block{
width:295px; /*change if sidebarwidth changes*/
padding:0px;
margin-bottom:10px;
position:relative;
}
#content-sidebar ul, #content-sidebar ol  {
list-style-position:outside;
list-style-type:none;
position:relative;
}
.gallery{
clear:both;
}
.gallery_block{
float:left;
}
.gallery_block .gallery{
width:240px;
float:left;
overflow:hidden;
position:relative;
padding:0px;
}
.gallery a, .gallery a:visited{
color:#333;
padding:4px 0px;
display:block;
text-decoration:none;
border-bottom:1px dotted #ccc;
text-indent:20px;
width:240px; /*change if sidebarwidth changes*/
}

.gallery a:hover{
color:#666;
text-indent:10px;
}
.gallery li:hover a {
color:#666;
text-indent:0;
}

.gallery h3{
padding:0px 5px 0px 5px;
}

.gallery div{
padding:5px;
}

#content-sidebar .advanced_link{
text-decoration:none;
color:#fff;
padding:5px 7px;
line-height:20px;
display:block;
float:left;
background:#03799d;
margin:0px 1px 0px 0;
outline:none;
text-transform:uppercase;
}

#content-sidebar .advanced_link:hover, #content-sidebar .active{
background:#004684;
color:#fff;
}

.tablist{
clear:both;
overflow:hidden;
}

#content-sidebar .gallery_block h3{
position:relative;
top:6px;}

.gallery ul{
position:relative;
}

/** News Article **/

.featured_container {

padding-bottom:40px;

}

.featured_container a{

text-decoration:none;

}

.featured_container a:hover{

text-decoration:underline;

}

.featured_container p.dd{

padding-bottom:5px;
border-bottom:1px #ccc dotted;
margin-bottom:10px;
font-size:10px;
color:#971515;

}

.featured_container p.dd strong{

color:#971515;

}

.featured_container a.read_more{

display:block;
height:28px;
width:98px;
background:url("../images/read_more_btn.gif") 0px 0px no-repeat;

}

.featured_container a.read_more span{

display:none;

}

.featured_container a.read_more:hover{

background-position:0px -28px;

}

/** News Article Info Box **/

#news_header{
padding:11px;
border:6px solid #0c0b71;
background-image:url("../images/trans_bg.png");
background-attachment:fixed;
position:relative;
padding:0px;
width:691px;
height:247px;
}

#news_header img{
border:0px;
padding:0px;
margin:0px;
}

#content-wrapper .news_image_box{
background-color:#fff;
border-right:6px solid #0c0b71;
float:left;
height:247px;
overflow:hidden;
width:504px;
position:relative;
}

.news_image_box img{
height:247px;
width:504px;
overflow:hidden;
position:absolute;
border:none;
}

#content-wrapper .post_infobox{
background-color:#fff;
width:180px;
height: 247px;
float:left;
border-left:none;
position:relative;

}

#content-wrapper .postwrap{
position:absolute;
top:37px;
width:172px;
height:151px;
padding:5px;
overflow:hidden;

}


#content-wrapper .postwrap p{

}

.post_infobox strong{
	height:38px;
	width:182px;
	display:block;
	color: #fff;
	margin:0px;
	padding:0px;
	margin-bottom: 5px;
	background:#0a032f;
	line-height:38px;
	border:0;
	font-size:16px;
	text-indent:5px;
}

.post_infobox p a, .post_infobox p a:visited {
display:block;
width:182px;
border-bottom:1px solid #004684;
text-decoration:none;
padding:3px 5px;
outline:none;
}

.post_infobox p a:hover{
background: #eee;
color:#ff0000;
}


.post_infobox p a span{
display:block;
font-size:10px;
color:#999;
}

.post_infobox p a:hover span{
color:#ff0000;
}

#content-wrapper .news_image_box span{
position:absolute;
width:400px;
height:210px;
background-image:url("../images/glass-trans.png");
background-repeat:no-repeat;
background-position:0 0;
top:5px;
left:5px;
z-index:10;
}

.news_image_box span a{
border:none;
text-decoration:none;
display:block;
height:210px;
width:380px;
text-indent:-9999px;
z-index:0;
outline:none;
}

/** Tooltips **/


.wrap_tooltip{
position:absolute;
left:-2000px;
background-color:#138baf;
padding:3px;
border:1px solid #047a9e;
z-index:8000;
top:0;
}

.tooltip{
left:-2000px;
top:0;
position:absolute;
z-index:9000;
margin:13px 0 0 13px;
}

.tooltip img{
margin:0;
padding:0;
border:1px solid #fff;
} 

.tooltip2{
position:absolute;
z-index:200;
border:1px solid #de162a;
background-color:#fff;
padding:5px;
color:#37282b;
left:-9999px;
top:0px;
}

/** Member Links **/

.memberlink_container{

float:left;
margin-left:6px;
margin-bottom:6px;

}

#slides .frame
{

float:left;
width:210px;
padding:4px;
border:1px #eee solid;
margin-right:10px;
margin-bottom: 10px;

}

#slides .frame p
{

float:left;
width:172px;
height: 32px;
margin:0px;
font-size:11px;
overflow:hidden;

}

#slides .last
{

margin-right:0px;

}

#content-wrapper .frame img
{

margin:0px;

}

.controller
{

float:left;
display:inline-block;
margin-right:20px;

}

.paging
{

margin:20px 0px 10px 0px;
width:701px;

text-align:right;

}

.jFlowControl
{

padding:4px;
font-weight:bold;
margin-right:3px;
cursor:pointer;
border:1px #eee solid;

}

.jFlowPrev, .jFlowNext
{

padding:4px;
font-weight:bold;
margin-right:3px;
cursor:pointer;
border:1px #eee solid;

}

.jFlowSelected
{

color:#fff;
background:#54a725;

}

.jFlowPrev:hover, .jFlowNext:hover
{

color:#fff;
background:#54a725;

}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url("macFFBgHack.png") repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
#TB_caption{
  height:25px;
  font-size:11px;
  padding:7px 0px 10px 25px;
  width:320px;
  height:35px;
  float:left;
  position:relative;
}
#TB_closeWindow{
  height:25px;
  font-size:11px;
  padding:7px 25px 10px 0;
  display:inline-block;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
