/* CSS Document */
/* Created & Copyright (c) Sky Wide Design - 2001 */
/* Created for Bowens40plus1 in April 2010 */
/* shorthand notation (top, right, bottom, left) */
/*
 	COLORS: #f1d17f -lt yellow, #e8b555 - med yellow, #c5c5c5 -grey, #045a1a -green, #5e4508 -brown, #c4975e -tan. #f4dbaa -lt tan.
*/

/**remove browser defaults**/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  76%;
	height: 100%;
}
body {
	color: #000;
	margin: 0 0 0 0; /* (top, right, bottom, left) */
	padding: 0 0 0 0; /* (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background: #2A190A; /*blk brown*/
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #2D4262; /*deep blue*/
}
/* Sets the style for visited links. */
a:visited {
	color: #000;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #5275AA; /*mid blue*/
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000;
}
.clear {
	clear:both;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
.arrow {
	background: url(images/arrow.gif) no-repeat left top;
	padding-left: 15px;
	margin-top: 8px;
	font-weight: bold;	
}
div.centered table {
	margin: 0 auto;
	text-align: left;
	border: thin solid #F1D17F; /**lt yellow**/
	background-color: #E8B555; /**med yellow**/
}
/* ---------- Page Structure CSS ---------- */

#header {
	text-align: left;
	height: 75px;
	padding-left: 30px;
	background: url(images/header-bg.gif) no-repeat center top;
}

#title {
	float:left;
	font: 36px/70px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	letter-spacing: -1px;
}
#title a, #title a:link, #title a:visited {
	color: #FFF;
	text-decoration:none;
}
#title a:hover {
	color: #A8BDD5; /*lt blue*/
	text-decoration: none;
}

#headlinks {
	float:right;
	width:250px;
	text-align:right;
	color: #F3DBA9; /*tagline tan*/
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 0;
}
#headlinks a, #headlinks a:link, #headlinks a:visited, #headlinks a:active {
	color: #F3DBA9; /*tagline tan*/
	text-decoration:none;
}
#headlinks a:hover {
	color: #FFF;
	text-decoration:none;
}
#logo {
	float:right;
	width:40px;
	text-align:right;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto; /* (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 920px;
}
#threeColumns { /* This sets the id for a 3 column layout */
	overflow: hidden;
	background: #FFF url(images/content-fill.gif) repeat-y left;
	width: 920px;
}
#threeColumns #leftColumn {
	float: left;
	padding: 15px 0px 10px 25px; /* (top, right, bottom, left) */
	width: 150px;
}
#threeColumns #rightColumn {
	margin: 0 0px 0 185px;
	padding: 10px 10px 10px 10px; /* (top, right, bottom, left) */
	width: 150px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#threeColumns #content {
	float: right;
	padding: 15px 45px 0px 0px; /* (top, right, bottom, left) */
	width: 500px;
}
#threeColumns #rightColumn ul{
	list-style-type: none;
	margin: 0;
	padding: 5px; /*bottom spacing between each UL and rest of content*/
	font-weight: bold;
	color: #4E3E30; /*dusty drown*/
}
#threeColumns #rightColumn ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	margin: 0px;
	font-weight: normal;
	color: #92644C; /*gradient brown*/
	padding-left: 10px;
	font-size: 85%;
}
#threeColumns #rightColumn ul li a {
	color: 000; /*black*/
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}
#threeColumns #rightColumn ul li a:visited {
	color: #000;
}

#twoColumnleft { /* This sets the id for a 2 column layout with a left column only */
	overflow: hidden;
	background: #FFF url(images/content-fill.gif) repeat-y left;
	width: 920px;
}
#twoColumnleft #content, #twoColumnright #content {
	width:580px;
}
#twoColumnleft #leftColumn {
	float: left;
	padding: 15px 10px 10px 30px; /* (top, right, bottom, left) */
	width: 240px;
}
#twoColumnleft #rightColumn {
	display:none;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#twoColumnleft #content {
	margin: 0 15px 0 285px; /* (top, right, bottom, left) */
	padding: 20px 10px 30px; /* (top, right, bottom, left) */
}
#twoColumnright { /* This sets the id for a 2 column layout with a right column only */
	overflow: hidden;
	background: #FFF url(images/content-fill.gif) repeat-y left;
	width: 920px;
}
#twoColumnright #leftColumn {
	display:none;
}
#twoColumnright #rightColumn {
	float: right;
	padding: 25px 35px 10px 10px; /* (top, right, bottom, left) */
	width: 240px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#twoColumnright #content {
	margin: 0 0px 0 15px; /* (top, right, bottom, left) */
	padding: 30px 10px 30px 20px; /* (top, right, bottom, left) */
}
#footer {
	padding: 25px 10px 10px 30px; /*  (top, right, bottom, left) */
	background: url(images/footer.gif) no-repeat left top;
	height: 48px;
	color: #F3DBA9; /*tan*/
	clear: both;
}
#credit {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 8px;
	font-size: 11px;
	color: #92644C; /*gradient brown*/
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
#credit a:hover, #credit a:visited, #credit a:active, #credit a:focus {
	color: #5275AA; /*md blue*/
	font-weight: bold;
	text-decoration: none;
}
#credit a {
	color: #92644C; /*gradient brown*/
	font-weight: normal;
	text-decoration: none;
}

/* ---------- Navigation CSS ---------- */

#navcontainer {
	position:relative;
	height:40px;
	width:100%;
	font-family:Helvetica, Arial, Verdana, sans-serif;
}
#nav {
	position:relative;
	height:50px;
	text-transform:uppercase;
	background:url(images/nav-container-bg.gif) no-repeat left top;
	padding:0 0 0 23px; /* (top, right, bottom, left) */
	font-size: 11px;
	font-weight: bold;
}
#nav ul {
	margin:0;
	padding:25px 0px 0px 15px; /* (top, right, bottom, left) */
	list-style-type:none;
}
#nav ul li {
	display:inline;
	margin:0px;
	padding-right: 20px;
	width: auto;
}
#nav ul li a {
	color:#A8BDD5; /*lt blue*/
	text-decoration:none;
}
#nav ul li a:hover {
	color:#FFF;
}

/* ---------- Typography CSS ---------- */

h1 {
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	font: normal 2em Georgia, "Times New Roman", Times, serif;
}
h2 {
	margin: .5em 0em;
	color: #813D36; /*reddish brown*/
	font: normal 1.7em Georgia, "Times New Roman", Times, serif;
}
#rightColumn h2 {	
	font: normal 1.5em Georgia, "Times New Roman", Times, serif;
	line-height: 1.0em;
}
h3 {
	font-size: 1.4em;
	margin: .5em 0em;
	font-weight: bold;
}
h4 {
	font-size: 1.2em;
	margin: .5em 0em;
	font-weight: bold;
	color: #4E3E30; /*dusty brown*/
}
h5 {
	font-size: 1.0em;
	margin: .5em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	margin: .5em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
p {
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 1.2em 0em 1.2em 0em;
}
pre {
	font-family: monospace;
	font-size: 1.2em;
	background: #F4F4F4; /*off white*/
	margin: 15px;
	padding: 10px;
	border: 1px dotted #2D4262; /*dk blue*/ 
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #F3DBA9; /*tan*/
}
#footer a:hover {
	color: #A8BDD5; /*lt blue*/
}

.bowensName {
	font-family:'Viner Hand ITC', Georgia, Helvetica, sans-serif;
}
.bowensTagline {
	font-size:18px;
	font-family:'Viner Hand ITC', Helvetica, Georgia, sans-serif;
	color: #F3DBA9; /*tagline tan*/
	line-height: 80%;
	padding-bottom: 2px;
	float: right;
	padding-right: 30px;
}
.copyright {
	color: #92644C; /*gradient brown*/
	padding-left: 30px;
}
.nav_snippet {
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	text-align: left;
	color: #92644C; /*gradient brown*/
	line-height: 1.5em;
	margin-bottom: 20px;
}
/* ---------- Two Column CSS ---------- */
.csscolumns {
	overflow:hidden;
	width: 100%;
}
/* Note: adding larger margins or padding to columns requires that you decrease the width setting proportionally. If you add padding to the container, the same applies. */ 
#col_one_2 {
	margin: 0;
	float: left;
	width:48%;
}
#col_two_2 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:48%;
}
/* ---------- Three Column CSS ---------- */
/* Note: adding larger margins or padding to columns requires that you decrease the width setting proportionally. If you add padding to the container, the same applies. */ 
#col_one_3 {
	margin: 0;
	float: left;
	width:31%;
}
#col_two_3 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:31%;
}
#col_three_3 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:31%;
}
/* ---------- Four Column CSS ---------- */
/* Note: adding larger margins or padding to columns requires that you decrease the width setting proportionally. If you add padding to the container, the same applies. */ 
#col_one_4 {
	margin: 0;
	float: left;
	width:23%;
}
#col_two_4 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:23%;
}
#col_three_4 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:23%;
}
#col_four_4 {
	margin: 0 0 0 12px; /* Puts a 12 pixel space between columns (left side) */
	float: left;
	width:23%;
}
/* ---------- Side column menu styles ---------- */
.styledmenu {
	width: 100%; /*width of menu*/
}
.styledmenu .headerbar {
	font: bold 13px Verdana;
	color: #F3DBA9; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/
	margin-top:0px;
	text-transform: uppercase;
	padding: 7px 0 7px 8px; /*31px is left indentation of header text*/
	background-color: #460101; /*reddish brown*/
	background-image: url(images/styled-menu-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.styledmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0; /*bottom spacing between each UL and rest of content*/
}
.styledmenu ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
	margin: 0px;
}
.styledmenu ul li a {
	color: #460101; /*reddish brown*/
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	background-color: #FAF0D1; /*very lt tan*/
}
.styledmenu ul li a:visited {
	color: #460101; /*reddish brown*/
}
.styledmenu ul li a:hover { /*hover state CSS*/
	color: #FFFFFF;
	background: #92644C; /*gradient brown*/
	text-decoration: none;
}
.simplemenu {
	width: 100%; /*width of menu*/
}
.simplemenu .headerbar {
	font: bold 13px Verdana;
	color: #000; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	margin-top:0px;
	text-transform: uppercase;
	padding: 7px 0 7px 0px; /*31px is left indentation of header text*/
}
.simplemenu ul {
	list-style-type: none;
	padding: 0 0 20px; /*bottom spacing between each UL and rest of content*/
	margin: 0;
}
.simplemenu ul li {
	margin: 0px;
	padding-bottom: 2px;
}
.simplemenu ul li a {
	font: normal 12px Arial;
	color: #000;
	background: #FFF;
	display: block;
	padding: 4px 0 4px 5px;
	line-height: 17px; /*link text is indented 8px*/
	text-decoration: none;
	border-bottom: 1px solid #FAF0D1; /*very lt tan*/
}
.simplemenu ul li a:visited {
	color: #000;
}
.simplemenu ul li a:hover { /*hover state CSS*/
	color: #000;
	background: #FAF0D1; /*very lt tan*/
	text-decoration: none;
}
.activePage {
	text-indent: 10px;
	font-weight: bold;
	text-decoration: underline;
}
/* ---------- Common styles shared between both left and right columns ---------- */

.sidebarlt {
	padding: 6px;
	border: 1px solid #92644C; /*gradient brown*/
	background-color: #FAF0D1; /*very lt tan*/
	background-image: url(images/sidebarlt-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.sidebardk {
	color: #FFF;
	border: 1px solid #2A190A; /*blk brown*/
	padding: 6px;
	background-color: #460101; /*reddish brown*/
}
.sidebardk a, .sidebardk a:hover, .sidebardk a:visited, sidebardk a:active {
	color: #FFF;
	text-decoration:underline;
}
