/* ---CSS2 Document--- */
/* ------------------- */

/* ---Main styles--- */
/* ----------------- */
* {
	padding: 0; 
	margin: 0;
}
:focus {
	outline: 0
}
img {
	border: none
}
.clear {
	clear: both
}
h1 {
	font: normal normal 24px "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	color: #339933
}
h2 {
	font: normal normal 18px "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	color: #210d6a;
	text-transform: uppercase
}
h3 {
	font-size: 16px;
	color: #f9461c
}
a {
	color: #f9461c
}
a:visited {
	color: #191c4c
}

/* ---Main Markup--- */
/* ----------------- */
body {
	background: #caced6 url('../images/body-background.png') repeat-x;
	font: 15px Arial, Helvetica, Garuda, sans-serif;
}
.wrapper {
	width: 900px;
	margin: 0 auto;
	position: relative
}
.header {
	height: 74px;
	position: relative;
	background: white
}
.images {
	height: 239px;
	position: relative;
	overflow: hidden;
	background: white
}
.menu {
	height: 75px;
	background: white
}
.content {
	padding: 44px 87px 30px;
	margin-bottom: 5px;
	background: white
}
.pre-footer {
	background: #210d6a;
	text-align: center;
	font: normal normal 16px "Trebuchet MS", Helvetica, Jamrul, sans-serif;
	color: white;
	padding: 5px 0;
	width: 900px;
	margin: 0 auto;
	position: relative
}
.footer {
	text-align: center;
	font-size: 10px;
	padding: 5px 0;
	width: 900px;
	margin: 0 auto 70px;
	position: relative
}
.fix-ie {
	height: 1px;
	overflow: hidden
}

/* ---Shadows--- */
/* ------------- */
.shadow-left {
	width: 9px;
	background: url('../images/shadow-left.png') repeat-y;
	position: absolute;
	left: -9px;
	top: 0%;
	bottom: 0%
}

.shadow-right {
	width: 9px;
	background: url('../images/shadow-right.png') repeat-y;
	position: absolute;
	right: -9px;
	top: 0%;
	bottom: 0%
}
.shadow-bottom {
	height: 14px;
	background: url('../images/shadow-bottom.png') repeat-x;
	position: absolute;
	left: 0%;
	right: 0%;
	bottom: -14px
}
.shadow-left-bottom {
	width: 9px; 
	height: 14px;
	background: url('../images/shadow-left-bottom.png') no-repeat;
	position: absolute;
	left: -9px;
	bottom: -14px;
	overflow: hidden
}
.shadow-right-bottom {
	width: 9px; 
	height: 14px;
	background: url('../images/shadow-right-bottom.png') no-repeat;
	position: absolute;
	right: -9px;
	bottom: -14px;
	overflow: hidden
}

/*---Custom Styles---*/
/*-------------------*/

.style1 {font-size: 13px}


/* ---Header--- */
/* ------------ */
.logo {
	display: block;
	position: absolute;
	top: 12px;
	left: 16px;
	width: 294px;
	height: 55px
}
.logo span {
	position: absolute;
	top: -10000px
}
.home {
	position: absolute;
	top: 46px;
	right: 41px;
	height: 24px;
	line-height: 24px;
	background: url('../images/home-icon.jpg') right top no-repeat;
	padding: 0 29px 0 5px;
	text-transform: uppercase;
	font-weight: bold;
	color: #3c8a2e;
	text-decoration: none
}
.home:visited {
	color: #3c8a2e;
}

/* ---Images--- */
/* ------------ */
.all-images {
	position: absolute;
	left: -10000px
}

/* ---Menu--- */
/* ---------- */
.menu ul {
	list-style: none;
	position: relative
}
.menu ul li {
	display: inline-block;
	float: left;
	width: 25%;
	height: 75px
}
.menu ul li a {
	display: block;
	height: 75px;
	text-decoration: none
}
.menu ul li.dgreen a {
	background: url('../images/who-menu.jpg') no-repeat
}
.menu ul li.lgreen a {
	background: url('../images/RTOdetails-menu.jpg') no-repeat
}
.menu ul li.dblue a {
	background: url('../images/faq-menu.jpg') no-repeat
}
.menu ul li.red a {
	background: url('../images/start-menu.jpg') no-repeat
}
.menu ul li a:hover {
	background-position: 0 -75px
}

/* ---Content--- */
/* ------------- */
.column-left {
	display: inline-block;
	float: left;
	width: 138px
}
.column-right {
	display: inline-block;
	float: right;
	width: 572px;
	line-height: 18px
}
.column-left p {
	margin: 12px 0;
	font-size: 11px
}
.column-right p {
	margin-bottom: 18px
}

/* ---Footer--- */
/* ------------ */
.footer a {
	text-decoration: none;
	color: black
}