/* 
* Layout/Template CSS only
*/
.yui-t3 .yui-b {float:left;width:254px;}
.yui-t3 #yui-main .yui-b {}
	
.fullwidth{
	width:100%;
	text-align: center;
	height:45px;
	background:url(../graphics/headerBar_bg.gif) top left repeat-x;
	z-index:1000;
}
.fullwidth_footer{
    width:100%;
	text-align: center;
	height:45px;
	background:url(../graphics/footerBar_bg.gif) top left repeat-x;
	margin-top:10px;
	z-index:1000;
	
}
.centredcontent{
	width:950px;
	margin:0 auto;
	text-align: left;
	padding-top:5px;
}
.headermenu{
	height:46px;
	width:100%;
	border-top:10px solid #fff;
}
#header-left-end{
	float:left;
	width:10px;
	height:46px;
	background:url(../graphics/top-menu-left.gif) top left;
}
#header-right-end{
	float:left;
	width:10px;
	height:46px;
	background-color:#9D9FA2;
	background:url(../graphics/top-menu-right.gif) top left;
}
#headercontent{
	background-color:#9D9FA2;
	width:940px;
	height:46px;
	float:left;
}
#headermenu{
	padding-top:15px;
}
#headermenu li{
	float:left;
	display:inline;
	color:#fff;
	padding-right:10px;
	text-transform:uppercase;
	font-weight:bold;
	font-size:100%;
	font-family: Arial,Helvetica,  sans-serif;
}
#headermenu a{
	color:#fff;
	text-decoration:none;
}
#headermenu a:visited{
	color:#fff;
	text-decoration:none;
}
#headermenu a:hover{
	color:#000;;
	text-decoration:none;
	
}
#tabs{
    float:right;
	padding-right:7px;
    padding-top:13px;
}
div.page_content{
    float:right;
	width:630px;
}
/*Sub Navigation Bar*/
div.subpage_nav{
    width:100%;
    padding-bottom:15px;
    border-bottom:1px dotted;
    margin-bottom:20px;
}
div.subpage_nav ul{

}
div.subpage_nav ul li{
    padding-right:10px;
    display:inline;
}
div.subpage_nav ul li a{
    color:#666666;
	font-weight:bold;
	text-decoration:none;
	text-transform:capitalize;
}
div.subpage_nav ul li a:hover{
    color:#000066;
}
div.subpage_nav ul li a.subselected{
    color:#000;
}
div.logo{
    width:307px;
	height:150px;
	background: url('../graphics/Bulwark_group_logo.png') no-repeat;
	float:left;
}
div.images{
   	position:relative;
	top:474px;
	width:314px;
}
.container{
	background: url('../graphics/logos.jpg') no-repeat;
	background-position: left bottom;
	min-height:490px;
	_height:490px;
	width:940px;
	text-align:left;
	margin:0 auto;
}
