﻿/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {font: 15px/1.5 Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;}

a:focus {outline: 1px dotted invert;}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h6 {font-family:Arial,Helvetica,sans-serif;}

h5 {font-family:Arial,Helvetica,sans-serif;}

h4 {font-family:Arial,Helvetica,sans-serif;}

h3 {font-family:Arial,Helvetica,sans-serif;}

h2 {font-family:Arial,Helvetica,sans-serif;}

h1 {font-family:Arial,Helvetica,sans-serif;}

h6 {font-weight: normal;}

h5 {font-weight: normal;}

h4 {font-weight: normal;}

h3 {font-weight: normal;}

h2 {font-weight: normal;}

h1 {font-weight: normal;}

h1 {font-size: 23px;}

h2 {font-size: 21px;}

h3 {font-size: 19px;}

h4 {font-size: 17px;}

h5 {font-size: 15px;}

h6 {font-size: 13px;}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {list-style: decimal;}

ul {list-style: square;}

li {margin-left: 30px;}

fieldset {margin-bottom: 20px;}

address {margin-bottom: 20px;}

table {margin-bottom: 10px;}

pre {margin-bottom: 20px;}

ul {margin-bottom: 20px;}

ol {margin-bottom: 20px;}

hr {margin-bottom: 10px;}

dl {margin-bottom: 20px;}

p {margin-bottom: 20px;}

h6 {margin-bottom:10px;}

h5 {margin-bottom:10px;}

h4 {margin-bottom:10px;}

h3 {margin-bottom:10px;}

h2 {margin-bottom:10px;}

h1 {margin-bottom:10px;}

/*----------------Custom Rules----------------------------------------------------------*/


h1, h2, h3, h4, h5, h6 {color: #336699;}


ul li {color:#494b4d;}

p {color:#494b4d;}

a {color:#5a6782;}

a:hover {
	color:#f60;
	text-decoration: none;
	}

.captionNoPad {
	color:#486DAB;
	line-height:120%;
	}

.caption {
	color:#486DAB;
	line-height:120%;
	}

#header a {text-decoration: none;}

#header a:visited {color: #fc6;} 

#header a:link {color: #fc6;} 

#header a:hover {color:#fff;}



/*---- BEGIN NAVIGATION BAR -----*/


div.menubar {
    background-color: transparent;
    width: 100%;
    height: 40px;
    position: relative;
    top: 117px;
}

#navcontainer ul {
	padding-left: 0px;
	margin: 0px;
	background-color: transparent;
	color: white;
	float: left;
	width: 100%;
	height: 40px;
	font-family: arial, helvetica, sans-serif;
	}

#navcontainer ul li {
	display: inline;
	}
	
ul#navlist li {
	margin: 0px;
	padding: 0px;
	}
	
ul#navlist li#welcomeBack p {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	}	

#navcontainer ul li a {
	margin: 0px 20px 0px 0px;
	padding:  10px 20px 5px 20px;
	font-size: 20px;
	line-height: 20px;
	background-color: #c4d8e7;
	color: #625001;
	text-decoration: none;
	float: left;
	height: 25px;
	}

#navcontainer ul li a:hover {
	background-color: #fff;
	}

/*---- END NAVIGATION BAR --------*/





/*---- BEGIN WELCOME BACK USER --------*/

		div#welcomeBack {
			display: inline-block;
			}

		div#welcomeBack p {
			color: #fff;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 20px;
			line-height: 20px;
			margin: 0px;
			padding: 0px;
			}
			

/*---- END WELCOME BACK USER --------*/






/*---- HEADER --------*/

div#header {
	background-color:black;
	width:100%;
	height:34px;
	margin:0;
	padding:0;
}

#header p {
	 color: #fff;
	 margin-top:6px;
}

form#search {
	margin-top:6px;
}

form#search p {
	display:inline;
	color:white;
}

form#search input {
	font-size:10px;
}

div.stripeSmall {
	width: 100%;
	position: relative;
	background-image: url('../images/template/GuestCentralHeadGradient-10px.jpg');
	background-repeat:repeat-x;
	margin-bottom: 0px;
	}



/*div.bannerSmall #bnllogo{
    width:200px;
}*/

div.bannerSmall {
    background-image: url('../images/BNL_Logo_Horizontal_WHITE.svg');
    background-size: 25%;
    background-repeat: no-repeat;
    background-position: 30px 30px;
    display: block;
    width: 1020px;
    height: 180px;
    margin: 0px auto 50px auto;
}


div.spacer {
	background-color: #5a6782;
	height: 2px;
	margin-bottom:20px;
	}




/*----- FOOTER -----*/

	div#footer {
		background-color: #496a78;
		width: 100%;
		height: 300px;
		margin: 50px 0px 0px 0px;
		padding: 0;
		}
	
	div#footer h2 {
		margin: 25px 0px 20px 0px;
		padding: 0px;
		color: #d8dfe2;
		font-size: 19px;
		line-height: 21px;
		}
		
		
	div#footer h2#BNLtitle {
		margin-bottom: 5px;
		}
	
	#footer p {
		font-family: Arial, Helvetica, 'Liberation Sans';
		font-size: 13px;
		line-height: 19px;
		margin: 0px 0px 5px 0px;
		color: #bcc8cd;
		}
		
	#footer p a:link, 
	#footer p a:active,
	#footer p a:visited {
		color: #bcc8cd;
		text-decoration: none;
		}
	
	#footer p a:hover {
		color: #fff;
		text-decoration: underline;
		}

/***

BSD Extensions -- 09/24/2010

***/
.textCenter { text-align:center }
.textRight { text-align:right }
.textLeft { text-align:left }
.marginTB_10 { margin-top: 10px; margin-bottom: 10px}
.marginTB_20 { margin-top: 20px; margin-bottom: 20px}
.marginTB_30 { margin-top: 30px; margin-bottom: 30px}
.marginTB_40 { margin-top: 40px; margin-bottom: 40px}
.marginTop_10 { margin-top: 10px;}
.marginTop_20 { margin-top: 20px;}
.marginTop_30 { margin-top: 30px;}
.marginTop_40 { margin-top: 40px; }

.marginBottom_10 { margin-bottom: 10px;}
.marginBottom_20 { margin-bottom: 20px;}
.marginBottom_30 { margin-bottom: 30px;}
.marginBottom_40 { margin-bottom: 40px; }

.linkItem a {text-decoration: none;}

.linkItem a:visited {color: #fc6;} 

.linkItem a:link {color: #fc6;} 

.linkItem a:hover {color:#fff;}

.loginUI ul 
{
	margin-top: 10px;
}

.loginUI li
{
	margin-left: 60px;
}