/*Main CSS Starts*/

body
{
	background:url(../imgs/bg-pattern.gif) repeat;
	font: 14px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #bdbdbd;
	text-align: left;
	margin: 0;
}

h1
{
	font-size: 48px;
	font-family: "Times New Roman";
	color: #f2f1dc;
	padding-top: 15px;
	padding-bottom: 0;
}

h2
{
	font-size: 18px;
	font-family: "Georgia";
	color: #d7d7d7;
	font-weight: normal;
	font-style: normal;
}

h3
{
	font-size: 14px;
	color: #ffffff;
	font-variant: small-caps;
}

p
{
	font: 14px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #bdbdbd;
}

a
{
	color: #ccc096;
	text-decoration: none;
}

a:hover
{
	border-bottom: 1px solid;
}

b
{
	color: #ffffff;
}
 
/*Header CSS Starts*/

#wrapper
{
	width: 960px;
	height: 100%;
	margin: 0 auto;
}

#header
{
	width: 940px;
	height: 180px;
	padding-left: 10px;
	padding-right: 10px;
}

#inner-header
{
	width: 700px;
	height: 180px;
	float: left;
}

#contact-header
{
	width: 200px;
	height: 180px;
	padding-top: 5px;
	float: right;
}

#contact-header p
{
	color: #acacac;
	font-size: 13px;
	font-style: italic;
	line-height: normal;
}

.txt-header
{
	font-size: 12px;
	color: #757575;
	font-style: italic;
}

.phone
{
	padding-top: 10px;
}

/*Navigation Starts Here*/

#nav
{
	width: 960px;
	height: 40px;
	font-size: 18px;
	color: #ccc096;
	text-align: center;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
	padding-bottom: 15px;
	clear: both;
}

.menu li
{
	display: inline;
	padding-right: 20px;
	padding-top: none;
}

/*Image starts here*/

#banner
{
	width: 960px;
	height: 225px;
	margin-top: 20px;
	border-bottom: 1px solid #464646;
	margin-bottom: 30px;	
	background-color: #000000;
	float: left;
	clear: both;
}

#image
{
	width: 350px;
	height: 225px;
	text-align: left;
	padding-bottom: 30px;	
	float: left;
}

#specialties
{	
	width: 610px;
	height: 225px;
	font-size: 16px;
	line-height: 1.5em;
	text-decoration: none;
	float: left;
}

#specialties p
{
	font-style: italic;	
}

#specialties a
{
	border-bottom: 1px solid #363636;
}

#specialties li a:hover
{
	list-style-type: square;
}

#specialties ul
{
	margin-top: 0;
	background-color: #000000; 
	height: 168px; 
	list-style-type: none;
}

#specialties li
{
	padding-top: 10px;
	padding-bottom: 10px:
	list-style-type: none;
}

.left-menu
{
	width: 250px;
	height: 225px;
	padding-bottom: 57px;
	float: left;
}

.right-menu
{
	width: 280px;
	padding-top: 57px;
	float: right;
}

/*Content starts here*/

#content
{
	width: 940px;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: left;
}

.title
{
	font-size: 36px;
	line-height: 1.5 em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ccc096;
	background: url(../imgs/square.gif) no-repeat left;
	padding-left: 45px;
	clear: both;
}

.title1
{
	font-size: 30px;
	line-height: 1.5 em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ccc096;
	background: url(../imgs/square.gif) no-repeat left;
	padding-left: 45px;
	clear: both;
}

#main-content
{
	width: 915px;
	padding-top: 15px;
	padding-left: 45px;
	height: 100%
	float: left;
}

#left-content
{
	width: 450px;
	padding-top: 15px;
	float: left;
}

#right-content
{
	width: 450px;
	padding-top: 15px;
	float: right;
}

/*Areas of Practice starts here*/

#practice
{
	width: 960px;
	padding-left: 0;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 20px;
	border-top: 1px solid #464646;
	float: left;
}

.box
{
	background-color: #191919;
	width: 220px;
	height: 200px;
	list-style-type: none;
	display: inline;
	float: left;
	margin: 20px 10px 0 0;
	padding: 0 5px 10px;
}

.areas
{
	color: #ffffff;
}

.more
{
	font-style: italic;
}

/*Contact and Location starts here*/

#contact-location
{
	width: 960px;
	padding-left: 0;
	padding-top: 30px;
	border-top: 1px solid #464646;
	float: left;
}

#contact-info
{
	width: 450px;
	float: left;
	padding-top: 20px;
}

#map
{
	width:450px
	padding-left: 20px;
	padding-bottom: 20px;
	float: right;
}

.address
{
	font-size: 20px;
	color: #ffffff;
	line-height: 16px;
}

/*Bottom Nav Starts here */

#bottom-nav
{
	width: 960px;
	font-size: 18px;
	color: #ccc096;
	text-align: center;
	border-top: 1px solid #464646;
	border-bottom: 1px solid #464646;
	margin-bottom: 10px;
	clear: both;
}

#bottom-sub-nav
{
	width: 960px;
	font-size: 16px;
	color: #ccc096;
	text-align: left;
	border-bottom: 1px solid #464646;
	margin-bottom: 20px;
	clear: both;
}

#copyright
{
	text-align: center;
}

#contact-form
{
	top-padding: 20px;
	top-margin: 20px;
}

