/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/


body {
background: #575656 url('images/bg-body.png') repeat-x;
font-family: Helvetica, sans-serif;
margin: 0 0;
}



#page{	
background: #575656;
position:  relative;
}




#header {
position:  relative;
background: #575656;
height:  70px;
}

#container {
	margin:  10px auto ;
}

#phone_info {
	position: absolute;
	top:  50px;
	right: 10px;
}

#phone_info ul{
	list-style: none;
}

#phone_info ul li {
	color: #A09E9E;
	font-size: 2.3em;
	font-family: 'Times New Roman', serif;
	font-weight: normal;
	letter-spacing: 1px;
}


#home_hero_wrapper {
	background: #60558E;
	height: 320px;
	
	-webkit-border-top-left-radius: 75px;
	-moz-border-radius-topleft: 75px;
	border-top-left-radius: 75px;
	
	}

#home_hero {

	background: #fff url('images/bg-home.jpg') no-repeat 500px 10px;
	height: 400px;
	width:  100%;
	
	-webkit-border-top-left-radius: 70px;
	-moz-border-radius-topleft: 70px;
	border-top-left-radius: 70px;
	
}


#home_hero ul{
	
	position: absolute;
	top: 220px;
	left: 100px;
	font-size: 2em;
	text-transform: uppercase;
	font-family: serif;
	line-height: 2em;
	color: #999;
}

#page_hero_wrapper {
	background: #60558E;
	height: 400px;
	
	-webkit-border-top-left-radius: 75px;
	-moz-border-radius-topleft: 75px;
	border-top-left-radius: 75px;
	
	}


#page_hero {
	
	background: #fff url('images/bg-page.png') no-repeat 30px 10px;
	height: 400px;
	width:  100%;
	
	-webkit-border-top-left-radius: 70px;
	-moz-border-radius-topleft: 70px;
	border-top-left-radius: 70px;
	
}

#page_hero ul {
	position: absolute;
	top: 190px;
	right:160px;
	font-size: 2em;
	text-transform: uppercase;
	font-family: serif;
	line-height: 2em;
	color: #999;
	
}

.bk_highlight {
	color: #333;
}



#content_box {
	margin: 20px 0 0 0;
	background: #fff;
	
	
	-webkit-border-bottom-right-radius: 75px;
	-moz-border-radius-bottomright: 75px;
	border-bottom-right-radius: 75px;
	overflow: visible;
	
}


.custom #content {
	margin: -150px 20px 10px 0;
	width: 60em;
	
	
	
	
}
.custom.home #content {
	margin-top: 0;

}


#sidebars {
	margin: 0 0 0 20px;
	width: 30em;
}

.sidebar h3 {
	color: #60558E;
	font-variant: normal;
	font-size:1.3em;
	font-family: Helvetica, sans-serif;
	text-transform: Uppercase;
	letter-spacing: normal;
	}

.sidebar .menu li a {
	color: #555;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 0 16px;
	background: url('images/list-bg.png') top left no-repeat;
}

.sidebar .menu li a:hover {
	color: #999;
	padding: 0 0 0 16px;
	background: url('images/list-bg.png') top left no-repeat;
}
/* ------------------- Navigation ---------------------- */


/* ------- Thesis Nav Reset ---------- */

#footer a{
	border: none; /* add this to a general thesis nav reset. */
}

ul.menu{
     border: none;
     }
 
ul.menu li{
     background: none;
     border: none;
     }

ul.menu li.current, 
ul.menu li.current a,
ul.menu li.current a:hover,
ul.menu li.current-parent,
ul.menu li.current-parent a,
ul.menu li.current-parent a:hover,
ul.menu li.current-cat a,
ul.menu li.current-cat a:hover,
ul.menu li.current-menu-item a,
ul.menu li.current-menu-item a:hover,
ul.menu li.current-parent > a, 
ul.menu li.current-cat-parent > a, 
ul.menu li.current-menu-ancestor > a
{
     background: none;
     border: none;
     }
 
ul.menu li a{
     background: none;
     border: none;
     text-transform: none;
     letter-spacing: 0;
     font-weight: bold;
     }
 
ul.menu li a:hover{
     background: none;
     color: red;
     }
 
ul.menu li.tab-home a{
     padding-left: 0px;
     }
 
ul.menu li ul.submenu{
     background: #fff;
     border: none;
     }
 
ul.menu li ul.submenu li{
     background: none;
     border: none;
     }
 
ul.menu li ul.submenu li a{
     background: none;
     border: none;
     }
 
ul.menu li ul.submenu li a:hover{
 
     }

/* ------- Main Nav ---------- */


.menu-main-nav-container {
	height: 30px;
	padding-top:  15px;

}

ul#menu-main-nav {
	margin-left:  75px; /* One way to center Thesis Nav. */
	
	}
	
ul#menu-main-nav li a {
	font-size: 1.2em; 
	color: #fff;
	padding: 0px 14px;
	font-family: Helvetica, sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	border-right: 1px solid #fff; 
	}
	
ul#menu-main-nav li#menu-item-16 a {
	border-right: none;
}	
	

ul#menu-main-nav a:hover {
	color: orange;	
	}



/* ---------------- FOOTER ---------------------- */

ul#menu-footer-nav {
	
}

#footer p {
	font-size: 1.1em;
	line-height: 1.4em;
}

ul#menu-footer-nav li a {
	padding-left:  0;
	padding-right: 16px;
	font-size: 1.3em;
	font-family: Helvetica, sans-serif;
}


p.fineprint, p.copyright {
	color: #999;
	text-align: left;
	padding: 10px 0;
	font-family: Helvetica, sans-serif;
}





