@charset "utf-8";


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 26, 2012 */
@font-face {
    font-family: 'TrajanProRegular';
    src: url('fonts/trajanpro-regular-webfont.eot');
    src: url('fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('fonts/trajanpro-regular-webfont.ttf') format('truetype'),
         url('fonts/trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 26, 2012 */
@font-face {
    font-family: 'LiberationSansNarrow';
    src: url('fonts/liberationsansnarrow-regular-webfont.eot');
    src: url('fonts/liberationsansnarrow-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/liberationsansnarrow-regular-webfont.woff') format('woff'),
         url('fonts/liberationsansnarrow-regular-webfont.ttf') format('truetype'),
         url('fonts/liberationsansnarrow-regular-webfont.svg#LiberationSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/**Utility Styles**/


.fl {
float:left;
}
.fr {
float:right;
}
.hide {
display:none;
}
.show {
display:inherit;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}



body
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	margin:0px auto;
	background-color: #dae7fa;
	background-image:url(images/mountain-bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	color: #ffffff;
}

.title {
	font-family:"TrajanProRegular", sans-serif;
}

#content-wrapper {
	margin:0px auto;
	margin-top:130px;
	width: 940px;
	background-color: #eeeeee;
	text-align:center;
	-moz-box-shadow: 0px 0px 15px 2px #4a4f55;
	-webkit-box-shadow: 0px 0px 15px 2px #4a4f55;
	box-shadow: 0px 0px 15px 2px #4a4f55;
}

#header {
	font-family: "TrajanProRegular", serif;
	background-image: url(images/header.jpg);
	background-position:center;
	height:220px;
	background-color: #1f2f48;
}
#header h1, #header h2, #header h3 {
	font-family: "TrajanProRegular", serif;
	font-weight:normal;
}

#menu-container {
	font-family: "TrajanProRegular", serif;
	margin-top: 5px;
	float: left;
	background-color: #eeeeee;
	width: 220px;
	color: #1f2f48;
	font-size: 1.1em;
	text-align: left;
	padding:0 0 0 10px;
}

#menu-container a {
	text-decoration:none;
	color: #1f2f48;
}

#menu-container a:hover {
	text-decoration:none;
	color: #bbbbbb;
}

.sub-menu {
	font-family: "LiberationSansNarrow", sans-serif;
	font-size: .8em;
	text-align: left;
	margin-top:2px;
	margin-bottom: 25px;
	padding: 5px;
	padding-left: 10px;
}

.contact-sub-menu {
	font-family: "LiberationSansNarrow", sans-serif;
	font-size: .9em;
	text-align: left;
	margin-top:5px;
	margin-bottom: 30px;
	padding: 5px;
	padding-left:10px;
	border-bottom: 2px solid #3f5f6f;
}
.contact-page{
	line-height:1.6em;
}
#menu-container2 {
	font-family: "TrajanProRegular", serif;
	margin: 0 auto;
	width:100%
	background-color: #bbbbbb;
	font-size: 1.4em;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
	color: #1f2f48;
}


.content {
	margin-top:5px;
	margin-left:240px;
	text-align: left;
	background-color:#eeeeee;
	color: #000000;
}

.firm-category {
	font-family: "LiberationSansNarrow", sans-serif;
	font-size: 1.4em;
	text-align: center;
	width: 300px;
	margin:5px;
	padding: 10px;
	border: 4px solid #3f5f6f;
	float:left;
}

.content-chip {
	font-size: 1em;
	text-align: left;
	margin-bottom:35px;
	margin-right:10px;
	padding: 10px;
	border: 1px solid #cccccc;
}

.content-chip-print {
	padding: 10px;
	display:none;
}

.contact-chip {
	font-family: "LiberationSansNarrow", sans-serif;
	font-size: 1em;
	text-align: left;
	margin-bottom: 30px;
	padding: 5px;
	padding-left:10px;
	float:right;
	border-bottom: 2px solid #3f5f6f;
}

.big-text { font-family:"TrajanProRegular", serif;
font-size:1.8em;
}

.med-text { font-family:"TrajanProRegular", serif;
font-size:1.4em;
}

.small-text { font-family:"TrajanProRegular", serif;
font-size:1.2em;
}

.contact-text { font-family:"TrajanProRegular", serif;
font-size:1.4em;
}

.clear {
	clear:both;
}

img {border: none;}

#footer-container {
  background: url("/images/footer-bg.jpg") no-repeat scroll center center transparent;
  height: 620px;
  position:relative;
  z-index: -1;
  top:-320px;
}

#footer {
	margin: 0 auto;
	width: 1080px;
	height:300px;
	padding-top:326px;
	font-family:"TrajanProRegular", serif;
}
#footer a {
color: #cccccc;
}

#footer a:hover {color: #ffffff;
}

.footer-chip{
	font-size: 1em;
	text-align: left;
	margin-top:25px;
	margin-left: 30px;
	padding: 5px;
	float:left;
}
.footer-chip-right{
	font-size: 1em;
	text-align: left;
	margin-top:25px;
	margin-left: 30px;
	padding: 5px;
	float:right;
}

