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

* { margin:0; border:0;}
body {
	z-index: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #E0DEC4;
}
.clr { clear:both; }
a {
	text-decoration:none;
	color: #2470C8;
}
h1{
	color: #281B15;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2{
	color: #11325F;
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #11325F;
	margin-top: 10px;
}
h3{
	font-weight: bold;
	color: #2268C0;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p{
	line-height: 25px;
	color: #281B15;
	padding-bottom: 20px;
}
ul {
	padding-left:40px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-top: 5px;
}
li {
	padding-bottom: 3px;
}

.header {
	position: relative;
	height: 100px;
	background-color: #E0DEC5;
	background-image: url(images/hcsi-header.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bodyContent {
	width: 900px;
	position: relative;
	z-index: 100;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/hcsi-content-gradient.jpg);
	background-repeat: repeat-x;
	padding-bottom: 50px;
}
.bodyContent .menuContainer {
	position: relative;
	background-color: #281B15;
	margin-right: 5px;
	margin-left: 5px;
	color: #FFF;
	padding: 3px;
	height: 19px;
	z-index: 200;
}
.bodyContent .content {
	padding: 15px;
}
.bodyContent .content p {
	text-align:justify;
}
.bodyContent .headerPhoto {
	height: 270px;
	position: relative;
	background-color: #11325F;
	margin-right: 5px;
	margin-left: 5px;
	padding: 15px;
	background-image: url(images/HeaderBackgroundImage.jpg);
	background-repeat: no-repeat;
}
.bodyContent .headerPhoto .headerCol1 {
	float: left;
	width: 270px;
	position: relative;
	height: 270px;
}
.bodyContent .headerPhoto .headerCol1 h1 {
	color: #FFF;
	font-weight: lighter;
	text-align: center;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
}
.bodyContent .headerPhoto .headerCol1 p {
	color: #FFF;
	text-align: center;
	padding-bottom: 10px;
	padding-right: 2px;
	padding-left: 2px;
}
.bodyContent .headerPhoto .headerCol1 .chooseLanguage {
	font-size: 11px;
}

.button {
	background-color: #042045;
	padding: 3px;
	display: block;
	color: #FFF;
	font-size: 12px;
	border: 1px solid #091B33;
	text-align: center;
	background-image: url(images/buttonBackground.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	cursor: hand;
	margin-top: 5px;
	margin-right: 10%;
	margin-bottom: 5px;
	margin-left: 10%;
}
.button a { color:#FFF;}

.bodyContent .headerPhoto .headerCol2 {
	float: right;
	width: 570px;
	position: relative;
	height: 270px;
	overflow: hidden;
}
.downloadPdf {
	background-image: url(images/icon-download.png);
	background-repeat: no-repeat;
	border: 1px solid #D6D6D6;
	height: 45px;
	padding-top: 12px;
	padding-left: 70px;
	font-size: 20px;
	color: #666;
	margin-bottom: 2px;
	display:block;
}
.downloadPdf:hover {
	background-color: #DDE9EE;
}.tableInfo {
	font-size: 15px;
	border: 1px solid #999;
}
.imgLeft {
	border: 3px solid #281B15;
	margin-right: 10px;
	float: left;
}
.imgRight {
	border: 3px solid #281B15;
	float: right;
	margin-left: 10px;
}
.testimonial {
	border: 2px solid #666;
	padding: 3px;
	display: block;
	margin-bottom: 15px;
}
.testimonialContent {
	font-size: 16px;
	padding-left: 130px;
	padding-right: 45px;
	background-color: #F2ECE1;
}
.testimonialPhoto {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
}
.photoAlbum {
	border: 3px solid #294669;
}
.rightContact {
	float: right;
	padding-left: 20px;
	padding-bottom: 15px;
}
.contactForm {
	padding-bottom: 3px;
	background-color: #E0DEC4;
	border: 1px solid #9CBBFC;
	color: #333;
	margin-bottom: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
fieldset {
	border: 1px solid #666;
}
legend {
	font-size: 20px;
	font-weight: bold;
}
.submitApplication {
	font-size: 24px;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #666;
	color: #666;
}
.text10 {
	font-size: 10px;
}
.header .language {
	float: right;
	font-size: 12px;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
