@charset "utf-8";
/* Center Aligned Top Nav Layout */

body { /* Set verall colours, fonts and alignment */
		margin:auto;
		text-align: center;
		font-family: Verdana, Helvetica, sans-serif;
		font-size: 12px;
		color: #000;
		background-color: #fff;
	
}


#container { /* This is our master div that holds our site together */
		margin:auto;
		text-align: left;
		padding: 0px;
		width: 1020px;
		
		

}


#navbar{
		margin: 0px 0px 55px 0px;
		padding: 0px 0px 0px 0px;
		width: 1020px;
		height: 40px;
	

		
		
	
}

#logo {
			
	    margin: 0px 0px 0px 0px;
	    padding: 0px 0px 0px 0px;
		width: 166px;
		height: 77px;
		background-image: url(assets/images/logo.png);
		background-position:left;
		background-repeat: no-repeat;
		

}

#nav { /* This div holds our site navigation */
		margin: 0px 0px 10px 0px;
		padding: 5px 0px 0px 0px;
		height: 34px;
		width:535px;
		float:right;

		
}



#banner {
		margin: 0px 0px 0px 40px;
		padding: 0px 0px 0px 0px;
		width: 975px;
		height: 288px;


		

}


#bannerhalf {
		margin: 0px 0px 0px 40px;
		padding: 0px 0px 0px 0px;
		width: 980px;
		height: 78px;
		background-image:url(assets/img_5.jpg);
		background-position: bottom center;

		

}



#content { /* max of 600px for content, easy for read */
		
		margin: 10px 0px 0px 0px;
		padding: 1px 0px 0px 0px;
		width: 1020px;
	
		
}


#footerholder { /* You should always include a footer */ 
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 10px 0px;
	width: 1000px;
	height:25px;
	font-size:12px;
	background-color: #fff;



	
}

#footerleft { /* You should always include a footer */ 
	margin: 10px 0px 0px 0px; 
	padding: 0px 0px 0px 10px;
	width: 685px; 
	float: left;
}

#footerright { /* You should always include a footer */ 
	margin: 10px 0px 0px 0px; 
	padding: 0px 10px 0px 0px;

	float: right;
}



.strip{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	background-color:#8fbbd5;
	background-image: url(assets/images/strip.jpg);
	background-repeat:repeat-x;
	width: 980px;
	height:1px;
	
}


.footer_link {

	color: #000;
	font-size:12px;
	text-decoration:none;
}

.footer_link:hover {

	color: #666;
	font-size:12px;
}

.footer_link:visited {

	color: #000;
	font-size:12px;
}

.footer_link:visited:hover {

	color: #666;
	font-size:12px;
}




.clear {
	clear:both;
}



a:link{
	
	text-decoration:none;
	color: #e17913;
	
	}
	
	
a:hover{
	
	text-decoration:none;
	color:#cd6c0e;
	
	}


a:visited{
	
	text-decoration:none;
	color: #e17913;
	
	}

a:visited:hover{
	
	text-decoration:none;
	color:#cd6c0e;
	
	}



#contact_container{
	width:500px;
	height:550px;
	margin:20px 0px 0px 0px;
	padding:0px;
	
	border:0px;
}
.contact_textfield{
	float:right;
	height:20px;
	width:400px;
	font-size:12px;
	
}
.contact_textarea {
	float:right;
	width:400px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:12px;
}
.contact_dropdown {
	float:right;
	width:400px;
	height:20px;
	font-size: 12px;
	
}
.contact_field{
	clear:both;
	padding:15px 0 15px 0;
}
.contact_label {
	float:left;
	padding:8px 0 0 0;
	font-weight:bold;
}

.contact_header {
	width:100%;
	font-size:24px;
	color:#09F;
}



.ControlPanel .SubHead{ /* Set text attributes for headings. Could also be h1, h2, h3, h4, h5, h6 */
	font-size: 14px;
	font-weight: normal;
	text-decoration:none;
	color: #666;
}

.ControlPanel .CommandButton:link{
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color: #666;
}
.ControlPanel .CommandButton:visited{
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color: #444;
}
.ControlPanel .CommandButton:hover{
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color: #444;
}
.ControlPanel .CommandButton:active{
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color: #444;
}
#Form {
	margin:0px auto;
}

.TitleHead{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding: 0 0 0 0;
	color:#fff;
}
.Head{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding: 0 0 10px 0;
	margin:0px;
	color: #000;
}
.SubHead{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding: 0 0 10px 0;
	margin:0px;
	color: #000;
	font-weight:normal;
}
.Normal{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding: 0 0 10px 0;
	margin:0px;
	color: #000;
	
}


.contentpane{
	
	width:300px;

}

A.Normal:link{
	color: #000;
}
A.Normal:visited{
	color: #000;
}
.CommandButton {
	color: #000;
	font-size:10px;
}
A.CommandButton:link {
	color: #000;
	font-size:10px;
}
A.CommandButton:visited {
	color: #000;
	font-size:10px;
}
.Help
{
  padding-right: 20px;
  padding-left: 2px;
  font-weight: normal;
  font-size: 20px;
  padding-bottom: 2px;
  color: #F90;
  padding-top: 2px;
  font-family: Tahoma, Arial, Helvetica;
}
.c_icon {
border: none;	
}
.DataGrid_Header{
	color:#CCC;
	font-weight:bold;
}
.DataGrid_Item{
	color:#CCC;	
}
.login_text {
	color: #000;
}
.MainMenu_MenuContainer
{
     background-color: transparent;

}
.MainMenu_MenuItem
{
	color: #000;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
	
}
A.MainMenu_MenuItem:link
{
	color:#F60;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
}

.MainMenu_MenuItemSel {
	font-weight:normal;
	background-color: transparent;
	color:#ffef44;
	font-size:15px;
}
.MainMenu_SubMenu {
    z-index: 1000;
    background-color:#64899b;
	font-weight:normal;
}


.MainMenu_SubMenuItemSel {
    z-index: 1000;
    background-color:#3c3f40;
	font-weight:normal;
}
.MainMenu_MenuIcon
{
    background-color: #3c3f40;
    text-align: center;
    width: 25px;
    height: 25px;
}


/* GENERIC */
H1
{
   font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #000;
}

H2
{
   font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #black;
}

H3
{
   font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

H4
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}

H5, DT
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

H6
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000;
}

TFOOT, THEAD
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
}

TH
{
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}


SMALL
{
    font-size: 1em; 
font-family: Verdana, Helvetica, sans-serif;
}

BIG
{
    font-size: 14px;
font-family: Verdana, Helvetica, sans-serif;
}
























































