/***************************************************************************/
/* Main Section                                                            */
/***************************************************************************/
* {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

format-clear {
	clear: both;
}

body {
	margin-top: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-image: url(../images/tas-bkgnd.gif);
	background-repeat: repeat;
}
 
#page-body {
	position: relative;
	width: 720px;
	margin: auto;
	background-color: white;
}

#page-body-front {
	position: relative;
	min-height: 100%;
	width: 720px;
	margin: auto;
	background-color: white;
}

#page-header {
	width: 720px;
	height: 124px;
	margin: auto;
	background-color: #0d062e;
	background-image: url(../images/tas-header.jpg);
	background-repeat: no-repeat;
}

/***************************************************************************/
/* Navigation                                                              */
/***************************************************************************/

#page-nav {
	float:right;
	width: 720px;
	height: 25px;
	padding-top: 99px;
}

.navitem a {
	height: 25px;
	overflow: hidden;
	line-height: 100px;
	float:left;
}

.navitem a.home { width: 95px; background: url(../images/nav-bar.gif) 0px 0px; }
.navitem a.home:hover { background-position: 0px 25px; }
.navitem a.aboutus { width: 101px; background: url(../images/nav-bar.gif) -95px 0px; }
.navitem a.aboutus:hover { background-position: -95px 25px; }
.navitem a.recruits { width: 187px; background: url(../images/nav-bar.gif) -196px 0px; }
.navitem a.recruits:hover { background-position: -196px 25px; }
.navitem a.training { width: 101px; background: url(../images/nav-bar.gif) -383px 0px; }
.navitem a.training:hover { background-position: -383px 25px; }
.navitem a.testimonials { width: 120px; background: url(../images/nav-bar.gif) -484px 0px; }
.navitem a.testimonials:hover { background-position: -484px 25px; }
.navitem a.contactus { width: 115px; background: url(../images/nav-bar.gif) -604px 0px; }
.navitem a.contactus:hover { background-position: -604px 25px; }

/***************************************************************************/
/* Front page content                                                      */
/***************************************************************************/


#page-content-front {
	min-height: 400px;
	background-image: url(../images/home-content-bkgnd.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.front-text {
	color: #0d062e;
	font-size: 0.8em;
	line-height: 1.4em;
	width: 400px;
	padding-left: 60px;
	padding-top: 5px;
}

#page-footer-front {
	height: 145px;
	background-image: url(../images/home-footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#apply-button {
	float: right;
	margin-right: 35px;
	margin-top: 80px;
}

/***************************************************************************/
/* Normal page content                                                     */
/***************************************************************************/

#page-content {
	min-height: 333px;
	background-color: white;
}

#page-content-title {
	padding-right: 25px;
	padding-top: 32px;
	float: right;
	width: 480px;
}

#page-content-title h2 {
	color: #0d062e;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.4em;
}

#page-content-body {
	float: right;
	padding-right: 25px;
	width: 480px;
}

#page-content-body .page-text {
	color: #0d062e;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#page-content-body h2 {
	color: #0d062e;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 3px;
}

#page-content-body h2.testimony {
	color: #0d062e;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.4em;
	padding-top: 15px;
	padding-bottom: 3px;
}

#page-content-body li {
	color: #0d062e;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-bottom: 3px;
	margin-left: 20px;
}

#page-content-button {
	margin-top: 350px;
	float: left;
}

#page-content-images {
	width: 700px;
	float: left;
	padding-top: 15px;
	padding-left: 30px;
}

#page-content-images img {
	padding-right: 12px;
}

#page-content-clear {
	padding-top: 20px;
	clear: both;
}

#page-content-state {
	float:left;
	width: 720px;
	min-height: 444px;
	background-image: url(../images/state-map.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#page-content-state .page-text {
	color: #0d062e;
	margin-left: 33px;
	width: 220px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#location-list {
	color: #0d062e;
	margin-top: 20px;
	margin-left: 33px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 225px; 
	overflow: auto; 
	width: 225px;
	border: solid 1px black;
	font-size: 0.8em;
	line-height: 1.1em;
}

#return-link {
	width: 200px;
	text-align: right;
	float: right;
	margin-top: 430px;
	padding-right: 15px;
}

#return-link a {
	font-size: 0.8em;
	color: #0d062e;
	text-decoration: none;
}

#return-link a:hover {
	text-decoration: underline;
}

#page-content-contact {
	float:left;
	width: 720px;
	min-height: 444px;
}

#page-content-contact .page-text {
	color: #0d062e;
	margin-left: 33px;
	width: 220px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#page-content-contact h2 {
	color: #0d062e;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.4em;
	margin-left: 33px;
	padding-top: 2px;
	padding-bottom: 3px;
}

#contact-form {
	margin-top: 25px;
	margin-right: 15px;
	float: right;
	width: 350px;
}

/***************************************************************************/
/* Footer bits                                                             */
/***************************************************************************/

#page-footer-bar {
	height: 47px;
	background-image: url(../images/tas-footer.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#page-footer-text {
	height: 35px;
	margin-top: 4px;
	padding-top: 3px;
	margin: auto;
	width: 720px;
}

#page-footer-text p.left {
	color: black;
	line-height: 1em;
	float: left;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
}

#page-footer-text p.right {
	color: black;
	line-height: 1em;
	float: right;
	text-align: left;
	vertical-align: top;
	font-size: 10px;
}

#page-footer-text p.left a {
	color: black;
	text-decoration: none;
}

#page-footer-text p.left a:hover {
	text-decoration: underline;
}
