/* CSS Document */
body{
	color:#333333;
	font-family: sans-serif;
	font-size: 13px;
	font-style: normal;
	text-transform: normal;
	letter-spacing: normal;
	margin:0px;
	padding:0px;
	background-color:#fff;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
}
html{
	margin:0px;
	padding:0px;

}
	
div, h1, h4, form, label, input, textarea, img, span{
	padding:0;
	margin:0px;
}
h3{
	color:#234d87;
	font-size: 16px;
	font-weight:bold;
}
hr {
	color:#e7f6ff;
	border:2px solid;
	padding:0px;
	margin:0px;
	}
a {
	color: #7dd2f6;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#border {
	margin-top:30px;
	width:860px;
	height:100%;
	margin:auto;
	border:0px solid #23366c;
}
/*----TOP PANEL----*/
#menu{
  	float:left;
	margin-top:10px;
	background:#8cc63f;
	width:850px;
	height:30px;
}
/*----/TOP PANEL----*/

/*----HEADER- PANEL----*/
#top_outer{
	height:30px;
	width:850px; 
	margin-right:auto;
	margin-left:auto;
	padding:0px;
	margin-top:10px;

}
#top_header{
	width:850px; 
	height:150px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding:0px;

}
#inner_middle{
	width:850px; 
	height:100%;
	margin-bottom:0px;
	overflow:hidden;
	float:left;
}

#header_left{
	width:510px; 
	height:147px; 
	background-image: url(images/capitalbaypractice.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	float:left;
	padding:0px;
	margin-top:0px;
}
#header_right {	
	width: 330px;
	height:137px;
	padding:5px;
	float:left;
	margin-left:0px;
	text-align:right;
}
.telephone{
	margin-top:115px;
	font-size:16px;
	font-weight:bold;
	color:#7dd2f6;
	margin-right:10px;
	background-image:url(images/phone.gif);
	background-position:left;
	background-repeat:no-repeat;
	margin-left:130px;

}
/*----BODY PANEL----*/
#picture {	
	width: 850px;
	height:228px;
	float:left;
	margin-bottom:10px;
	background-image:url(images/picture.jpg);
}
#one{
	width: 850px;
	height:216px;
	float:left;
/*-----moz-border-radius: 2em;----*/
	background-image:url(images/services.jpg);
	margin-bottom:10px;
}
#bodyleftsection{
	margin-left:0px;
	width: 500px;
	float:left;
}

#bodyrightsection{
	width:350px;
	height:100%;
	float:left;
	background-image:url(images/right-side-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#e8f6ff;
}
#bodyrightsectionbottom{
	width:350px;
	height:27px;
	float:left;
	background-image:url(images/right-side-bottom.jpg);
	background-position:top;
	background-repeat:no-repeat;

}
#body_left_title{	
	width: 470px;
	padding:10px;
	float:left;
	font-size:16px;	
	font-weight:bold;
	margin-top:0px;
	color:#234d87;
	background-color:#fff;
}
#body_left {	
	width: 480px;
	height:100%;
	float:left;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
}
#body_left ul li{	
	margin-left:0px;
	padding:0px;
	list-style:outside;
}
#body_right_side_title {	
	width:310px;
	padding:10px;
	float:left;
	font-size:18px;
	font-weight:bold;
	list-style:none;
	color:#234d87;
	margin-left:10px;
}

#body_left_assosiation{
	width: 480px;
	height:100%;
	float:left;
	padding:0px;
	margin-left:10px;
	margin-right:10px;
}
#body_right_side_content {	
	width:310px;
	padding:10px;
	float:left;
	list-style:none;
	margin-left:10px;

}
#body_right_side_content li{	
	list-style:none;
	padding:0px;

}
#body_right_side_content li a{	
	color:#0066cc;
}
#body_right_side_content ul{	
	padding:0px;
	margin:0px;
}


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

#footer{
	width:860px;
	height:40px;
	background: url(images/footer.jpg);
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	overflow:hidden;
	float:left;
}
.footerlinks{
	height:40px;
	text-indent:20px;
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	top:20px;
}
#footer_address{
	width:860px;
	height:60px;
	margin:0px;
	padding:0px;
	float:left;
	text-indent:20px;
}
/*----/FOOTER PANEL----*/


.glossymenu{
	position: relative;
	padding: 0 0 0 15px;
	margin: 0 auto 0 auto;
	background: url(images/menu-back.gif); /*tab background image path*/
	height: 40px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#234d87;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0px 25px 0px 10px; /*Padding of menu items*/
}

.glossymenu li.current a{
	color: #fff;
	background: url(images/menub_hover_left.png) no-repeat; /*left tab image path*/
	background-position: left;
 }

.glossymenu li.current a b{
	color: #fff;
	background: url(images/menub_hover_right.png) no-repeat right top; /*right tab image path*/
}

.glossymenu li a:hover{
	color: #7dd2f6;
	background: url(images/menub_hover_left_hover.png) no-repeat; /*left tab image path*/
	background-position: left;

}

.glossymenu li a:hover b{
	color: #7dd2f6;
	background: url(images/menub_hover_right_hover.png) no-repeat right top; /*right tab image path*/
	padding: 0px 25px 0px 10px; /*Padding of menu items*/
}
input{
	margin-bottom:0px;
}
fieldset{
	background-color:#fff;
	border:1px solid #fff;	
}
input{
	background-color:#fff;
	border:1px solid #333333;	
	padding:2px;
	color:#636466;
}
select{
	background-color:#fff;
	border:1px solid #333333;	
	padding:2px;
	color:#636466;
}
textarea{
	background-color:#fff;
	border:1px solid #333333;	
	padding:2px;
	color:#636466;
}
.button{
	background-color:#234d87;
	border:0px;	
	color:#fff;
}
.imageform{
	border:0px;

}
