/* Attorney at Law - Tabbed CSS Template Stylesheet by Nadia www.perrelink.com.au */
/* start by zeroing out the margins on elements, add padding or margins on each element separately */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {  
margin: 0; 
padding: 0; 
border: 0; 
}

/* stops the shorter pages from jumping if there is no need for a scrollbar */
html {
min-height: 100%;
margin-bottom: 1px;
}

body {
background-color: #3D362C; 
font-size: 100.01%;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #49453F;
	background-image: url(../images/bodyback.gif);
}
/* used to clear floated elements */
 .clearit{
 clear: both;
 height: 1%;
 }
#outerwrapper {
	background-color: #EAE5D1;
	background-image: url(../images/outerwrapbg.gif);
}

#wrapper {
width: 772px;  
w\idth: 769px;  /*value for IE6 - take away the border widths from the actual widths*/
margin: 0px auto; 
position: relative;  
background-image: url(../images/wrapper_bg.jpg); 
background-repeat: repeat-y;
background-color: transparent; 
/*border-right: 1px solid White;
border-left: 1px solid White;*/
text-align: left; 
}

#logo {
	width: 100%;
	background-color: #584E3F;
	background-image: url(../images/logo.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 60px;
	border-bottom: 3px solid #990000;
}

#header {
height: 45px; /* for other browsers honour height of strap and topnav div */
background-color: White;
}

#topnav{
	background-color: #EAE5D1;	
}

#topnav img {
	border: none;
	margin-right: 2px;
	margin-left: 2px;
}

/* big headerpic */
#strap {
height: 176px;
background-image: url(../images/strap.jpg);
background-repeat: no-repeat;
}

#content {
	width: 520px; 
	margin-left: 200px;
	width:/**/520px;
	padding: 10px 20px;
	background-color: transparent;
	font-size: .90em 
}

* html body #content {
	width: 526px;  
	margin-left: 190px;
}

#content a {
	color: #484238;
	text-decoration: underline;
}

/* styles for the left content area */
#content h1 {
	font-size: 105%;
	color: #3D362C;
	margin-bottom: 1.1em;
}

#content h2 {
	font-size: 100%;	
	color: #938874;
	margin-bottom: 1.0em;
}

#content h3 {
	font-size: 85%;	
	color: #FF4500;
	margin-bottom: 0.9em;
}

#content h4 {
	margin-top: 25px;
	color: Maroon;
}

#content p {
	margin: 15px 0;
	font-size: 90%;
	line-height: 140%;
	color: #000;
}

#content ul {
	padding: 5px 20px 10px 30px;
	list-style-position: inside;
}

#content ul li {
	font-size: 85%;
	line-height: 1.5em;
}


#content img {
	margin: 3px 8px 1px 0;
	border: 1px solid black;
}

hr {
	width: 350px;
	margin-left: 35px;
}

/* styles to float images in the content area */
#content .leftfloat {
	float: left;
	margin: 4px 10px 1px 0;
}
#content .rightfloat {
	float: right;
	margin: 4px 5px 1px 10px;
}
/* end image styles */

/* footer area styles */
#footer {
width: 100%;
background-color: #455D79;
margin:0;
padding: 0;
background-image: url(../images/footer.gif);
}

#footer p {
	font-size: 75%;
	text-align: right;
	padding: 7px 7px 2px 0;
	padd\ing: 9px 15px 0 35px;  /*value for IE6*/
	color: #FFFFFF;
	line-height: 1.75em;
}

#footer a {
color: #990000;
}

#footer a:hover {
	color: #fff;
}

	/* left column styles */
#leftcol {
	width: 170px;
height: 250px;
	float: left;
	margin: 0px 0 10px 10px;
}

#leftcol p {
		font-size: 85%;
	line-height: 140%;
	color: #000;
}

* html body #leftcol {
	width: 170px;
	height: 250px;
	float: left;
	margin: -8px 0px 10px 10px;
}

#leftcol ul {
	list-style-type: none;
	margin-bottom: 15px;

}

#leftcol .topit {
	margin-top: 15px;
}

* html #leftcol ul {
	margin-top: -3px; 
}

#leftcol ul li {
	border-right: 1px solid #827364;
	border-left: 1px solid #827364;
	border-bottom: 1px solid #827364;
	w\idth: 168px;
	line-height: normal;
	line-height:/**/118%;
	l\ine-height: normal;
	margin-bottom:/**/ -3px;
	ma\rgin-bottom: 0;
}

/* the submenu in the left column styles */
#leftcol li a {
	font-size: 80%;
	height: 1%;
	display: block;
	text-decoration: none;
	color: #41141C;
	padding: 3px 0 4px 2px;
	padd\ing: 4px 0 5px 2px;
	background-color: #EBE6D2;
}

#leftcol li a:hover, #leftcol li a:focus {
background-color: #827364;
	color: White; 
}

strong {
	color: #27496E;
	font-size: 90%;
}

/***** Begin laying out the contact form *****/
#content form {
	margin: 20px 0 50px 7px; 
}
#content fieldset {
	margin: 0;
	border: none;
	padding: 5px 5px 20px 20px;
}

#content input, #content select {
	background-color: #EAE5D1;
	color: #484238;
	border: 1px solid #41141C;
	margin: 0 0 0 0;
	width: 150px;
	display: block;
}

#content textarea {
	background-color: #EAE5D1;
	color: #484238;
	border: 1px solid #41141C;
	margin: 0 30px 0 0;
	height: 200px;
}

/* sets the enquiry box to the right of the input fields */
.labelfloat {
	float: right;
	padding-top: 20px;
}

#content label {
	color: #484238;
	font-size: 75%;
	padding-top: 5px;
	display: block;
}
/***** Ends the form layout *****/

/*styles for announcement box */

/* outer div for boxes */
#boxes {
	width: 410px;
	margin: 0 auto;
}
.boxlarge_top {
	background-image: url(../box_images/box_large_top.gif);
	height: 25px;
	width: 403px;
}	
.boxlarge_bottom {
	background-image: url(../box_images/box_large_bottom.gif);
	height: 20px;
	width: 403px;
}

.boxlarge ul{
text-align: center;
}
.boxlarge li{
margin: 0; 
padding: 0;
list-style-type:none;
background:none;
font-size: 90%;
text-align: left;
font-style: italic;
color: #5A513B;
}

.boxlarge {
background-image: url(../box_images/box_large_middle.gif);
background-repeat: repeat-y;
width: 403px;
padding: 0;
margin: 0;
text-indent: 6px;
white-space: nowrap;
text-align: center;
}
.boxlarge p {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	display: inline;
}
#boxes h1 {
	font-size: 95%;
	color: #484238;
	margin:0;
}
#boxes h2 {
	font-size: 90%;
	color: #3D362C;
	margin:0;
}
#boxes h3 {
	font-size: 75%;
	color: #993333;
	margin:0;
	text-align: center;
}