@charset "utf-8";
/*   
Theme Name: Legato Styles
Author: John Tarvardian
Author URI: http://www.thelegatogroup.com
*/


/*-------------------------------------*/
/*------- Screen Styles */
/*-------------------------------------*/

html, body { 
min-height:101%; 
margin-bottom:1px; 
}

body {
font-family: "Myriad Pro", Verdana, Tahoma;
font-size: 1em;
text-align: center;
margin: 0px;
padding: 0px;
background-color: #FFFFFF;
color: #FFFFFF;
line-height: 1.2em;
font-style: normal;
}

#wrapper {
width: 960px;
text-align: left;
margin-left: auto;
margin-right: auto;
background-color: #FFFFFF;
}

#innerwrap {
margin-right: 0px;
margin-bottom: 0px;
padding-bottom: 20px;
background-image: url(../assets/site-elements/bg-page-bottom.jpg);
background-repeat: no-repeat;
background-position: left bottom;
background-color: #828383;
}


#header {
padding-top: 15px;
position: relative;
z-index: 99999;
}

	#logo {
	background-color: #FFFFFF;
	height: 150px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	position: relative;
	}
	
	#navigation {
	background-color: #FFFFFF;
	padding-top: 10px;
	background-image: url(../assets/site-elements/bg-navigation.jpg);
	background-repeat: no-repeat;
	height: 30px;
	}
	
	#headerpic {
	height: 295px;
	background-color: #FFFFFF;
	}
	
	#secondary_headerpic {
	height: 225px;
	background-color: #FFFFFF;
	}

#footer {
clear: both;
color: #333;
padding-top: 8px;
padding-left: 7px;
padding-right: 7px;
}

	#footer p {
	display: inline;
	padding-left: 0px;
	color: #333;
	font-size: .90em;
	}
	
	#footer_nav {
	float:left;
	width: 80%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	}
	
		#footer_nav a:link, #footer_nav a:visited, #footer_nav a:active {
		font-size: 1.05em;	
		color: #1F346E;
		}

		#footer_nav a:hover {
		text-decoration: underline;
		}


	#footer_address {
	float: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0;
	text-align: left;
	width: 20%;
	}
	
		#footer_address p {
		font-size: 1.1em;	
		}
		
		#footer_address a:link, footer_address a:visited, footer_address a:active {
		font-size: .92em;	
		}


#siteby {
color: #333;
height: 30px;
font-size: .85em;
padding-left: 7px;
padding-right: 7px;
padding-bottom: 10px;
margin-bottom: 10px;
clear: both;
}

	#siteby p {
	display: inline;
	padding-left: 10px;
	}
	
	#siteby a:link, a:visited, a:active {
	color: #116BA9;
	text-decoration: underline;
	}

	#sitbye a:hover {
	color: #116BA9;
	text-decoration: underline;
	}

	div.row span.copyright {
	float: left;
	text-align: left;
	width: 70%;
	margin: 0;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	}

	div.row span.site {
	float: right;
	margin: 0;
	text-align: right;
	width: 30%;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0;
	}


h1, h2, h3 {
margin-bottom: 7px;
padding-left: 5px;
padding-bottom: 0px;
letter-spacing: 0.05em;	
}

h1 {
font-size: 1.4em;
font-family: "Franklin Gothic Book", sans-serif;
margin-top: 0px;
}
		
h2 {
font-size: 1.25em;
font-family: "Franklin Gothic Book", sans-serif;

}

h3 {
font-size: 105%;
font-family: "Franklin Gothic Book", sans-serif;
margin-top: 5px;

}

p {
font-size: 1.25em;
margin-bottom: 0px;
padding-bottom: 0px;
padding-top: 0px;
margin-top: 5px;
padding-left: 5px;
line-height: 1.25em;
}


a:link, a:visited, a:active {
text-decoration: none;
color: #1F346E;
}

a:hover {
color: #1F346E;
text-decoration: underline;
}

img  { 
border: none; 
}

/*Rule to make PVII Equal Column Script Equal*/
.colbottom {
padding-bottom: 0px;
}

.testimonial {
margin-bottom: 10px;
font-style: normal;
padding-left: 3px;
text-align: left;
font-size: 1.75em;
line-height: 1em;
font-family: "Times New Roman", Tahoma, Verdana;
}

.attribution {
margin-top: 0px;
text-align: right;
padding-left: 2px;
font-family: "Franklin Gothic Book", sans-serif;
font-style: normal;
font-size: 1.1em;

}



/*--------------------------------------------------------------------*/
/*                             Home Page Layout                       */
/*--------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*                  Home Page Call to Action Boxes                      */

#promo {
clear: both;
padding-top: 20px;
margin-left: 20px;
margin-right:20px;
height: 205px;
}

	#promo_center {
	float: right;
	width: 296px;
	background-repeat: no-repeat;
	padding-right: 15px;
	}

	#promo_left {
	float: left;
	width: 296px;
	}
	
			
	#promo_right {
	float: right;
	width: 296px;
	background-repeat: no-repeat;
	}

		
	.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	}


/*----------------------------------------------------------------------*/
/*                          Home Page Content                           */

article {
padding-top: 0px;
padding-right: 20px;
padding-left: 20px;
font-size: 135%;
line-height: 1.32em;
text-align: justify;
}
	
	
#content {
margin-bottom: 10px;
padding-bottom: 30px;
text-align: left;
padding-top: 17px;
background-image: url(../assets/site-elements/bg-page-bottom.jpg);
background-repeat: no-repeat;
background-position: bottom;
background-color: #828383;
}


/*------------------------------------------------------------------*/
/*                       Secondary Page Layout                      */
/*------------------------------------------------------------------*/

/*-------------------------------------*/
/*Secondary Page Left Side Styles                     */

#leftside {
width: 205px;
float: left;
margin-top: 30px;
margin-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
color: #1F346E;
}

	#leftside p {
	margin-top: 0px;
	}
	

/*No Wrap for Mug Shots  */
.bio {
padding: 0 0 10px 150px; /* 160px being the width of the thumbnail + how much space you want to put between it and your text */
position: relative; /* So the thumbnail is relative to this */
min-height: 148px;
}

	.bio img {
	left: 0;
	position: absolute;
	margin-top: 0px;
	padding-top: 0px;
	}



/*-------------------------------------*/
/*Secondary Page Right Side Styles                     */

#rightside {
width: 660px;
float: left;
margin-top: 30px;
margin-bottom: 10px;
margin-left: 20px;
padding-left: 12px;
padding-right: 15px;
border-left: 2px solid #FF5000;
}
	
	#rightside ul {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(../assets/site-elements/tan_bullet.gif);
	padding-bottom: 5px;
	padding-left: 20px;
	}
	
	#rightside ol {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-bottom: 8px;
	margin-left: 13px;
	}

	#rightside li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 12px;
	font-size: 1.3em;
	line-height: 1.1em;
	}
	
	#rightside img {
	margin-right: 10px;
	float: left;
	}
	
	#rightside a:link, #rightside a:visited, #rightside a:active {
	color: #1F346E;
	text-decoration: none;
	}

	#rightside  a:hover {
	color: #1F346E;
	text-decoration: underline;
	}
