/*
	Brockton Creative Group
	John Kellyn Resman
	brocktoncg.com

	COLORS
			


*/

/* 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,
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; font-weight: inherit; font-style: inherit; font-family: inherit; vertical-align: baseline; }

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

body		{ background: rgb(54,74,86); font-family: lucida grande, verdana, sans-serif; font-size: 67.5%; }
ul, ol		{  }
a			{ color: rgb(228,128,28); }
a:hover     { text-decoration: none; }
a img		{ border: none; }
img			{  }
table		{  }

form { margin: 20px 0; }

/* utility */

.left		{ float: left;}
.right		{ float: right;}
.clear		{ clear: both;}

.slideshow { position:relative; float: left; }

.scslideshow { position:relative; float: left; } 

.emailinput { width: 250px; height: 30px; background: url("../i/inputBg.png") no-repeat center center; padding: 5px; border: none; color: rgb(255,255,255); font-size: 1.6em; float: left; }

button.emailsubmit { width: 96px; height: 40px; background: url("../i/submitBtn.png") no-repeat center bottom; text-indent: -9999px; border: none; cursor: pointer; margin: 0; }
	button.emailsubmit:hover { background-position: center top; }

/* type */

p { font-size: 1.2em; color: rgb(255,255,255); line-height: 1.4em; }

h1 { font-size: 1.6em; color: rgb(255,255,255); line-height: 1.8em; }


/* main structure */

div#wrap { width: 942px; margin: 0 auto; background: url("../i/markBg.png") no-repeat right top; }



/* header */

p.logo { padding: 20px 0; }

div#slider { overflow: hidden; }


/* content */


div#content { margin-top: 10px; }

div#lcolumn { width: 461px; float: left; margin-right: 20px; }
div#rcolumn { width: 461px; float: left; }


/* footer */

div#footer { margin-top: 10px; padding: 10px 0; border-top: 1px solid rgb(0,174,239); }	
	p.copyright { font-size: 1em; }				
			
		
		
		
		
		
		
		
		
		
		
		
		
