@charset "utf-8";
/* CSS Document */

html{height:101%;}


body { /* the main background of the computer screen*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-color:#658096;
}

.mainOuter {/*the main background of the container eg.layout background*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image:url(images/index_18.jpg);
	background-repeat:repeat-y;
	width:939px;
	height:auto;
	text-align: left;
}

.links { /* this is the main outlines for all links within the site*/
	font-family:Arial, Helvetica, sans-serif;
	color:#658096;
	font-weight:bold;
	font-size:12px;
}

a:link{ /* what the link will look like*/
	font-weight:bold;
	color:#658096;
	text-decoration: underline;
}

a:visited{ /*a link after being visited by the user*/
	font-weight:bold;
	color:#658096;
	text-decoration: underline;
}

a:hover{ /*on the cursor hovering over the link*/
	text-decoration: underline;
	color: #666666;
	font-weight:bold;
}

.mainContainer {
	width:939px;
	height:auto;
	float:left;
	background-image:url(images/index_15.jpg);
}

h1{margin:0px 0px 10px 0px; padding:0px; font-size:18px; text-transform:uppercase;}

/* HEADER.PHP */
.header {
	width:939px;
	height:175px;
	float:left;
	font-size:1px;
}
/* HEADER.PHP END */

/* LEFT MENU / SIDE */
.menu {
	width:213px;
	height:auto;
	float:left;
	font-size:1px;
}

.categories {
	width:213px;
	height:26px;
	float:left;
	font-size:1px;
}

.image {
	width:213px;
	height:251px;
	float:left;
	font-size:1px;
}
/* END LEFT MENU / SIDE */

/* RIGHT SIDE */
.content_quote {
	width:726px;
	height:auto;
	float:left;
}

.quote {
	width:726px;
	height:auto;
	float:left;
}

.line {
	width:726px;
	height:23px;
	float:left;
	background-image:url(images/black_09.jpg);
	font-size:1px;
}

.content {
	width:488px;
	height:auto;
	float:left;
	padding-left:20px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left justify;
}

.terms {
	width:650px;
	height:auto;
	float:left;
	padding-left:20px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left justify;
}

.about {
	width:430px;
	height:auto;
	float:left;
	padding-left:20px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left justify;
}

.spacer_icon {
	width:195px;
	height:12px;
	float:left;
	font-size:1px;
}

.thanks {
	width:665px;
	height:auto;
	float:left;
	padding-left:20px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left justify;
}

.form {
	width:350px;
	height:auto;
	float:left;
	padding-left:20px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left justify;
}

.form_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.photo {
	width:181px;
	height:242px;
	float:left;
}

.certificate {
	width:233px;
	height:242px;
	float:left;
}

.map {
	width:325px;
	height:220px;
	float:left;
	padding-top:20px;
}

.published {
	width:213px;
	height:30px;
	float:left;
	background-image:url(images/published_15.jpg);
	background-repeat:no-repeat;
}
.icon_container {
	width:195px;
	height:auto;
	float:left;
}
.icon {
	width:60px;
	height:28px;
	float:left;
	background-image:url(images/pdf_15.jpg);
	background-repeat:no-repeat;
}
.title {
	width:135px;
	height:18px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-top:10px
}
/*END RIGHT SIDE */

.published-work{width:325px; height:auto; float:left;}

.icon-pdf{
	width:30px;
	height:30px;
	float:left;
	margin-right:10px;
	background-image:url(images/pdf.jpg);
	background-repeat:no-repeat;
}

.title-long {
	width:280px;
	height:30px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:7px 0px;
}


/* FOOTER */
.footer {
	width:939px;
	height:30px;
	float:left;
	background-image:url(images/rollover_17.jpg);
	margin-top:20px;
	background-repeat:no-repeat;	
}

.footer_text_left  {
	width:720px;
	height:15px;
	float:left;
	padding-left:50px;
	padding-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

.footer_text_right  {
	width:119px;
	height:15px;
	float:left;
	padding-top:8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}
/* END FOOTER */
