/* Reset */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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, 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,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------ Basics ----------------------------------------------------------- */
 
body {
	background:#E2DFCC;
	margin:0;
	padding:0;
	font: 0.8em/1.5em Helvetica, Calibri, Arial, sans-serif;
	color:#666;
	text-align:center;
	}
	
table {
	font: 0.8em/1.5em Helvetica, Calibri, Arial, sans-serif;
	}

h3 {
	font: 1.2em/1.8em Arial, Helvetica, Geneva, sans-serif;
	padding:0;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:15px 0;
	}

strong, bold, b {font-weight:bold;}
em, i {font-style:italic;}
p {
	margin-bottom:10px;
	}

ul, ol {
	list-style-position:inside;
	}
	
#content p {
	margin-bottom:12px;
	}

	
/* ------ Layout ----------------------------------------------------------- */

.wrapper {
	width:820px;
	margin:0px auto;
	text-align:left;
	}

#graybar {
	height:13px;
	background-color:#333;
	margin:0px auto;
	}
	
#header {
	background-color:#0086cc;
	margin:0px auto;
	}

#registration, #footer {
	background-color:#333;
	padding:30px 0;
	color:#fff;
	font-size:15px;
}
		
#testimonials {
	margin:25px 0;
	font-size:15px;
	line-height:27px;
}

.contentheading {
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
.orange {background-color:#f38630;}
.darkorange {background-color:#FA6900;}
.green {background-color:#96c612;}
.turquoise {background-color:#69d2e7;}
.yellow {background-color:#fac72f;}

.title-left {float:left;padding-top:30px;text-align:left;}
.fish-right {float:right;margin:5px 10px 5px 0;}

.content {
	background-color:#f2f2f2;
	width:820px;
	text-align:left;
	padding:30px 55px;
	margin:0px auto;
	border-left:1px solid #333;
	border-right:1px solid #333;
}

.content-left {float:left;width:410px;}
.content-right {float:right;width:277px;}

#footerwrapper {
	text-align:left;
}
	
#footer a {
	color:#999;
	text-decoration:none;
	border-bottom:0px;	}

#footer a:hover {
	text-decoration:none;
	border-bottom:0px;
	color:#fff;
	}
	
#footerleft {
	width:535px;
	text-align:left;
	float:left;
	color:#fff;
	}
	
#footerright {
	width:290px;
	float:right;
	}

#fadeshow1 {background:none repeat scroll #0086cc !important;}
	
/* ------ Navigation ----------------------------------------------------------- */

/*a img {
	border:none;
	}*/

a {
	border-bottom:1px dotted #0086CC;
	color:#0086CC;
	text-decoration:none;
	}
	
a:hover, a:active {
	color:#69D2E7;
	border-bottom:1px solid #69D2E7;
	}

a:visited {border-bottom:1px dotted #0086CC;
	color:#0086CC;}
	

/* ------ Columns ----------------------------------------------------------- */

.cart1, .cart2, .cart3 {float:left;text-align:left;}
.cart1 {width:270px;margin-left:26px;margin-right:49px;/*border-right:1px dotted #E2DFCC;*/}
.cart2 {width:244px;margin-right:52px;/*border-right:1px dotted #E2DFCC;*/}
.cart3 {width:176px;}

.col-left, .col-center, .col-right {float:left;}
.col-left {width:186px;margin:0 132px 25px 26px; }
.col-center {width:380px;margin-bottom:25px;color:#999; }
.col-right {width:93px;margin-bottom:25px; }

.quote1, .quote2, .quote3, .quote4 {float:left;background:url(images/beginquotes.gif) 0 0 no-repeat;padding-left:25px;min-height:150px;}
.quote1 {width:240px;padding-right:33px !important;margin-right:22px;border-right:1px dotted #FA6900;}
.quote2 {width:216px;padding-right:29px !important;margin-right:27px;border-right:1px dotted #FA6900;}
.quote3 {width:176px;padding-right:0 !important;}

.line {float:right;border-left:1px dotted #FA6900;padding-left:20px;margin:0 0 10px 40px;}
.quote4 {width:240px;background:url(images/beginquotes.gif) 0 0 no-repeat;padding-left:25px;font-size:15px;
	line-height:27px;}
	
/* ------ Classes ----------------------------------------------------------- */

.clear { 
	clear:both;
    height:0;
    visibility: hidden;}

.large {
	font-size: 16px;
	line-height:20px;
}
.image {border:1px solid #E2DFCC;padding:5px;}
.right {float:right;margin:0 0 20px 50px;}
.left {float:left;}
.normal {font-size:12px;line-height:18px;}
.orangetext {color:#f38630;}
.darkorangetext {color:#FA6900;}
.greentext {color:#96c612;}
.turquoisetext {color:#69d2e7;}
.yellowtext {color:#F7D02F;}
