@charset "UTF-8";
/* CSS Document */

* { margin: 0; padding: 0 }

#slideshow {
	width:650px;
	height:125px;
	padding-top:50px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#headerwrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
#banner {
	background-image:url(http://www.brennancreative.com/images/bannerbg.png);
	background-repeat:no-repeat;
	height:225px;
}
#navbuttons {
	height:59px;
	text-align:right;
	margin-top:-30px;
	padding-right:100px;
}

#footer {
	width: 800px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	font-size:12px;
}
#footer a:link {
	color:#FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color:#f2f2f2;
	text-decoration: none;
}
#footer a:hover {
	color:#CCCCCC;
}

#leftfooter {
	width: 250px;
	height: 150px;
	margin-right: 25px;
	text-align:center;
	float:left;
}
#middlefooter {
	width: 250px;
	height: 150px;
	margin-right: 25px;
	float:left;
	text-align:center;
}
#rightfooter {
	width: 250px;
	height: 150px;
	text-align:center;
	float:right;
}
#pagewrapper {
	width: 800px;
	height: 100%;
}
#pageleft {
	width: 550px;
	float: left;
}
#pagedivider {
	width: 2px;
	height: 275px;
	background-color: #545454;
	float:left;
	margin-left: 25px;
}
#pageright {
	width: 200px;
	float: right;
}
#pageright ul {
	margin-left: 10px;
	list-style-type: none;
	font-size: 12px;
}
#processcolumn {
	width: 180px;
	height: 350px;
	float:left;
	margin: 0 10px 0 10px;
}
#contactwrapper {
	width: 800px;
	height: 100%;
}
#contactleft {
	width: 350px;
	float: left;
}
#contactdivider {
	width: 2px;
	height: 275px;
	background-color: #545454;
	float:left;
	margin-left: 25px;
}
#contactright {
	width: 400px;
	float: right;
}
#contactright ul {
	margin-left: 10px;
	list-style-type: none;
	font-size: 12px;
}
p { text-align: left;}
		
p, ul { font-size: 14px; line-height: 1.4em } 
		
p a, li a { color: #00aeef; text-decoration: none }
		
p.intro { margin-top: 40px; text-align: left; width: 800px }
		
p#cross-links { text-align: center }
		
p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
noscript p, noscript ol { color: #ffffff; font-size: 13px; line-height: 1.2em; text-align: left }
noscript a { color: #ffffff; text-decoration: underline }
noscript ol { margin-left: 25px; }
		
img { border: 0 }
		
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #00aeef;
	font-size:16px;
	text-transform: uppercase;
}
		
body {
	font-family: Verdana, Arial;
	background: #2f2f2f url("http://www.brennancreative.com/images/bg.jpg") repeat-y center;
	background-color: #2f2f2f;
	color: #ffffff;
	width: 1050px;
	margin: auto;
	text-align: left;
	padding-bottom: 20px;
}
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}
/* These 2 lines specify style applied while slider is loading */
.csw {width: 800px; height: 400px; overflow: hidden}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 800px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 400px;
	clear: both;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 800px;
	list-style-type: none;
/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 800px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 10px;
}
.stripNav {
	display: none
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
}
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}
.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
	background: #c6e3ff;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}
.stripNav li.tab1 a { background: #60f }
.stripNav li.tab2 a { background: #60c }
.stripNav li.tab3 a { background: #63f }
.stripNav li.tab4 a { background: #63c }
.stripNav li.tab5 a { background: #00e }
.stripNav li a:hover { background: #333; }
		
.stripNav li a.current {
	background: #000;
	color: #fff;
}
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}
.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}
.stripNavL {
	left: 0;
}
.stripNavR {
	right: 0;
}
#gallery {
	padding: 5px;
	width: 800px;
}
#gallery ul { list-style: none; }
#gallery ul li { display: inline; }
#gallery ul img {
	border: 0px;
}
#gallery ul a:hover img {
	border: 0px;
}