/*  
Theme Name: Noel, Kovacs and McGuire
Theme URI: 
Description: Custom WordPress Theme for Noel, Kovacs and McGuire
Version: 1
Author: J Taylor Design
Author URI: http://www.thejtsite.com 

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

html {
	background: url(images/background.jpg) repeat-x top #3E4757;
}

body {
	background: url(images/container.jpg) no-repeat center top;
	width: 100%;
	display: table;
	font-family: Helvetica;
	font-size: 13px;
	line-height: 20px;
	color: white;
}

#container {
	width: 960px;
	margin: 0px auto;
	position: relative;
}

.clearboth {
	clear: both;
	height: 0px;
}

img {
	border: 0px;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: underline;
	color: #D5CEB1; 
}

a:hover, a:focus { 
	text-decoration: underline;
	color: #002d47; 
}

h2 {
	margin-bottom: 20px;
}

p {
	padding-bottom: 10px;
}

ul, ol {
	padding-left: 20px;
}

input {
	border: solid thin;
	padding: 3px;
	margin: 5px 3px;
}

/* Images ////////////////////////////////////////////////////////// */

.alignright {
   padding: 0px;
   margin: 0px 0px 3px 10px;
   display: inline;
   float: right;
}

.alignleft {
   padding: 0px;
   margin: 0px 10px 3px 0px;
   display: inline;
   float: left;
}

/* Left ////////////////////////////////////////////////////////// */

#left {
	width: 300px;
	display: inline;
	float: left;
	padding: 0px 0px 50px 0px;
	position: relative;
}

#logo {
	width: 299px;
	height: 255px;
	position: relative;
	float: left;
}

#logo h1 {
	background: transparent url(images/nkm.jpg) no-repeat;
	width: 299px;
	height: 255px;
	margin: 0px;
	padding: 0px;
}

#logo a {
	width: 299px;
	height: 255px;
	display: block;
	text-indent: -99999px;
}

#design {
	width: 299px;
	height: 98px;
	padding: 0px;
	position: relative;
	float: left;
	text-indent: -99999px;
}

#design h3 {
	margin: 0;
	padding: 0;
	background: url(images/design.jpg) no-repeat top left;
	width: 299px;
	height: 98px;
}

#design a {
	width: 299px;
	height: 98px;
	display: block;
}

.our_attorneys {
	height: 210px;
	padding-bottom: 10px;
}

/* Navigation //////////////////////////////////////////////////////////////// */

#nav {
	width: 299px;
	height: 245px;
	float: left;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 0px;
	width: 299px;
	height: 245px;
	float: left;
}

#nav ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -99999px;	
}

#nav li a {
	border: 0;
	display: block;
	width: 299px;
	background: url(images/nav1.jpg) no-repeat;
}

#nav li a:hover {
	border: 0;
	display: block;
	background-image: url(images/nav2.jpg);
}

#nav li#welcome a {
	height: 40px;
}
 
#nav li#welcome a:link,
#nav li#welcome a:visited,
#nav li#welcome a:hover {
	background-position: 0px 0px;
}

#nav li#about a {
	height: 33px;
}

#nav li#about a:link,
#nav li#about a:visited,
#nav li#about a:hover {
	background-position: 0px -40px;
}

#nav li#attorneys a {
	height: 33px;
}

#nav li#attorneys a:link,
#nav li#attorneys a:visited,
#nav li#attorneys a:hover {
	background-position: 0px -73px;
}

#nav li#practice a {
	height: 32px;
}

#nav li#practice a:link,
#nav li#practice a:visited,
#nav li#practice a:hover {
	background-position: 0px -106px;
}

#nav li#clients a {
	height: 33px;
}

#nav li#clients a:link,
#nav li#clients a:visited,
#nav li#clients a:hover {
	background-position: 0px -138px;
}

#nav li#directions a {
	height: 33px;
}

#nav li#directions a:link,
#nav li#directions a:visited,
#nav li#directions a:hover {
	background-position: 0px -171px;
}

#nav li#contact a {
	height: 41px;
}

#nav li#contact a:link,
#nav li#contact a:visited,
#nav li#contact a:hover {
	background-position: 0px -204px;
}

/* Right ////////////////////////////////////////////////////////// */

#right {
	width: 635px;
	float: right;
	position: relative;
}

#info {
	width: 635px;
	text-align: right;
	padding: 40px 0px 30px 0px;
}

/* Forms ////////////////////////////////////////////////////////// */

.forms {
	width: 620px;
	border: 1px solid #ffffff;
	background-color: #707E97;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.formsfour {
	width: 620px;
	height: 80px;
	border: 1px solid #ffffff;
	background-color: #707E97;
	padding: 5px;
	font-family: Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.red {
	color: #D5CEB1;
	font-style: italic;
	font-size: 10px;
}

.submit_it {
	background-color: #D5CEB1;
	border: 1px solid #002d47;
	width: 100px;
	height: 30px;
	color: #002d47;
}

textarea {
	margin-left: 3px;
}

/* Footer ////////////////////////////////////////////////////////// */

#footer {
	background: url(images/footer.png) top no-repeat;
	width: 635px;
	height: 135px;
	position: relative;
	font-size: 12px;
	padding: 10px 0px 0px;
	margin-top: 50px;
}

#footer ul {
	list-style-type: none;
	color: #D5CEB1;
	padding: 0px;
	font-size: 10px;
}

#footer ul a {
	color: white;
	text-decoration: none;
	font-size: 12px;
}

#footer ul li ul a {
	color: #D5CEB1;
	text-decoration: none;
	font-size: 10px;
}

.footer_list {
	display: inline;
	float: left;
	width: 105px;
}

.footer_list_two {
	display: inline;
	float: left;
	width: 90px;
}

.footer_footer_middle {
	float: left;
	width: 138px;
}

.footer_footer_middle_two {
	float: left;
	width: 160px;
}