/* GENERAL STYLES FOR ALL AREAS START */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	overflow: auto;
	background-color: #FFFFFF;
	margin: 0;
}

html{
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #F97B2E;
	scrollbar-highlight-color: #F97B2E;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #00000;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #F97B2E;
	}
/* this is a wrapper for the snippet master as body needs to be white to make snippets easily editable */
div#wrapper{
	background-color: #000000;
	margin: 0;
	padding: 10px 0 20px 0;
	width: 100%;
	height: 100%;
}


table.container{
background-color: #FFFFFF;
border-left: 2px solid #F97B2E;
border-bottom: 2px solid #F97B2E;
border-right: 2px solid #F97B2E;
border-top: 2px solid #F97B2E;
	background-image: url(../images/pagebg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

}
a{
	color: #F97B2E;
}
a:hover{
	color: #999999;
}

a.extras{
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	
}
a.extras:hover{
	color: #F97B2E;
}


h1{
font-size: 18px;
font-weight: bold;
border-bottom: 2px solid #F97B2E;
display: block;
}
h2{
font-size: 16px;
font-weight: bold;
color: #666666;
}

h3{
font-size: 16px;
font-weight: bold;
color: #000000;
border-bottom: 1px solid #F97B2E;
display: block;
}
h4{
	color: #F97B2E;
	font-weight: bold;
	border-bottom: 1px solid #F97B2E;
	display:block;
	width: 80%;	
}

ul {
	list-style-position: outside;
	list-style-image: url(../images/list.gif);
}

li{
padding-bottom: 5px;
}
.orangeBold{		
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #F97B2E;
	font-weight: bold;
}
.bold{
	font-weight: bold;
	}
.smallItalic{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}
.red{
	color: #CC0000;
	font-weight: bold;
	font-size: 12px;

}
hr{
	background-color: #F97B2E;
	border: 1px solid #F97B2E;
}
/* GENERAL STYLES FOR ALL AREAS END */

/* BACKGROUND COLOURS START */

.black{
background-color: #000000;
}

.orange{
background-color: #F97B2E;
}
/* BACKGROUND COLOURS END */


/* TOP HEADER STYLES START */
tr.orangethin{
background-color: #F97B2E;
line-height: 1px;
}

tr.shadow{
	line-height: 7px;
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
}

td.topbg{
	background-color: #000000;
		background-image: url(../images/topbg.jpg);
	background-repeat: no-repeat;
	background-position: right;

}

/* TOP HEADER STYLES END */


/* NAVIGATION STYLES START */

td.navcontainer{
width:  150px;
vertical-align:top;
}

table.nav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
		font-weight: bold;
margin-left: 0px;
margin-top: 30px;
	
}

table.nav p	{
line-height: 30px;
	background-image: url(../images/navbg.gif);
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 10px;
}

table.nav a{
	margin-left: 18px;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
}

table.nav a:hover{
	margin-left: 18px;
	text-decoration: none;
	color: #F97B2E;
	font-size: 11px;
}

table.nav a.index{
	margin-left: 18px;
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	text-transform: uppercase;
}

table.nav a.index:hover{
	margin-left: 18px;
	text-decoration: none;
	color: #F97B2E;
	font-size: 11px;
	text-transform: uppercase;
}
.active{
padding-left: 18px;
text-decoration: none;
color: #F97B2E;
font-size: 11px;
}
.activeIndex{
padding-left: 18px;
text-decoration: none;
color: #F97B2E;
font-size: 11px;
text-transform: uppercase;w
}

table.navaddons{
margin-left: 10px;
}
table.navaddons td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 20px;
}


/* NAVIGATION STYLES END */

/* MAIN content STYLES START */

td.content{
	vertical-align: top;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
td.content table{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	vertical-align: top;
}
table.inner{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	
	}
table.inner th{
	color: #F97B2E;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #F97B2E;
	
}
table.inner tr{
	border-bottom: 1px solid #F97B2E;
}
table.inner td{
	vertical-align: top;
	}

p.left{
margin-right: 15px;
}
p.right{
text-align: right;
margin-left: 5px;
}

/* MAIN content STYLES END */


/* PHOTO STYLES START */
img.right{
float: right;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 0px;
clear: none;
}

img.left{
float: left;
margin-top: 10px;
margin-bottom: 10px;
margin-right: 10px;
clear: none;
}


/* PHOTO STYLES END */

/* FORM STYLES START */
table.form{
	margin-left: 20px;

}
table.form td{
	padding: 4px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
label{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
input, textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	border: 1px solid #F97B2E;
	text-align: left;
}

.button{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: 2px solid #F97B2E;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}

select{
	background-color: #F97B2E;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold; 
	}



/* FORM STYLES END */

/* FOOTER START */
td.footer{
text-align: center;
font-size: 10px;
}
/* FOOTER END */
