@charset "utf-8";


/* www.beTMdesign.com | Global Styles for Entire Site */



/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, applet, object, iframe, /*h1, h2, h3, h4, h5, h6,*/ p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, /*em,*/ img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, /*footer,*/ header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		/*font: inherit;*/
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, /*footer,*/ header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
	list-style-image: none;
	list-style-type: none;
}
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }

/* #Basic Styles
================================================== */
	body {
	background:url(../images/bg_body.png) repeat top left #fff;
	color: #19233a;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	font-family: Calibri, sans-serif;
	font-size: 14px;
 }
 
 
/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Cambria, serif;}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 36px; line-height: 50px; margin-bottom: 14px;}
	h2 {
	font-size: 24px;
	line-height: 25px;
	margin-bottom: 10px;
	font-style: italic;
	padding-top: 5px;
}
    h2 a:link {font-weight:normal; !important}
	
	
	h3 {
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 8px;
}
	h4 {
	font-size: 17px;
	line-height: normal;
	margin-bottom: 4px;
}
	h5 { font-size: 15px; line-height: 24px; }
	h6 { font-size: 13px; line-height: 21px; }
	
	/*#center h3 {font-style:italic;}*/
	
	p {
	/* [disabled]margin: 0 0 20px 0; */
	line-height:1.5em;
}
	p img { margin: 0; }
	
	a, a:visited { text-decoration: none; outline: 0; color:#48587d; font-weight:bold;}
	a:hover, a:focus { text-decoration:underline; }
	p a, p a:visited { line-height: inherit; }
    
	.quotation {
	font-style:italic;
	margin-top: 23px;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
.author {
	font-style:normal;
	font-size: 12px;
	text-align: right;
}
   .testimonial {
	padding-top: 10px;
	margin-top: 15px;
	margin-right: 15px;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;

   }

.client {
	font-size: 12px;
	font-style:normal;
	font-family: Cambria, serif;
	text-align: right;

}

.right_cap {
	margin-top:460px;
	text-align:center;
	font-size:12px;
	color:#ffffff;
	padding-top: 2em;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	padding-left: 2px;
	padding-right: 2px;
}

.index_hdr {
	font-variant:normal;
}

.study_desc {
	font-size:12px;
	line-height: 1.2em;
	margin-top: 8px;
}

/* #Images
================================================== */
.img_left {
	float:left;
	margin-right:25px;
	margin-bottom:15px;

}

.img_right {
   float:right;
   margin-bottom:5px;
   margin-left:15px;
}

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
	
	.clear { clear: both; }

	
	
/* #Logo & Navigation
================================================== */
#masthead {
	min-height:50px;
	padding-bottom:15px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #19233a;
}

#masthead_left {
    float:left;	
}

#nav_wrap {
	float:right;	
	margin-left: 15px;
	margin-bottom: 15px;
}

ul#navigation {
	float: left;
	display: block;
	overflow: hidden;
	width: auto;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul#navigation li {
	float: left; 
	display: block;
	padding:  0;
	list-style-type: none;
}

ul#navigation li a {
	display: block;
	padding: 0 18px 0 0;
	font-size:18px;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: none;
	font-family: Cambria, serif;
	font-variant: normal;
	font-weight:normal;
}

ul#navigation li a:hover   {
	color: #047391;
	text-decoration: none;
}

ul#navigation li .current {
	font-size: 22px; !important
}


#logo_wrap {
	width:300px;
	float:left;
	margin-left: 10px;
	

}

/* #Footer
================================================== */
#footer {
	padding-top:7px;
	background-image: url(../images/bg_masthead.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size:16px;
	color:#48587d;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #19233a;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	
	
	
}
.box {
	margin-right: 100px;
	float:left;
	font-family: Cambria, Georgia, "Times New Roman", Times, serif;
}
