@charset "utf-8";
/* CSS Document */

img, div { behavior: url(iepngfix.htc) }

html{
	background: #062131 ;
}

body{
	background: url(../images/bg.jpg) repeat-x left top;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*----------------------------------*/
/*              H TAGS              */
/*----------------------------------*/


h1{
	font-family:"Times New Roman", Times, serif;
	color:#0f2e4d;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-1px;
	text-transform: uppercase;
}

h1 a:hover{
	color: #76301c;
}

h1 sup{
	font-size: 18px;
}

h2{
	color:	#777777;
	font-size: 12px;
	font-weight: bold;
	margin:0 0 10px;
	text-transform: uppercase;
}

h3{
	color:	#777777;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/*----------------------------------*/
/*       GLOBAL DEFINITIONS         */
/*----------------------------------*/

* { margin: 0; padding: 0;}

*{outline: none;}
img {border: 0;}

a{
	color: #0f2e4d;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color: #76301c;
	text-decoration: none;
}

a img {
  border-width:0;
}

p{
	line-height: 18px;
	padding: 0 0 20px 0;
}

ul{
	line-height: 18px;
	padding: 0 0 20px 30px;
}

ol{
	line-height: 18px;
	padding: 0 0 20px 30px;
}

.center {
	text-align: center;
}

#container{
	margin: 0 auto;
	width: 980px;
}

#bg{
	background: url(../images/main.png) repeat-y center 12px;
	width: 916px;
	margin: 0 0 0 32px;
	float: left;
	height: auto!important;
	height: 500px;
	min-height: 500px;
	padding:0 0 30px;
}

#header{
	background: url(../images/header.jpg) left top;
	height: 263px;
	width: 800px;
	float: left;
}

#content{
	width: 800px;
	margin: 0 auto;
}

#footer{
	background:transparent url(../images/footer.jpg) no-repeat scroll center top;
	clear:both;
	color:#FFFFFF;
	font-size:10px;
	height:120px;
	margin:0 auto;
	padding:10px 0 0;
	text-transform:uppercase;
	width:800px;
}

a#web {
	color:#DDDDDD;
	font-family:"Times New Roman",Times,serif;
	font-size:26px;
	font-weight:normal;
	height:28px;
	margin:50px auto;
	text-align:center;
	text-transform:none;
	width:800px;
	padding: 0 0 0 190px;
}

a#web:hover{
	color: #B0B0B0;
}

#video{
	float:left;
	height:245px;
	margin:30px 0 0;
	width:388px;
}

#content-right{
	float:right;
	height:auto;
	padding:30px 27px 0 0;
	width:385px;
}

#content-full{
	float:left;
	height:auto;
	padding:30px;
	width:740px;
}

.float-left{
	float: left;
}

.float-right{
	float: right;
}

#member-button{
	background: url(../images/member-button.png) no-repeat left top;
	float: right;
	margin: 0 10px 0 0;
	height: 40px;
	width: 134px;
	text-indent: -9999px;
}

#member-button:hover{
	background: url(../images/member-button.png) no-repeat left -42px;
}


/*---------------------------NAV*/

#nav{
	background: url(../images/nav.jpg) no-repeat left top;
	float: left;
	height: 49px;
	width: 800px;
}

#nav ul{
	margin: 0 0 0 20px;
	padding: 0;
}

#nav li{
	display: inline;
	float: left;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}

#nav li a{
	color:#FFFFFF;
	float:left;
	font-family:"Times New Roman",Times,serif;
	font-size:16px;
	font-weight:bold;
	height:16px;
	margin:1px 1px 0;
	padding:15px 16px;
	text-transform:uppercase;
	width:auto;
}

#nav li a:hover{
	color: #ddd;
	background: url(../images/nav-hover.png) repeat left top;
}

body#home a.home {
	background: url(../images/nav-hover.png) repeat left top;
}

body#executive a.executive {
	background: url(../images/nav-hover.png) repeat left top;
}

body#calendar a.calendar{
	background: url(../images/nav-hover.png) repeat left top;
}

body#contact a.contact{
	background: url(../images/nav-hover.png) repeat left top;
}

body#attorney a.attorney {
	background: url(../images/nav-hover.png) repeat left top;
}

/*------------------BUTTONS*/

#button-holder{
	float:left;
	height:108px;
	padding:80px 0 0 25px;
	width:775px;
}

#help-button{
	background: url(../images/help-button.png) no-repeat left top;
	float: left;
	height: 108px;
	width: 247px;
	text-indent: -9999px;
}

#help-button:hover{
	background: url(../images/help-button.png) no-repeat left -108px;
}

#meet-button{
	background: url(../images/meet-button.png) no-repeat left top;
	float: left;
	height: 108px;
	width: 247px;
	text-indent: -9999px;
}

#meet-button:hover{
	background: url(../images/meet-button.png) no-repeat left -108px;
}

#find-button{
	background: url(../images/find-button.png) no-repeat left top;
	float: left;
	height: 108px;
	width: 247px;
	text-indent: -9999px;
}

#find-button:hover{
	background: url(../images/find-button.png) no-repeat left -108px;
}


