/* -----------------------------------------------------------------------


 BrendanLo.com Styles 1.0

----------------------------------------------------------------------- */

/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {
	font-size:75%;
	color:#373535;
	font-family:Tahoma, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1, .h1 {font-size:1.8em;line-height:1;margin-bottom:0.75em; text-transform:uppercase; font-weight:normal;}
h2 {font-size:1.3em;margin-bottom:0.5em; color:#35111b; text-transform:uppercase;}
h3 {font-size:1.1em;line-height:1;margin-bottom:1em;}
h4 {font-size:1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:.9em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:.8em;font-weight:bold;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
p img.top {margin-top:0;}
a:focus, a:hover {color:#000;}
a {color:#63360c;text-decoration:underline;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
ul{list-style-type: none;}
div.horiz-rule {
	height:15px; margin-bottom:10px;
	background-image: url(/images/horiz-rule.gif);
	background-repeat: repeat-x;
	background-position: left center;
	display:block;
	clear:both;
}



.clear {clear:both;}

/* ---------- structural elements -----------*/
body {
	text-align:center;
	background-color: #f3f3f3;
	background-image: url(/images/bg-tile.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#container {
	text-align:left;
	margin:0 auto;
	width:775px;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:1px;
	position:relative;
}

h1#logo {text-indent:-4000px; margin-left:52px; margin-top:35px; position:absolute;}
h1#logo a {width:646px; height:52px; display:block;}

/* -- main column --*/
#col-one {
	width:499px;
	background-image: url(/images/slate-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align:center;
	margin-left:26px;
	float:left;
	margin-bottom:20px;
	margin-top:105px;
}
#col-one .inner-wrap{ width:464px; text-align:left; margin:0 auto; margin-top:15px; padding-bottom:10px;}
#col-one div.col-footer {
	text-align:center;
	height:44px;
	background-image: url(/images/slate-bottom-bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#col-one div.col-footer p{
font-size:10px; margin-bottom: 2px;
}
#col-one div.col-footer a{text-decoration:none;}
/* -- column two --*/
#col-two {float:right; width:188px; margin-right:31px; 	margin-top:110px;}

#nav {width:188px; font:Arial, Helvetica, sans-serif; font-size:1.1em; line-height:1; color:#f9f9f9; margin-bottom:50px;}
#nav li {
	background-image: url(/images/nav-bg-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom:10px;
}
#nav a {padding:6px 15px 8px 15px; display:block;
	color:#f9f9f9;
	text-decoration:none;
	background-image: url(/images/nav-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#nav a:hover {color:#f9f9f9; text-decoration:underline;}
#links {margin-bottom:20px;}
#links h2 {color:#35111b; font-size:18px; text-transform:uppercase; }
#links li {text-align:center; margin-top:40px;}
#links li.first {margin-top:60px;}

/* -- sub columns --*/

.sub-columns {clear:both; position:relative;background-image: url(/images/vert-rule.gif);
	background-repeat: repeat-y;
	background-position: center top; margin-bottom:1.5em;}
.sub-col-one {width:217px; }
.sub-col-two {float:right; width:217px; }

/* -- footer --*/
#footer {
	background-image: url(/images/footer-bg-tile.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height:48px;
	padding-top:1px;
	background-color: #d8d8d8;
}
#footer p {margin-top:25px; margin-bottom:0; font-size:10px; color:#a7a6a6;}
#footer p a {color:#a7a6a6; text-decoration:none;}
