/************

	Website by Bathtub Gin Media.	

************/
 
/**	 Global Reset	**/
  
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
table {		/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
}

/**		Misc Stylings	**/
html {
	background: #111;
}
body {
	color: #eee;
	font-family: Georgia, Arial, Verdana, sans-serif; 
	font-size: 62.5%;
	line-height: 1;
}
.clear{
	clear:both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.imgBorder img {
	border-left: 15px solid #111;
	border-right: 15px solid #111;
}
/** Content	**/
.Container {
	width: 900px;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
}
#Content {
	width: 650px;
	float: left; 	
	text-align: left;
}

/** Header **/
#HeaderBg { 
 	width: 100%;
	height: 250px; 
	overflow: hidden;
	background: #003467 url(../images/header-bg.png) repeat-x;
	}
#Header { 
 	width: 610px;
	height: 250px; 
	overflow: hidden;
	}
	#Header p {
		font-size: 2.5em;
		color: #000;
	}

/**	Main Nav	**/
#Navigation {
	width: 900px;
	margin: 0 auto;
}
#Navigation ul { 
 	float: left; 
	height:4.5em;
	}
	#Navigation ul li { 
	 	list-style: none; 
		margin-right: 20px; 
		float: left;
		line-height:4em;
		display: block;
		}
  		#Navigation ul li a { 
			float: left;
			text-decoration: none;
			display: block;  
			line-height:3em;
			font-size: 1.6em;
			font-weight: bold;
			color: #fff;
			}
		#Navigation ul li a span {
			text-align: center;
	        float: left;
			height: 3em;
			border-top: 5px solid #111;
		}
			#Navigation ul li a:hover {  
				color: #006295;
				cursor: pointer;
				}
			#Navigation ul li a:hover span {
				border-top: 5px solid #006295;
				cursor: pointer;
			}
    		#Navigation ul li a.current,
    		#Navigation ul li a.section,
    		#Navigation ul li a.section:hover,
    		#Navigation ul li a.current:hover { 
			 	color: #006295;
				cursor: pointer;
				}
			#Navigation ul li a.current span,
			#Navigation ul li a.section span,
    		#Navigation ul li a.section:hover span,
			#Navigation ul li a.current:hover span {
				border-top: 5px solid #006295;
				cursor: pointer;
			}
    
/** Breadcrumbs **/
#Breadcrumbs { 
 	color: #ccc;
	text-align: left;
	font-size: 0.9em; 
	margin: 5px;
	}
	#Breadcrumbs p {
		color: #ccc;
		text-align: left;
		font-size: 0.9em; 
		margin: 0;
	}


/**  Sidebar  **/
#Sidebar { 
 	width: 210px; 
	float: right;
	overflow-x:hidden;
	}
	#Sidebar img {
		margin-right: 7px;
	}
.DivLine {
	height: 100%;
	width: 1px;
	margin: 0 15px;
	background: #555;
	float: left;
}


	
/* Comments
******************************************/

#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom: 2px solid #BCE4FE;
}

#PageComments li.even {
	background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
	padding-right: 40px;
	padding-left: 10px;
}

#PageComments li.odd p.info {
	color: #3AA0C3;
}

.actionLinks li a {
	padding-right: 3px;
	font-size: 10px;
}
.actionLinks li {
   display: inline;
   border-right: 1px solid;
}
   .actionLinks li.last {
      border-right: none;
   }

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1em;
	font-size: 0.9em;
}

/* Search Results 
*****************************************/
ul#SearchResults {
	margin: 10px 0;
}
ul#SearchResults li {
	list-style: none;
	margin: 5px 0;
	font-size: 1em;
}

/* Unsubscribe Newsletter
*****************************************/
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
}
	#Unsubscribe_MailingListForm_MailingListForm p label{
		display: inline;
	}

#Unsubscribe_MailingListForm_MailingListForm label{
	margin:0;
}


/* Footer 
*****************************************/

#Footer { 
	border-top: 1px solid #222;
	width: 900px;
	margin: 15px auto;
	}
	#Footer .content {
		color: #333;
		width: 45%;
		margin-top: 10px;
		font-size: 0.9em;
	}
  	#Footer a { 
	   	color: #555; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		text-decoration: underline;
	}
  