
/*****************************************************
  * DH Interactive Ltd:
  * Duncan Hart
  * http://www.dhinteractive.co.uk
  *
  * Client: Nomad Inc
  * Client: http://www.nomadhome.net
  *
  * Author: Duncan Hart
  * Author: http://www.dhinteractive.co.uk <support@dhinteractive.co.uk>
  *
  *Date 06/2011	- Created
  *
 *****************************************************
 */


/*****************************************************
* Global
/*****************************************************
*/

* {
	margin: 0;
}

html, body {
	margin: 0px;
	padding: 0px;
	min-height: 100%;
}

/*****************************************************
* Primary Container
/*****************************************************
*/

.container {
	position: relative;
	padding: 0px;
	border: 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	font-family: Arial, sans-serif;
}

.container a:link {
	text-decoration: none;
	color:#ADADAC;
	font-weight: normal;
}

.container a:visited {
	text-decoration: none;
	color:#ADADAC;
}

.container a:hover {
	text-decoration: none;
	color:#000000;
}

.container a:focus {
    outline: none;
}

.container_highlight {
	color:#000000;	
}

.container_clear {
	clear: both;
	width: 948px;
	height: 30px;
}

/*****************************************************
* H Tags
/*****************************************************
*/


h1 {
	background: transparent url(../_img/_global/bullet.gif) no-repeat scroll top left;
	color: #000;
	padding-left: 10px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}


/*****************************************************
* header Menu
/*****************************************************
*/

.header_container {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 160px;
	margin-bottom: 10px;
}

.header_inner {
	position: relative;
	margin: 0 auto;
	width: 948px;
	height: 160px;
	padding: 0px;
}

.header_logo {
	float: left;
	width: 310px;
	height: 28px;
	background: url('../_img/_header/logo.gif') no-repeat;
}

.header_random {
	float: left;
	width: 638px;
	heigth: 160px;
	overflow: hidden;
}

/*****************************************************
* Footer Elements
/*****************************************************
*/

.footer {
	font-size: 11px;
	width: 100%;
	color: #666666;
}

.footer a:link, .footer a:visited  {
	text-decoration: none;
	color:#000000;
	font-style: normal;
}

.footer a:hover {
	text-decoration: none;
	color:#000000;
}

.footer_inner {
	position: relative;
	margin: 0 auto;
	width: 948px;
	height: 20px;
}

.footer_highlight {
	color: #000000;
}

/*****************************************************
* Primary Content
/*****************************************************
*/

.content_container {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 140px;
}

.content_inner {
	margin: 0 auto;
	width: 948px;
	min-height: 500px;
	padding: 0px;
}

.content_column_1, .content_column_2, .content_column_3, .content_column_4, .content_column_5 {
	float: left;
	min-height: 500px;
	color: #ADADAC;
	font-size: 11px;
}

.content_column_1 {
	margin-right: 10px;
	width: 105px;
}

.content_column_2 {
	margin-right: 10px;
	width: 185px;
}

.content_column_3 {
	margin-right: 0px;
	width: 638px;
	margin-top: 5px;
}

.content_column_4 {
	margin-right: 0px;
	width: 408px;
	min-height: 200px;
}

.content_column_5 {
	margin-right: 0px;
	width: 638px;
	margin-top: 4px;
}

.content_column_6 {
	margin-right: 0px;
	width: 638px;
	margin-top: 5px;
	height: 20px;
}

.content_column_6 a:link, .content_column_6 a:visited {
	text-decoration: none;
	color:#000000;
}

.content_column_6 a:hover {
	color:#ADADAC;	
}

.content_column_6_selected {
	color:#ADADAC;	
}

/*****************************************************
* Primary Navigation
/*****************************************************
*/

.menu_1 {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

.menu_1 > li {
	position: relative;
	list-style-type: none;
	height: 12px;
	display: block;
	color: #ADADAC;
	line-height: 20px;
}

.menu_1 > li a:link, .menu_1 > li a:visited {
	font-style: normal;
	color: #ADADAC;
}

.menu_1 > li a:hover {
	color: #000000;
}

.menu_1_1_selected {
	color: #000000;
	background: transparent url(../_img/_global/bullet.gif) no-repeat scroll top left;
	padding-left: 10px;
}

/*****************************************************
* Side Navigation
/*****************************************************
*/

.menu_2 {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}

.menu_2 > li {
	position: relative;
	list-style-type: none;
	height: 12px;
	display: block;
	color: #ADADAC;
	line-height: 20px;
}

.menu_2 > li a:link, .menu_2 > li a:visited {
	font-style: normal;
	color: #ADADAC;
}

.menu_2 > li a:hover {
	color: #000000;
}

.menu_2_1_selected {
	color: #000000;
	background: transparent url(../_img/_global/bullet.gif) no-repeat scroll top left;
	padding-left: 10px;
}

/*****************************************************
* Google Maps
/*****************************************************
*/

#map_1{
	float: left;
	border: solid 5px #f2f2f2;
	width: 518px;
	height: 254px;
	margin-bottom: 15px;
}