/*Reset everything*/

* {
  	margin: 0;
  	padding: 0;
}

html {height:100%}
body {min-height:101%} /*fix for Firefox, Opera scrollbar jump*/

body {
	font: 76%/1.6 Arial, Helvetica, sans-serif;
	min-width: 900px;
	background: #EEE;
	text-align: center;
}

/*
body { overflow: -moz-scrollbars-vertical; } alternative fix for Firefox scrollbar jump*/

/*Main layout elements*/

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(../images/panel160.jpg) repeat-y 0px 98px;
}

#header {
	height: 85px;
	padding: 10px 20px 0px 15px;
	background: #fff;
	border-bottom: 3px solid #007E3F;
}

#column1 {
	width: 150px;
	float: left;
	list-style: none;
	margin-left: 0px;
}

#content {
	width: 720px;
	float: right;
	background: url(../images/backimg.gif) repeat-x left top;
}

#mainContent {
	width: 440px;
	margin: 0;
	float: left;
	padding-top: 25px;
}

#secondaryContent {
	width: 275px;
	display: inline; /* :IE double margin float bug */
	float: right;
} 

#footer {
	clear: both;
	background-color:#FFF;
	padding: 1px 1px 20px 15px;
	border-top: 2px solid #033F7E;
} 

/*--- Link styles ---*/

a:link, a:visited {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	color: #3688BA;
	text-decoration: none;
}

a:active {
	color: #3688BA;
	text-decoration: none;
}

/*--- Navigation ---*/

#menu {
	width: 220px;
	margin: 10px;
}

#menu ul {
	list-style: none
}

#menu li a {
	height: 24px;
	text-decoration: none;
	text-indent: -9999px;
}

#menu li a:link, #menu li a:visited {
	color: #3688BA;
	display: block;
	/*background: url(../images/menu.gif);*/
	padding: 8px 0 0 30px;
}

/* hover and current page, visited styles for current page 
#commercial li.commercial a:link, #commercial li.commercial a:visited, #conveyancing li.conveyancing a:link, #conveyancing li.conveyancing a:visited, #litigation li.litigation a:link, #litigation li.litigation a:visited, #wills li.wills a:link, #wills li.wills a:visited, #contact li.contact a:link, #contact li.contact a:visited {
	color: #3688BA;
	padding: 8px 0 0 32px;
	background: url(../images/menu.gif) 0px -32px;
}
*/


/*--- nav with images ---*/

li.home a:link, li.home a:visited {
background: url(../images/menu-bg-home.gif)
}

li.home a:hover {
background: url(../images/menu-bg-home.gif) 0px -32px;
}

li.products a:link, li.products a:visited {
background: url(../images/menu-bg-products.gif)
}

li.products a:hover {
background: url(../images/menu-bg-products.gif) 0px -32px;
}

li.people a:link, li.people a:visited {
background: url(../images/menu-bg-people.gif)
}

li.people a:hover {
background: url(../images/menu-bg-people.gif) 0px -32px;
}

li.news a:link, li.news a:visited {
background: url(../images/menu-bg-news.gif)
}

li.news a:hover {
background: url(../images/menu-bg-news.gif) 0px -32px;
}

/*Paddings*/

#column1/*, #secondaryContent*/ {
  padding-top: 25px;
}

#column1 */*, #secondaryContent **/ {
  padding-left: 15px;
  padding-right: 20px;
}

#column1 * * , #secondaryContent * * {
  	padding-left: 0;
  	padding-right: 0;
}

/*--- Headings ---*/

h1, h2, h3 {
	font-weight: normal;
	border-bottom: 1px solid #EDEDE5;
	padding-bottom: 5px;
}

h1, h2, h3, p {
  	margin: 1em 0;
}

h1 {
  	font-size: 1.6em;
	margin-top: 0;
}

h2 {
  	font-size: 1.4em;
}

h3 {
font-size: 1.2em;
}

/*--- Main div styles ---*/

p, li {
  	font-size: 1em;
}


#header h1 {
  	margin: 0;
}

#secondaryContent h2 {
  	font-size: 1.3em;
  	margin: 0;
}

#column1 h2 {
	color: #808080;
	font-size: 120%;
	margin-top: 0px;
	line-height: 1.1em;
	border-bottom: 1px solid #EDEDE5;
	padding-bottom: 5px;
}

#column1 strong {
	color: #000;
}

#mainContent p, #secondaryContent p {
	line-height: 1.4em;
	font-size: 100%;
}



#content li {
	margin-left: 20px;
	color: #008145;
	list-style: square;
}

#secondaryContent li {
list-style: none;}

#address {
	margin-left: 25px;
	margin-right: 25px;
	border-top: 4px solid #EDEDE5;
	border-right: 1px solid #EDEDE5;
	border-bottom: 4px solid #EDEDE5;
	border-left: 1px solid #EDEDE5;
	padding-top: 10px;
	margin-bottom: 25px;
	text-align: center;
	background: #FFF;
}

.section {
	border-bottom: 1px solid #EDEDE5;
	padding-bottom: 5px;
	margin-bottom: 1em;
}

#two li, #six li, #five li, #four li, #three li {
	color: #707070;
	list-style: circle;
}


/* ---Paragraphs ---*/

.p1 {
	font-weight: bold;
	text-decoration:none;
	color:#217898;
	margin-top: 0px;
}

.p2, .section p {
	text-decoration:none;
	color: #707070;
}
#menu .pintro {
	background: #FFF;
	margin-top: 60px;
	padding: 10px;
	border: 1px solid #B5DED6;
}


.subdued {
	color: #7C7C7C;
}


/* ---Images ---*/

img {
    border: none;
}

.featured {
	margin-top: 1em;
	border: 5px solid #EDEDE5;

}

/*--- Others ---*/

.cvw {
}

.cvw a:link, .cvw a:visited {
	color: #CCC;
	text-decoration: none;
}

.fleft {
	float: left;
	margin-right: 10px;
}

hr {
	background:#A3CCE4;
	height:1px;
	color:#008546;
	border:none;
	margin-top: 0.5em;
}

.fright {
	float: right;
	margin-left: 10px;
}
