@charset "utf-8";
/*
	Blair Design Studio
	Main CSS
	http://www.blairdesignstudio.com/
*/
@import url("reset.css"); /* Links in the "reset" stylesheet for baseline formatting. */ 

body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	color: #222; /* Takes the edge off the default #000 on #FFF. */
}

h1 {
	margin: 18px 0 36px; /* Makes the large font-size play nice with the smaller line-height and keeps it on-grid. */
	font-size: 3.6em;
}
h2 {
	margin: 0 0 18px; /* Gives a single line of space underneath the element. Adjust if the body's line-height is adjusted in reset.css. */
	font-size: 1.8em;
}
h3 {
	margin: 0 0 18px; /* Gives a single line of space underneath the element. Adjust if the body's line-height is adjusted in reset.css. */
	font-size: 1.6em;
}
h4 {
	margin: 0 0 18px; /* Gives a single line of space underneath the element. Adjust if the body's line-height is adjusted in reset.css. */
	font-size: 1.2em;
}
p {
	margin: 0 0 18px; /* Gives a single line of space underneath the element. Adjust if the body's line-height is adjusted in reset.css. */
}
code {
	font-weight: bold;	
}

div#container {
	width: 960px; /* Standard width for 1024-wide monitors: 960px. Standard width for 800-wide monitors: 760px; */
	margin: 0 auto;
}


/* Link Styling */

a:link {
	color: #C00;
}
a:visited {
	color: #C00;
}
a:hover {
	color: #FCC;
	text-decoration: underline;
}
a:focus {
	color: #FCC;
}
a:active {
	color: #CCC;
}


/* Sets up an image-based masthead. */

div#header {
	width: 960px;
	position: relative;
	background: url("../images/masthead.png"); /* Drops logo into background of the div. */
}
div#header a#masthead {
	display: block; /* Sets masthead anchor to a specific size to ensure a large target area. */
	width: 248px; height: 100px; /* Don't forget to edit when using a different size image. */
	text-indent: -999em; overflow: hidden; /* Hides text from regular browsers so it doesn't cover the logo, while maintaining accessibility. */
}
div#contact {
	width: 216px; height: 64px;
	position: absolute;
	top: 18px; right: 18px;
	text-align: right;
}
#contact ul {
	list-style: none;
}

/* Text-Based Tab Navigation, Based on CSS Tabs 2.0 by Joshua Kaufman, unraveled.com */

ul#tabnav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 0; /* set margins as desired */
	font-size: 1.4em;
	font-weight: bold; /* set font as desired */
	text-transform: uppercase;
	background: #C00;
	/* border-bottom: 1px solid #696; set border COLOR as desired */
	list-style-type: none;
	padding: 3px 12px;
}
ul#tabnav li { /* do not change */
	display: inline;
}
ul#tabnav li a { /* settings for all tab links */
	padding: 3px 8px; /* change this property to affect the size of your tabs, optionally adding a font-size property, as well */
	/*border: 1px outset #696; /* set border COLOR as desired; usually matches border color specified in #tabnav 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px; */
	/* background-color: #DFD; /* set unselected tab background color as desired */
	color: #FFF; /* set unselected tab link color as desired */
	margin-right: 4px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	/* border-bottom: none; */
}
body.tab1 li.tab1, body.tab2 li.tab2, body.tab3 li.tab3, body.tab4 li.tab4 { /* settings for selected tab */
	/* border-bottom: 1px solid #FFF; /* set border color to page background color */
	/* background-color: #C00; /* set background color to match above border color */
}
body.tab1 li.tab1 a, body.tab2 li.tab2 a, body.tab3 li.tab3 a, body.tab4 li.tab4 a { /* settings for selected tab link */
	/*position: relative;
	top: -2px;
	padding: 8px 10px 7px; */
	background: #E00; /* set selected tab background color as desired */
	color: #FFF; /* set selected tab link color as desired */
}
ul#tabnav a:hover, ul#tabnav a:focus { /* settings for hover effect */
	/* position: relative; /* enables relative positioning such that... */
	/* top: 1px; /* ... this line comebined with ... */
	/* padding-bottom: 5px; /* ... this line produces a subtle bouncing effect when rolling over the tab strip */
	background: #E00; /* set desired hover color */
	color: #FFF;
	/*border: 1px solid #696; */
}
body.tab1 li.tab1 a:hover, body.tab2 li.tab2 a:hover, body.tab3 li.tab3 a:hover, body.tab4 li.tab4 a:hover,
body.tab1 li.tab1 a:focus, body.tab2 li.tab2 a:focus, body.tab3 li.tab3 a:focus, body.tab4 li.tab4 a:focus { /* prevent selected tab from exhibiting undesired hover/focus effects */
	/*padding-bottom: 5px;
	border-bottom: 1px solid #FFF;*/
}

ul#tabnav a:active {
	background: #A00;
	/*border: 1px inset #696;*/
}

/* End of Text-Based Tabs */

/* Secondary Navigation, also horizontal, text-based */

ul#secondary-nav { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 0; /* set margins as desired */
	font-size: 1.0em;
	font-weight: bold; /* set font as desired */
	text-transform: uppercase;
	background: #777;
	border-bottom: 12px ridge #AAA; /*set border COLOR as desired */
	list-style-type: none;
	padding: 2px 12px 1px;
}
ul#secondary-nav li { /* do not change */
	display: inline;
}
ul#secondary-nav li a { /* settings for all tab links */
	padding: 3px 8px 3px; /* change this property to affect the size of your tabs, optionally adding a font-size property, as well */
	/*border: 1px outset #696; /* set border COLOR as desired; usually matches border color specified in #secondary-nav 
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px; */
	/* background-color: #DFD; /* set unselected tab background color as desired */
	color: #FFF; /* set unselected tab link color as desired */
	margin-right: 4px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	/* border-bottom: none; */
}
body.secondary1 li.secondary1,
body.secondary2 li.secondary2,
body.secondary3 li.secondary3,
body.secondary4 li.secondary4,
body.secondary5 li.secondary5,
body.secondary6 li.secondary6,
body.secondary7 li.secondary7 { /* settings for selected tab */
	/* border-bottom: 1px solid #FFF; /* set border color to page background color */
	/* background-color: #C00; /* set background color to match above border color */
}
body.secondary1 li.secondary1 a,
body.secondary2 li.secondary2 a,
body.secondary3 li.secondary3 a,
body.secondary4 li.secondary4 a,
body.secondary5 li.secondary5 a,
body.secondary6 li.secondary6 a,
body.secondary7 li.secondary7 a { /* settings for selected tab link */
	/*position: relative;
	top: -2px;
	padding: 8px 10px 7px; */
	background: #999; /* set selected tab background color as desired */
	color: #FFF; /* set selected tab link color as desired */
}
ul#secondary-nav a:hover, ul#secondary-nav a:focus { /* settings for hover effect */
	/* position: relative; /* enables relative positioning such that... */
	/* top: 1px; /* ... this line comebined with ... */
	/* padding-bottom: 5px; /* ... this line produces a subtle bouncing effect when rolling over the tab strip */
	background: #999; /* set desired hover color */
	color: #FFF;
	/*border: 1px solid #696; */
}
body.secondary1 li.secondary1 a:hover, body.secondary2 li.secondary2 a:hover, body.secondary3 li.secondary3 a:hover, body.secondary4 li.secondary4 a:hover,
body.secondary1 li.secondary1 a:focus, body.secondary2 li.secondary2 a:focus, body.secondary3 li.secondary3 a:focus, body.secondary4 li.secondary4 a:focus { /* prevent selected tab from exhibiting undesired hover/focus effects */
	/*padding-bottom: 5px;
	border-bottom: 1px solid #FFF;*/
}

ul#secondary-nav a:active {
	background: #555;
	/*border: 1px inset #696;*/
}

/* End of Secondary Navigation */


div#main {
	border: solid #333;
	border-width: 36px 0 12px;
}

div#content {
	width: 660px;
	float: left;
}


div#sidebar {
	width: 264px; height: 360px;
	padding: 18px 18px 0 18px;
	float: right;
	background: #666;
	font-family: Verdana, Arial, sans-serif;
}

#sidebar h1 {
	margin: 0 0 18px 0;
	color: #FFF;
	font-size: 1.6em;
	text-align: center;
	text-transform: uppercase;
}

#sidebar p {
	color: #FFF;
	font-size: 1.4em;
}

#sidebar p.highlights {
	font-weight: bold;
	text-align: center;
}

#main div#foot {
	clear: both;
}

#foot p {
	margin-bottom: 0;
}

div#footer {
	padding: 9px;
	background: #777;
	color: #999;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
}
span.dot {
	color: #C00;
}

#footer .dot {
	margin-right: 18px;
}