@charset "UTF-8";

/*  reset css */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*start regular formatting*/

body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.5em;
	letter-spacing: .15em;
	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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #585858;
}
.home #container {
	width: 100%;
	margin: 150px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}


.contentpage #container {
	width: 800px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 40px;
	padding-top: 40px;
	margin-bottom: 20px;
}

.contentpage #aboutintro {
	width: 100%;
	font-size: 70%;
	line-height: 1.7em;
	text-align: justify;
}

.contentpage .caseintro {
	font-size: 80%;
	line-height: 1.7em;
	color: #000;
	width: 700px;
	margin-bottom: 40px;
}

.contentpage #aboutintro em{
	font-size: 120%;
	color: #000;
}

.contentpage #casetext {
	width: 400px;
	margin-right: 20px;
	font-size: 70%;
	line-height: 1.5em;
	letter-spacing: .10em;
	text-align: justify;
}

.contentpage #casetext h2 {
	font-size: 130%;
	color: #000;
	margin-bottom: .5em;

}

.contentpage #casetext em{
	font-size: 120%;
	color: #000;
}

.contentpage #container .aboutbox {
	width: 780px;
	margin: 20px 0;
	font-size: 70%;
	line-height: 1.5em;
	letter-spacing: .10em;
	text-align: justify;
}

.contentpage #container .aboutbox img {
	margin:5px 0;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	
}

.contentpage #container .aboutbox #lftlogo {
	margin-right:10px;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.0);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.0);
	box-shadow: 3px 3px 5px rgba(0,0,0,.0);
}

.contentpage #container .aboutbox #lftlogo {
	margin-right:10px;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.0);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.0);
	box-shadow: 3px 3px 5px rgba(0,0,0,.0);
}


.contentpage #container .aboutbox h2 {
	font-size: 130%;
	color: #000;
	margin-bottom: .5em;

}

.contentpage #contactext {
	width: 600px;
	font-size: 80%;
	line-height: 1.7em;
}

.contentpage #container .contactbox img {
	margin:0 0 40px 0;
	border: 10px solid #fff;
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	box-shadow: 3px 3px 5px rgba(0,0,0,.5);
	
}

/*top nav bar*/
.contentpage #navbar {
	width: 100%;
	height: 40px;
	background-color: #ccc;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
}

.contentpage #navbar #topnav{
	width: 800px;
	margin: 0 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 40px;
	padding-top: 10px;
}

.contentpage #navbar #topnav ul {
	margin:0px 0 0 0;
	padding: 0;
	list-style-type: none;
}

.contentpage #navbar #topnav ul li {
	 display: inline;
	padding-right:50px; 
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

.contentpage #navbar #topnav a {
	color: #fff;
	text-decoration:none;
	}
	
.contentpage #navbar #topnav a:hover {
	color: #333;
	text-decoration:none;
	}	

.contentpage #navbar #currentpage a {
	color: #333;
	text-decoration:none;
	}

.contentpage #navbar #currentpage a:hover {
	color: #000;
	text-decoration:none;
	}

/* footer */

#footer {
	width: 800px;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left: 40px;
	padding-top: 20px;
	margin-bottom: 20px;
	font-size: 80%;
	color: #000;
	letter-spacing: .3em;
	clear:both;
}

/* page links*/
a {
	color: #334e7d;
	text-decoration: none;
}

a:hover {
color:#000;
}


a img {
	border: 0px;
}


/*misc*/

p {
	margin-bottom: 10px;
}


.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;
}