@charset "utf-8";
html, body {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	color: #371D10;
	background: url(images/pagebg2.jpg);
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#outer {
	background: #FFFFFF;
	text-align: left;
	width: 990px;
	margin: 0 auto;
	padding: 0;
	padding-top: 31px;
	clear: both;
	position: relative;
}
#logo {
	width: 325px;
	height: 127px;
	position: absolute;
	top: 0;
	left: 0;
}
#inner {
	margin: 0 37px 0 37px;
	padding: 15px;
	border: 2px solid #522C1B;
}
#nav1 {
	height: 28px;
	clear: both;
	padding-top: 70px;
	z-index: 100;
	position: relative;
}
#nav1 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	z-index: 101;
}
#nav1 ul ul {
	width: 150px;
	position: absolute;
	z-index: 102;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav1 li {
	float: right;
	position: relative;
	display: inline;
}
/* style the links for the top level */
#nav1 li a, #nav1 li a:visited {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #522C1B;
	height: 28px;
	float: left;
	background: #FFFFFF;
	line-height: 28px;
	padding: 0 26px 0 26px;
}
/* style the top level hover */
#nav1 li a:hover {
	color: #96B1D0; 
	background: #FFFFFF; 
}
#nav1 li :hover > a {
	color: #96B1D0; 
	background: #FFFFFF; 
}
/* style the second level links */
#nav1 li li a, #nav1 li li a:visited {
	display: block;
	font-size: 12px;
	background: #96b1d0 none; 
	color: #522C1B; 
	line-height: 21px;
	height: 21px; 
	padding: 0px; 
	width: 180px;
	border-bottom: 1px solid #522C1B;
	text-align: center;
	z-inex: 103;
}
#nav1 li li a:hover {
	background: #522C1B none; 
	color: #96b1d0;
}
/* style the third level background */
#nav1 li li li a, #nav1 li li li a:visited {
	background: #522C1B none; 
	color: #96b1d0;
} 
/* style the third level hover */
#nav1 li li li a:hover {
	background: #96b1d0 none; 
	color: #522C1B;
}
#nav1 li li li :hover > a {
	background: #96b1d0 none; 
	color: #522C1B;
} 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav1 ul ul {
	visibility: hidden;
	position: absolute;
	top: 28px;
	left: 0; 
	width: 180px;
	z-index: 102;
}
/* another hack for IE5.5 */
* html #nav1 ul ul {
	top: 28px;
	t\op: 28px;
	z-index: 102;
}
/* position the third level flyout menu */
#nav1 ul ul ul{
	left: 150px; 
	top: 0;
	width: 150px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
#nav1 table {position:absolute; top:0; left:0; z-index: -1}
#nav1 li:hover {position:relative;}
* html #nav1 a:hover {position:relative;}

/* make the second level visible when hover on first level list OR link */
#nav1 ul li:hover ul,
#nav1 ul a:hover ul {
visibility:visible;
height: auto;
background: transparent;
z-index: 102; 
}
/* keep the third level hidden when you hover on first level list OR link */
#nav1 ul :hover ul ul {
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#nav1 ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#nav1 ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#nav1 ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}

#main_nav {
	background: #522C1B;
	height: 28px;
	z-index: 80;
	position: relative;
}
#main_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-transform: uppercase;
	z-index: 81;
}
#main_nav ul ul {
	width: 150px;
	position: absolute;
	z-index: 82;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#main_nav li {
	float: left;
	width: auto;
	position: relative;
	display: inline;
}
/* style the links for the top level */
#main_nav li a, #main_nav li a:visited {
	display: block;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	width: auto;
	height: 28px;
	float: left;
	background: #522C1B;
	line-height: 28px;
	padding: 0 18px 0 18px;
}
/* style the top level hover */
#main_nav li a:hover {
	color: #96B1D0; 
	font-weight: normal;
	background: #522C1B; 
}
#main_nav li :hover > a {
	color: #96B1D0; 
	font-weight: normal;
	background: #522C1B; 
}
/* style the second level links */
#main_nav li li a, #main_nav li li a:visited {
	display: block;
	font-size: 12px;
	font-weight: normal;
	background: #96b1d0 none; 
	color: #522C1B; 
	line-height: 21px;
	height: 21px; 
	padding: 0px; 
	width: 180px;
	border-bottom: 1px solid #522C1B;
	text-align: center;
}
#main_nav li li a:hover {
	background: #522C1B none; 
	color: #96b1d0;
}
/* style the third level background */
#main_nav li li li a, #main_nav li li li a:visited {
	background: #522C1B none; 
	color: #96b1d0;
} 
/* style the third level hover */
#main_nav li li li a:hover {
	background: #96b1d0 none; 
	color: #522C1B;
}
#main_nav li li li :hover > a {
	background: #96b1d0 none; 
	color: #522C1B;
} 
/* hide the sub levels and give them a positon absolute so that they take up no room */
#main_nav ul ul {
	visibility: hidden;
	position: absolute;
	top: 28px;
	left: 0; 
	width: 180px;
	z-index: 82;
}
/* another hack for IE5.5 */
* html #main_nav ul ul {
	top: 28px;
	t\op: 28px;
	z-index: 82;
}
/* position the third level flyout menu */
#main_nav ul ul ul{
	left: 150px; 
	top: 0;
	width: 150px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
#main_nav table {position:absolute; top:0; left:0;}
/* make the second level visible when hover on first level list OR link */
#main_nav ul li:hover ul,
#main_nav ul a:hover ul {
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
#main_nav ul :hover ul ul {
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#main_nav ul :hover ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
#main_nav ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#main_nav ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}

#main_content {
	margin-top: 4px;
}
#content_columns {
	margin-top: 4px;
	/*background: url(images/columnsbg.gif) top left repeat-y;*/
}
#left_column {
	width: 240px;
	float: left;
	padding: 0 10px 10px 10px;
	background: #96b1d0;
}
#right_column {
	font-size: 14px;
	width: 616px;
	float: right;
	border-top: 4px solid #96b1d0;
}
#content_columns2 {
	margin-top: 4px;
	background: url(images/columnsbg2.gif) top left repeat-y;
}
#left_column2 {
	font-size: 14px;
	width: 420px;
	float: left;
	padding: 0 10px 10px 10px;
	background: transparent;
}
#right_column2 {
	font-size: 14px;
	width: 420px;
	float: right;
}
.sidebar_left {
	width: 240px;
	padding: 0 10px 10px 10px;
	background: #96b1d0;
    text-align: left;
}
.main_right {
	font-size: 14px;
	border-top: 4px solid #96b1d0;
}
.left_half {
	font-size: 14px;
	width: 420px;
	padding: 0 10px 10px 10px;
	background: #96b1d0;
}
.right_half {
	font-size: 14px;
	width: 420px;
}

#newsletter_signup {
	line-height: 37px;
	text-align: center;
	height: 37px;
	white-space: nowrap;
}

.clearer {
	clear: both;
}
.sidenav {
	font-size: 15px;
	font-weight: normal;
	list-style-type: none;
	margin: 10px 0 0 1px;
	padding: 0;
}
.sidenav li {
	display: block;
	color: #440b00;
	text-decoration: none;
	line-height: 40px;
	background: url(images/arrow.gif) left center no-repeat;
	width: 210px;
	margin: 0 0 1px 0;
	text-align: left;
	padding-left: 20px;
}
.sidenav li a, .sidenav li a:visited {
	display: block;
	color: #440b00;
	font-weight: regular;
	text-decoration: none;
	line-height: 40px;
	background: #96b1d0;
	width: 210px;
	padding-left: 20px;
	margin-left: -20px;
	text-align: left;
}
.sidenav li a:hover {
	background: url(images/arrow.gif) left center no-repeat;
	color: #440b00;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	line-height: 44px;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #96b1d0;
}
#left_column h1 {
	color: #d9e3ee;
	line-height: 44px;
	margin: 0;
	padding: 0;
}
.sidebar_left h1 {
	font-size: 20px;
	color: #d9e3ee;
	line-height: 44px;
	margin: 0;
	padding: 0;
}
.sidebar_left h2 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 44px;
	margin: 0;
	padding: 0;
}
#right_column h2 {
	font-size: 18px;
	color: #96b1d0;
	line-height: 38px;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #96b1d0;
}
.main_right h2 {
	font-size: 18px;
	color: #96b1d0;
	line-height: 38px;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #96b1d0;
}
#right_column2 h2 {
	font-size: 20px;
	color: #96b1d0;
	font-weight: bold;
	line-height: 44px;
	margin: 0;
	padding: 0;
}
#left_column2 h2 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 44px;
	margin: 0;
	padding: 0;
}
.right_half h2 {
	font-size: 20px;
	color: #96b1d0;
	font-weight: bold;
	line-height: 44px;
	margin: 0;
	padding: 0;
}
.left_half h2 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 44px;
	margin: 0;
	padding: 0;
}
a.services_link:link, a.services_link:visited {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none;
	background: #522C1B;
	padding: 4px 10px 4px 10px;
	height: 26px;
}
a.services_link:hover {
	color: #96B1D0;
}	
#home_fades {
	width: 459px;
	height: 272px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	float: left;
}
#home_edit {
	font-size: 26px;
	color: #CABFBA;
	background: #4E2716;
	width: 422px;
	height: 131px;
	padding: 0px;
	float: left;
	border-bottom: 2px solid #FFFFFF;
}
#logo_flash {
	width: 422px;
	height: 140px;
	float: left;
	border-bottom: 1px solid #FFFFFF;
	background: #4E2716;
}

/* BEGIN Twitter */
#twitter_div { 
	font-family: Georgia, Arial, sans-serif; 
	color: #cfb8aa;
	background-color: #7a5c50;
	float: left;
	width: 373px;
	height: 83px;
	margin: 9px 0px 0px 9px;
	font-size: 16px;
	padding: 15px;
}

#twitter_div ul {
	margin: 0;
	padding: 0;
}

#twitter_div ul li { list-style-type: none; }

#twitter_div ul li a {
	color: #b4b4b4;
	text-decoration: none;
}

#twitter-link {
	font-family: Georgia, Arial, sans-serif; 
	position: absolute;
	color: #cfb8aa;
	text-decoration: none;
	font-style: italic;
	margin-top: 100px;
	background: url(images/trilogyicon.gif) 0 0 no-repeat;
	font-size: 13px;
	width: 250px;
	right: 0;
	margin-right: 100px;
}

	#twitter-link span { margin-left: 22px; }

#twitter-bird {
	position: absolute;
	margin-top: 81px;
	right: 0;
	margin-right: 57px;
}
/* END Twitter */

/* BEGIN Home Boxes */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { zoom:1; }
*+html .clearfix { zoom:1; }

#home-boxes {
	background-color: #7a5c50;
	border: solid #7a5c50 1px;
	height: 263px;
}

	#home-boxes #box-left, #home-boxes #box-mid, #home-boxes #box-right { 
		background-color: #4d2615; 
		float: left;
		height: 212px;
		margin: 8px 0px 8px 8px;
		font-size: 1.0em; 
		color: #fff; 
		padding: 10px 10px 23px 10px;
	}
	
	#home-boxes div h1, #home-boxes div h2, #home-boxes div h3, 
	#home-boxes div h4, #home-boxes div h5 {
		font-size: 1.25em;
		text-transform: uppercase;
	}
	
	#home-boxes div img { border: 0; }
	
	#home-boxes div ul { margin: 0; padding: 0; }
	
	#home-boxes div ul li {
		color: #cfb8aa;
		margin: 8px 0px 8px 15px;
	}	
	
	#box-left { width: 359px; }
	#box-left img { max-width: 359px; }
	#box-mid, #box-right { width: 214px; }
	#box-mid img, #box-right img { max-width: 214px; text-align: center;}
		
* html #twitter_div { width: 358px; }		
* html #home-boxes div#box-left { height: 235px; }
* html #home-boxes div#box-mid { height: 235px; }
* html #home-boxes div#box-right { height: 235px; }

#newsletter_signup_home {
	line-height: 37px;
	text-align: center;
	height: 37px;
	white-space: nowrap;
	float: left;
	width: 350px; 
	margin-top: 10px; 
	margin-left: 185px;
}

#facebook {
	width: 340px;
	float: left;
}

	#facebook img { 
		float: left; 
		margin-top: 10px
	}
    
#sidebar { float: left; }
    
#sidebar ul li { list-style-type: none; }
#sidebar ul li a { color: #371d10; }
#sidebar ul li ul { margin: 0; padding: 0;}
#sidebar ul li ul li { list-style-type: disc; margin-left: 15px; }

.post h2, .post h2 a, #content h3 a { text-decoration: none; color: #96b1d0; }
.post a, .commentlist a, #respond a { color: #794024; }
#searchsubmit { border: solid #371d10 1px; background-color: #5f321c; color: #fff; } 