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


body.tmgo-mainstyle#page-homepage {
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-size: 100%;
    background-color: #233D4F;
    background-image: url(../images/mainbg-repeat-x.gif);
    background-repeat: repeat-x;
    background-position: center top;
}
body.tmgo-mainstyle#page-homepage #container {
    width: 950px; /* the auto margins (in conjunction with a width) center the page */
    border: none;
    text-align: left; /* this overrides the text-align: center on the body element. */
    font-size: 0.9em;
    padding: 0px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
/*	background-image: url(../images/main-topbg_v3_blue.png);*/
    background-image: url(../images/main-topbg.gif); 
    background-repeat: no-repeat;
    background-position: center top;
}
.tmgo-mainstyle#page-homepage #mainContent {
	height: 370px;
	background-repeat: no-repeat;
	background-position: right top;
	width: 850px;
	margin-right: 50px;
	margin-left: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	position: relative;
}
#page-homepage #mainContent img {
	margin: 0px;
	padding: 0px;
	border: none;
}
#page-homepage #homepage_imageborder {
	background-image: url(../images/home-imageborder-850x370.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 370px;
	width: 850px;
}

.tmgo-mainstyle#page-homepage mainContent p {
	padding: 0px;
	margin: 0px;
}

.tmgo-mainstyle#page-homepage #container h1{
	font-size: 1em;
	color: #FFF;
	letter-spacing: 5px;
	font-weight: normal;
}
.tmgo-mainstyle#page-homepage #container h2{
	display: none;
}
.tmgo-mainstyle#page-homepage #header {
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
	position: relative;
	height: 43px;
}

.tmgo-mainstyle#page-homepage p#homeintro {
	position: absolute;
	letter-spacing: 5px;
	display: block;
	width: 600px;
	float: left;
	margin: 0px;
	padding: 0px;
	top: 300px;
	left: 30px;
}
.tmgo-mainstyle#page-homepage #homeapplynow {
	float: right;
	color: #233D4F;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
}
.tmgo-mainstyle#page-homepage #header #homeapplynow a, .tmgo-mainstyl#page-homepage #header #homeapplynow a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
}
.tmgo-mainstyle#page-homepage #header #homeapplynow a:hover, .tmgo-mainstyl#page-homepage #header #homeapplynow a:active {
	font-weight: normal;
	text-decoration: underline;
	color: #233D4F;
}

.tmgo-mainstyle#page-homepage #header a.whitetext, .tmgo-mainstyle#page-homepage #header a.whitetext:visited {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}
.tmgo-mainstyle#page-homepage #header a.whitetext:hover, .tmgo-mainstyle#page-homepage #header a.whitetext:active {
	font-weight: normal;
	text-decoration: none;
	color: #fff;
}
