/**
background = #E2E2E2
topnav = #952D44   #952D44
**/

body {
margin: 0px;
padding: 0px;
background-color: #E2E2E2; 

}

* {
margin: 0px;
padding: 0px;
}

.top{
width: 786px;
height: 160px;
background:#FFFFFF;
background:url(../images/bannerBG.jpg) repeat-x;
}

#outercontainer{
width: 820px;
margin: 0px auto;
background-image: url(../images/bg.jpg);
}

#container
{
width: 786px;
padding: 0px 17px 0px 17px;
font-family:Arial, Helvetica, sans-serif;
color:#666666;
background:url(../images/bottom.jpg) no-repeat bootom left;
}


.content
{
padding: 10px;
margin: 0px;
width: 766px;
min-height: 320px;

}

/* for IE6 */
* html .content {
height: 320px;
}

a:link {
	color: #952D44;
	font-weight:normal;
	text-decoration:underline;
}
a:visited {
	color: #952D44;
	font-weight:normal;
	text-decoration:underline;
}
a:hover {
	color: #E8BF55;
	font-weight:normal;
	text-decoration:none;
	
}
a:active {
	color: #666666;
	font-weight:normal;
	text-decoration:none;
}


h1{
	font-size: 1.4em;
	color:#952D44;
	text-transform: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
}

h2{
	font-size: 1em;
	color:#952D44;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: bold;
}

h3{
	font-size: 1.2em;
	color:#952D44;
	text-transform: none;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	font-weight: bold;
}


p {
font-size: .8em;
margin:0px;
padding: 10px 0px 10px 0px;
}


.title h1{
width: 100%;
text-align:center;
padding: 0px;
font-size: 1.6em;
color:#952D44;
}

.infobox{
width: 100%;
color:#333333;
background-color:#FFFFFF;
margin: 0px;
/*padding: 2px;*/
font-size:.9em;
}


.infobox ul{
list-style:outside;
}

.infobox li{
padding: 5px 0px 5px 0px;
}

.infobox li{
margin-left: 24px;
}


.supportBox{
margin-left:0px;
font-size: 1.4em;
text-align:center;
height: 300px;
}

.tableHead{
	background-color:#FFFFFF;
	color: #466EA0;
	font-size: 1.1em;
	font-weight: bold;
}

.rowDark{
	background-color:#E4E4E6;
	color: #466EA0;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}

.rowLight{
	background-color:#FFFFFF;
	color: #466EA0;
	font-size: 1em;
	font-weight: bold;
	padding: 5px;
}

td{
font-size: .8em;
}


.clear{
clear: both;
/*width: 90%;*/
}

.dotted{
border-bottom: 1px dotted #999999;
margin: 15px 0px 15px 0px;
}

.to-right{
float: right;
}

.to-left{
float: left;
}



.colour{
color: #666666;
}

.outline{
border: 1px solid #666666;
}


.form_button{
margin: 1px;
padding: 1px 3px 1px 3px;
background-image: url(../images/buttonBG_up.jpg);
border: 1px solid #466EA0;
font-family: Tahoma, Arial,  sans-serif;
color: #466EA0;
font-size: 12px;
font-weight: normal;
overflow:hidden;
display:block;
/*text-transform:uppercase;*/
}

a.button {
	padding: 5px 10px 6px 10px;
	font-size:0.95em;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/smallButton.gif) no-repeat top left;
	}


.footer
{
	clear: both;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	color: #466EA0;
	height:10px;
	text-align:center;
	font-size: 12px;
	font-weight: normal;
	border-top: 1px dotted #666666;
	width: 766px;
}

/* for IE */
* html #footer {
margin-bottom: -8px;
}
.bottom{
width: 820px;
height: 17px;
background:url(../images/bottom.jpg) no-repeat bottom left;
}


/** VIDEO AND SLIDE WINDOW STYLES**/




#vidHolder{
width: 766px;
min-height: 310px;
margin: 0px;
padding-top: 10px;
text-align:center;
/*border: solid 1px #466EA0;*/

}


/* for IE */
* html #vidHolder{ 
height: 310px;
}


#dropdown {
margin:4px 0px 0px 0px;
padding:0px;
height:20px;
/*float:left;*/
}


