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


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



#page{	

background: url('images/top-left.png') no-repeat 0 0;
position:  relative;
}


#header {

position:  relative;
background: #425054 url('images/bg-header.png') no-repeat top right;

height:  110px;
}

#container {

	margin:  0 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: #3F6570;
	height: 400px;
	padding: 0;
	-webkit-border-top-left-radius: 75px;
	-moz-border-radius-topleft: 75px;
	border-top-left-radius: 75px;
	
	}

#home_hero {
	background: #fff url('images/bg-banner-home.jpg') no-repeat center -6px;
	height: 400px;
	text-align: center;
	
	-webkit-border-top-left-radius: 70px;
	-moz-border-radius-topleft: 70px;
	border-top-left-radius: 70px;	
}

#home_hero ul {	
	padding: 20px 0;
	font-size: 1.6em;
	text-transform: uppercase;
	font-family: serif;
	color: #999;
}

#home_hero ul li {
		display:  inline-block;
		padding: 0 4px 0 36px;
		background: url('images/list-bg.png') no-repeat 0 0;
}
#page_hero_wrapper {
	background: #3F6570;
	height: 400px;
	
	-webkit-border-top-left-radius: 75px;
	-moz-border-radius-topleft: 75px;
	border-top-left-radius: 75px;
	
	}
#page_hero {
	
	background: #fff url('images/flag.jpg') no-repeat 20px 106px;
	height: 400px;
	text-align: center;
	
	-webkit-border-top-left-radius: 70px;
	-moz-border-radius-topleft: 70px;
	border-top-left-radius: 70px;
	
}

#page_hero ul {
	padding: 20px 0;
	font-size: 1.6em;
	text-transform: uppercase;
	font-family: serif;
	color: #999;
}

#page_hero ul li {
		display:  inline-block;
		padding: 0 4px 0 36px;
		background: url('images/list-bg.png') no-repeat 0 0;
	}

.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;
	}

.custom #content {
	margin: -310px 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('http://www.jfbailey.com/wp-content/themes/thesis_185/custom/images/list-bg.png') top left no-repeat;
}

.sidebar .menu li a:hover {
	color: #999;
	padding: 0 0 0 16px;
	background: url('http://www.jfbailey.com/wp-content/themes/thesis_185/custom/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. */
	float:  right;
	}
	
ul#menu-main-nav li a {
	font-size: 1.3em; 
	color: #fff;
	padding: 0px 14px;
	font-family: Helvetica, sans-serif;
	font-weight:normal;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	float: right;
	}
	
ul#menu-main-nav li#menu-item-50 a {
	border-right: none;
}	
	

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

/* ---------------- CONTENT ---------------------- */





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

#footer {
	background: #323F43;
}

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;
}





