/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #033976 url(images/img01.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3{
	margin-top: 0;
	color: #FFFFFF;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

h4{
	margin-top: 10px;
	color: #FFFFFF;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

ul {
	list-style-image: url(../../Nowhere/sbn-css-template/images/img07.gif);
}

a {
	text-decoration: underline;
	color: #FFFF00;
}

a:hover {
	border-bottom-style: solid;
}

a img {
	border: none;
}

/* Header */

#flashcontain {
	z-index: 100; 
}

#header {
	width: 980px;
	height: 398px;
	margin: 0 auto;
	background: url(images/BN_Tail.gif) no-repeat right top;
}

#logo {
	float: left;
	width: 310px;
	height: 150px;
	margin: 0;
	background-image: url(images/BN_Head.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #033976;
}

#logo h1 {
	padding: 50px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 72px 0 0 3px;
	font-size: 10px;
	color: #033976;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #033976;
}

#menu .current_page_item a {
	background: none;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	float: left;
	width: 670px;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
	height: auto;
	}
		
#menuh a
	{
	text-align: left;
	display:block;
	white-space:nowrap;
	margin:0;
	padding: 0.3em;
	width:auto;
	}
	
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	text-decoration:none;
	padding-right: 5px;
	font-weight: bold;
	background-image: url(images/img03s.jpg);
	background-repeat: repeat-x;
	}
	
#menuh a:hover						/* menu on mouse-over  */
	{
	color: #FF9900;
	background-color: #003577;
	text-decoration:none;
	}	
	
#menuh a.parent, #menuh a.parent:hover 	
	{
	background-image: url(images/img03s.jpg);
	background-position: right center;
	background-repeat: repeat-x;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:auto;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;
	vertical-align: bottom;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	width:auto;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* Wrapper */

#wrapper {
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img05.jpg) repeat-y left top;
}

#page-bg {
	padding: 11px 24px;
}

/* Page1 */

#page1 {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img05w.jpg) repeat-y left top;
}

#page-bg1 {
	padding: 11px 24px;
}

/* Start of Photo Gallery */
.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 300px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.thumbnail2 span{ /*CSS for enlarged image2*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail2 span img{ /*CSS for enlarged image2*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover span{ /*CSS for enlarged image2*/
visibility: visible;
top: 50%;
left:300px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.thumbnail2 img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail2:hover{
background-color: transparent;
}

.thumbnail2:hover img{
border: 1px solid blue;
}  /* End Of CSS Image2 */

.thumbnail3 span{ /*CSS for enlarged image2*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail3 span img{ /*CSS for enlarged image2*/
border-width: 0;
padding: 2px;
}

.thumbnail3:hover span{ /*CSS for enlarged image2*/
visibility: visible;
top: 50%;
left:300px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
.thumbnail3 img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail3:hover{
background-color: transparent;
}

.thumbnail3:hover img{
border: 1px solid blue;
}  

.thumbnail4:hover{
background-color: transparent;
}

.thumbnail4:hover img{
border: 1px solid blue;
}

.thumbnail4 span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail4 span img{ /*CSS for enlarged image2*/
border-width: 0;
padding: 2px;
}

.thumbnail4:hover span{ /*CSS for enlarged image2*/
visibility: visible;
top: 10%;
left:200px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
/* End Of CSS Image3 */

/* End Of Photo Gallery */

/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #8D8D8D;
}

/* Content */

#content {
	float: left;
	width: 500px;
}

.post {
	padding: 0px 10px 0px 15px;
	line-height: 200%;
}

.post h1 {
	font-weight: normal;
	font-size: 30px;
}

.post h2 {
	font-size: 24px;
}

.title {
	margin: 0;
	padding: 15px 15px 0px 15px;
	background: url(images/img08.jpg) no-repeat left top;
	font-weight: normal;
	color: #FFFFFF;
}

.title a {
	border-bottom: none;
}

.title a:hover {
}

.byline {
	margin: 0 15px 20px 15px;
	text-transform: uppercase;
}

.entry {
	padding: 0px 15px;
}

.underline{ text-decoration:underline;}

img.right {
    border:1px solid #b0b0b0;
	float: right;
	margin: 0 0 0 20px;
	padding:5px;
}

img.left {
    border:1px solid #b0b0b0;
	float: left;
	margin: 0 20px 0 0;
	padding:5px;
}

img.center {
	float: left;
	padding:5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 70px;
}

.links {
	font-size: 11px;
}

.links a {
	display: block;
	border: none;
	color: #FFFFFF;
}

.links a:hover {
	text-decoration: underline;
}

.links .more {
	float: right;
	text-transform: uppercase;
	color: #FFFF00;
}

.links .comments {
	float: left;
	padding-left: 20px;
}

/* Content1 */

#content1 {
	float: left;
	width: 740px;
}

.title1{
	margin: 0;
	padding: 15px 15px 0px 15px;
	background: url(images/img08w.jpg) no-repeat left top;
	font-weight: normal;
	color: #FFFFFF;
}

.title1 a {
	border-bottom: none;
}

.title a:hover {
}

/* Sidebars */

#sidebar1 {
}

#sidebar2 {
}

#sidebar3 {
	background-image: url(images/img09.jpg);
}

.sidebar1 {
	float: left;
	width: 440px;
	padding-right: 20px;
	padding-left: 10px;
	height: 50px;
	background-color: #FFFFFF;
}

.sidebar2 {
	float: right;
	width: 400px;
	padding-right: 50px;
	padding-left: 50px;
	height: 30px;
	text-align: right;
	padding-top: 20px;
}

#sidebar3 ul {
	margin: 0;
	list-style: none;
	padding-top: 14.5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}

#sidebar3 li {
	display: inline;
	margin-right: 2px;
}

.sidebar {
	float: left;
	width: 220px;
	padding-right: 20px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	padding: 0 0 20px 0;
}

.sidebar li ul {
	padding: 0px 15px;
}

.sidebar li li {
	padding: 8px 0 8px 0px;
	border-bottom: #2C5FAB solid 1px;
}


.sidebar li h2 {
	margin: 0 0 10px 0;
	padding: 7px 15px 5px 15px;
	background: url(images/img07.jpg) no-repeat left top;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}

.sidebar p {
	padding: 0px 15px;
}

/* Search */

#searchform {
	margin: 0;
	padding: 20px 15px;
}

#searchform br {
	display: none;
}

#s {
	margin: 0;
	padding: 2px 2px;
	width: 165px;
	height: 18px;
	border: none;
	background: #FFFFFF;
	font-size: 10px;
	color: #000000;
}

#x {
	margin: 1px 0 0 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #000000;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	height: 93px;
	background: url(images/img06.jpg) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #569DF5;
}

/* Footer1 */

#footer1 {
	width: 980px;
	margin: 0 auto;
	padding: 30px 0;
	height: 93px;
	background: url(images/img06w.jpg) no-repeat left top;
}

#footer1 p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#footer1 a {
	color: #569DF5;
}
