body {
        font: 13px 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #555555; 	
	margin: 0;
 	padding: 0;
	background: #070707;
	text-align: center;
}

#hiddeninfo {
        display:none;
}

#wrap {
        position:relative;
	width: 800px;	
	margin: 0 auto;
        padding: 7px 7px 5px 7px;
	text-align: left;
}

#maincontentiframediv {
	width:100%;
	position:relative;
	top:281px;
}

html>body #maincontentiframediv {
	width:100%;
	position:relative;
	top:267px;
}

iframe#iammain {
	margin-right:0;
	margin-left:7;
	padding-left:0px;
	padding-right:0px;
	marginwidth:0px;
	marginheight:0px;
	width:850px;
	height:900px;
}

html>body iframe#iammain {
	margin-right:0;
	margin-left:7;
	padding-left:0px;
	padding-right:0px;
	marginwidth:0px;
	marginheight:0px;
	width:850px;
	height:800px;
}

/* Links */
a, a:active, a:link {
        margin: 0px 7px 0px 7px;
        padding: 0px 7px 0px 7px;
	text-decoration: none;
	color: #99bbdd;			
}

a:visited {
        margin: 0px 7px 0px 7px;
        padding: 0px 7px 0px 7px;
	text-decoration: none;
	color: #99bbdd;
}

a:hover {
        margin: 0px 7px 0px 7px;
        padding: 0px 7px 0px 7px;
	color: #bbddff;
}

#header {
	width: 800px;	
	margin: 0; padding: 0;		
	background: transparent;
	font: bold 18px Georgia, 'Times New Roman', Times, serif;
	color: #ffffff;
	border: none;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #dddddd;
}

h1 {
	font-size: 44px;	
	font-weight: bold;	
}

h2 {
	font-size: 22px;
	color: #ffddbb;
	font-weight: bold;	
}

h3 {
	font-size: 19px;	
	font-weight: bold;
	color: #ddffbb;	
}

/* images */
img {
	background: #111111;
        border: 1px solid #111111;
	padding: 5px 5px 5px 5px;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail,
.Awarenessthumbnail,
.trthumbnail,
.trwthumbnail,
.blthumbnail,
.blwthumbnail,
.brthnl {
	position: relative;
	z-index: 0;
}

.thumbnail:hover,
.Awarenessthumbnail:hover,
.trthumbnail:hover,
.trwthumbnail:hover,
.blthumbnail:hover,
.blwthumbnail:hover,
.brthnl:hover {
	background-color: transparent;
	z-index: 50;
}

.thumbnail span,
.Awarenessthumbnail span,
.trthumbnail span,
.trwthumbnail span,
.blthumbnail span,
.blwthumbnail span,
.brthnl span { /* CSS for enlarged image */
	position: absolute;
	background-color: #222222;
	padding: 5px;
	left: -1000px;
	border: 1px solid #443344;
	visibility: hidden;
	color: #ffffff;
	text-decoration: none;
}

.thumbnail span img,
.Awarenessthumbnail span img,
.trthumbnail span img,
.trwthumbnail span img,
.blthumbnail span img,
.blwthumbnail span img,
.brthnl span img { /* CSS for enlarged image */
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span { /* CSS for enlarged image on hover */
visibility: visible;
	top: -163px;
	left: -7px; /* position where enlarged image should offset horizontally */

}

.Awarenessthumbnail:hover span { /* CSS for enlarged image on hover */
visibility: visible;
	top: -187px;
	left: -104px; /* position where enlarged image should offset horizontally */

}

html>body .thumbnail:hover span { /* CSS for enlarged image on hover */
visibility: visible;
	top: -187px;
	left: -7px; /* position where enlarged image should offset horizontally */

}

.trthumbnail:hover span { /* CSS for enlarged image on hover top right */
	visibility: visible;
	top: -187px;
	left: -208px; /* position where enlarged image should offset horizontally */

}

.trwthumbnail:hover span { /* CSS for enlarged image on hover top right */
	visibility: visible;
	top: -187px;
	left: -289px; /* position where enlarged image should offset horizontally */

}

.blthumbnail:hover span { /* CSS for enlarged image on hover bottom left */
	visibility: visible;
	top: -238px;
	left: -7px; /* position where enlarged image should offset horizontally */

}

.blwthumbnail:hover span { /* CSS for enlarged image on hover bottom left */
	visibility: visible;
	top: -137px;
	left: -7px; /* position where enlarged image should offset horizontally */

}

.brthnl:hover span { /* CSS for enlarged image on hover bottom right */
	visibility: visible;
	top:-238px;
	left:-208px; /* position where enlarged image should offset horizontally */

}

/* start - table */

table {
	margin: 5px 5px 5px 5px; 
}

html>body table {
	margin: 0px 0px 0px 0px; 
}

td {
	font: normal 17px 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;	
	color: #ffffff;
}

td#quarter {
	width:193px;
	border: 1px solid #443344;
	font: normal 17px 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;	
	color: #ffffff;
}

td#half {
	width:386px;
	font: normal 17px 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;	
	color: #ffffff;
}

/* end - table */

/* form elements */
form {
	margin: 10px 5px 5px 5px;
	padding: 4px 5px 10px 5px;
	border: 1px solid #111111; 
	background: #070707; 	
}

input, select, textarea {
	padding: 4px 3px 3px 3px;
	font: normal 10px Verdana, Tahoma, sans-serif;
	color: #666666;
	background: #070707;  
	border: 1px solid #111111;
}
textarea {
	width: 700px;
	height: 200px;
	display: block;	
}

/* footer */

#footer {
	position:absolute;
	top:1300px;right:100px;
	display:inline;
	padding: 10px 0px 14px 0px;
	margin: 30px 0px 30px 0px;
	font: normal 10px 'Trebuchet MS', Tahoma, sans-serif;	
	background: #070707;
	color: #dddddd;
	width:800px;
	font-style: italic;

}

html>body #footer {
	position:absolute;
	top:1300px;right:100px;
	display:inline;
	padding: 20px 0px 14px 0px;
	margin: 60px 0px 30px 0px;
	font: normal 10px 'Trebuchet MS', Tahoma, sans-serif;	
	background: #070707;
	color: #dddddd;
	width:800px;
	font-style: italic;

}

#footer table{
	margin: 5px 5px 5px 5px; 
	font: normal 10px 'Trebuchet MS', Tahoma, sans-serif;	
	background: #070707;
	color: #dddddd;
	width:800px;
	font-style: italic;

}

html>body #footer table{
	font: normal 10px 'Trebuchet MS', Tahoma, sans-serif;	
	background: #070707;
	color: #dddddd;
	width:800px;
	font-style: italic;

}

#footer table tr td{
	font: normal 10px 'Trebuchet MS', Tahoma, sans-serif;	
	background: #070707;
	color: #dddddd;
	font-style: italic;

}