
/*												ANDREW MCKEOWN 	*/
*{
margin: 0px;
padding: 0px;
}

body {
	text-align: center;
	
	background-color: #21343B;					/* page bg #21343B */
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
 	background-image:url(/assets/templates/andrewm/bg-andrew-mckeown.gif); 
	background-repeat:repeat-y;
	background-position:center;
 
}
img {
	border:none;
}

.text-only{
display: none;
}

/* Default
------------------------------------------------*/

h1 { font-size:160%; font-weight:bold; margin-bottom:4px;}
h2 { font-size:140%; font-weight:bold; margin-bottom:4px;}
p	{margin-bottom:1.5em;}
/* <div class="spcr"></div> */
.spcr{clear:both;height:0;line-height:0;overflow:hidden;}

/* Layout Styles
------------------------------------------------*/

#page {


	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
/*	margin-top:10px; */

}
#content {
	width: 720px;
	margin: auto;
/*	margin-right: auto; */
	position: relative;
	height: 100%;
}
#logo {
	float: left;
}

#left_nav {
	float: left;
	width: 188px;
/*	background-color: #1D2E35;*/
	position: absolute; 
	top: 235px;						/* top: 227px; */
	bottom: 0px;
	/*ie6 hack*/
	left: 0px;
	height: auto !important;
/*	height: 1000px;  */
}

#text {
	float: left;
	width: 507px;
	/*	background-color: #947C3E;	*/
	position: absolute;
	top: 227px;
	bottom: 0px;
	margin-left: 193px;
	text-align: justify;
	padding: 10px 10px 20px 10px;
	/*ie6 hack*/
	left: 0px;
	height: auto !important;
	height: 1000px; 
}

.bodytext {	float: left; width: 510px; font-size: 110%;  /* margin-left:4px; */
}


#banner {
	width:720px;
	height: 148px;
	margin-bottom: 5px;
	margin-top: 5px;

}

/* Design elements
----------------------------------------------------*/

#line_nav {											/* THE LINE - across from the logo*/
	height: 0px;
	font-size:1px;
	background-color: white;						/* v1 #3A5A68 v2 #21343B */
	width: 373px;
	position: absolute;
	margin-top: 2px;
	margin-left: 345px;
	top: 35px;
}


#header{
	background-color: #1D2E35;						 /*	content BG	 */
}

#top_nav{
}

#top_nav ul{
text-transform: lowercase;
}

#top_nav li {
	display: block;
	float:left;
	list-style: none;
	width: 73px;
	text-align: right;
	margin-left: 2px;
}
#top_nav ul li a{
	padding-top: 20px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #293F49;
	height: 1%;
}

#top_nav ul li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background-color: #185B77;
}

#top_nav ul li.current a{
	background-color: #185B77;
}


#tel {
	float: left;
	margin-top: 15px;
}
#email {
	float: right;
	margin-top: 15px;

}
#email a,  a {
	text-decoration: underline;
	color: #FFFFFF;
}
#email a:hover,  a:hover {
	text-decoration: underline;
	color:#CCCCCC;
}

#line {											/* THE LINE - above the header image */
	clear: both;
	font-size:1px;
	height: 2px;
	background-color: #21343B;					/* #3A5A68 #21343B */
	width: 720px;
}

#text h2{
padding-bottom: 10px;
font-weight: normal;
}

/* New Sidebar Menu
------------------------------------*/
#left_nav{
text-transform: lowercase;
font-weight: bold;
font-size: 110%;
}

#left_nav a{
color: #FFFFFF;
text-decoration: none;
padding: 10px 20px;
display: block;
border-bottom: 2px solid #21343B;
back
}

#left_nav li{ 
list-style:none; 
background: #293f49 url(images/arrow.gif) right 13px no-repeat !important;
text-align: right;
}

#left_nav li a{
height: 1%;
}

#left_nav li a:hover{
background: #185B77 url(images/arrow.gif) right 13px no-repeat !important;
}

#left_nav li.current{
display: block;
background: #185B77 url(images/arrow.gif) right 13px no-repeat !important;
}

#left_nav li.current li {
display: block;
background: #236D87 url(images/arrow.gif) right 13px no-repeat !important;
}

#left_nav li.current li li{
display: block;
background: #2D7B93 url(images/arrow.gif) right 13px no-repeat !important;}

#left_nav li.current li li li{
display: block;
background: #3C8AA0  url(images/arrow.gif) right 13px no-repeat !important;}

#left_nav li.current li li li li{
display: block;
background: #4D99AE  url(images/arrow.gif) right 13px no-repeat !important;}

/*#left_nav li li a:hover {
display: block;
background: #185B77 url(images/arrow.gif) right 13px no-repeat !important;
}*/

#left_nav li li{
display: none;
}

#left_nav li li li{
display: none;
}

#left_nav li li li li{
display: none;
}
