/* Global 
---------------------*/
body  {
	font:62.5% Arial, Helvetica, sans-serif;
	background: #c0c0c0;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* Layout 
---------------------*/
#container { 
	background:url(../images/content_bg.gif) repeat-y bottom center;
	width: 833px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	background:url(../images/header_shadow.gif) repeat-y center top;
} 
#head-content {
	background:#C14918 url(../images/header_bg.gif) repeat-x center top;
	margin: 0px 11px; 
	padding: 10px 0px 0px 0px; 
	/*min-height:205px;*/
	height:205px;
}
#main-nav {
	background:url(../images/mainnav_shadow.gif) no-repeat center top;
	height:48px;
	width:833px;
	text-align:center;
	position:relative;
} 
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; 
	padding: 0 50px 0 20px;
	color:#343333;
}
#mainContent { 
	margin: 0 212px 0 0; 
	padding: 10px 100px 0 70px; 
	font-size:1.2em;
	color:#343333;
} 
#house {
	background:url(../images/house.gif) no-repeat 94.5% 0%;	
	height:306px;
	width:833px;
	margin:0 0 -25px 0;
	padding:0;
}
#footer { 
	padding: 25px 35px 0 50px; 
	height:54px;
	background:url(../images/footer_bg.gif) no-repeat center bottom;
	color:#fff;
	font-size:1.1em;
	position:relative;
} 


/* Header
----------------------*/
#header h1 a img {
	border:0;
	position:relative;
	top:15px;
	left:185px;
	outline:none;
}
#header h2 {
	position:relative;
	top:35px;
	left:30px;
}


/* Navigation
----------------------*/
#menu {
	list-style: none;
	height: 57px;
	position: relative;
	padding:12px 0 0px 80px;
	margin:-13px 0 0 0;
}
#menu li {
	float:left;
	display:block;
	position:relative;
	padding: 0px 17px 0px 17px;
} 
#menu li.divider {
	border-right:1px solid #fff;
}
#menu a {
	outline: none;
	text-align:left;
	font-size:1.4em;
	display: block;
	color: #FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-style:normal;
	font-weight:normal;
}
#menu a:hover {
	color:#C0C0C0;
	text-decoration:none;
}

/* Sub-Navigation
----------------------*/
#sub-nav-practice {
	position:absolute;
	z-index:3;
	margin:0;
	background:url(../images/subnav_bg.png) repeat-y center top;
	top:0px;
	left:317px;
}
#sub-nav-staff {
	position:absolute;
	z-index:3;
	margin:0;
	background:url(../images/subnav_bg.png) repeat-y center top;
	top:0px;
	left:154px;
}
#sub-menu {
	list-style: none;
	position: relative;
	margin:0;
	padding:0;
	padding-bottom:20px;
	margin-bottom:-10px;
	width:183px;
	background:url(../images/subnav_bt.png) no-repeat 0% 100%;
}
#sub-menu li {
	display:block;
	margin:10px 30px 10px 20px;
	border-top:1px solid #fff;
} 
#sub-menu li.top {
	border:0;
	margin-top:3px;
} 
#sub-menu a {
	padding: 10px 0px 0px 0px;
	outline: none;
	text-align:left;
	font-size:1.3em;
	display: block;
	color: #FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	font-style:normal;
	font-weight:normal;
}
#sub-menu li.top a {
	font-size:1.4em;
} 
#sub-menu a:hover {
	color:#cc6633;
	text-decoration:none;
}


/* Sidebar
----------------------*/
img.free {
	position:relative;
	left:30px;
	margin-bottom:0px;
}
#sidebar1 h3 {
	font:1.45em Georgia, "Times New Roman", Times, serif;
	color:#cc6633;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
#sidebar1 h3.subsequent {
	padding:20px 0 0 0;
	background:url(../images/sidebar_div.gif) no-repeat 50% 0%;
}
#sidebar1 ul {
	list-style: none;
	list-style-type: none;
	margin-left: 0px;
	padding: 0 15px 0 0px;
}
#sidebar1 ul li {
	margin-bottom:10px;
	font-size:1.2em;
	display:block;
	padding:5px 0px 5px 20px;
	width:100%;
}
#sidebar1 ul li:hover {
	background-color:#ededed;
}
#sidebar1 ul li a {
	text-decoration:none;
	color:#343333;
}
#sidebar1 ul li a:hover {
	color:#000;
}
.link-title {
	font-size:1.2em;
	text-decoration:underline;
}
a.link-articles {
	font-weight:normal;
	text-decoration:none;
}
a:hover.link-articles {
	font-weight:normal;
	text-decoration:none;
}
a.img_link img {
	font-weight:normal;
	text-decoration:none;
	border:0;
}
a:hover.img_link img {
	font-weight:normal;
	text-decoration:none;
	border:0;
}
a.article_links {
	font-weight:normal;
}
a:hover.article_links {
	font-weight:normal;
}
a.more {
	float:right;
	color:#cc6633;
	font-weight:bold;
	text-decoration:none;
}
a:hover.more {
	color:#343333;
}
#sidebar1 p {
	font-size:1.3em;
	padding-left: 20px;
}


/* Main Content
----------------------*/
#mainContent h1 {
	font-size:1.5em;
	color:#cc6633;
}
#mainContent h4 {
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:-13px;
}
#mainContent h5 {
	font-size:1.1em;
}
#mainContent h6 {
	font-size:1.4em;
	font-weight:bold;
	font-style:italic;
	color:#cc6633;
	margin-bottom:-5px;
	margin-top:40px;
}
#mainContent p {
	font-size:1.2em;
}
#mainContent ul li {
	font-size:1.2em;
	padding-bottom:5px;
}
.orange {
	color:#cc6633;
}
a {
	color:#cc6633;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#313131;
	text-decoration:none;
	font-weight:bold;
}
div.staff_img {
	float:left;
	padding:15px 15px 10px 0px;
}
p.subtitle {
	margin-bottom:-8px;
}

/* Footer
----------------------*/
#footer p {
	margin: 0; 
	padding: 12px 5px 12px 0px; 
	height:63px;
	float:right;	
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0 auto; 
	padding-top:12px;
	position: relative;
	font-size:1.1em;
}
#footer ul li {
	float:left;
	display:block;
	margin-right:10px;
} 
#footer ul li a {
	display: block;
	outline: none;
	color: #FFFFFF;
	text-align:left;
	text-decoration:none;
	font-size:1em;
	font-weight:normal;
}
#footer ul li a:hover {
	color:#C0C0C0;
	text-decoration:none;
}

