@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #CCC;
	font: 13pt Arial, Helvetica, sans-serif;
	background-image: url(/images/bg.png);
	background-repeat: repeat-x;
	color: #000;
}

.wrap {
	width: 895px;
	margin: 0 auto;
}

.container {
	width: 895px;
	min-height: 270px;
	height: auto !important;
	height: 270px;
	text-align: center;
	float: left;

}

.header {
	width: 895px;
	height: 130px;
	background-image: url(/images/top-2.png);
	background-repeat: no-repeat;
	float: left;
	position: relative;
	text-align: center;
	
}

#header {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
 
}
 
#header a {
    display: block;
    width: 420px;
    height: 120px;
 
}

.nav {
	width: 895px;
	height: 27px;
	text-align: center;
	background-image: url(/images/bg-nav.png);
	background-repeat: no-repeat;
	float: left;
	padding-top: 8px;
	position: relative;
	z-index: 999;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #AF0008;
	margin: 0 auto;
	font-size: 20pt;
	border-bottom: #CCC 1px dashed;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #254C72;
	font-size: 14pt;
}

.photo {
	width: 895px;
	height: 398px;
	background-image: url(/images/main-photo-2.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}

#logoSW {
	width: auto;
	height: auto;
	position: absolute;
	bottom: 55px;
	right: 10px;	
}

#logoSW img {
	border: none;	
}

.mainContent {
	width: 892px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	float: left;
	text-align: center;
	padding-left: 3px;
}

.mainContentBack {
	width: 845px;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	float: left;
	text-align: left;
	padding: 15px;
	background-color: #FFF;
	border: 10px #CCC solid;
}

.mainText {
	width: 640px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	margin: 10px 10px 0px 10px;
	padding: 10px 0px 10px 20px;
	float: right;
	text-align: center;
	font: 13pt Arial, Helvetica, sans-serif;
	color: #676058;
	border-left: #85B9CE 1px solid;
}

.box {
	width: 261px;
	height: 235px;
	background-image: url(/images/red-box.png);
	background-position: top center;
	background-repeat: no-repeat;
	float: left;
	margin: 10px 5px;
	padding: 13px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	position: relative;
}

#box {
	padding-top: 31px;
}

#linkOne, #linkTwo, #linkThree {
	width: 287px;
	height: 251px;
	position: absolute;
	left: 0;
	top: 0;
	text-decoration: none;
}

.boxLeft {
	width: auto;
	height: auto;
	margin-top: 5px;
	margin-left: 10px;
	text-align: center;
	float: left;

}

.boxRight {
	width: auto;
	height: auto;
	float: right;
	text-align: center;
	margin-right: 10px;
	margin-top: 10px;

}

.footer {
	width: 100%;
	min-height: 150px;
	background-image: url(/images/bg-bott.png);
	background-position: top center;
	background-repeat: repeat-x;
	background-color: #346A9E;
	float: left;
	text-align: center;
	font: bold 9pt Arial, Helvetica, sans-serif;
	color: #FFF;
	padding-top: 0px;
	line-height: 1.75em;
}

.footerWrap {
	width: 890px;
	height: auto;
	margin: 0 auto;
	
}

#footerText {
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px auto;	
}

.footer a {
	color: #FFF;
	text-decoration: none;
	margin: 8px;
}

.footer a:hover {
	color: #CCC;
	text-decoration: none;
}

a {
	color: #346A9E;
	text-decoration: underline
}

a:hover {  
	color: #666; 
	text-decoration: none
}

#quote {
	
}

