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

/*colours*/
/* nav red; #ee2525; */
/* grey text; #666; */
/* red text; #c00; */
/* light grey background; #f4f6f6; */

/* TOC
	1 = html (tags)
	2 = structure
	3 = navigation
	4 = text
	5 = forms
	6 = tables
	7 = hacks
*/


/* 1 HTML */
body {
	margin:0 auto;
	width:949px;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;
}

img {
	border:0;
}
/* 1 HTML ENDS */


/* 2 STRUCTURE */
div.bar {
	height:10px;
	width:100%;
	margin:0;
	border-top:solid #fff 10px;
	background:repeat-x url(../images/redbar.gif) bottom;
	clear: both;
}
div.header {
	height:110px;
	width:100%;
	margin:0;
	padding:0;
	background:no-repeat url(../images/header.gif) top left;
}
div.contentholder {
	width:706px;
	margin:10px 0 0 0;
	padding:0;
	float: right;
	display: inline;
}
div.contentholder1 {
	width:600px;
	margin:0px 0 0 0;
	padding:0;
	float: left;
	display: inline;
}
div.contentholder2 {
	width:706px;
	margin:10px 0 0 0;
	padding:0;
	float: right;
	display: inline;
}
div.box {
	width:196px;
	background:#f4f6f6 repeat-x url(../images/greybottomfade.gif) bottom;
	padding:10px;
	text-align: left;
	color:#666;
	margin: 0 0 10px 0;
}
div.box p{
	padding:5px 10px 10px 20px;
	margin: 0;
}
div.box ul {
	list-style:none;
	margin:5px 0 5px 20px;
	padding:0 10px 0 0;
}
div.box ul li{
	line-height:140%;
	margin:0;
	padding:0;
	text-indent:15px;
	background:url(../../assets/images/build/bullet_orange.gif) no-repeat top left;
}
div.rightside {
	float:right;
	width:160px;
	margin:0 0 0 10px;
	padding:1px 0 1px 1px;
	display: inline;
	background:#f4f6f6 repeat-x url(../images/greybottomfade.gif) bottom;
}
div.logos {
	clear:both;
	width:100%;
	height:75px;
	padding:10px 0 0 0;
	text-align: center;
}
div.logos ul{
	margin:0;
	padding:0;
}
div.logos li{
	display:inline;
	padding:0 10px;
}
img.imageright {
	float:right;
	margin:0 0 5px 20px;
}
img.imageleft {
	float:left;
	margin:0 15px 2px 0;
}
div.rightside ul{
	background:none;
	padding:0;
	margin:5px 0 0 0;
	list-style:none;
}
div.rightside li{
	background:none;
	padding:0;
	margin:0;
	list-style:none;
	text-indent:none;
	clear: left;
}
div.rightside img{

}
/*2 STRUCTURE ENDS*/


/*3 NAVIGATION */
div.horizontalnav {
	height:34px;
	margin:0 auto;
	padding:0;
	background:repeat-x url(../images/navback.gif) top;
	font-size:120%;
	font-weight:bold;
}
div.horizontalnav ul{
	margin:0;
	padding:0;
	display:inline;
}
div.horizontalnav ul li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
}
div.horizontalnav ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
	padding:9px 18px;
	height:16px;
	margin:0;
	float:left;
}
div.horizontalnav ul li a:hover{
	background:repeat-x url(../images/navbackon.gif) top;
}
div.navigation {
	width:224px;
	margin:10px 0 0 0;
	padding:0;
	float: left;
	clear: left;
}
div.navigation ul{
	margin:0;
	padding:0;
	font-size:95%;
	font-weight: bold;
}
div.navigation ul li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	width:100%;
	min-height:23px;
	background:#f4f6f6 repeat-x url(../images/greybottomfade.gif) bottom;
}

div.navigation1 {
	width:150px;
	margin:10px 0 0 0;
	padding:0;
	float: left;
	clear: left;
}
div.navigation1 ul{
	margin:0;
	padding:0;
	font-size:95%;
	font-weight: bold;
}
div.navigation1 ul li{
	margin:0;
	padding:0;
	float:left;
	list-style:none;
	width:100%;
	max-height:20px;
	background:#f4f6f6 repeat-x url(../images/greybottomfade.gif) bottom;
}
/*3 NAVIGATION ENDS*/


/*4 TEXT*/
h1 {
	font-size:180%;
	font-weight:normal;
	margin: 0;
	color: #c00;
	padding:4px 0;
	background:repeat-x url(../images/linegrey.gif) bottom left;
	display:inline;
}
h2 {
	font-size:140%;
	font-weight:normal;
	margin: 0;
	color: #c00;
}
div.navigation ul li a{
	width:204px;
	margin:0;
	padding:4px 0 4px 20px;
	float:left;
	display:block;
	color:#666;
	text-decoration:none;
	background:no-repeat url(../images/bulletnav.gif) left;
	
}
div.navigation ul li a:hover{
	color:#fff;
	background:#ee2525 repeat-x url(../images/navback.gif) bottom;
}

div.navigation1 ul li a{
	width:150px;
	margin:0;
	padding:4px 0 4px 20px;
	float:left;
	display:block;
	color:#666;
	text-decoration:none;
	background:no-repeat url(../images/bulletnav.gif) left;
	
}
div.navigation1 ul li a:hover{
	color:#fff;
	background:#ee2525 no-repeat url(../images/navback1.gif) bottom;
}
div.copy p{
	padding:8px 0 3px 0;
	margin:0;
	line-height:160%;
}
div.copy a{
	color:#333;
	text-decoration:none;
}
.TableText {
}

div.copy a:hover{
	color:#ee2525;
}
div.copy ul{
	margin:0;
	padding:6px 0;
	list-style:none;
}
div.copy ul li{
	background:no-repeat url(../images/bulletred.gif) left;
	text-indent:12px;
}
div.rightside h1, div.box h1{
	font-size:160%;
	line-height:160%;
	font-weight:normal;
	margin: 10px 0;
	color: #c00;
	padding:4px 0;
	display:inline;
}
div.box h1{
	margin-top:0;
	background-image:none;
}
/*4 TEXT ENDS*/


/*5 FORMS*/

form {
	padding:0;
	margin:3px 0;
	vertical-align:top;
}
form label{
	padding:0;
	margin:0;
	vertical-align:top;
}
input.searchbox{
	width:110px;
	padding:0 0 0 2px;
	margin:0 8px;
	vertical-align:top;
	font-size:90%;
	line-height:inherit;
}
input.searchbutton{
	color:#fff;
	padding:0 5px;
	margin:0;
	background:#ee2525 repeat-x url(../images/navback.gif) bottom;
	font-weight:bold;
	border:0;
}
div.copy form label {
	width: 150px;
	float: left;
	text-transform: capitalize;
}
div.copy form input.text, div.copy form textarea.text {
	width: 250px;
}
/*5 FORMS ENDS*/

/*6 TABLES*/
div.copy table th {
	text-align: left;
	background: url(../../assets/css/assets/images/navback.gif) repeat-x bottom;
	padding: 5px 2px;
	white-space: nowrap;
	color: #FFF;
}
div.copy table td {
	padding: 2px;
}
div.copy table tr.alt {
	background: #e5e5e5;
}
/*6 TABKES ENDS/


/*7 HACKS */
div.clear {
	clear:both;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/*7 HACKS ENDS */
.TableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#FWTableContainer110748161 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:224px;
	height:216px;
	text-align:left;
}

#MMMenuContainer0806134843_0 {
/* This ID is related to the master menu div for menu MMMenuContainer0806134843_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:224px;
	top:120px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0806134843_0 {
/* This class defines things about menu MMMenu0806134843_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#cccccc;
	border:1px solid #ffffff;
	width:245px;
	height:70px;
}

.MMMIFVStyleMMMenu0806134843_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0806134843_0 */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	width:245px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:237px;
	height:16px;
}

.MMMIVStyleMMMenu0806134843_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu0806134843_0 */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	width:245px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:237px;
	height:16px;
}

#MMMenu0806134843_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu0806134843_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0806134843_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu0806134843_0 so we can set its position */
	left:0px;
	top:24px;
}

#MMMenu0806134843_0_Item_2 {
/* Unique ID for item 2 of menu MMMenu0806134843_0 so we can set its position */
	left:0px;
	top:47px;
}

#MMMenuContainer0806134843_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0806134843_0 a {
/* Controls the general apperance for menu MMMenuContainer0806134843_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#f5f5f5;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0806134843_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0806134843_0 */
	color:#ffffff;
	background-color:#ff0000;
}
#MMMenuContainer0806141245_1 {
/* This ID is related to the master menu div for menu MMMenuContainer0806141245_1 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:224px;
	top:144px;
	visibility:hidden;
	z-index:300;
}

#MMMenu0806141245_1 {
/* This class defines things about menu MMMenu0806141245_1's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#cccccc;
	border:1px solid #ffffff;
	width:282px;
	height:139px;
}

.MMMIFVStyleMMMenu0806141245_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0806141245_1 */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	width:282px;
	height:24px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:274px;
	height:16px;
}

.MMMIVStyleMMMenu0806141245_1 {
/* This class determines the general characteristics of the menu items in menu MMMenu0806141245_1 */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	width:282px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:274px;
	height:16px;
}

#MMMenu0806141245_1_Item_0 {
/* Unique ID for item 0 of menu MMMenu0806141245_1 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu0806141245_1_Item_1 {
/* Unique ID for item 1 of menu MMMenu0806141245_1 so we can set its position */
	left:0px;
	top:24px;
}

#MMMenu0806141245_1_Item_2 {
/* Unique ID for item 2 of menu MMMenu0806141245_1 so we can set its position */
	left:0px;
	top:47px;
}

#MMMenu0806141245_1_Item_3 {
/* Unique ID for item 3 of menu MMMenu0806141245_1 so we can set its position */
	left:0px;
	top:70px;
}

#MMMenu0806141245_1_Item_4 {
/* Unique ID for item 4 of menu MMMenu0806141245_1 so we can set its position */
	left:0px;
	top:93px;
}

#MMMenu0806141245_1_Item_5 {
/* Unique ID for item 5 of menu MMMenu0806141245_1 so we can set its position */
	left:0px;
	top:116px;
}

#MMMenuContainer0806141245_1 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer0806141245_1 a {
/* Controls the general apperance for menu MMMenuContainer0806141245_1's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#f5f5f5;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer0806141245_1 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer0806141245_1 */
	color:#ffffff;
	background-color:#ff0000;
}


