@charset "UTF-8";
/* CSS Document */

/* 	
	Thomas Law Firm
	Date: 10/2015
*/

@import url(http://fonts.googleapis.com/css?family=Lato:100,200,300,400,700,400italic|Lora);

html {
	height:100%;
}

body,td,th {
	font-family: 'Lato', Tahoma, Georgia, Times New Roman, Times, serif;
	font-size: 1.5em;
	color: #555555;
	height:100%;
	font-weight: 300;
	
}
body {
	font-family: 'Lato', Tahoma, Georgia, Times New Roman, Times, serif;
	font-size: 1.5em;
	color: #555555;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fff;
	height:100%;
	font-weight: 300;
}

img {
	border: 0;
	
}

a:link {
	color: #2c5d9c;
}
a:visited {
	color: #2c5d9c;
}
a:hover {
	color: #173f72;
}

a.whitelink:link {
	color:#FFF;
}

a.whitelink:visited {
	color:#FFF;
}


#wrap {
	min-height:100%;
}

#main {
	overflow:auto;
	padding-bottom: 0px;
}

#contactbar {
	height: 40px;
	background-color:#333;
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}

#contactbarholder {
	max-width: 1150px;
	margin: 0px auto;
	text-align:right;
}

#mobilecontact {
	display:none;
}

#topbar {
	height: 300px;
	background-color: #77889a;
	width:100%;
	padding-top:10px;
	padding-bottom:20px;
}

#logo {
	padding: 0; 
	top: 30px;
	left:35px; 
	position:relative;
	float:left;
}


#contactinfo {
	width: 50%;  
	padding: 0; 
	top: 20px;
	float: right;
	color: #fff;
	text-align:right;
	font-size:1em;
	font-weight:300;
	position: relative;
}


#contactinfomobile {
	display:none;
}

#social {
	font-size:1.5em;
	padding:0;
	margin:0;
	margin-bottom:10px;
}


#headerbar {
	max-width: 1150px;  
	margin: 0px auto;
	padding: 0; 
	top: 0px; 
	height:180px;
	position: relative;
	z-index:999999;
}

#menubar {
	max-width: 1150px;  
	margin: 0px auto;
	padding: 0; 
	top: 30px; 
	height:60px;
	position: relative;
	color: #fff;
	text-align:right;
}

#menumobile {
	display:none; /*Hide mobile menu on desktop screens */
}


/* Main Navigation */
#menu {
	max-width: 825px;
	float:right;
	padding-right:0; 
	position:relative;
	color:#fff;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size:1.6em;
	font-weight: 300;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-bottom:10px;
	padding-top:5px;
}

#menu a:link { 
 color: #fff;
 text-decoration: none;  
}

#menu a:visited { 
 color: #fff; 
 text-decoration: none; 
} 

#menu a:hover { 
 color: #2c435e; 
 text-decoration: none;
} 

/* END MENU */


#skyline-holder {
	width: 100%;
	height:300px;
	background-image:url(images/skyline.png);
	background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	-webkit-background-size: cover;
}

#skyline {
	max-width:1150px;
	background-image:url(images/skyline.jpg);
	background-repeat:no-repeat;
	margin: 0px auto;
}


#mastheadholder { 
	background-color: #90a016;
	padding: 0;
	width: 100%; 
	position: relative;
	top: 0px;
}

#sub-mastheadholder { 
	background-color: #90a016;
	padding: 0;
	width: 100%; 
	position: relative;
	top: 0px;
	height:50px;
}

#masthead { 
	background-color: #fff; 
	padding: 0;
	max-width: 1000px; 
	position: relative;
	top: 0px;
	margin: 0px auto;
}


#newsbar {
	float:right;
	margin-top: 0;
	margin-left: 40px;
	margin-bottom: 0;
	padding: 20px;
	border-left: 1px dotted #D4D4D4;
	width:26%;
	color: #4c2e3e;
	font-size:14px;
}

#newsbar ul{
    list-style:none;
    margin:0;
    padding: 10px 0 0 0;
}
#newsbar ul li{
    line-height:1.3em;
    margin: 0 0 15px 0;
    padding: 5px 0 5px 25px;
    background:url(images/news.png) no-repeat 0 7px;
}

#newsbar tr td {
	font-size:16px;
}

#contentholder {
	clear:both;
	width: 100%;
	background-color: #F7F7F7;
	border-top: 1px dotted #DCDCDC;
	padding-top:20px;
	padding-bottom: 20px;
}

#content {
	max-width: 1150px;  
	margin: 0px auto; 
	top: 0;
	position: relative;
	height:auto;
	margin-bottom:3em;
	text-align:center;
}

#content-left {
	width: 45%;
	float:left;
}

#content-right {
	width:45%;
	float:right;
}

#staff {
	width: 45%;
	display: inline-block;
	margin: 0 auto;
}

#sub-content {
	max-width: 1150px;  
	margin: 0px auto;
	padding: 0; 
	top: 30px;
	position: relative;
	margin-bottom: 4em;
}


#openingtext {
	margin: 0px auto;
	position: relative;
	text-align: center;
	color:#fff;
	font-family: 'Lato', Tahoma, Georgia, Times New Roman, Times, serif;
	font-style:italic;
	font-size: .9em;
	z-index: 99999999;		 
}


#textbox {
	margin: 0px auto;
	top: 100px;
	position: relative;
	text-align:center;
	width: 1000px;
	height: 140px;
	z-index: 99999999;
	font-family: 'Lato', Tahoma, Georgia, Times New Roman, Times, serif;
	color:#fff;
	font-size: 40px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.8),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);		 
}


#container-sub {
	width: 1000px;  
	margin: 0px auto; 
	top: 0px;
	position:relative;
	height: auto;
	min-height: 100%;
}


#bartop {
	width:100%; 
	top: 0px;
	margin-bottom: 10px; 
	height:1px;
	background-color:#ccc;
	position:relative;
}


#linkme a:link { 
 color: #fff; 
 text-decoration: none; border-bottom:1px dotted; 
}

#linkme a:visited { 
 color: #fff; 
 text-decoration: none; 
} 


#sidebar {
	 float:right;
	 width: 200px;
	 padding: 10px;
	 background-color:#999;
	 margin: 5px 0px 10px 20px;
}

#dottedline {
	max-width:1000px;
	border-top: 1px dotted #ABABAB;
	height: 10px;
	position:relative;
	margin-top:15px;
	margin-bottom:15px;
}

#featuresholder {
	max-width: 1150px;
	margin: 0px auto;
	position: relative;
	height:auto;
	overflow: auto;
	margin-top:20px;
	margin-bottom:30px;
	padding-left: 20px;
}

#features {
	width: 190px;
	padding: 15px;
	float:left;
	margin:10px;
	font-size:.7em;
	color: #fff;	
	border: 1px dotted #969696;
	text-align:center;
	margin-right: 50px;
	background-color:#77889b;
	display:block;
}

#features:hover {
	background-color:#485f79;
	color:#fff;
}

#features:nth-child(4n) {  /*handle responsive layout a little better by selecting last of elements in columns */
  margin-right: 0px;
}


#engagebar {
	width: 100%;  
	background-color: #464646;
	position: relative;
	height: auto;
	padding-top:20px;
	padding-bottom: 30px;
}

#engagebar-holder {
	max-width:1150px;
	margin: 0px auto;
	text-align:center;
	font-family: 'Lora', Arial, Helvetica, sans-serif; 
	font-size:1em;
	font-style:italic;
	font-weight:300; 
	color: #BBBBBB;
	padding-top: 10px;
}


#footer {
	width: 100%;  
	margin: 0px auto; 
	position:relative;
	color: #999999;
	top: 0px;
	border-top: 4px solid #77889b;
	background-color:#333;
	height:300px;
}

#footer-holder {
	max-width: 1000px;  
	margin: 0px auto; 
	padding: 15px; 
	position:relative;
	color: #999999;
	top: 0px;
	font-size:.9em;
	text-align:center;
}

#footer-left {
	float:left;
	width:45%;
}

#footer-right {
	float:right;
	width:45%;
	text-align:right;
}

#separator {
	border-bottom: 1px #999 dotted;
	position:relative;
	padding:10px;
	clear:both;
}

#icons {
	float:right;
	top: 5px;
}

#contactbox {
	width: 95%;  
	padding: 20px; 
	position: relative;
	background-color:#F5F5F5;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}


h1 {
	font-family: 'Lato', Arial, Helvetica, sans-serif;  
	font-size:2.2em;
	color: #567281;
	font-weight:normal; 
}



h2 {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	font-size:36px;
	color: #65CBD9; 
	font-weight:normal;
}

h3 {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	font-size:20px;
	font-weight:normal;
	color: #90a117; 
	padding: 0;
	margin: 0; 
}

h4 {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	font-size:22px;
	font-weight: bold; 
	color: #663a52; 
	padding: 0; 
	margin:-5px 0 0 0;
	text-align:left;
}


.boldme {
	font-weight:bold
}

.moniker {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size:30px; 
	color: #64184f; 
	padding: 0; 
	margin:10px 0 0 0;
	text-align:left;
}

.monikersmall {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	font-size:22px; 
	color:#64184f; 
	padding: 0; 
	margin:8px 0 0 0
}

.monikersmallgray {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	font-size:22px; 
	color:#666; 
	padding: 0; 
	margin:8px 0 0 0
}

.monikernewsheadline {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	font-size:20px; 
	color: #666; 
	padding: 0; 
	margin:12px 0 0 0
}

.headliner {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	text-transform:lowercase; 
	font-size:26px;
	font-weight:bold; 
	color: #845e70; 
	padding: 0;
	margin:0;
	text-align:left;

}

#servicebox {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	font-size:34px;
	font-weight:300; 
	color: #845e70; 
	padding: 0;
	margin:0;
	text-align:left;
	border-bottom: 1px solid #fafafa;
	margin-bottom:10px;
}



.smallertext {
	font-size:11px; 
	color: #999999; 
}

.formsmaller {
	font-size:12px; 
	color: #333; 
}

.footertext {
	font-size:12px; 
	color: #999999; 
}

.monikerbox {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	font-size:15px; 
	color:#FFF; 
	padding: 0;
}

.submoniker {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	font-size:42px; 
	color:#AA7A49; 
	padding: 0; 
	margin:10px 0 0 0
}

.submonikersmall {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	font-size:26px; 
	color:#3b5971; 
	padding: 0; 
	margin:12px 0 0 0;
}

.subrelatedtitle {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	font-size:16px; 
	color:#3b5971; 
	padding: 0; 
}


.smallheadline {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	font-size:20px; 
	color:#3b5971; 
	padding: 0; 
	margin: 30px 0 0 0;
}

.faqs {
	font-family: 'Lato', Arial, Helvetica, sans-serif;  
	font-size:21px; 
	color:#3b5971;
	font-weight:bold; 
	padding: 0; 
	margin: 30px 0 0 0;
}

.tinylheadline {
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	font-size:16px; 
	color:#3b5971; 
	padding: 5px; 
	margin: 0;
}

.tinyfont {
	font-size:10px;
}

.headerhome {
	color: #14375e; font-size:2.5em; font-weight:bold;
}

.headerhome2 {
	font-weight:300; color:#3a75bb; font-size:1.4em;
}

.footerhover a:link {
	color: #A8A8A8;
}

.footerhover a:visited {
	color:#A8A8A8;
}

.footerhover a:hover {
	color: #c0dbfa;
}





/* Forms */

label {
	display:block;
	font-size:17px;
	margin:0 0 5px;
	position:relative;
}


input, textarea, select{
	border:1px solid;
	border-color:#646464;
	font-family:inherit;
	font-size:17px;
	width: 100%; 
    padding: 8px 0;
    text-indent: 5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-left-radius:5px;
}

select {
	padding-top:8px;
	padding-bottom:8px;
}

input[type="submit"], input[type="reset"] {
	cursor:pointer;
	width:auto !important;
}


/* Login Boxes for Header */

.button {
	font-size:1.1em;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:9px 18px;
	text-decoration:none;
	background-color: #77889b;
	color:#fff;
	display:inline-block;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #bee2f9;
 	-moz-box-shadow:inset 1px 1px 0px 0px #bee2f9;
 	box-shadow:inset 1px 1px 0px 0px #bee2f9;
}
.button:hover {
	background-color:#5b7490;
}
.button:active {
	position:relative;
	top:1px;
}
.button a:link {
	text-decoration:none;
	color: #fff;
}

.button a:visited {
	text-decoration:none;
	color: #fff;
}

/* This css button was generated by css-button-generator.com */

   .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }

