/* Menu */
#menu_wrapper {
	background: #FFFFFF url(/images/logo_law_society.png) no-repeat right 5px;
	height: 160px;
}
#menu {
	text-align: center;
	height: 32px;
	top: 14px;
	position: relative;	
}
#menu ul {
	margin: 0;
	padding: 0;	
	margin-left: 7px;
	list-style : none;
	
}
#menu ul li {
	float: left;
	height: 22px;
	padding-top: 10px;
	padding-bottom: 7px;
	
}
#menu ul li a {
	color: #053349;
	text-decoration: none;
	font-weight: normal;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 12px;
	padding-bottom: 10px;
	line-height:normal;
}
#menu ul li a:hover  {
	color: #FFFFFF;
	background-color: #02849C;	
}

/* Page Sections, major structural components */

#page_wrapper {
	width: 760px;
	border: 1px solid #CCCCCC;
}

div#page_wrapper{ 
	text-align:left; /* reset text alignment */ 
	width:760px; /* or a percentage, or whatever */ 
	margin:0 auto; /* for the rest */ 
} 

#mid_wrapper {
	width: 760px;
	height: 135px;
	background-color: #09738d;
}
#mid_box {
	top: 282px;
	width: 760px;
	height: 35px;
	position: absolute;	
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-color: #02849C;
}
#mid_box h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: white;
	width: 735px;
	margin-left: 25px;
	margin-top: 6px;
	margin-bottom: 0px;
	font-size: large;
	border: none;
}

#body_wrapper {
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
.body_content {
	margin: 0px;	
}

#footer_wrapper {
	height: 40px;
	padding-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	clear:left;
}
.footer_content {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	width: 100%; 
	position: relative;
	font-size: x-small;
	float: left;
}

/*  Internal body content layout structures */

.left_fixed {
	width: 105px;
	margin-right: 15px;
	float: left;
}
.right_fixed {
	width: 105px;
	margin-left: 25px; /**/
	float: left;
}

.body_fixed {
	width: 435px;
	float: left;
}

.body_stretch {
	width: 580px;
	float: left;
}
.body_stretch h1, .body_stretch h2, .body_stretch h3, .body_stretch ul, p{
	margin-bottom: 10px;
	margin-top: 0px;
}
.blue_box {
	border: 1px solid #00829C;
	width: 332px;
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 20px;	
}
.blue_box h1 {
	background-color: #09738d;
	color: #FFFFFF;
	font-size: small;
	border-style: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.blue_box p {
	margin: 5px;
	padding: 5px;	
}
.grey_box {
	border: 1px solid #CCCCCC;
	width: 332px;
	float: left;
	margin-left: 20px;
	margin-right: 0px;	
	margin-bottom: 10px;	
}
.grey_box h1 {
	background-color: #CCCCCC;
	color: #666666;
	font-size: small;
	border-style: none;	
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;	
}
.grey_box p {
	margin: 5px;
	padding: 5px;	
}
.white_box {
	width: 332px;
	float: left;
	margin-left: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.white_box h1 {
	font-size: small;	
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;	
}
.white_box p {
	margin: 5px;
	padding: 5px;	
}
.arrow_bullet, .white_box ul {
	list-style-image: url(/images/arrow_blue_aligned.gif);
	line-height: 2em;
	vertical-align: top;
}
.left_fixed ul {
	list-style-image: url(/images/arrow_blue_aligned.gif);
	margin-left: 10px;
	padding-left: 0px;
	margin-top: 5px;
	font-size: 12px;
}
.left_fixed li {
	line-height: 1.2em;
	padding-bottom: 1em;	
	vertical-align: top;
	font-size: 11px;
}

.right_fixed img {
	clear:right;
	margin-top: 15px;
	padding-bottom: 10px;
}
.right_fixed p {
	margin-bottom: 5px;
}



.profile_item {
	margin: 0px;
	padding: 2px;
}

/* Custom arbitrary class definitions */

.pic_left {
  float: left;
  padding-right: 5px;
  padding-bottom: 5px;
}

.profile_pic {
	display: inline;
	float:left;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;	
} 
.link_phone {
	background-image: url(/images/icon_phone.gif);
	background-repeat: no-repeat;
	background-position: 5px bottom;
	padding-left: 17px;
	padding-top: 6px;
}
.link_email {
	background-image: url(/images/icon_email.gif);
	background-repeat: no-repeat;
	background-position: 3px bottom;
	padding-left: 24px;
	padding-top: 6px;
}
.link_doc {
	background-image: url(/images/icon_document.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-left: 20px;
	padding-top: 6px;
}
.link_pdf {
	background-image: url(/images/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	padding-left: 20px;
	padding-top: 6px;
}


/* HTML tag definitions */

body {
	text-align: center; /* for IE */
	margin: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330;
	line-height: 15px;
} 
a {
	line-height: 15px;
}
a:link {
	color: #053349;
}
a:active {
	color: #053349;
}
a:visited {
	color: #053349;
}
a:hover {
	text-decoration: none;
}

h1 {
	font-size: 14px;
	color: #053349;
	line-height: 24px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #09738d;
}
h2 {
	font-size: 12px;
	color: #053349;
	line-height: 15px;
}
h3 {
	font-size: 11px;
	color: #053349;
}
hr {
	height: 1px;
	border-top: 1px #053349 dotted;
	border-bottom: none;
	margin-bottom: 5px;
	clear: both;
}
table {
	margin-bottom: 10px;
	margin-left: 20px;
	vertical-align: top;
}
td {
	font-size: 11px; /* IE FIX */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul {
	clear:both; /* fix bullet lists overhanging pictures etc */
}
/* contact form items */

label, textarea, input  {
	float: left;
	padding: 0px;
	margin: 5px;
}

textarea, input {
	width: 250px;
	border: 1px solid #CCCCCC;
}

label {
	font-size:12px;
	text-align: right;
	width: 150px;
	padding-right: 20px;

}
.clear {
	clear: left;
	margin: 0px;
	padding: 0px;
	width: auto;
	border: 1px solid #FFFFFF; /* kludge to fix IE rendering bug */
}
#Submit {
	width: auto;
}
