/* CSS Document */

.menu {width:899px; height:34px; position:relative; z-index:100; font-family:Arial, Helvetica, sans-serif; background:url(http://www.burnettwilliams.com/graphics/bg-menu.jpg) repeat-x; border: 1px solid #111; border-width: 1px 0 1px 1px; }
/* hack to correct IE5.5 faulty box model */
* html .menu {width:899px; w\idth:899px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; /*width:100px;*/ position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited, .menu a:link {display:block;font-size:12px;text-decoration:none; color:#fff; /*width:100px;*/ height:34px; border:1px solid #111; border-width:0px 1px 0px 0px; background:url(http://www.burnettwilliams.com/graphics/bg-menu.jpg) repeat-x; padding: 0 20px; line-height:34px; font-weight:100; text-transform: lowercase; text-align: center;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited, * html .menu a:link {width:90px; w\idth:90px; padding: 0; text-decoration: none; }

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/menus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.menu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/menus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:34px;left:0; width:149px;border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:33px;t\op:34px;}

/* position the third level flyout menu */
.menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited, .menu ul ul a:link {background:url(http://www.burnettwilliams.com/graphics/bg-menu.jpg) repeat-x; color:#FFF; height:auto; line-height:1em; padding:8px 10px; width:128px;border-width:0 1px 1px 1px; text-decoration: none; text-transform: none; text-align: left; }
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#FFF; background:#600000;}
.menu :hover > a, .menu ul ul :hover > a {color:#FFF; background:#600000;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* BODY ------------------------------------------------ */

body {
	background-image: url(../graphics/bg_grad.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
	background-color: #FFF;
}

.wrapper1 {
	width: 962px;
	border: 1px solid #CECECE;
	margin: 0 auto;
}

.wrapper2 {
	width: 900px;
	background-color: #FFFFFF;
	border: 1px solid #BCBCBC;
	padding: 10px 30px 20px 30px;
}

/* HEADER ------------------------------------------------ */

.header {
	background-image: url(../graphics/bw_logo.jpg);
	background-repeat: no-repeat;
	height: 63px;
	width: 900px;
	margin-bottom: 10px;
}

.header_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 13px;
	padding-left: 10px;
	text-align: left;
}

.header_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #721013;
	padding-right: 10px;
}

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

.red_border {
	width: 900px;
	border: 2px solid #721013;
}

.content_bg {
	background-image: url(../graphics/bg_content.jpg);
	background-repeat: repeat-x;
	width: 100%;
	background-color: #d4cdba;
	padding: 10px 20px 5px 20px;
}

.news {
	border: 1px solid #999999;
	padding: 10px 10px 0px 10px;
	margin: 0 0 15px 0;
}

.feed { float: left; }

.subnav_practice {
	float: left;
	display: inline;
	background-color: #FFFFFF;
	border: 1px solid #D4CDBA;
	padding: 3px;
	margin: 0 25px 10px 0;
	width: 208px;
}

.subnav_faq {
	float: left;
	display: inline;
	background-color: #FFFFFF;
	border: 1px solid #D4CDBA;
	padding: 3px;
	margin: 0 25px 0 0;
	width: 308px;
}

.subnav_contact {
	float: left;
	display: inline;
	background-color: #FFFFFF;
	border: 1px solid #D4CDBA;
	padding: 3px;
	margin: 0 25px 0 0;
	width: 173px;
}

.subnav_contact_container {
	background-image: url(../graphics/bg_subnav.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 10px;
	margin: 0px;
	border: 0 solid #000000;
	width: 165px;
}

/* NAVIGATION ------------------------------------------------ */

.main_nav_bg {
	background-color: #721013;
	width: 100%;
	height: 36px;
	padding: 0px;
	margin: 0px;
}

.main_nav_home:link, .main_nav_home:visited, .main_nav_home:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 100;
	line-height: 36px;
	text-decoration: none;
	text-transform: lowercase;
	padding: 10px 33px 10px 33px;
}

.main_nav:link, .main_nav:visited, .main_nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 100;
	line-height: 36px;
	text-decoration: none;
	text-transform: lowercase;
	padding: 10px 33px 10px 33px;
}

.main_nav:hover, .main_nav_home:hover {
	background-color: #300000;
}

.subnav:link, .subnav:visited, .subnav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4A4A4A;
	text-decoration: none;
	text-transform: none;
	padding: 0px;
	margin: 0px;
}

.subnav:hover {
	color: #000000;
}
	
	
#footer { width: 960px; margin: 0 auto; text-align: center; }	

.footer_nav_bg {
	width: 100%;
	height: 24px;
	padding: 0px;
	margin: 10px 0 -10px 0;
}

.footer_nav_home:link, .footer_nav_home:visited, .footer_nav_home:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626366;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	padding: 0 20px 0 20px;
}

.footer_nav:link, .footer_nav:visited, .footer_nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #626366;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
	padding: 0 20px 0 20px;
	border-left: 1px solid #626366;
}

.footer_nav:hover, .footer_nav_home:hover {
	color: #000000;
}

.staff_nav_wrapper {
	width: 100%;
	height: 24px;
	padding: 0px;
	margin: 10px 0 15px 0;
}

.staff_nav:link, .staff_nav:visited, .staff_nav:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #721013;
	font-weight: bold;
	text-decoration: none;
	text-transform: none;
	margin: 0 30px 0 30px;
}

.staff_nav:hover {
	color: #000000;
}

.process_page:link, .process_page:visited, .process_page:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	padding: 0 4px 0 4px;
	margin: 0px 0px 0 8px;
	border: 1px solid #000000;
	text-decoration: none;
}

.process_page:hover {
	background-color: #721013;
	color: #FFFFFF;
}

.email-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	text-align: left;
	padding: 0 0 15px 0;
	margin: 0px;
}	

/* TEXTS ------------------------------------------------ */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	text-align: left;
	padding: 0 0 15px 0;
	margin: 0px;
}	
	
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #721013;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin: 0px;
	padding: 10px 0 15px 0;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: .02em;
	margin: 0px;
	padding: 0 0 0 20px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #721013;
	text-transform: none;
	margin: 0px;
	padding: 0 40px 0 0;
	display: inline;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #721013;
	text-transform: none;
	margin: 5px 0 0 0;
	padding: 0 0 10px 0;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #721013;
	text-transform: none;
	margin: 0px;
	padding: 0 0 4px 0;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #721013;
	text-transform: uppercase;
	padding: 0 20px 15px 10px;
	margin: 0px;
}

.faq_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-transform: none;
	margin: 0px;
	padding: 0 0 10px 0;
}

a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #721013;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.index_areas:link, .index_areas:visited, .index_areas:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: 100;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .02em;
	padding: 0 3px 0 15px;
	margin: 0px;
}

.index_areas:hover {
	color: #000000;
}

.red_arrow {
	padding: 0 15px 0 0;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #721013;
	padding: 5px;
	margin: 0px;
}

.contact_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: right;
	padding: 0 20px 0 60px;
}

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

.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	padding: 10px 0 0 0;
	margin: 0px;
	text-align: center;
}

.footer_link:link, .footer_link:visited, .footer_link:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #808080;
	padding: 10px 0 0 0;
	margin: 0px;
	text-align: center;
	text-decoration: none;
}

.footer_link:hover {
	color: #333333;
	text-decoration: underline;
}

/* LISTS ------------------------------------------------ */

.subnav_ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0 15px 0 10px;
	padding: 0px;
}

.subnav_li {
	padding: 0 0 10px 3px;
	margin: 0px;
}

.list_staff_ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 6px 0 15px 0;
	padding: 0px;
	text-align: left;
	list-style-position: outside;
}

.list_staff_li {
	padding: 0px;
	margin: 0px;
}

.list_staff_wrapper {
	padding: 0 0 0 15px;
}

/* IMAGES ------------------------------------------------ */

.img {
	float: none;
	padding: 0px;
	margin: 0px;
	border: 1px solid #4A4A4A;
}

.img_right {
	float: right;
	padding: 0px;
	margin: 0 0 0 20px;
	border: 1px solid #4A4A4A;
}

.img_left {
	float: left;
	padding: 0px;
	margin: 0 10px 0 0;
	border: 1px solid #4A4A4A;
}

.img_staff_main {
	float: left;
	padding: 0px;
	margin: 6px 15px 15px 0;
	border: 1px solid #4A4A4A;
}

.img_index { height: 244px; width: 400px; border: 1px solid #721013; float: right; margin: 12px 0 20px 20px; }

/* FLASH ELEMENTS ------------------------------------------------ */

.flash_hdr {
	display: block;
	margin: 0px;
	padding: 0px;
}

.flash_video {
	display: block;
	float: right;
	padding: 0px;
	margin: 0 0 10px 20px;
}

/* RSS FEED ELEMENTS ------------------------------------------------ */

.feed_title:link, .feed_title:visited, .feed_title:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #721013;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding: 0 0 4px 0;
}

.feed_title:hover {
	color: #000000;
	text-decoration: underline;
}

.feed_description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
	text-align: left;
	padding: 0 0 15px 0;
	margin: 0px;
}

/* VIDEO PLAYER ----------------------------------------- */

.clear { clear: both; }

#videoPlayer { float: left; margin: 0 15px 20px 0; width: 400px; height: 243px; border: 1px solid #000; overflow:hidden; }
#videoMenu { float: right; width: 435px; }
#videoMenu ul { margin: 6px 0 15px 0; padding: 0px; list-style: none; text-align: left; }
#videoMenu li { display: block; margin: 0 0 5px 4px; padding: 0; }
#videoMenu li a { display: block; text-decoration: none; padding: 0; }
#videoMenu li a:hover { color: #000; padding: 0 0 0 0px; }
#videoMenu img { float: left; margin: 6px 8px 6px 0; border: 1px solid #000; }

.videoSubMenu { float: left; width: 300px; margin-bottom: 15px; }


#index-badges { width: 432px; height: 73px; float: left; }
	#index-badges img { float: left; margin: 0; padding: 0; border: 0; }
	#index-badges a { margin: 0; padding: 0; text-decoration: none; border: 0; }
	
/* STAFF PAGE ----------------------------------------- */

.staff {
	width: 90px;
	text-align: center;
	margin: 15px 60px 30px 0;
	display: block;
	float: left;
}

.staff img {
	margin: 0 0 5px 0;
	border: 1px solid #000;
}

.staff h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #721013;
	display: block;'
	text-align: center;
	width: 90px;
	margin: 0;
	padding: 0;
}

.video-box {
	background: #721013;
	width: 195px;
	height: 101px;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
	float: left;
	text-align: center;
	padding: 17px 20px;
	margin: 15px 0 0 0;
}

.video-box h1 {
	color: #FFF;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 23px;
	text-transform: none;
}

.video-box p {
	font-size: 12px;
	color: #FFF;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

.video-box .more-button a {
	background: #FFF;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	padding: 3px 20px;
}
