/*
Theme Name: Mills Selig
Description: Bespoke WordPress Theme for Mills Selig
Version: 1.0 Alpha
Author: Tom Willmot
Author URI: http://edgedesigns.org
*/

body  {
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	font-family: Verdana, Arial;
}

/********paragraph******/
p, #mainContent li  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color:#666;
	margin: 12px 0;
	text-align: justify;
}

td { text-align: left; }

#search {
	color:#666666;
	float:right;
	margin-top:70px;
}

.page-template-template-sitemap-php #mainContent ul {
	list-style: none;
	padding-left: 0;
}
.page-template-template-sitemap-php #mainContent li ul {
	padding-left: 40px;
}

.page-template-template-sitemap-php #mainContent li {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 22px;
	margin: 12px 0;
}

.page-template-template-sitemap-php #mainContent li li {
	text-transform: none;
	list-style: disc;	
}

a:link  {
	color: #51796A;
	text-decoration: none;
}
a:visited  {
	color: #51796A;
	text-decoration: none;
}
a:active  {
	color:#51796A;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline !important;
}
/********h4 this is to keep li in order?????? may not need it***********/
h4, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
	text-align: left;
	font-weight: normal;
}
h4 a:link, h4 a:visited, h4 a:active  {
	color: #666;
	text-decoration: underline;
}

h4 a:hover {
	color: #333333;
	text-decoration: underline;
}

/****** h1 ********/

h1
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 22px;
color: #608F7E;
text-align: justify;
}

h1 a:link, h1 a:visited, h1 a:active
{
color: #608F7E;
}

h1 a:hover
{
color: #608F7E;
}

/**********H2**********/
h2
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #B8936E;
font-weight:normal;
}
h2 a:link, h2 a:visited, h2 a:active
{
color: #B8936E;
}

h2 a:hover
{
color: #999;
}

/**********H3**********/
h3 { font-size: 12px; }

.navigation { font-size: 12px; }
.navigation .alignleft { float: left; }
.navigation .alignright { float: right; }


/********Comon in both*********/
#container { 
	width: 920px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
background-image: url(images/ms_logo.jpg);
	background-repeat:no-repeat;
	height:104px;
} 

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#sidebar1 {
	float: right; 
	margin-top: 10px;
	width: 286px; /* since this element is floated, a width must be given */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image: url(images/side_bar_back.jpg);
	background-repeat:no-repeat;	
}
#sidebarTitle {
width: 269px;
height:32px;
background-color:#BEF0EB;
border-top:#618E7F solid 1px;
border-left:#618E7F solid 1px;
border-right:#618E7F solid 1px;
padding-top:10px;
padding-left:15px;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
color:#49684B;
	}
	
#sidebarTxt {
padding:0px 10px 15px 10px;
}

#sidebar1 h3,  #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
/*********CSS for home page************/
#slidesb{
	height:271px;
	}




#mainContent {
margin-top: 10px;
width: 617px;
border-top:#E7E7E7 solid 1px;
border-left:#E7E7E7 solid 1px;
border-right:#E7E7E7 solid 1px;
float:left;
margin-bottom:10px;

} 


/***********end other pages**********/

#mainContenTitle{
width: 600px;
height:32px;
background-color:#DDDEE1;
border-top:#CCC solid 1px;
border-left:#CCC solid 1px;
border-right:#CCC solid 1px;
padding-top:10px;
padding-left:15px;
font-family:Verdana, Geneva, sans-serif;
font-size:16px;
color:#49684B;
	}
	
#mainContenTxt{
	padding:10px 10px 15px 15px;
	width: 320px;
	float:left;	
	}

	#mainContenpict{
	padding:0px 0px 0px 0px;
	width: 265px;
	float:right;
	
	}

/*********other pages********/
#mainContenTxtOtherPages{
	padding:10px 20px 15px 20px;
	width: 575px;
	float:left;	
	
	}

/*******************************/
/*********footer info***********/
/*******************************/
#footer { 
	background-image: url(images/footer_back.jpg);
	background-repeat:repeat-x;
	height:140px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footerleft
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width:580px;
	text-align:left;
	padding: 17px 0px 0px 40px;
	list-style: none;
	float: left;
	z-index:5;
}


	#footerright
{
width:100px;
	text-align:right;
	padding: 20px 40px 0px 22px;
	float: right;
	height:110px;
	
}
.footertx {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:23px;
	color: #4E7468;
}

.footertx a:link, .footertx  a:visited, .footertx  a:active {	
	color: #4E7468;
	text-decoration: none;
}

.footertx a:hover {
	color: #666;
	text-decoration: underline;
}

/*******************************/
/*********Designed by***********/
/*******************************/

#footer2
{
	margin: 0 auto; 
	width:920px;
	text-align:left;
	padding: 5px 0px 0px 0px;
	clear: both;
	height: 80px;
}
#footer2left{
width:400px;
padding:10px 0px 0px 41px;
float:left;
	}
#footer2right{
width:300px;
padding:10px 40px 0px 45px;
text-align: right;
float:right;

	}
.footer2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:22px;
	color: #666;
}
.footer2 a:link, .footer2 a:visited, .footer2 a:active {	
	color: #666;
	text-decoration: none;
}
.footer2 a:hover {
	color: #000;
	text-decoration: underline;
}

.designedby {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:18px;
	color: #999;
}
.designedby a:link, .designedby a:visited, .designedby a:active {
	color: #999;
	text-decoration: none;
}

.designedby a:hover {
	color: #000;
	text-decoration: underline;
}




/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/****** p7*********/
#menup7{
	width: 920px;
	}


/****** page2*********/

#p2_top_centre{
	width: 920px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	height:139px;
	}
/*********more******/	
.more {
	color: #608F7E;
	font-weight:bold;
}
	.more a:link {
	color: #608F7E;
	text-decoration: none;

}
.more a:visited {
	color: #608F7E;
		text-decoration: none;

}
.more a:hover {
	color: #333;
	text-decoration: underline;
}
.more a:active {
	color: #608F7E;
	text-decoration: none;
}
/*********newshead******/
.newsHead {
	color: #608F7E;
}

img{
	border:0;
}
/*********Our People******/
#corporate {
	width:560px;
	height: 100%;
	border:#CCC solid 1px;
	margin-top:20px;
	padding:10px;
	}
#corporatepict{
	position:absolute;
	width:200px;
	float:left;
	}	
#corporateText{
width:300px;
float:right;
	}
	
/********table*****/
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color:#666;

	text-align: left;
}
.table a:link  {
	color: #666;
	text-decoration: underline;
}
.table a:visited  {
	color: #666;
	text-decoration: underline;
}
.table a:active  {
	color: #666;
	text-decoration: underline;
}

.table a:hover {
	color: #333333;
	text-decoration: underline;
}

/*********vcard*********/
.vcard {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color:#666;
	text-align: left;
}
.vcard a:link, .vcard a:visited, .vcard a:active{
	color: #666;
	text-decoration: none;
}

.vcard a:hover {
	color: #333333;
	text-decoration: underline;
}

.space {
	font-size: 8px;
	
}


.staff {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #8F7E65;
}
.staff a:link{
	
	color: #8F7E65;
	text-decoration: none;
}
.staff a:visited{
	
	color: #8F7E65;
	text-decoration: none;
}

.staff a:active{
	
	color: #8F7E65;
	text-decoration: none;
}

.staff a:hover {
	color: #666;
	text-decoration: underline;
}

.lawyerName {
	font-size: 16px;
	font-weight:normal;
	color: #608F7E;
	text-align: left !important;
}

.lawyerName a:link  {
	font-size: 16px;
	font-weight:normal;
	color: #608F7E;
	text-decoration:underline;
}
.lawyerName a:visited  {
	font-size: 16px;
	font-weight:normal;
	color: #608F7E;
	text-decoration:underline;
}

.lawyerName a:active  {
	font-size: 16px;
	font-weight:normal;
	color: #608F7E;
	text-decoration:underline;
}

.lawyerName a:hover  {
	font-size: 16px;
	font-weight:normal;
	color: #666;
	text-decoration:underline;
}


.teamTitle {
	font-size: 13px;
	font-weight:normal;
	color: #666;
}

.chamber {
	width:525px;
	border:1px solid #CCC;
	background-image:url(images/chamber.jpg);
	background-repeat: repeat-x;
	padding:20px;
}

.blackTX {
	color: #000000;
}

.google {
	font-size: 16px;
	font-weight:normal;
	color: #608F7E;
	text-decoration:underline;
}

.google a:link  {
	font-size: 16px;
	font-weight:normal;
	color: #608F7E;
	text-decoration:underline;
}
.google a:visited  {
	font-size: 16px;
	font-weight:normal;
	color: #608F7E;
	text-decoration:underline;
}

.google a:active  {
	font-size: 16px;
	font-weight:normal;
	color: #608F7E;
	text-decoration:underline;
}

.google a:hover  {
	font-size: 16px;
	font-weight:normal;
	color: #666;
	text-decoration:underline;
}