/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
    font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}
	h1, h2, a {

	}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

.spacer { height:5px; }

.formfield {border: 1px solid #ffffff;}

#bg_image, #DL_flash_index{
    position:absolute;
    z-index:1;
    height:100%;
    width:100%;
    overflow:hidden;
}
#scrollable { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; }

div#container {
	position:absolute; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow:auto;
}

div#centre {
	position:relative; /* center, not in IE5 */
	margin-top:25px;
}

div#greyboxcentre {
	position:relative; /* center, not in IE5 */
	margin-top:10%;
	z-index:10; 
}


div#header {

}
div#header p {
	position:absolute;
	z-index:3; 
	width:100%;
	Top:0;
	height: 91px;
	text-align: left;
}
	div#header p {
		padding:0;
		margin:0;
	}
div#headerhome {
	position:absolute;
	width:100%;
	bottom:0;
	height:91px;
}

#headerL {width:50%; text-align:left; float:left;}
#headerR {width:50%; text-align:right;float:right;}
.toppad {margin-top: 0px; vertical-align: top;
}

div#content {
	padding:1em 1em 5em; /* bottom padding for footer */
	height:99%;
	
}

div#content p {
	text-align:justify;
	padding:0 1em;
	
}

div#footer {
	position:absolute;
	z-index:2; 
	width:100%;
	bottom:-1;
	text-align: right;
}

div#footer p {
	padding:0;
	margin:0;
}
	
div#footerhome {
	position:absolute;
	width:100%;
	bottom:0;
	height:100%;
	
}

#footerL { position:absolute; bottom:10px; padding:0px; vertical-align:bottom; background:none; border:0px; width:165px; height:90%; text-align:left; margin-top:120px;  }
#footerR { text-align:right;
		   float:right;
		   width:285px;
		   height:32;
		   bottom:10px;
		   padding:0px;
		   background:none;    
		   border:0px;
		   z-index:20;
		   position:fixed;
		   right:10px;
		   }
		   
.buttpad {margin-top: 410px; vertical-align: bottom;
}

/* THE DROP DOWN MENU  */
	#dhtmlgoodies_slidedown_menu li{
		list-style-type:none;
		position:relative;
	}
	#dhtmlgoodies_slidedown_menu ul{
		margin:0px;
		margin-top:4px;
		padding:0px;
		position:relative;

	}

	#dhtmlgoodies_slidedown_menu div{
		margin:0px;
		padding:0px;
	}
	/* 	Layout CSS */
	#dhtmlgoodies_slidedown_menu{		

		visibility:hidden;
		padding:1px;

		width: 166px;	/* IE 5.x */
		width/* */:/**/165px;	/* Other browsers */
		width: /**/165px;	
		
	}

	/* All A tags - i.e menu items. */
	#dhtmlgoodies_slidedown_menu a{
		color: #000;
		text-decoration:none;	
		display:block;
		clear:both;

		padding-left:0px;	
		
		width: 166px;	/* IE 5.x */
		width/* */:/**/165px;	/* Other browsers */
		width: /**/165px;
		
	}
	
	img{
		border:0px;
	}
	
	/*
	A tags 
	*/
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth1{	/* Main menu items */
		margin-top:1px;
		font-weight:bold;
		background-color:#000000;
		color:#000000;
		
		height:30px;
		line-height:30px;
		vertical-align:middle;
		padding-left:0px;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth2{	/* Sub menu items */
		margin-top:1px;
		text-align:center;
		font-weight:bold;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth3{	/* Sub menu items */
		margin-top:1px;
		font-style:italic;
		color:blue;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4{	/* Sub menu items */
		margin-top:1px;
		color:red;
	}	
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth5{	/* Sub menu items */
		margin-top:1px;
	}

	/* UL tags, i.e group of menu utems. 
	It's important to add style to the UL if you're specifying margins. If not, assign the style directly
	to the parent DIV, i.e. 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1
	
	instead of 
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul
	*/
	
	#dhtmlgoodies_slidedown_menu .slideMenuDiv1 ul{
		padding:0px;
	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv2 ul{

	}
	#dhtmlgoodies_slidedown_menu .slideMenuDiv3 ul{
		margin-left:0px;
		padding:0px;
	}
	#dhtmlgoodies_slidedown_menu .slMenuItem_depth4 ul{
		margin-left:0px;
		padding:0px;
	}
/* -------------------------- TEMPLATE & LAYOUT STYLES ---------------------------------- */
h1 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color:#CCCCCC;
	 margin:0px; 
}
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #ffffff;
	 margin:20px; 
}
h2 a:link    {color:#660000; text-decoration:underline;}
h2 a:visited {color:#660000; text-decoration:underline;}
h2 a:hover   {color:#FF6600; text-decoration:none; cursor:pointer;}
h2 a:active  {color:#660000; text-decoration:underline;}
.ours { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; text-decoration: none; color:#999999;
        padding-top:10px; padding-bottom:15px;}			 
.ours a:link    {color:#999999; text-decoration:underline;}
.ours a:visited {color:#999999; text-decoration:underline;}
.ours a:hover   {color:#666666; text-decoration:underline; cursor:pointer; }
.ours a:active  {color:#999999; text-decoration:underline;
}
.impadR {margin-left:10px;margin-bottom:10px;float:right;}
.impadL {margin-right:10px;margin-bottom:10px;float:left;}

/* -------------------------------- TEXT STYLES ----------------------------------------- */
.maintxt { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; line-height:130%;  }
.maintxt a:link    {color:#000000; text-decoration:underline;}
.maintxt a:visited {color:#000000; text-decoration:underline;}
.maintxt a:hover   {color:#999999; text-decoration:none; cursor:pointer;}
.maintxt a:active  {color:#000000; text-decoration:underline;
}

.mainwhite { font-family: Arial, Helvetica, sans-serif; font-size: 15px; color: #FFFFFF; line-height:130%; }
.mainwhite a:link    {color:#ffffff; text-decoration:none;}
.mainwhite a:visited {color:#ffffff; text-decoration:none;}
.mainwhite a:hover   {color:#bd0707; text-decoration:none; cursor:pointer;}
.mainwhite a:active  {color:#ffffff; text-decoration:none;
}

.tweettxt { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; line-height:130%;  }
.tweettxt a:link    {color:#ffffff; text-decoration:underline;}
.tweettxt a:visited {color:#ffffff; text-decoration:none;}
.tweettxt a:hover   {color:#bd0707; text-decoration:none; cursor:pointer;}
.tweettxt a:active  {color:#ffffff; text-decoration:underline;
}

.subscribetxt { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #bd0707; line-height:130%;  }
.subscribe a:link    {color:#bd0707; text-decoration:underline;}
.subscribe a:visited {color:#bd0707; text-decoration:none;}
.subscribe a:hover   {color:#ffffff; text-decoration:none; cursor:pointer;}
.subscribe a:active  {color:#bd0707; text-decoration:underline;
}
.tweettowner { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #E30917; line-height:130%;  }
.footmenu { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #E30917; line-height:130%;  }
.footmenu a:link    {color:#E30917; text-decoration:underline;}
.footmenu a:visited {color:#E30917; text-decoration:underline;}
.footmenu a:hover   {color:#FFFFFF; text-decoration:none; cursor:pointer;}
.footmenu a:active  {color:#E30917; text-decoration:underline;
}
