/* 
	Theme Name: Law Theme 1
	Author: Bradley Joyce
	Author URI: http://bradleyjoyce.com
	Version: 1.0
	
	Copyright © LeadRival . This theme may not be reproduced, refactored or reused in any way, by anyone, at any time.
	
*/

body { margin: 0; background-color: #06334F;}

/* Section 1 - Fonts, Colors, Sizing */

* {
	font-family: "Trebuchet MS", Arial, sans-serif;
	}

p, a, li { font-size: 14px; }

.siteName h1 {
	font-family: Times, serif;
	font-size: 54px;
	color: #fff;
	margin: 0px;
	display:inline;
	
	}
	
.topNav a {
	font-size: 12px;
	color: #fff;
	padding: 9px 15px;
	text-decoration: none;
	}
	
.topNav a:hover {
	font-size: 12px;
	color: #379DDC;
	padding: 9px 15px;
	}
	
h3 {
	font-size: 1.1em;;
	font-weight: bold;
	color: #fff;
	vertical-align: top;
	margin: 0px;
	}
	
#aboutUs p { color: #fff; }
#aboutUs a { color: #379DDC; }
#aboutUs a:hover { color: red; }

.leftBig, .inside_leftBig h1 {
	margin: 0;
}

.inside_leftBig h2 {
	font-size: 20px;
}

.inside_leftBig a {
	color: #379DDC;
	text-decoration: none;
	border-bottom: 1px dotted #379DDC;
	}
	
.inside_leftBig a:hover {
	color: #BB3033;
	text-decoration: none;
	border-bottom: 1px dotted #BB3033;
	}


.footerNav a {
	font-size: 12px;
	color: #599DC5;
	padding: 9px 15px;
	text-decoration: none;
	}
	
.footerNav a:hover {
	font-size: 12px;
	color: #379DDC;
	padding: 9px 15px;
	}

#footer2 { color: #125883; }
#footer2 a { color: #599DC5; }
#footer2 a:hover { color: #379DDC; }
	
/**********************************
***********************************
Section 2 - Page Layout & Structure 
***********************************
***********************************/

/* Header */

#topbg {
	margin: 0;
	width: 100%;
	height: 156px;
	top: 0;
	left: 0;
	background: #65C8F8 url(images/flagHeader.jpg) repeat-x;
	position: absolute;
	}

#wrapper {
	position: relative;
	top: 30px;
	width: 100%;
	margin: 0;
	background-color: #fff;
	height: 100%;
	}

div.mainWrapper {
	position: relative;
	top: 0px;
	width: 850px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 50px;
	}
	
div.indexWrapper {
	position: relative;
	top: 0px;
	width: 965px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 50px;
	}
	
.clear { clear: both; }

.siteName {
	position: relative;
	top: 10px;
	margin: 0 auto;
	z-index: 999;
	text-align: right;
	width: 965px;
	}

div#topNav {
	position: relative;
	top: -35px;
	width: 965px;
	margin: 0 auto;
	}

.topNav {
	width: 100%;
	height: 35px;
	background: url(images/navBG.jpg) repeat-x;
	padding: 0;
	margin: 0;
	}
	
.topNav li {
	position: relative;
	list-style: none;
	display: inline;
	background: url(images/navBG.jpg) repeat-x;
	padding: 7px 2px;
	top: 7px;
	}
	
.topNav li:hover {
	list-style: none;
	display: inline;
	background: none;
	background-color: #fff;
	}
	
/* Main Content */

.main {
	position: relative;
	top: 5px;
	width: 100%;
	}

/* mainTop Div Styles */


#aboutUs {
	position: relative;
	float: left;
	width: 265px;
	height: 280px;
	background: url(images/AboutUsBG.jpg) no-repeat;
	margin: 0;
	padding: 0;
	}
	
#aboutUs h3 {margin-left: 10px;}

#aboutUs p {
	padding: 0 12px;
	}
#aboutUsLink {
	position: relative;
	top: 47px;
	left: 30px;
	}
	
#consultation {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background: url(images/mainFormBG.jpg) no-repeat;
	width: 695px;
	height: 280px;
	}
	
#consultation h3 { margin-left: 10px; }

/* Two Column Section Styles */

.mainTwoColLeft {
	position: relative;
	top: 0px;
	width: 100%;
	}
	
.mainCenter{
	position: relative;
	top: 0px;
	width: 600px;
	padding-left: 200px;	
	}	
.leftBig {
	position: relative;
	float: left;
	width: 50%;
	padding-right: 65px;
	}

.rightSmall {
	position: relative;
	float: left;
	width: 39%;
	padding-left; 10px;
	}
	
.inside_leftBig {
	position: relative;
	float: left;
	width: 55%;
	padding-right: 40px;
	}

.inside_rightSmall {
	position: relative;
	float: left;
	width: 30%;
	margin-top: 25px;
	margin-left: 9%;
	padding-left; 10px;
	text-align: center;
	}
	
.inside_rightSmall p {text-align: left;}
	
.inside_rightSmall img {
	margin: 0 auto;
	}

.inside_rightSmall h2, .inside_rightSmall a {
	text-align: left;
	font-size: 18px;
	color: #BB3033;
	text-decoration: none;
	}

.inside_rightSmall a:hover {
	color: #65C8F8;
	}	
	
/* Footer Styles */

#footer {
	position: relative;
	margin: 0;
	width: 100%;
	background-color: #06334F;
	}
	
#footerNav {
	position: relative;
	width: 100%;
	}
	
.footerNav {
	width: 960px;
	height: 34px;
	margin: 0 auto;
	padding: 0;
	background-color: #124B6E;
	}
	
.footerNav li {
	position: relative;
	list-style: none;
	display: inline;
	padding: 7px 2px;
	top: 7px;
	}
	
.footerNav li:hover {
	background: none;
	background-color: #fff;
	}
	
#footer2 {
	width: 960px;
	margin: 0 auto;
	}
	
.leftP { 
	position: relative;
	width: 45%; 
	float:left;
	display: inline;
	}
.rightP {
	position: relative;
	width: 45%; 
	float: right;
	text-align: right;
	}
	
/* SIDEBAR STYLES */

.sideblock {
	text-align: left;
	background: url(images/sideblockBG.png) repeat;
	padding: 5px 2px 0px 10px;
	}

.sideblock h2 { color: #124B6E; }

.sideblock li { list-style: circle; color: #999; }

.sideblock li a {
	font-size: 14px;
	}

/* Contact Form */

.big { font-size: 1.3em; color: #003366; }
.bigRed { font-size: 1.3em; color: #790000; }

form#contactForm {
	text-align: left;
	float: left;
/*	background: url(images/grayBox.jpg) no-repeat; */
	height: 300px;
	padding: 0px 10px 10px 10px;
	margin: 20px auto;
	width: 442px;
	
}

#contactFormInside{
	background: url(images/grayBox.jpg) no-repeat; 
	height: 350px;	
	width: 460px;	
	padding: 10px;	
}

#contactForm label {
	font-size: 12px;
	padding-right: 10px;
	vertical-align: top;
}

#contactForm div {
	margin: 0px auto 10px auto;
	padding-bottom: 10px;
	
}

#contactForm .inside {
	float: left;
	margin: 0 5px;
}

#contactForm input {
	border: 1px solid #003366;
	font-size: 13px;
	height: 16px;
}
#contactForm select, #contactForm textarea, #contactForm .button{
	border: 1px solid #003366;
	font-size: 13px;
	height: auto;
}

#contactForm input:focus {
	background-color: #003366;
	color: #fff;
}

#contactForm textarea:focus {
	background-color: #003366;
	color: #fff;
}

#contactForm .button {
	margin-top: 0px;
	background-color: #fff;
	color: #790000;
	position: relative;
	top: -20px;
}

#contactForm .button:hover {
	background-color: #790000;
	color: #fff;
	cursor: pointer;
}

	
/* FORM STYLES 

#index_form { font-size: 12px; }
fieldset {border: none; }
label{ color: #333333; padding-left: 10px; padding-bottom: 10px; vertical-align:top; width: 9em; float: left; display: block;}
.formColLeft{ float: left; width: 255px;}
.formColRight{ float: left; width: 250px; padding-left: 20px;}
.clear{clear: both;}
input, select, textarea{ vertical-align: middle;}
input:focus, textarea:focus, select:focus { background-color: #FFFFCC;}
.required {color: #FF0000; font-weight:bold; vertical-align:top;}
.br{ height: 5px; }