@charset "utf-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background:  #CCCCCC url(../images/bg.png);
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
a:link {
	color: #003768;
}
a:visited {
	color: #00CC00;
}
.twoColFixLtHdr #container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #222;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #060 url(../images/headerBg.jpg);
	padding: 0;
	height: 388px;
	color: #FFF;
	margin: 0;
} 
.twoColFixLtHdr #header h1 {
	padding: 10px 0;
	text-align: center;
}
#menu {
	margin: -65px 0 0 250px;
}
.slogan {
	margin: 85px 0 0 280px;
	width: 280px;
}
.slogan h1 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 30px;
}
.lighterTxt {
	font-weight: normal;
}
.slogan p {
	margin-top:-5px;
	text-align:right;
}
	
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 250px; 
	padding: 15px 10px 15px 20px;
	background: url(../images/fade.jpg) no-repeat 0px 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 280px; 
	padding: 0 20px;
	line-height: 1.5em;
	text-align: justify;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	border-top: 1px solid #CCC;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.style12 {	font-size: 16px;
	font-weight: bold;
	color: #003768;
}
.style15 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003768;
}
.style2 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666666;
}
.shadow {
	padding: 0 50px;
	background: url(../images/backgrounds/shadow.png) repeat-y top center;
}

@font-face {
	font-family: 'MarketingScriptRegular';
	src: url('../MarketingScript.eot');
	src: local('Marketing Script'), local('MarketingScript'), url('../MarketingScript.woff') format('woff'), url('../MarketingScript.ttf') format('truetype'), url('../MarketingScript.svg#MarketingScript') format('svg');
}
h1.gab {
	font: 34px/39px 'MarketingScriptRegular', Arial, sans-serif;
	letter-spacing: 0;
	color: #003768;
}

.gabriel {font: 20px/26px 'MarketingScriptRegular', Arial, sans-serif;}
.box1 {
	display:block;
	min-height: 150px;
	border: 1px solid #CCC;
	padding: 10px;
	min-height: 180px;
	margin: 8px 0;
	-webkit-border-radius:15px;
	border-radius:15px;
	-webkit-box-shadow:2px 2px 2px #CCC;
	box-shadow:2px 2px 2px #CCC;
}