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

	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: #363636 url(../images/bg.png) repeat-x;
}
body {
	color: #fff;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 62.5%;
	line-height: 1;
}
.clear{
	clear:both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

/** Content	**/
.Container {
	width: 970px;
	margin: 0 auto;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
}
.ContainerBg {
	background: #ff9900 url(../images/bg-orange-large.png) repeat-x;
}
#Content {
	width: 620px;
	float: left; 	
	text-align: left;
	margin: 20px 0 20px 20px;
}
.HomeContent {
	width: 450px;
	height: auto;
}
	.HomeContentPhoto {
		width: 250px;
		height: 384px;
	}
	.HomeContentRight {
		width: 200px;
		height: 384px;
		display: block;
	}
		.HomeContentTextBg {
			width: 200px;
			height: 264px;
			background: #ff6600 url(../images/bg-home-text.png) repeat-x;
			display: block;
			overflow:auto;
			top:0;
		}
		.HomeContentText {
			margin: 10px 10px;
			height: 244px;
			display: block;
		}
		.HomeContentReflect {
			width: 200px;
			height: 120px;
			background: url(../images/bg-home-text-reflect.png) repeat-x;
		}

/** Header **/
#HeaderLogo, #HeaderText { 
	width: 450px;
	height: 225px; 
	overflow: hidden;
	}
#logo {
	width: 290px;
	height: 115px;
	margin-top:10px;
}
#HeaderRight {
	width: 660px;
	height: 130px;
	margin-top:0;
	top:0px;
}
	#HeaderGateway {
		width: 130px;
		vertical-align: middle;
		overflow-y: auto;
		background: #ff9900 url(../images/bg-orange-small.png) repeat-x;
	}
		#HeaderGateway p {
			text-align:center;
			width: 110px;
			margin: 5px 10px;
			overflow-y: auto;
			font-size:1.1em;
		}
		#HeaderGateway a p, #HeaderGateway a:visited p {
			color:#fff;
			font-weight: normal;
		}
	
/**	Main Nav	**/
#Navigation ul {
	height: 30px;
	overflow-y: hidden;
	float: right;
}
	#Navigation ul li { 
	 	list-style: none;  
		float: left;
		height: 30px;
		line-height: 30px;
		}
  		#Navigation ul li a { 
			height: 30px;
			line-height: 30px;
			text-decoration: none;  
			font-size: 1.1em;
			color: #111;
			font-weight: bold;
			}
			#Navigation ul li a span { 
				line-height: 1.1em;
				padding: 9px 15px 10px 15px;
			}
			#Navigation ul li a:hover {  
				color: #fff;
				cursor: pointer;
			}
				#Navigation ul li a:hover span {  
					background: #656565 url(../images/bg-nav.png) repeat-x;
					cursor: pointer;
				}
    		#Navigation ul li a.current,
    		#Navigation ul li a.current:hover { 
			 	color: #fff;
				cursor: pointer;
			}
				#Navigation ul li a.current span,
	    		#Navigation ul li a.current:hover span { 
					background: #656565 url(../images/bg-nav.png) repeat-x;
					cursor: pointer;
				}
/**	Top Content    **/
#LineBg {
	width: 100%;
	height: 30px;
	display:block;
	background: #ff9900 url(../images/bg-orange-small.png) repeat-x;
	margin-bottom: 15px;
}
#ContactLink {
	width: 40%;
	text-align: right;
	margin-right: 5px;
	line-height: 3em;
}

#FlowersBg {
	width: 196px;
	height: 180px;
	background: url(../images/flowers.png) no-repeat;
}

/** Breadcrumbs **/
#Breadcrumbs {
	margin-left: 5px;
	text-align: left;
	width: 40%;
	}
	#Breadcrumbs p {
		color: #fff;
		text-align: left;
		font-size: 1em;
		line-height: 3em;
		margin:0;
	}			

/**  Sidebar  **/
#SidebarContainer {
	width: 300px;
	overflow-y:auto;
	margin: 20px 0;
	border-left: 1px solid #c60;
}
#Sidebar { 
 	width: 250px;
	margin: 0 20px 20px;
	overflow-x:hidden;
	overflow-y:auto;
	}
	#Sidebar ul {
		width:230px;
		margin: 0 0 15px 15px;	
		list-style:none;
		display:block;
		height:auto;
	}
	#Sidebar ul li {
		width: 100%;
		display: block;
		line-height:1.6em;
		display: block;
		padding: 0;
		float:left;
		clear:both;
		height:auto;
		}
  		#Sidebar ul li a { 
			float: left;
			text-decoration: none;  
			font-size: 1.3em;
			color: #333;
			font-weight: bold;
			display:block;
			}
			#Sidebar ul li a:hover {  
				color: #fff;
				cursor: pointer;
				}
    		#Sidebar ul li a.current,
    		#Sidebar ul li a.section,
    		#Sidebar ul li a.section:hover,
    		#Sidebar ul li a.current:hover { 
			 	color: #fff;
				cursor: pointer;
				}

#Sidebar img {
	margin: 5px;
}
/* Footer  Nav
*****************************************/
#FooterNav {
	background: url(../images/bg-orange-large-reflect.png) repeat-x;
	height: 96px;
	margin-top:2px;
}
#FooterNav ul {
	height: 30px;
}
#FooterNav ul li { 
	 	list-style: none;  
		display: inline;
		height: 30px;
		padding: 0 10px;
		height: 30px;
		line-height: 30px;
		}
  		#FooterNav ul li a {
			height: 30px;
			line-height: 30px;
			text-decoration: none;  
			font-size: 1.3em;
			color: #222;
			font-weight: bold;
			}
			#FooterNav ul li a:hover {  
				color: #fff;
				cursor: pointer;
			}
    		#FooterNav ul li a.current,
    		#FooterNav ul li a.current:hover { 
			 	color: #fff;
				cursor: pointer;
			}

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

#Footer { 
	width: 950px;
	margin: 15px auto;
	vertical-align: bottom;
	}
	#Footer .content {
		color: #bbb;
		width: 45%;
		margin-top: 10px;
		line-height: 2em;
		font-size: 1em;
	}
  	#Footer a { 
	   	color: #eee; 
	   	text-decoration: none;
		}
	#Footer a:hover {
		text-decoration: underline;
	}
	
	
/* Comments
******************************************/

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

#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
#PageComments li.odd {
	background: #111 url(../images/commentBgAlt.png) no-repeat 1% 10%;
	padding-left: 40px;
	padding-right: 10px;
	border-bottom:1px dotted #333;
}

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

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

.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.2em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1.2em;
}
#PageComments p.info {
	color: #999;
	margin: 0px;
	padding: 0;
	line-height: 1.1em;
	font-size: 1em;
}


/* 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;
}
