@charset "utf-8";
* {
	margin: 0 auto;
}
body, html {
	height: 100%;
}
body {
	background: #22466A;
	background-image:url(../images/bkgd2.jpg);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	/*	text-align:center;*/
	min-width: 780px;
	max-width: 100%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
}
#main-content, #content {
		overflow: hidden;
		display: inline-block;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
	padding-left:15px;
}
h1 {
	font-family: 'PT Sans', arial, serif;
	color: #FFF;
}
h1, h2, h3, h4, h5, h6, {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 0px; 
}
a img { 
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a, a:link, a:active, a:focus, a:visited {
	color:#FFF;
	text-decoration: underline; 
}
a:hover  { 
	color: #000;
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
#wrapper {
	width: 100%;
	height: 100%;
	margin: 0 auto; 
}
#container {
	width: 100%;
	padding: 25px;
}
#header {
	width: 60%;
	min-width: 800px;
	float: left;
	display:block;
}
/* ~~ These are the columns for the layout. ~~ */
#sidebar1 {
	float: left;
	text-align: left;
	width: 18%;
	margin-top: 15px;
	margin-left: 10px;
	display:inline;
	max-width: 150px;
}
#main-content {
	float: left;
	width: 50%;
	margin-left: 10%;
	display: inline;
	margin-top: 15px;
}
#content-text {
	max-width: 1000px;
	margin-left: 15%;
}
#content-text ul, #content-text li{
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;
}
#content {
	width: 30%;
	float: right;
/*	min-width: 350px;
	padding-right: 50px;*/
	margin: 0px auto;
	margin-top: -75px;
/*	margin-right: 50px;
*/	text-align: left;
}
#content img {
	float: right;
	margin: 15px 50px 10px 10px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	text-align: left;

}
#contact {
	margin-top: -25px;
}
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
#content ul, #content ol { 
	padding: 0 15px 15px 40px; 
}
/* ~~The footer ~~ */
#footer {
	padding: 10px 0;
	position: relative;
	clear: both; 
}

/* ~~miscellaneous float/clear classes~~ */
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fltleftshadow {
	float:left;
	margin: 0px 8px 0px 0px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	text-align: left;
}
.fltleftshadow {
	float:left;
	margin: 0px 8px 0px 0px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	text-align: left;
}
.fltleftshadow {
	float:left;
	margin: 5px 8px 5px 0px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	text-align: left;
}
.fltrightshadow {
	float:right;
	margin: 5px 0px 5px 8px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	text-align: left;
}
.bodycontent {
	font-size: 90%;
	text-align: left;
}
.bodycontentbold {
	font-weight: bold;
	font-size: 90%;
}
.bodycopybold {
	font-weight: bold;
}
.rigthphoto {
	margin-top: -60px;
}
.toplogo {
	margin-left: 10px;
	margin-top: 10px;
}
.smallfooter {
	font-size:10px;
	color: #FFF;
	text-align:center;
}
.navigation {
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
}
.portfolioDesc {
	text-align:center;
	font-size: 11px;
	line-height: 1.5em;
}
.portfolioImage img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	opacity:1.0;
	filter:alpha(opacity=100);
	border: 1px solid trasparent;
}
.portfolioImage img:hover {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}
#awardLogos {
	clear: both;
	left: 0;
	position: relative;
	top: 450px;
	width: 550px;
}
#awardLogos img{
	float: right;
	margin-right: 15px;
}
/*Interior Main Page layout */
.mainInterior {
	overflow: auto;
}
.mainInterior .wrapper {
min-height: 100%;
height: auto !important;
/*height: 100%;
*/margin: 0 auto -7em;
}
.mainInterior #footer { 
	padding: 10px 10px 0 10px; 
	width: 900px; 
} 
/* may delete this line */
.mainInterior #footer, .push {
	height: 4em;
}
.mainInterior #contactinfo {
	text-align:center;
}
.mainInterior #footer .navigation {
	position: relative;
	bottom: 0;
	left: 0;
	margin: 10px;
	min-height: 50px;
}
.quote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	position: relative;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 0px;
	padding: 8px;
	text-align: justify;
	margin-left: 50px;
}
