@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	background: #406c92;
	font: 10px/10px Arial, Helvetica, sans-serif;
	color: #fff;
}
	
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}
a:active, a:hover {
	text-decoration: underline;
}


/* Site-wide classes */
.clear { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }
.marginCenter { margin: 0 auto; }
.alignCenter { text-align: center; }
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.floatRight {
	float: right;
	right: 10px;
	margin: 0 0 10px 30px;
}
.floatLeft {
	float: left;
	left: 10px;
	margin-right: 20px;
}


.none a:link, .none a:visited, .none a:hover { text-decoration: none; font-weight: normal; }
p.required {
	color: #c00; 
	background: #fee;
	padding: 3px 10px;
	width: auto;
}

/* Site-wide layout */
#container {
	position: relative;
	background: url('../images/alt_body-bg.gif') repeat-y 0 0;
	float: left;
	width: 786px;
}
	#alt #container, #home #container {
		background: url('../images/body-bg.gif') repeat-y 0 0;
	}
	#docs #container {
		background: url('../images/alt_body-bg_2.gif') repeat-y 0 0;
	}

#player {
	position: relative;
	display: block;
	width: 448px;
	height: 252px;
	border: 1px solid #fff;
	margin: 0 auto;
}

.player {
	position: relative;
	display: block;
	width: 225px;
	height: 127px;
	border: 1px solid #fff;
	margin: 5px 5px 5px 10px;
}

.player img { height:100%; width:100%; }

#header {
	position: relative;
	width: 786px;
	w\idth: 780px;
	height: 140px;
	he\ight: 134px;
	border: 3px solid #374652;
	background: #fff;
	margin: 0px;
}

#footer {
	position: relative;
	clear: left;
	float: left;
	width: 786px;
	background: #000;
	font-size: 1.1em;
	line-height: 1.4em;
}
	#footer p {
		margin: 5px 0 15px;
	}

#bottom_links {
	position: relative;
	clear: left;
	float: right;
	right: 100px;
	top: 15px;
	width: 499px;
	margin: 0 0 40px 10px;
	font-size: 1.1em;
	line-height: 1.4em;
}
	#alt #bottom_links {
		right: 10px;
		width: 560px;
	}
	#docs #bottom_links {
		right: 160px;
		width: 439px;
	}
#marketing {
	position: relative;
	clear: left;
	float: left;
	margin: 10px 0 10px 10px;
	text-align: center;
}

#content {
	position: relative;
	float: right;
	right: 110px;
	top: 15px;
	width: 499px;
	margin-right: 110px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #fff;
}
	#alt #content, #home #content {
		right: 0;
		width: 609px;
		margin-right: 0;
	}
	#home #content {
		top: 0;
	}
	#docs #content {
		width: 459px;
		margin-right: 40px;
	}
	
	#content p, #content h1, #content h2, #content h3, #content table {
		position: relative;
		left: 10px;
		top: 10px;
		margin: 0 20px 15px 0;
	}
	#content ul, #content ol {
		position: relative;
		top: 10px;
		margin: 10px 10px 10px 35px;
	}
	#content h1 {
		font-size: 1.4em;
	}
	#content h2 {
		font-size: 1.2em;
		margin-top: 5px;
	}
	#content h3 {
		font-size: 1.2em;
	}
	#content hr {
		position: relative;
		top: 15px;
		margin: 0 20px 20px 10px;
		border: none;
		background-color: #fff;
		height: 1px;
		
	}

/* Left-hand sidebar */
#sideBar {
	position: relative;
	float: left;
	width: 177px;
	background: #6982aa;
}
	#sideBar #menuBorder {
		position: relative;
		float: left;
		width: 177px;
		background: #37405d;
	}
	#sideBar h2 {
		margin: 10px;
		color: #fff;
		font-size: .9em;
		text-align: center;
	}
	
	#sideBarButtons {
		position: relative;
		top: 10px;
		margin: 0 0 10px;
		text-align: center;
	}
		#sideBarButtons img {
			margin-bottom: 15px;
		}
	
	#sideBar #contact-quick fieldset {
		position: relative;
		float: left;
		left: 0;
		margin: 0 ;
		width: 177px;
		border: none;
		z-index: 2;
	}
		#contact-quick fieldset p {
			position: relative;
			width: 177px;
			text-align: center;
			font-size: 1.2em;
			line-height: 1em;
			color: #fff;
			margin: 10px 0;
		}
		#contact-quick input.txt, #contact-quick .tArea {
			position: relative;
			float: left;
			left: 11px;
			width: 151px;
			margin: 0 11px 5px 0;
			font: 1.2em/1.1em Arial, Helvetica, sans-serif;
		}
			#contact-quick .tArea {
				height: 100px;
			}
		#contact-quick #contact_submit {
			position: relative;
			float: right;
			right: 13px;
			padding: 0 5px;
		}


	#contact-main {
		width: 280px;
	}
	#contact-main #contact-quick fieldset {
		position: relative;
		float: left;
		left: 0;
		margin: 0 ;
		width: 280px;
		border: none;
		z-index: 2;
	}
		#contact-main #contact-quick fieldset p {
			position: relative;
			width: 280px;
			text-align: left;
			font-size: 1.2em;
			line-height: 1em;
			color: #fff;
			margin: 0 0 20px;
		}
		#contact-main #contact-quick input.txt, #contact-main #contact-quick .tArea {
			position: relative;
			float: left;
			left: 11px;
			width: 254px;
			margin: 0 11px 5px 0;
			font: 1.2em/1.1em Arial, Helvetica, sans-serif;
		}
	#sideBar #office_info {
		position: relative;
		float: left;
		left: 10px;
		top: 75px;
		margin: 0 0 75px 0;
		width: 165px;
		font-size: 1.1em;
		line-height: 1.3em;
		text-align: left;
	}

	/* Left-hand menu */
	#menu {
		position: relative;
		/*float: left;
		left: 14px;
		top: 10px;*/
		margin: 10px 0 10px 14px;
		width:150px;
		z-index: 2;
		text-align: left;
	}
	
	#menu li {
		position: relative;
		float:left;
		line-height:25px;
		margin: -2px -1px -1px 0;
		width:150px;
		list-style: none;
	}
	
	#menu a {
		width: 150px;
		w\idth: 140px;
		background-color: #eee;
		border: 1px solid #ccc;
		padding: 6px 4px 6px;
		color: #000;
		display: block;
		text-decoration: none;
		font-size: 1em;
		line-height: 1.3em;
	}
	
	#menu li li a {
		width: 150px;
		w\idth: 140px;
	}
	
	#menu li ul {
		position:absolute;
		left:-999em;
		margin-left:150px;
		margin-top:-25px;
		width: 150px;
	}
	
	#menu li ul ul {
		left:-999em;
		width: 150px;
	}
	
	#menu li:hover , #menu li.sfhover{
		position: relative;
		z-index: 1;
		font-size: 1em;
	}
	
	#menu li a:hover {
		background-color: #213E72;
		color:#fff;
		font-size: 1em;
	}
	
	#menu li:hover ul ul, #menu li.sfhover ul ul {
		left:-999em;
	}
	
	#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul{
		left:0;
		visibility: visible;
	}

/* Other Menus */
#lasikMenu, #swfMenu, #doc_list {
	position: absolute; 
	right: 5px; 
	top: 150px;
}
	#swfMenu ol {
		margin: 0 0 0 20px;
	}
	#doc_list {
		width: 140px;
		margin: 0;
		list-style: none;
		font-size: 1.1em;
		line-height: 1.2em;
		color: #036;
	}
		#doc_list li {
			margin: 0 0 8px;
		}
		#doc_list a:link, #doc_list a:visited { color: #036; }

/* Forms */
.subject { display: none; }
fieldset { border: 0; }
#form {
	width: 479px;
	margin: 0 10px;
}
	#form ul {
		width: 479px;
		margin: 0;
		list-style: none;
	}
	#form li {
		float: left;
		width: 100%;
		margin: 0 0 5px;
	}
	#form li.title {
		margin: 10px 0;
		font-size: 1.2em;
		color: #FFCC00;
	}
	#form li.title2 {
		margin: 10px 0;
	}
label {
	position: relative;
	float: left;
	width: 184px;
	w\idth: 175px;
	padding-right: 9px;
}

/* Home Page-specific */
#home #hIntro {
	position: relative;
	float: right;
	width: 607px;
	background: #fff;
	color: #000;
}
	#home #hIntro h1 {
		position: relative;
		font-size: 1.2em;
		float: left;
	}
	#home #content h2 {
		position: relative;
		left: 0;
		top: 0;
		font-size: 1.2em;
		background: #000;
		padding: 5px 10px;
		margin: 0 0 10px;
	}
	#home #hIntro td {
		vertical-align: top;
	}
	#home #hIntro #slideshow {
		/*position: relative;
		float: right;
		right: 10px;
		top: 10px;*/
		margin: 0 0 20px 30px;
		width: 326px;
		height: 317px;
		border: 1px solid;
	}
	#home #hIntro a:link, #home #hIntro a:visited {
		color: #000;
	}
	#home .whatsNew {
		position: relative;
		float: right;
		width: 202px;
		w\idth: 200px;
		border: 1px solid #fff;
		margin: 0 0 15px 24px;
		z-index: 3;
	}


/* Sub page-specific */
#sub #content {
	position: relative;
	top: 15px;
	margin: 0 0 15px;
}

#cityList {
	width: 140px;
	text-align: center;
	font-size: .9em;
	line-height: 1.1em;
}
	#cityList h4 {
		margin: 0 0 5px;
		background: #000080;
		text-align: center;
		font-size: 1.2em;
		line-height: 1.6em;
	}

#testimonials-table td {
	vertical-align: top;
	padding-bottom: 25px;
}
	#testimonials-table td p {
		position: relative;
		top: 0;
		margin-bottom: 0;
	}
	
	
.articles {
	width: 175px;
	height: 400px;
	padding: 0 35px;
	float: left;
	display: inline;
	text-align: center;
	margin-bottom: 20px;
}


#whyBraverman {
		position: relative;
		float: right;
		width: 160px!important;
		height: 291px;
		w\idth: 200px;
		border: 1px solid #fff;
		margin: 15px 10px 0 24px!important;
		padding:0!important;
		z-index: 3;
}

#whyBraverman a {margin:0!important;padding:0!important;}

/*----------------------------------nav -----------------------------------------*/

#navcontain { width: 780px; height: 28px; }


#nav {
	width:780px;
	height:28px;
	position:relative;
	z-index: 999;
	font-family: Arial;
	margin: 0px;
	background-image: url(../images/nav.jpg);
	background-repeat: no-repeat;	

	}

#nav span { display: none; margin: 0px;}

#nav li, #nav a { height: 28px; display: block; margin: 0px;}

#nav li { float: left; list-style: none; display: inline; text-align: left;}

#nav-01 { width: 318px; left:0px; }
#nav-02 { width: 65px; left:318px; }
#nav-03 { width: 54px; left:383px; }
#nav-04 { width: 79px; left:437px; }
#nav-05 { width: 67px; left:516px; }
#nav-06 { width: 58px; left:583px; }
#nav-07 { width: 59px; left:641px; }
#nav-08 { width: 80px; left:700px; }


#nav-02 a:hover {background: transparent url(../images/nav.jpg) -318px -28px no-repeat;}
#nav-03 a:hover {background: transparent url(../images/nav.jpg) -383px -28px no-repeat;}
#nav-04 a:hover {background: transparent url(../images/nav.jpg) -437px -28px no-repeat;}
#nav-05 a:hover {background: transparent url(../images/nav.jpg) -516px -28px no-repeat;}
#nav-06 a:hover {background: transparent url(../images/nav.jpg) -583px -28px no-repeat;}
#nav-07 a:hover {background: transparent url(../images/nav.jpg) -641px -28px no-repeat;}
#nav-08 a:hover {background: transparent url(../images/nav.jpg) -700px -28px no-repeat;}


/* Son of Suckerfish: Horizontal Sprite Nav
 * ------------------------------------------------------------------------- */

#nav li ul {
	position: absolute;
	left: -9999px;
	background-color:#bac3eb;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	border:0px;
	z-index: 30;
	background-repeat: repeat-y;
	background-position: left top;
	}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
	

#nav li ul li { 
	height: 22px; /* Height of each drop down nav item */
	}	

#nav li ul li a {
	width: 100%;
	height: 22px;				/* Height of each drop down nav item, should match above */
	line-height: 22px;			/* Height of each drop down nav item again, should match above */
	color:#fff;
	

	}

#nav li ul li a span {
	display: block;
	padding-left: 15px;
	margin: 0px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size: 12px;
	text-decoration: none;

	}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;

}
/* Hover styles for drop down items */


	
#nav-02 ul a:hover, #nav-03 ul a:hover { 
	background-color: #fff;
	background-image: none;
	color:#6c9c1f;
	background-repeat: no-repeat;
	background-position: left top;
	}
	
	


/* width of drop down nav - choose width that allows items to display on one line */



#nav-02 ul, #nav-02 li { width:115px;}

#nav-03 ul, #nav-03 li { width:220px;}






#nav li:hover, #nav li.hover { 
  position: static; 
}

/* 2nd tier drop down */

#nav-03 ul li ul  {
		display:none;
		width:170px;
		margin-left:-115px; /* width of drop down nav +2 */
		margin-top:-23px; /* height of drop down nav item +1 */
		}
		
	#nav-03 ul li:hover ul, #nav-03 ul li.sfhover ul { 
		display:block;
		}
	
	#nav-03 ul li ul li a {
		width:170px;
		height:22px;
		}

	#nav-03 ul li.big, #nav-03 ul li.big a {
		height:70px;
		}
	#nav-03 ul li.big ul li a {
		height:22px;
		}

		

	
		
/* 2nd level drop downs -------------------------------------------------------------------- */
#nav li ul ul {
	margin: -22px 0 0 160px;
}		

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: 1;
}

/*--------------------------- Social Icon Start ------------------------*/
.social-icon { float: right;  margin: 15px 0 0; padding: 0 10px;  width: 143px;}
.google, .facebook, .twitter { float: left; margin-right: 12px;}
.google { width: 66px; }
.twitter { margin: 0px; }
/*--------------------------- Social Icon End ------------------------*/
