/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH FULL BROWSER WIDTH HEADER AND HORIZONTAL NAV */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#fff;
}

div#container {
	position:relative; 
	width:760px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	border:0px solid black;
	background-color:#b19a6a;
}

div#branding {
	position:relative; 
	width:760px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	text-align:left;
	background-image:url("/img/branding-photos.jpg");
	background-position:404px 0px;
	background-repeat:no-repeat;
		background-color:#0056b0;
}

#branding img#logo {
	margin:0 0 0 24px;
}

ul#nav {
	float:left;
	width:144px;
	margin:0 0 0 42px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	border:0px solid black;
}

#nav li {
	border-bottom:2px solid #b19a6a;
}

/* +++ */
#nav a {
	background-color:#cdb480;
	font-size:16px;
	color:#000;
	text-decoration:none;
	display:block;
	height:22px;
	padding:5 7 0 7px;
	margin:0 0 0 0px;
	border:0px solid black;
}

#nav a:visited {}

#nav a:hover {
	background-color:#fff;
}

div#content {
	padding:0 0 0 0px;
}

div#content_main {
	position:relative;
	margin:0 10 0 0px;
	padding:50 0 0 0px;
	background-color:#cdb480;
	background-image:url("/img/tagline.gif");
	background-position:top left;
	background-repeat:no-repeat;
	float:right;
	width:346px;
	border:0px solid black;
}

div#content_sub {
	position:relative;
	float:left;
	width:218px;
	padding:15 0 0 0px;
	border:0px solid black;
}

div#site_info {
	clear:both;
	height:60px;
	padding:35 0 0 41px;
	margin-bottom:20px;
	color:#2f291c;
	font-family:"times new roman", serif;
		background-color:#b19a6a;
}

#site_info ul {
	font-size:1em;
	padding:0 0 4 0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	line-height:1.4em;
}

#site_info li {display:inline;}

#site_info p {
	font-size:1em;
	padding:0 0 0 0px;
	margin:0 0 0 0px;
}

#site_info a {
	font-size:1em;
	color:#2f291c;
	text-decoration:none;
}

#site_info a:visited {text-decoration:none;}

#site_info a:hover {text-decoration:none;}
/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:"times new roman", serif;
	font-size:62.5%;
	color:#2f291c;
}

h1, h2, h3, h4, h5 {
	font-weight:normal;
	font-family:"times new roman", serif;
	color:#fff;
	margin:0px 15px 4px 15px;
}

p, ul, ol {font-size:1.2em;}

textarea {
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}

h1 {font-size:3.7em;} 

h2 {font-size:2.3em;}

h3 {font-size:1.8em;}

h4 {font-size:1.6em;}

p {margin:0px 15px 10px 15px;}

a {
	font-size:1em;
	color:#2f291c;
	text-decoration:underline;
}

a:visited {}

a:hover {text-decoration:none;}

ul {
	margin:0;
	padding:0 15 10 40px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/img/dot.png");
	line-height:1.4em;
}

ol {
	margin:0;
	padding:0 15 10 40px;
	text-indent:0px;
	text-decoration:none;
	line-height:1.4em;
}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
img {border:0;}

.center {text-align:center;}

.bold {font-weight:bold;}

.nomargin {margin:0px;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #FFF;
}

.large {
	font-size:18px;
}

.italic {
	font-style:italic;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

.btn {background-color:#06F;
color:white;
font-weight:bold;
}

.even {background:#efefef;}
/* END VARIOUS TAGS AND CLASSES */

/*+++*/


/*+++*/
div#practice_div{position:absolute;top:205px;left:-144px;width:180px;}
