/*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: #EDEDE5;
	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;
}

#header {
	height: 85px;
	padding: 10px 20px 0px 15px;
	background: #fff url(../images/solicitors-you-can-count-on.gif) no-repeat right center;
	border-bottom: 2px solid #3688BA;
}

#column1 {
	width: 250px;
	float: left;
	list-style: none;
	background-color:#FFF;
	margin-left: 0px;
}

#content {
	width: 635px;
	float: right;
}

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

#news #mainContent {
	width: 400px;
}

#terms #mainContent {
	width: 590px;}


#secondaryContent { 
  	width: 300px;
  	display: inline; /* :IE double margin float bug */
 	float: right; 
	background-color:#FFF;
} 

#news #secondaryContent {
	width: 200px;
}

#terms #secondaryContent {
	width: 10px;}

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

/*--- 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 ---*/

#menu2 {
        width: 200px;
        margin: 10px;
}

#menu2 ul {
	list-style: none
}

#menu2 li a {
	height: 24px;
	text-decoration: none;
}

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

/* hover and current page, visited styles for current page */
#menu2 li a:hover, #home li.home a:link, #home li.home a:visited, #commercial li.commercial a:link, #commercial li.commercial a:visited, #conveyancing li.conveyancing a:link, #conveyancing li.conveyancing a:visited, #hips li.hips a:link, #hips li.hips a:visited, #litigation li.litigation a:link, #litigation li.litigation a:visited, #wills li.wills a:link, #wills li.wills a:visited, #news li.news a:link, #news li.news a:visited, #mainnews li.news a:link, #mainnews li.news a:visited, #contact li.contact a:link, #contact li.contact a:visited, #lease li.lease a:link, #lease li.lease a:visited { 
    color: #3688BA;
    padding: 8px 0 0 32px;
	background: url(../images/menu2.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: #3688BA;
	list-style: circle;
}

#terms #content ol li {
	list-style: decimal;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	padding-top: 10px;
	}

#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;
}

.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;
}

.subdued {
	color: #7C7C7C;
}
.center {
	text-align: center;
}



/* ---Images ---*/

img {
    border: none;
}

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

}

/*--- Others ---*/

.cvw {
	display: block;
	width: 200px;
	float: right;
	text-align: right;
	padding-right: 10px;
}

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

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

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

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