/* ============================== Site Stylesheet ==============================
Copyright (c) 2006-2012 Wildly Different, All Rights Reserved
Loaded styles: (reset.css, preset.css),buttons.css,columns.css,navigation.css,blobs.css,layout.css,footer.css,header.css,basic.css
============================================================================= */

/* ============================== reset.css ============================== */

html, body,
div,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input,
img,
p, blockquote {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}

img {
	border:none;
}

fieldset {
	border:none;
}

strong, label {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* ============================== preset.css ============================== */

/*--------------- Layout --------------------*/
.float {
	float:left;
}
.floatOpposite {
	float:right;
}

.clear {
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}


.offPage {
	position:absolute;
	left:-999em;
}

/*--------------- Text --------------------*/
.price {
	font-weight:600;
	color:#065e25;
}
.bonus {
	font-weight: bold;
	color:#f00;
}

.bigger {
	font-size:120%;	
}
.smaller {
	font-size:76%;
}

.strike {
	text-decoration:line-through;
	font-weight:600;
}

.error {
	color:#f00;
}

.alignStyle1 {
	text-align:center;
}
.alignStyle2 {
	text-align:right;
}
.alignStyle3 {
	text-align:left;
}

.extraLine {
	margin-bottom:1.4em;
}

/*--------------- Lists --------------------*/
.ulStyleSpaced li {
	margin-bottom:.6em;
}
	.ulStyleSpaced li p {
		padding:.6em 0 0 0;
	}
.olStyleSpaced li {
	margin-bottom:.6em;
}
	.olStyleSpaced li p {
		padding:.6em 0 0 0;
	}


/* ============================== buttons.css ============================== */
a.buttonStyle1, a.buttonStyle1:link, a.buttonStyle1:active, a.buttonStyle1:visited {
	width:142px;
	height:27px;
	padding-top:6px;
	display:block;
	margin:auto;
	background:transparent url('images/buttonStyle1.gif') top left no-repeat scroll;
	text-align:center;
	color:white;
	text-decoration:none;
	font-family:Times New Roman,Times,serif;
	font-weight:bold;
	font-size:120%;
}

a.buttonStyle1:hover {
	color:white;
	text-decoration:underline;
}
.buttonStyle2, .buttonStyle2:link, .buttonStyle2:active, .buttonStyle2:visited {
	width:73px;
	height:27px;
	display:block;
	margin:auto;
	background-color:#df2873;
	border:1px solid #EF8FA9;
	border-right:1px solid #CC2859;
	border-bottom:1px solid #CC2859;
	text-align:center;
	color:white;
	text-decoration:none;
	font-family:arial,sans-serif;
	font-weight:bold;
	font-size:95%;
}

	.buttonStyle2:hover {
		background-color:#F05B85;
		cursor:pointer;
	}
	
	.buttonStyle2:active {
		background-color:DD0058;
		border:1px solid #CC2859;
		border-right:1px solid #EF8FA9;
		border-bottom:1px solid #EF8FA9;
		outline:none;
	}



.buttonStyle1:hover {
	color:white;
	text-decoration:underline;
}
/* ============================== columns.css ============================== */

/* ====== Column 1 ======= */
.columnStyle1 {
	border:0px solid #000000;
	background:none;
}

	 
		.columnStyle1>.columnTopLeft {display:none;} 
		
	
	.columnStyle1>.columnBody {
		padding:5px 10px 10px 10px;
		background:none;
	}
	 
		.columnStyle1>.columnBottomLeft {display:none;} 
		

/* ====== Column 2 ======= */
.columnStyle2 {
	border:0px solid #FF0000;
	background:none;
}

	 
		.columnStyle2 .columnTopLeft {display:none;} 
		
	
	.columnStyle2 .columnBody {
		padding:0px 5px 0px 20px;
		background:none;
	}
	 
		.columnStyle2 .columnBottomLeft {display:none;} 
		
	
	

/* ====== Column 3 ======= */
.columnStyle3 {
	border:0px solid #1D8E21;
	background:none;
}

	 
		.columnStyle3 .columnTopLeft {display:none;} 
		
	
	.columnStyle3 .columnBody {
		padding:0px 20px 0px 0px;
		background:none;
	}
	 
		.columnStyle3 .columnBottomLeft {display:none;} 
		
	
	
	
	
	
/* ============================== navigation.css ============================== */

/*--------------- Main Nav --------------------*/
#navigation {
	position:absolute;
	top:140px;
	left:0px;
		width:930px;
	height:35px;
	background:#F3F5D8 url('images/nav-bg.png') bottom left repeat-x scroll;
	padding-left:30px;
}
	#navigation>ul {
		height:35px;
	}
	/* Normal */
		#navigation>ul>li {
			position:relative;
			float:left;
			height:35px;
			width:auto;
			background:transparent url('images/nav-normal-r.png') bottom right no-repeat scroll;
			text-transform:uppercase;
		}
			#navigation>ul>li>a:link, #navigation>ul>li>a:visited, #navigation>ul>li>a:active {
				display:block;
				float:left;
				padding:15px 20px 0 32px;
				height:20px;
				font-size:100%;
				font-weight:bold;
				text-decoration:none;
				color:#666666;
				background: transparent url('images/nav-normal-l.png') bottom left no-repeat scroll;
			}
			#navigation>ul>li>a:hover {
				text-decoration:underline;
				color:#404040;
				background:url('http://templates.sebomarketing.com/designs/alpha/navigation/navigation-hover-link.gif')   no-repeat;
			}
		
	/* Hover */
		#navigation>ul>li:hover {
			background:transparent url('images/nav-white-r.png') bottom right no-repeat scroll;
		}
			#navigation>ul>li:hover>a:link, #navigation>ul>li:hover>a:visited, #navigation>ul>li:hover>a:hover, #navigation>ul>li:hover>a:active {
				color:#404040;
				text-decoration:none;
				background: transparent url('images/nav-trans-left.png') bottom left no-repeat scroll;
			}
	
	/* Current */
		#navigation>ul>li.current {
			background:transparent url('images/nav-white-r.png') bottom right no-repeat scroll;
		}
			#navigation>ul>li.current>a:link, #navigation>ul>li.current>a:visited, #navigation>ul>li.current>a:active, #navigation>ul>li.current>a:hover {
				color:#404040;
				text-decoration:none;
				background: transparent url('images/nav-trans-left.png') bottom left no-repeat scroll;
			}


	
	#navigation>ul>li#nav4:hover>a:link, #navigation>ul>li#nav4:hover>a:visited, #navigation>ul>li#nav4:hover>a:hover, #navigation>ul>li#nav4:hover>a:active ,
	#navigation>ul>li#nav4.current>a:link, #navigation>ul>li#nav4.current>a:visited, #navigation>ul>li#nav4.current>a:active, #navigation>ul>li#nav4.current>a:hover 
	{	
		background-image:url('images/nav-green.png');
	}
	
	
	
	#navigation>ul>li#nav5:hover>a:link, #navigation>ul>li#nav5:hover>a:visited, #navigation>ul>li#nav5:hover>a:hover, #navigation>ul>li#nav5:hover>a:active ,
	#navigation>ul>li#nav5.current>a:link, #navigation>ul>li#nav5.current>a:visited, #navigation>ul>li#nav5.current>a:active, #navigation>ul>li#nav5.current>a:hover 
	{	
		background-image:url('images/nav-blue.png');
	}
	
	
	
	#navigation>ul>li#nav6:hover>a:link, #navigation>ul>li#nav6:hover>a:visited, #navigation>ul>li#nav6:hover>a:hover, #navigation>ul>li#nav6:hover>a:active ,
	#navigation>ul>li#nav6.current>a:link, #navigation>ul>li#nav6.current>a:visited, #navigation>ul>li#nav6.current>a:active, #navigation>ul>li#nav6.current>a:hover 
	{	
		background-image:url('images/nav-orange.png');
	}
	
	
	
	#navigation>ul>li#nav7:hover>a:link, #navigation>ul>li#nav7:hover>a:visited, #navigation>ul>li#nav7:hover>a:hover, #navigation>ul>li#nav7:hover>a:active ,
	#navigation>ul>li#nav7.current>a:link, #navigation>ul>li#nav7.current>a:visited, #navigation>ul>li#nav7.current>a:active, #navigation>ul>li#nav7.current>a:hover 
	{	
		background-image:url('images/nav-red.png');
	}
	
	
	
	#navigation>ul>li#nav8:hover>a:link, #navigation>ul>li#nav8:hover>a:visited, #navigation>ul>li#nav8:hover>a:hover, #navigation>ul>li#nav8:hover>a:active ,
	#navigation>ul>li#nav8.current>a:link, #navigation>ul>li#nav8.current>a:visited, #navigation>ul>li#nav8.current>a:active, #navigation>ul>li#nav8.current>a:hover 
	{	
		background-image:url('images/nav-pink.png');
	}
	
				
			
			

/*--------------- Drop Downs --------------------*/

#navigation ul li ul {
	display:none;
	position:absolute;
	top:35px;
	left:4px;
	
	height:auto; /* Don't delete me; makes sure you can see any borders in Firefox. */
	width:200px;

	background:none;
	border:solid #C7C9B3;
	border-width:0 1px 1px;
	z-index:5;
}
	#navigation ul li:hover ul {
		display:block;
	}
	/* Make the last item right aligned */
	#navigation ul li.last ul {
		left:auto;
		right:4px;
	}
	#navigation ul li ul li {
		display:block;
		float:left;
		margin:0;
		padding:0;
		width:200px;
		height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
		z-index: 5;
	}
	
		#navigation ul li ul li a {
			display:block;
			float:none;
			margin:0;
			padding:8px 0 4px 50px;
			height:auto; /* needed for firefox still? */
			width:150px;
			font-weight:normal; /* must be here to override parent bold-ness */ 
			font-size:90%;
			text-align:left;
		}
		
	/* Normal */
		#navigation ul li ul li{
			background:#F3F5D8;
		}
			#navigation ul li ul li a:link, #navigation ul li ul li a:visited, #navigation ul li ul li a:active {
				color:#000000;
				text-decoration:none;
				background:none;
			}
	/* Hover */
		#navigation ul li ul li:hover {
			background:#F3F5D8;
		}
			#navigation ul li ul li:hover a:link, #navigation ul li ul li:hover a:visited, #navigation ul li ul li:hover a:hover, #navigation ul li ul li:hover a:active {
				color:#000000;
				text-decoration:underline;
				background:none;
			}
	/* Current */
		#navigation ul li ul li.current {
			background:#F3F5D8;
		}
			#navigation ul li ul li.current a:link, #navigation ul li ul li.current a:visited, #navigation ul li ul li.current a:active {
				color:#000000;
				text-decoration:underline;
				background:none;
			}
	/* Current Hover */
		#navigation ul li ul li.current:hover {
			background:#F3F5D8;
		}
			#navigation ul li ul li.current:hover a:link, #navigation ul li ul li.current:hover a:visited, #navigation ul li ul li.current:hover a:hover, #navigation ul li ul li.current:hover a:active {
				color:#000000;
				text-decoration:underline;
				background:none;
			}
			
/*--------------- Left Nav --------------------*/

.blobStyleNav {
	background:none;
	padding:0px 0px;
	margin-bottom:15px;
}
/* Top */
			.blobStyleNav .blobTopLeft { display:none; }
	/* Header */
	.blobStyleNav h2 {
		height:21px;
		padding-top:14px;
		color:#000000;
		background:blue url('images/leftnavheader.png') top left no-repeat scroll;
		text-align:Left;
		font-size:100%;
		text-transform:uppercase;
		font-weight:bold;
		font-family:Arial, Helvetica, sans-serif;
		padding-left:33px;
		margin:0;
	}
		.blobStyleNav h2 a {
			text-decoration:none;
		}
		.blobStyleNav h2 a :hover{
			text-decoration:none;
			color:inherit;
		}
/* Body */
	.blobStyleNav .blobBody {
		padding:0px 0px 0px 0px;
		background:none;
	}
/* Links */
	.blobStyleNav ul ul{
		padding-left:10px;
	}
	.blobStyleNav ul li {
		margin-bottom:0px;
		
	}
	.blobStyleNav ul li a {
		display:block;
		padding:4px 0px 2px 50px;
	}
	/* Normal */
		.blobStyleNav ul li{
			background:transparent url('images/navshadow.gif') -4px 0 no-repeat scroll;;
			height:21px;
		}
			.blobStyleNav ul li a:link, .blobStyleNav ul li a:visited, .blobStyleNav ul li a:active {
				color:#808285;
				text-decoration:none;
				background:transparent url('images/leftnav-normal.gif') 6px 2px no-repeat scroll;
				text-transform:uppercase;
			}
	/* Hover */
		.blobStyleNav ul li:hover {
			background:transparent url('images/navshadow.gif') -4px 0 no-repeat scroll;;
		}
			.blobStyleNav ul li:hover a:link, .blobStyleNav ul li:hover a:visited, .blobStyleNav ul li:hover a:hover, .blobStyleNav ul li:hover a:active {
				color:#808285;
				text-decoration:none;
				background:transparent url('images/leftnav-hover-blue.gif') 6px 2px no-repeat scroll;
			}
	/* Current */
		.blobStyleNav ul li.current {
			background:transparent url('images/navshadow.gif') -4px 0 no-repeat scroll;;
		}
			.blobStyleNav ul li.current a:link, .blobStyleNav ul li.current a:visited, .blobStyleNav ul li.current a:active {
				color:#FFFFFF;
				text-decoration:none;
				background:transparent url('images/leftnav-current-blue.gif') 6px 2px no-repeat scroll;
			}
	/* Current Hover */
		.blobStyleNav ul li.current:hover {
			background:transparent url('images/navshadow.gif') -4px 0 no-repeat scroll;;
		}
			.blobStyleNav ul li.current:hover a:link, .blobStyleNav ul li.current:hover a:visited, .blobStyleNav ul li.current:hover a:hover, .blobStyleNav ul li.current:hover a:active {
				color:#FFFFFF;
				text-decoration:none;
				background:transparent url('images/leftnav-current-blue.gif') 6px 2px no-repeat scroll;
			}
				
/* Bottom */
			.blobStyleNav .blobBottomLeft {
			height:10px;
			background:transparent url('images/navfooter.gif') -5px 0 no-repeat scroll;;
		}
		.blobStyleNav .blobBottomRight {
			height:10px;
			background:none;
		}
	
/* ============================== blobs.css ============================== */

.line-left {
	background:transparent url('images/verticalbar.gif') top left repeat-y scroll;
}
.pad-left {
	padding-left:20px;
	
	min-height:100px;
	/* IE6 Mumbo Jumbo */
	height:auto !important;
	height:100px;
}

.line-right {
	background:transparent url('images/verticalbar.gif') top right repeat-y scroll;
}
.pad-right {
	padding-right:20px;
	
	min-height:100px;
	/* IE6 Mumbo Jumbo */
	height:auto !important;
	height:100px;
}

.line-bottom {
	background:transparent url('images/horizontalbar.gif') bottom left repeat-x scroll;
}


.half-left {
	float:left;
	width:47%;
	padding-right:3%;
}

.half-right {
	float:right;
	width:47%;
	padding-left:3%;
}

.sixty-left{
	float:left;
	width:56.75%;
	padding-right:3%;
}

.sixty-right {
	float:right;
	width:56.75%;
	padding-left:3%;
}

.forty-left {
	float:left;
	width:37%;
	padding-right:3%;
}

.forty-right {
	float:right;
	width:37%;
	padding-left:3%;
}


.blobDefault {
	margin-bottom:12px;
}

.blobStyle1 {
	background:#439093 url('images/blobStyle1-b.png') bottom left repeat-x scroll;
	margin-bottom:10px;
}

	.blobStyle1 h1 {
		padding-left:0px;
	}

	.blobStyle1 .blobTopRight{
		height:11px;
		background:transparent url('images/blobStyle1-tr.png') top right no-repeat scroll;
		font-size:0;
	}
	
	.blobStyle1 .blobBody {
		background:transparent url('images/blobStyle1-r.png') top right repeat-y scroll;
		padding:0px 20px 1px 15px;
	}
	
	.blobStyle1 .blobBottomLeft{
		height:7px;
		background:transparent url('images/blobStyle1-bl.png') top left no-repeat scroll;
		font-size:0;
	}
	
		.blobStyle1 .blobBottomRight {
			height:7px;
			background:transparent url('images/blobStyle1-br.png') top right no-repeat scroll;
			font-size:0;
		}
		
		
	.blobStyle1 h2, .blobStyle1 h1 {
		color:white;
		font-size:160%;
	}
	
	.blobStyle1 p {
		color:white;
		font-size:140%;
		font-family:Times New Roman,Times,serif;
	}
	
	
.blobStyle2 {
	background:#F4F6E1;
	padding: 7px 10px;
	margin-bottom:15px;
}
	.blobStyle2 h2, .columnStyle3 .blobStyle2 h2{
		text-transform:uppercase;
		font-family:Arial,Helvetica,sans serif;
		font-size:110%;
		background:transparent url('images/home-h2.gif') center left no-repeat scroll;
		padding-left:20px;
		color:#686667;
	}
	
	
	
.blobStyle3 {
	background-color:#F4F6E1;
	padding:8px;
}

	.blobStyle3 h2 span {
		font-size:80%;
		font-weight:normal;
		font-style:italic;
	}
	
	.blobStyle3 .event_info {
		text-transform:uppercase;
	}
	
	.blobStyle3 .event_info img {
		vertical-align:text-bottom;
		padding-right:3px;
		margin-left:8px;
	}

.tan {
	background-color:#F4F6E1;
}

.blobStyle4 {
	background:#F4F6E1 url('images/blobStyle1-b.png') bottom left repeat-x scroll;
	margin-bottom:10px;
}

	.blobStyle4 h1 {
		padding-left:0px;
	}

	.blobStyle4 .blobTopRight{
		height:11px;
		background:transparent url('images/blobStyle1-tr.png') top right no-repeat scroll;
		font-size:0;
	}
	
	.blobStyle4 .blobBody {
		background:transparent url('images/blobStyle1-r.png') top right repeat-y scroll;
		padding:0px 20px 1px 15px;
	}
	
	.blobStyle4 .blobBottomLeft{
		height:7px;
		background:transparent url('images/blobStyle1-bl.png') top left no-repeat scroll;
		font-size:0;
	}
	
		.blobStyle4 .blobBottomRight {
			height:7px;
			background:transparent url('images/blobStyle1-br.png') top right no-repeat scroll;
			font-size:0;
		}	
	
.blobSubscribe {
	background:#AFBD21;
	padding:5px;
}

	.blobSubscribe p {
		color:white;
		text-transform:uppercase;
		font-weight:bold;
		margin-bottom:5px;
		font-size:110%;
	}
	
	.blobSubscribe .input-text {
		border:none;
		background:white;
		padding:2px 0px;
		width:100%;
	}
	
	.blobSubscribe .input-submit {
		border:none;
		background:transparent url('images/arrow.png') center left no-repeat scroll;
		padding-left:20px;
		margin-top:3px;
		color:white;
		font-weight:bold;
		font-size:90%;
		padding-top:4px;
		padding-bottom:6px;
		cursor:pointer;
	}
	
	.blobSubscribe .input-submit:hover {
		text-decoration:underline;
		background-color:#C3CE44;
		color:#666;
	}
	
	
	.home-h1 {
		margin-left:10px;
	}
	
	.twitter-link img{
		padding-left:8px;
		margin-bottom:15px;
	}
	
	.flickr-link  img{
		padding-left:8px;
		margin-bottom:15px;
	}
	
	.facebook-link img {
		padding-left:8px;
		margin-bottom:15px;
	}
	
	
	.columnStyle3 h2{
		font-size:125%;
		color:#439093;
		padding:3px 0;
		background:transparent url(images/horizontalbar.gif) repeat-x scroll left bottom;
	}
	
	.columnStyle3 h3 {
		
	}
	
	.columnStyle3 p {
		color:#439093;
	}
	
	.blobStyle2 span.name{
		color:#96A31B;
		text-transform:uppercase;
		font-weight:bold;
	}
	
	
	span.green, h1.green, h2.green, h3.green, .green {
		color:#B6BF5E;
	}
	
	
	.caption {
		position:relative;
		padding-bottom:10px;
		/* IE 6 fails */
		min-height:50px;
		height:auto !important;
		height:50px;
	}
	
	.caption img {
		background:white;
	}
	
	.caption h1 {
		position:absolute;
		bottom:0px;
		left:150px; 
		width:330px;
		padding-bottom:5px;
	}
.actionBlob {
	margin-top:-9px;
	}
/* ============================== layout.css ============================== */
body {
	min-width:960px;
	margin-left:-0px;
	margin-right:-0px;
	background:#AEBC20 url('images/bg-green.png') top center repeat scroll;
}

#siteName {
	position:absolute;
	left:-999em;
}

#container {
	position:relative;
	top:0px;
			margin:0 auto;
		width:960px;
	text-align:center;
	padding-top:140px;
}

#content {
	position:relative;
	padding:35px 0px 0 0px;
	width:960px;
	text-align:left;
	background:transparent url('images/content-shadow.png') top left repeat-y scroll;;
}

#columnWrapper {
	position:relative;
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	width:940px;
	
			min-height:300px;
		/* IE6 Mumbo Jumbo */
		height:auto !important;
		height:300px;
		
	background:white;
}

/* ============================== footer.css ============================== */


#footerWrapper {
	padding:0px 35px;
	width:890px;
	background:white;
}

#footer {
	background:white url('images/footer-bg.png') top left repeat-x scroll;
	padding-top:10px;
	color:#808285;
}

	
	.footerlinks {
		display:inline;
		padding-right:10px;
	}
	
		.footerlinks li {
			list-style-type:none;
			display:inline;
		}
		
			.footerlinks li a {
				color:#808285;
				text-decoration:none;
				float:left;
				padding:1px 10px;
			}
			
			.footerlinks li a:hover {
				color:#808285;
				text-decoration:underline;
			}
		
	#footer p {
		display:inline;
	}
	
	#gPlusOne{
	position: absolute;
	bottom: 1px;
	right:-5px;
	}
#footerImage {
	position: relative;
    right: 160px;
}	

/* ============================== header.css ============================== */

#headerWrapper {
	position:absolute;
	top:0;
	left:0;
	height:140px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	background:none;
	width:960px;
}	

#header {
	height:140px;
	width:960px;
	background:#F3F5D8 url('images/header.png') top left repeat scroll;;
	position:relative;
}

			#siteLogo {
			position:absolute;
			/* top */
							top:11px;
						/* left */
							left:10px;
						
			height:118px;
			width:269px;
			z-index:5;
		}
		
		
		
		
		
	
	.headerLogoBox {
		position:absolute;
		top:55px;
		left:137px;
		width:7px;
		height:7px;
		z-index:6;
		font-size:0;
		line-height:0;
	}
	
	
	#headerLinks {
		position:absolute;
		top:5px;
		right:30px;
	}
	
		#headerLinks a {
			float:left;
			height:54px;
		}
		#headerLinks a:hover {
			height:120px;
		}
		
	#headerPhone {
		position: absolute;
		right: 5px;
		text-align: right;
		top: 139px;
		width: 123px;
	}
	
		#headerPhone .phone {
			color: #666666;
			display: block;
			font-size: 1em;
			font-weight: bold;
		}
		
		#headerPhone .callUs {
			font-weight: bold;
			text-transform: uppercase;
            font-size: 0.9em;
		}
		
	
	
	.headerLink1 {
		width:164px;
		background:transparent url('images/headerlink1.png') top left no-repeat scroll;
	}
	.headerLink1:hover {
		background:transparent url('images/headerlink1-hover.png') top left no-repeat scroll;
	}
	
	
	.headerLink2 {
		width:136px;
		background:transparent url('images/headerlink2.png') top left no-repeat scroll;
	}
	.headerLink2:hover {
		background:transparent url('images/headerlink2-hover.png') top left no-repeat scroll;
	}
	
	.headerLink3 {
		width:126px;
		background:transparent url('images/headerlink3.png') top left no-repeat scroll;
	}
	.headerLink3:hover {
		background:transparent url('images/headerlink3-hover.png') top left no-repeat scroll;
	}
	
/* ============================== basic.css ============================== */
body {
	font-family:Arial,Helvetica,sans-serif;
	font-size:70%;
	color:#808285;
}

p {
	margin:0 0 1.4em 0;
	line-height:1.4em;
}

a:link {
	color:#808285;
}
a:visited, a:active {
	color:#808285;
}
a:hover { 
	color:#969696;
	text-decoration:none;
}
a:focus {
	outline:none;
}

h1 {
	margin-bottom: .5em;
	font-size:140%;
	color:#1900FF;
	font-family:Times New Roman, Times, serif;;
	padding-left:10px;
	font-weight:normal;
}

h2 {
	margin-bottom:.3em;
	font-size:140%;
	color:#1900FF;
	font-family:Times New Roman, Times, serif;;
	font-weight:normal;
}

h3 {
	margin-bottom:.3em;
	font-size:140%;
	color:#1900FF;
	font-family:Times New Roman, Times, serif;;
	font-weight:normal;
}

#products_id {
	position:absolute;
	left:280px;
	top:30px;
}

img {
	
}

img.floatOpposite {
	margin-left:15px;
}

img.float {
	margin-right:15px;
}

.hr {
	margin:1.4em 0;
	height:1px;
	background:transparent url('images/horizontalbar.gif') top left repeat-x scroll;
}

.hr-flat {
	margin:0;
	height:1px;
	background:transparent url('images/horizontalbar.gif') top left repeat-x scroll;
}

.hr2 {
	margin:1.4em 0;
	border-bottom:1px solid #F7CD11;
}

.pinkNote {
	padding:0 10px;
}

.book-title {
	font-weight:bold;
	text-transform:uppercase;
	color:#AEBC20;
}

.quote-start {
	font-family: Times New Roman, Times, serif;
	font-size: 140%;
	color:#439093;
}


ul, ol {
	
}

.ulStyle1 {
	margin-bottom:.6em;
	padding-left:15px;
	list-style:disc;
}
	.ulStyle1 li {
		/*background:transparent url('images/bullet.gif') 0 6px no-repeat scroll;*/
		padding-left:0px;
		margin-bottom:.3em;
	}
	.ulStyle1 ul {
		margin:.3em 0;
		padding-left:20px;
		list-style:circle;
	}
		.ulStyle1 ul li {
			padding-left:0;
			background:none;
		}

.ulStyleQuotes {
	list-style:none;
}
	.ulStyleQuotes li {
		padding-bottom:.7em;
	}



ol {
	margin-bottom:.6em;
	padding-left:18px;
	list-style:decimal;
}
	ol li {
		margin-bottom:.3em;
		
	}
	ol ol {
		padding-left:20px;
	}
	.no-margin {
		margin:0;
	}

/* ============================== Errors ==============================

*/

