/***** Shared page elements *****/

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

.hide {
	display: none;
}

/* fix borders */
img {
	border-width: 0;
}


#wrapper {
	width: 100%;
	height: 100%;
	background-color: #f9f9f9;
}

#container {
	max-width: 1100px;
	min-height: 500px;
	height: auto;
	margin: 0 auto;
	padding: 0 40px;
	background-color: #f9f9f9;
}

a:hover {
	transition: all 0.3s ease-out 0s;
}

header {
	width: 100%;
	height: auto;
	background-color: #fff;
}

#header_inner {
	max-width: 1180px;
	min-height: 190px;
	height: auto;
	background-color: #fff;
	margin: 0 auto;
}

#header_bottom {
	height: 40px;
	background-color: #ee8e4a;
	border-bottom: 1px solid #f17435;
}

.header_bottom_inner {
	height: auto;
	margin: 0 auto;
	max-width: 1180px;
}

.header_bottom_inner_text {
	float: right;
	margin: 0 40px 0 0;
}

.header_bottom_inner_text ul {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	padding-top: 7px;
}

.header_bottom_inner_text li {
	list-style: none outside none;
	display: inline;
	font-size: 12px;
	margin-left: 12px;
}

.header_bottom_inner_text li a {
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

#logo {
	max-width: 420px;
	min-width: 235px;
	height: 75px;
	margin: 30px 0 20px 40px;
	float: left;

}

#logo img {
	width: 50%;
}

#search_bar {
	float: right;
	width: 300px;
	height: 35px;
	margin: 30px 40px 0 0;
	position: relative;
}

#footer_search_box input {
	display: none;
	/* Remove when search bar ready */
}

#search_bar input {
	display: inline;
}

#search_bar .search_icon {
	background-color: #FFFFFF;
	background-image: url("/assets/img/search_icon.png");
	background-position: right center;
	background-repeat: no-repeat;
	border: medium none;
	display: inline;
	float: left;
	height: 33px;
	position: absolute;
	right: 3px;
	text-indent: -999999px;
	top: 1px;
	width: 33px;

}

#search_bar .search_icon:hover {
	cursor: pointer;
}



.header_facebook_icon {
	float: left;
	margin: 0 10px 0 0;
}

.header_twitter_icon {
	float: left;
	margin: 0 10px 0 0;
}

.header_linkedin_icon {
	float: left;
	margin: 0 20px 0 0;
}

.header_search_box {
	width: 141px;
	height: 33px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	padding: 0 0 0 9px;
	float: left;

}

#mobile_nav {
	float: right;
	display: none;
	margin: 52px 40px 0 0;
	cursor: pointer;
}


nav {
	float: right;
	margin: 17px 40px 0 0;
	font-size: 12px;
	font-weight: 600;
}

nav .divider {
	display: none;
}

nav .sub-add {
	display: none;
}

nav ul {
	padding: 0;
}

nav li {
	display: inline;
	text-transform: uppercase;
	margin-left: 7px;
}

nav a {
	color: #858585;
	text-decoration: none;
	font-weight: 700;
}

nav a:hover {
	color: #000;
}

#home nav li a.home {
	color: #000;
}

#wwd_page nav li a.what_we_do,
#what-we-do nav li a.what_we_do {
	color: #000;
}

#aag_page nav li a.advice_and_guidance,
#advice-and-guidance nav li a.advice_and_guidance {
	color: #000;
}

#news_page nav li a.news,
#news nav li a.news {
	color: #000;
}

#news_story_page nav li a.news {
	color: #000;
}

#useful_links_page nav li a.useful_links,
#useful-links nav li a.useful_links {
	color: #000;
}

#faq_page nav li a.faq,
#faqs nav li a.faq {
	color: #000;
}

#contact_page nav li a.contact,
#contact nav li a.contact {
	color: #000;
}

#top_section {
	width: 100%;
	height: 335px;
	background: url('../img/top_section_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

#top_section h1 {
	font-size: 25px;
	font-weight: 300;
	color: #000;
	line-height: 1.7;
}

#top_section_inner {
	max-width: 1100px;
	min-width: 1024px;
	height: 335px;
	margin: 0 auto;
	padding: 0 40px;
}

#top_section_inner_right {
	min-width: 245px;
	max-width: 700px;
	margin: 54px 0 0 0;
	float: right;

}

.top_section_item {
	width: 245px;
	height: 50px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 0 0 20px 0;
}

.top_section_item p {
	font-size: 18px;
	font-weight: 700;
	padding: 12px 0px;
}

.top_section_item a {
	color: #000;
	text-decoration: none;
}

.top_section_item a:hover {
	text-decoration: underline;
}

#top_section_inner_left {
	max-width: 720px;
	min-width: 320px;
	float: left;
	margin: 60px 0 0 0;
}

#top_section.errorpage h1 {
	color: #000000 !important;
	font-size: 10em !important;
	line-height: 0 !important;
}

#top_section.errorpage h2 {
	color: #FFFFFF;
	font-size: 25px;
	font-weight: 300;
	line-height: 1.7;
	padding-top: 1.2em !important;
}

#top_section.errorpage p {
	color: #fff;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear_both {
	clear: both;
}

.clear-left {
	clear: left;
}

footer {
	width: 100%;
	height: auto;
	background: #fff;
	margin: 100px 0 0 0;
}

#ask_a_question {
	width: 100%;
	height: auto;
	background-color: #ee8e4a;
	float: left;
}

#ask_a_question_inner {
	max-width: 1100px;
	min-height: 77px;
	height: auto;
	margin: 0 auto;
	padding: 0 40px;
	cursor: pointer;
}

#ask_logo {
	float: left;
}

#ask_logo p,
#contact_bar h1,
#contact_bar h2 {
	font-size: 26px;
	font-weight: 300;
	display: inline;
	color: #fff;
	margin: 20px 0 0 0;
	float: left;
}

#contact_bar h1 {
	margin-top: 0;
}

#contact_bar h2 {
	font-size: 18px;
	line-height: 1.7;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 10px 0;
}

#contact_bar p.answer,
#contact_bar .answer {
	background: #f17434;
	padding: 20px;
}

#contact_bar .omega a {
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid white;
	color: #FFF;
	float: right;
}

#ask_arrow {
	float: right;
}

#contact_bar {
	width: 100%;
	display: none;
	clear: both;
	padding: 0 0 30px 0;
	float: left;
}

#contact_bar p {
	font-size: 14px;
	line-height: 1.7;
	color: #fff;
}

#contact_bar p a {
	color: #fff;
}

#contact_bar p a:hover {
	color: #40b1cd;
}

#contact_bar textarea,
#contact_bar input {
	width: 400px !important;
	background: #FFF;
	border: none;
	float: none !important;
	padding: 10px;
	font-size: 14px;
	margin: 10px 0 0 0 !important;
}

#contact_bar input[type="submit"] {
	width: 110px !important;
	float: right;
	background: #40b1cd;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px;
	cursor: pointer;
}

form.question-form {
	width: 400px;
}


#footer_inner {
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 0 40px;
	line-height: 1.7;
}

.footer_box_logo {
	width: 150px;
	height: auto;
	min-height: 169px;
	margin: 43px 40px 0 0;
	float: left;
}

.footer_box_logo img {
	width: 100%;
}

.footer_box {
	width: 150px;
	height: auto;
	min-height: 169px;
	margin: 43px 40px 0 0;
	float: left;
}


.footer_box-contacts {
	width: 350px;
	height: auto;
	min-height: 169px;
	margin: 43px 40px 0 0;
	float: left;
}

.footer_box a {
	color: #858585;
	text-decoration: none;
}

.footer_box a:hover {
	color: #000;
}

.footer_box ul {
	padding: 0;
	font-size: 14px;
}

.footer_box h3 {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.footer_box li {
	list-style: none outside none;
}

#footer_search_box {
	float: right;
	width: 205px;
	height: 112px;
	margin: 43px 0 0 0;
}

.footer_search_box {
	width: 141px;
	height: 33px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	padding: 0 0 0 9px;
	float: right;
	background-image: url('/assets/img/search_icon.png');
	background-repeat: no-repeat;
	background-position: right;
	margin: 0 0 20px 0;
}

.footer_twitter_icon {
	float: right;
}

.footer_facebook_icon {
	float: right;
	margin: 0 0 0 10px;
}

hr {
	background-color: #e7e7e7;
	width: 100%;
	height: 1px;
	float: left;
	border: 0;
}

#copyright {
	float: left;
	color: #858585;
	font-size: 12px;
}

#website_by {
	float: right;
	color: #858585;
	font-size: 12px;
}

a.credit {
	text-decoration: none;
	color: #858585;
}

a.credit img {
	width: 20px;
	height: 20px;
	margin-left: 4px;
	vertical-align: middle;
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
}

a.credit:hover img {
	transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-webkit-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
}

/***************************/
/***** #home elements *****/
/*************************/

/***** #home left content *****/

hr.top {
	margin: 30px 0;
	display: block;
}

.home_content_left {
	width: 535px;
	height: auto;
	float: left;
	padding-top: 40px;
}

.home_content_left h1 {
	font-size: 19px;
	clear: left;
}

.home_content_left h3 {
	font-size: 16px;
}

.home_content_left p {
	font-size: 14px;
	line-height: 1.6em;
	color: #333333;
}

.home_topbar {
	margin: 0 0 62px 0;
}

.home_topbar a:hover {
	color: #000;
}

.home_topbar .latest_news {
	color: #f17435;
	font-size: 18px;
	font-weight: 700;
}

.home_topbar .more_news {
	font-size: 14px;
	color: #858585;
	text-decoration: none;
	border-bottom: 1px solid #f17435;
	margin: 20px 0 0;
}

.home_news_image {
	margin: 25px 0;
	width: 100%;
}

.home_left_bottombar {}

.home_left_bottombar a:hover {
	color: #000;
}

.news_date {
	font-size: 14px;
	font-weight: 700;
}

.read_more {
	font-size: 14px;
	color: #858585;
	margin-top: 10px;
}

.news_story_text a:hover {
	color: #000;
}

.orange {
	color: #ee8e4a;
}

/***** #home right content *****/

.home_content_right {
	width: 480px;
	height: auto;
	float: right;
	padding-top: 40px;
}

.home_content_right p {
	font-size: 14px;
	color: #333333;
	line-height: 1.6em;
}

.home_content_right ul {
	padding: 0 0 10px;
	margin: 0 0 30px 0;
	clear: left;
}

.home_content_right li {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	margin: 0 15px 10px 0;
	list-style: none outside none;
}

.home_content_right li a {
	color: #858585;
	text-decoration: none;
	border-bottom: 1px solid #f17435;
}

.home_content_right li a:hover {
	color: #333333;
	border-bottom: none;
}

#contact_page #map {
	position: absolute;
	margin: -170px 0 0 33px;
}

#home #map {
	margin: -80px 0 0 -45px;
}

p.map-buddy {
	max-width: 200px;
}

#map_container {
	width: 436px;
	height: 331px;
	background-image: url('/assets/img/map.png');
	position: relative;
	cursor: pointer;
}

#contact_page #map_container {
	margin: 100px 0 0 0;
}

.pin {
	position: absolute;
	width: 25px;
	height: 25px;
	background-image: url('/assets/img/top_section_1.png');
}

.antrim {
	top: 140px;
	left: 310px;
}

.ards {
	top: 170px;
	right: 10px;
}

.armagh {
	top: 240px;
	left: 220px;
}

.ballymena {
	top: 90px;
	left: 280px;
}

.belfast {
	top: 155px;
	left: 335px;
}

.ballymoney {
	top: 40px;
	left: 260px;
}

.banbridge {
	top: 240px;
	left: 300px;
}

.carrickfergus {
	top: 120px;
	right: 50px;
}

.castlereagh {
	top: 190px;
	left: 353px;
}

.cookstown {
	top: 155px;
	left: 210px;
}

.coleraine {
	top: 30px;
	left: 220px;
}

.craigavon {
	top: 200px;
	left: 270px;
}

.derry {
	top: 60px;
	left: 135px;
}

.down {
	top: 240px;
	right: 40px;
}

.dungannon {
	top: 195px;
	left: 195px;
}

.fermanagh {
	top: 220px;
	left: 70px;
}

.lisburn {
	top: 185px;
	left: 315px;
}

.larne {
	top: 90px;
	right: 65px;
}

.limavady {
	top: 60px;
	left: 180px;
}

.magherafelt {
	top: 115px;
	left: 220px;
}

.moyle {
	top: 5px;
	left: 290px;
}

.newtownabbey {
	top: 130px;
	right: 80px;
}

.north_down {
	top: 140px;
	right: 30px;
}

.newry {
	top: 280px;
	left: 300px;
}

.omagh {
	top: 170px;
	left: 140px;
}

.strabane {
	top: 120px;
	left: 110px;
}

.hover {
	display: none;
	background-color: #fff;
	width: 100px;
	height: auto;
	padding: 10px 5px;
	margin-bottom: 20px;
	text-align: center;
	position: absolute;
	z-index: 300000;
	border: 1px solid #d5d5d5;
}


/*********************************/
/***** close #home elements *****/
/*******************************/

/***************************/
/***** #news elements *****/
/*************************/

#news_page #top_section,
#news #top_section {
	display: none;
}

#news_page hr,
#news hr {
	margin: 0 0 30px 0;
	width: 100%;
	display: block;
}

.news_content_left {
	float: left;
	max-width: 815px;
	min-width: 280px;
	height: auto;
	margin: 10px 0 0 0;
}

.news_topbar {
	float: left;
}

.news_topbar .latest_news {
	color: #F17435;
	font-size: 26px;
	font-weight: 700;
	padding: 0;
}

.news_content_right {
	float: right;
	width: 245px;
	height: auto;
}

#archive_header {
	width: 245px;
	height: 90px;
	background-color: #eaeaea;
	margin: 0 0 15px 0;
	float: right;
}

#archive_header p {
	font-size: 18px;
	font-weight: 700;
	color: #ee8e4a;
	padding: 30px 0 0 38px;
}

#archive_body {
	width: 245px;
	background-color: #eaeaea;
	float: right;
}

#archive_body ul {
	margin-top: 30px;
}

#archive_body li {
	list-style: none outside none;
	margin-bottom: 30px;
}

#archive_body a {
	color: #000;
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid #ee8e4a;
}

#archive_body a:hover {
	border-bottom: 1px solid #000;
}

.news_story {
	max-width: 815px;
	min-width: 280px;
	height: auto;
	float: left;
	margin: 0 0 45px 0;
}

.news_story_text {
	width: 530px;
	float: left;
	margin: 0 15px 0 0;
}

.news_story_text h1 {
	font-size: 19px;
	color: #000;
	padding: 0;
	margin: 0;
}

.news_story_text h3 {
	font-size: 16px;
	color: #000;
}

.news_story_text p {
	font-size: 14px;
	color: #333333;
	line-height: 1.6em;
}

#news_story_right_content a {
	color: #40b1cd;
}

/*********************************/
/***** close #news elements *****/
/*******************************/

/**************************************/
/***** open #news_story elements *****/
/************************************/

#news_story_page #top_section {
	display: none;
}

#news_story_left_content {
	width: 340px;
	height: auto;
	float: right;
	margin: 0 40px 0 0;
}

#news_story_left_content_top {
	width: 340px;
	height: 90px;
	background-color: #eaeaea;
	margin: 0 0 15px 0;
}

#news_story_left_content_top h1 {
	font-size: 18px;
	font-weight: 700;
	color: #ee8e4a;
	padding: 48px 0 0 40px;
	margin: 0;
}

#news_story_page h2 {
	font-size: 26px;
	line-height: 1.7;
}

#news_story_left_content_body {
	background-color: #eaeaea;
	width: 340px;
	height: auto;
	padding: 10px 0;
}

#news_story_left_content_body a {
	color: #000;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	margin: 0 40px 0 40px;
	display: inline-block;
	border-bottom: 1px solid #ee8e4a;
}

#news_story_left_content_body a:hover {
	border-bottom: 1px solid #000;
}

#news_story_left_content_body p {
	padding: 0 40px;
	font-size: 14px;
}

#news_story_right_content {
	max-width: 625px;
	min-width: 280px;
	height: auto;
	float: left;
	margin: 40px 0;
}

#news_story_right_content h1 {
	font-size: 26px;
	font-weight: 700;
	color: #ee8e4a;
	padding: 0;
	margin: 0;
}

#news_story_right_content p {
	color: #333333;
	font-size: 18px;
	line-height: 1.7;
}

.news_story_image {
	margin-top: 30px;
}

/***************************************/
/***** close #news_story elements *****/
/*************************************/

/**************************************/
/***** open #what-we-do elements *****/
/************************************/

#wwd_page #top_section {
	display: none;
}


#wwd_content_left {
	float: left;
	max-width: 625px;
	min-width: 280px;
	height: auto;
	margin: 40px 0 0 0;
	padding-bottom: 60px;
}

#wwd_content_left h1 {
	font-size: 26px;
	color: #ee8e4a;
	padding: 0;
	margin: 0;
}

#wwd_content_left h2 {
	font-size: 19px;
	font-weight: 700;
	color: #333333;
	margin-top: 60px;
}

#wwd_content_left p {
	font-size: 16px;
	line-height: 1.6;
}

#wwd_content_left ul li p {
	margin: 10px 0;
}

#wwd_content_left a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ee8e4a;
}

#wwd_content_left a:hover {
	border-bottom: 1px solid #000;
}

#wwd_content_left img {
	margin-top: 30px;
}



#wwd_right {
	float: right;
	width: 245px;
	height: auto;
}

#wwd_right_top {
	width: 340px;
	height: 38px;
	float: right;
	background-color: #eaeaea;
	margin: 0 0 15px 0;
}

#wwd_right_bottom {
	width: 340px;
	height: auto;
	float: right;
	background-color: #eaeaea;
	padding: 30px 0;
}

#wwd_right_bottom h2 {
	font-size: 18px;
	font-weight: 700;
	margin-left: 40px;
	display: inline;
}

#wwd_right_bottom p {
	font-size: 14px;
	color: #333333;
	padding: 0 55px 0 40px;
	line-height: 1.6em;
}

#wwd_right_bottom a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ee8e4a;
}

#wwd_right_bottom a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.wwd_find_local {
	width: 340px;
	height: 78px;
	margin: 30px 0 0 0;
	float: right;
	background-image: url('/assets/img/find_local.jpg');
}

.wwd_find_local a {
	color: #000;
	text-decoration: none;
}

.wwd_find_local a:hover {
	text-decoration: underline;
}

.wwd_find_local p {
	padding: 5px 0 0 5px;
	font-size: 18px;
}

/***************************************/
/***** close #what-we-do elements *****/
/*************************************/


/***********************************************/
/***** open #advice-and-guidance elements *****/
/*********************************************/

#aag_page #top_section {
	display: none;
}

#aag_top_content {
	min-width: 280px;
	height: auto;
	float: left;
	margin: 40px 0 20px 0;
}


.alpha {
	float: left;
	width: 48%;
}

.omega {
	float: right;
	width: 48%;
}

#aag_top_content h1 {
	font-size: 26px;
	color: #ee8e4a;
	padding: 0;
	margin: 0;
}

#aag_top_content p,
#aag_top_content li {
	font-size: 16px;
	line-height: 1.6;
	color: #333333;
}

#aag_top_content li {
	padding-bottom: 1em;
}

#aag_middle_content {
	max-width: 855px;
	min-width: 280px;
	height: auto;
	float: left;
	margin: 0 0 20px 0;
}

#aag_middle_content h2 {
	font-size: 14px;
	font-weight: 700;
}

.pdf_list {
	width: 210px;
	height: 130px;
	float: left;
}

.pdf_list ul {
	padding: 0;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
}

.pdf_list li {
	list-style: none outside none;
	margin-bottom: 15px;
}

.pdf_list li a {
	color: #858585;
	text-decoration: none;
	border-bottom: 1px solid #f17435;
}

.pdf_list li a:hover {
	color: #000;
}

#aag_bottom_content {
	max-width: 1100px;
	min-width: 280px;
	height: auto;
	float: left;
}


#aag_bottom_content h2 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	margin-bottom: 10px;
}

.pdf_box_bg {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}

.pdf_box img:first-child {
	width: 100%;
}

.pdf_box section img {
	width: auto !important;
}

.col {
	float: left;
	margin: 0 20px 0 0;
}

.pdf_box_bg section {
	margin: 10px 0 0 0;
}


.pdf_box_bg img.main {
	float: left;
	margin: 0 30px 0 0;
}

.pdf_box_bg h2 {
	margin-top: 0;
}

.pdf_box_bg p {
	font-size: 14px;
}


.pdf_box {
	width: 340px;
	height: 160px;
	float: left;
	position: relative;
	margin: 40px 26px 30px 0;
}

.pdf_box_title p {
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	padding: 5px 0 0 20px;
}

.pdf_icon {
	position: absolute;
	bottom: 0;
	right: 0;
}

/************************************************/
/***** close #advice-and-guidance elements *****/
/**********************************************/

/****************************************/
/***** open #useful-links elements *****/
/**************************************/

#useful_links_page #top_section {
	display: none;
}

/* I'm going to use #use as shorthand for useful links. This is simply to save space with CSS tags */

#use_left_content {
	max-width: 625px;
	min-width: 280px;
	height: auto;
	float: left;
	margin: 40px 0 0 0;
}

#use_left_content h1 {
	font-size: 26px;
	color: #ee8e4a;
	padding: 0;
	margin: 0;
}

.link_box,
.search_result {
	max-width: 625px;
	min-width: 280px;
	height: auto;
	float: left;
	margin: 40px 0;
}

.link_box_text {
	float: right;
	min-width: 280px;
	max-width: 435px;
	height: auto;
}

.link_box_text h2,
.search_result h2 {
	font-size: 19px;
	font-weight: 700;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.link_box_text a,
.search_result a {
	text-decoration: none;
	border-bottom: 1px solid #ee8e4a;
	color: #333333;
}

.link_box_text a:hover,
.search_result a:hover {
	border-bottom: 1px solid #ee8e4a;
}

.link_box_text p,
.link_box_text li,
.search_result p,
.search_result li {
	font-size: 14px;
	color: #333333;
	line-height: 1.6em;
}

.link_box_text ul li p,
.link_box_text ul li {
	margin: 10px 0;
}

/*****************************************/
/***** close #useful-links elements *****/
/***************************************/

/***********************************/
/***** open #contact elements *****/
/*********************************/

#contact_page #top_section {
	display: none;
}

.contact_detail p a {
	color: #40b1cd;
}

#contact_left_content {
	max-width: 720px;
	min-width: 570px;
	height: auto;
	float: left;
	margin: 40px 0;
}

#contact_left_content img {
	width: 100%;
}

#contact_left_content h1 {
	font-size: 26px;
	font-weight: 700;
	color: #ee8e4a;
	padding: 0;
	margin: 0;
}

#contact_inner h3 {
	font-size: 16px;
	margin: 0;
}

#contact_right_content {
	width: 340px;
	height: auto;
	float: right;
}

#contact_right_top {
	height: 90px;
	background-color: #eaeaea;
	margin: 0 0 15px 0;
}

#contact_right_top h2 {
	font-size: 18px;
	color: #ee8e4a;
	padding: 47px 0 0 31px;
	margin: 0;
}

#contact_right_body {
	width: 340px;
	height: auto;
	background-color: #eaeaea;
	padding: 10px 0;
	float: left;
}

.contact_arrow {
	margin: 5px 40px 0 0;
	float: right;
	display: none;
}

.contact_group {
	padding: 10px 0;
}

.contact_group h2 {
	font-size: 14px;
	font-weight: 700;
	color: #000;
	border-bottom: 1px solid #ee8e4a;
	border-bottom-width: 100%;
	display: inline;
	cursor: pointer;
}

.contact_group a {
	text-decoration: none;
	display: block;
	margin: 0 20px;
}

.contact_group_hidden {
	padding: 0;
	margin: 0;
}

.contact_group_hidden ul {
	padding: 30px 0;
	margin: 30px 0 0 0;
	background-color: #fff;
	border-right: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	cursor: pointer;
}

.contact_group_hidden li {
	list-style: none outside none;
	font-size: 12px;
	padding: 0 0 0 40px;
	width: 165px;
	margin: 10px 0 0;
}

.contact_group_hidden li:first-child {
	margin: 0;
}

.contact_group_hidden a {
	color: #858585;
	text-decoration: none;
	border-bottom: 1px solid #ee8e4a;
	margin: 0 0 10px 0;
}

/************************************/
/***** close #contact elements *****/
/**********************************/

/********************************/
/***** open #contact_inner *****/
/******************************/

#contact_inner {
	max-width: 625px;
	min-width: 280px;
	height: auto;
	float: left;
	margin: 40px 0 0 0;
	padding: 0 0 40px 0;
}

#contact_inner h1 {
	font-size: 26px;
	font-weight: 700;
	color: #ee8e4a;
	margin: 0;
}

#contact_inner h2 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	padding: 0;
	margin: 0;
}

#contact_inner p {
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 1.6;
	color: #333333;
}

#contact_inner img.logo {
	margin-bottom: 30px;
}

.contact_detail {
	float: left;
	margin: 50px 40px 30px 0;
}

.contact_profile {
	width: 286px;
	height: auto;
	margin: 40px 26px 0 0;
	float: left;
}

.contact_profile_text {
	width: 230px;
	height: auto;
	float: right;
}

.contact_profile_text a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ee8e4a;
}

.contact_profile_text p {
	color: #858585;
	font-size: 14px !important;
	line-height: 1.6em;
	margin: 3px 0 0 0;
}

p.ext {
	margin: 0 0 10px 0 !important;
}

/*********************************/
/***** close #contact_inner *****/
/*******************************/

/*******************************/
/***** open #faq elements *****/
/*****************************/

#faq_page #top_section {
	display: none;
}

#faq_left_content {
	max-width: 625px;
	min-width: 280px;
	height: auto;
	float: left;
	padding: 40px 0;
	color: #333333;
}

#faq_left_content h1 {
	font-size: 19px;
	font-weight: 700;
	color: #ee8e4a;
	padding: 0;
	margin: 0;
}

#faq_left_content p {
	font-size: 16px;
	line-height: 1.7em;
}

.faq_box {
	margin: 30px 0;
	float: left;
}

.faq_box h2 {
	font-size: 19px;
	line-height: 1.7;
	font-weight: 700;
	color: #333333;
	padding: 0;
	margin: 0;
}

.faq_quote {
	border-left: 5px solid #59c3de;
}

.faq_quote p {
	font-size: 19px;
	color: #333333;
	padding-left: 16px;
}

#faq_right_content {
	width: 340px;
	height: auto;
	float: right;
}

#faq_right_content_top {
	width: 340px;
	height: 90px;
	margin: 0 0 15px 0;
	background-color: #eaeaea;
}

#faq_right_content_top h2 {
	font-size: 18px;
	font-weight: 700;
	color: #ee8e4a;
	padding: 0;
	margin: 0;
	padding: 47px 0 0 39px;
}


#faq_right_content_body {
	width: 340px;
	height: auto;
	background-color: #eaeaea;
	padding: 30px 0;
	float: left;
}

#faq_right_content_body ul {
	font-size: 14px;
	color: #333333;
	padding: 0 47px 15px 40px;
	cursor: pointer;
	float: left;
}

#faq_right_content_body li {
	list-style: none outside none;
	float: left;
	margin-bottom: 15px;
}

#faq_right_content_body li a {
	font-size: 14px;
	color: #333333;
	cursor: pointer;
	border-bottom: 1px solid #ee8e4a;
	text-decoration: none;
}

#faq_right_content_body li a:hover {
	border-bottom: 1px solid #000;
}

/********************************/
/***** close #faq elements *****/
/******************************/

/***************************************/
/***** open #regulations elements *****/
/*************************************/

#regulations_page #top_section {
	display: none;
}

#regulations_page #regulations_left_content a {
	color: #40b1cd;
}

#regulations_left_content {
	max-width: 625px;
	min-width: 280px;
	height: auto;
	float: left;
	padding: 40px 0;
	color: #333333;
}

#regulations_left_content ul.contraventions {}

#regulations_left_content h1 {
	font-size: 26px;
	font-weight: 700;
	color: #ee8e4a;
	padding: 0;
	margin: 0;
}

#regulations_left_content h2 {
	font-size: 19px;
	clear: left;
}

#regulations_left_content p {
	font-size: 16px;
	line-height: 1.6;
}

.regulations_box {
	max-width: 530px;
	min-width: 280px;
	height: auto;
	float: left;
	margin: 20px 0;
}

.regulations_box_technical_image {
	background-color: #eaeaea;
	width: 210px;
	height: 124px;
	float: left;
	text-align: center;
}

.regulations_box_technical_image p {
	font-size: 20px;
	font-weight: 600;
	color: #858585;
}

.technical_large_text {
	font-size: 50px;
}

.regulations_box_text {
	width: 296px;
	height: auto;
	float: right;
	margin: 0 0 0 10px;
}

.regulations_box_text h2 {
	font-size: 18px !important;
}

.regulations_box_text a,
.pdf_box a,
.pdf_box_bg a {
	color: #40b1cd;
	font-size: 14px;
	margin: 0 0 0 10px;
}

.regulations_box_text a:hover {
	color: #000;
}

.regulations_box_text p {
	font-size: 14px !important;
	margin: 0 0 0 24px;
	line-height: 1.6em;
}

#regulations_right_content {
	width: 340px;
	height: auto;
	float: right;
}

#regulations_right_content_top {
	width: 340px;
	height: 40px;
	margin: 0 0 15px 0;
	background-color: #eaeaea;
}

#regulations_right_content_top h2 {
	font-size: 18px;
	font-weight: 700;
	color: #ee8e4a;
	padding: 0;
	margin: 0;
	padding: 47px 0 0 39px;
}


#regulations_right_content_body {
	width: 340px;
	height: auto;
	background-color: #eaeaea;
	padding: 30px 0;
}

#regulations_right_content_body ul {}

#regulations_right_content_body li {
	list-style: none outside none;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 30px 0;
}

#regulations_right_content_body a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #ee8e4a;
}

#regulations_right_content_body a:hover {
	border-bottom: 1px solid #000;
}

#regulations_right_content_body p {
	font-size: 14px;
	color: #333333;
	padding: 0 47px 15px 40px;
	cursor: pointer;
	line-height: 1.6em;
}



/****************************************/
/***** close #regulations elements *****/
/**************************************/


/****************************************/
/***** open #fees elements *****/
/**************************************/

table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	font-size: 14px;
	border: 1px solid #000;
}

#header-fixed {
	position: fixed;
	top: 0px;
	display: none;
	background-color: white;
	width: 1100px;
}

#header-fixed tr.orange td:first-child {
	width: 305px;
}

/*
td, tr {
	border-collapse: collapse;
	border: none;
}
*/

td {
	padding: 10px;
	text-align: left;
}

th {
	border: none;
}

tr td:first-child p {
	color: #333 !important;
	text-align: left;
}

tr:nth-child(odd) {
	background-color: #fdf3ed;
}


tr.orange {
	background: #ee8e4a !important;
	border-bottom: 1px solid #f17435;
	color: #FFF;
}

td.grey {
	padding: 10px 20px;
	text-align: left;
	min-width: 70px;
}

td.orange {
	background: #ee8e4a;
	border-bottom: 1px solid #f17435;
}

tr.total td.output,
tr.total td.output input {
	font-weight: 700;
	color: #ee8e4a;
}

td.orange p {
	color: #fff !important;
}

td.grey p {
	color: #fff !important;
}


tr:nth-child(even) {
	background-color: #fff;
}


input.quanity {
	width: 30px;
	padding: 10px;
}

input[type="number"] {
	padding: 10px;
	width: 30px;
	font-size: 13px;
	border: 1px solid #e7e7e7;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"] {
	padding: 10px;
	font-size: 16px;
}

td.output input {
	font-size: 14px;
	border: none;
	width: 80px;
	background: transparent;
}

.blank {
	text-align: left;
}


.banner {
	background: #f9f9f9;
	color: #333;
}

th.banner p {
	color: #ee8e4a !important;
}

#wwd_page input:focus {
	background: #e3f0f3;
	border: none;
}

.input-wide {
	width: auto !important;
}

.clear-data {
	width: 150px;
	font-weight: 700;
	color: #fff;
	background: #40b1cd;
	text-transform: uppercase;
	border: none;
	padding: 10px;
	margin: 30px 0 0 0;

}

input[type="text"] {
	padding: 0 0 0 10px !important;
}



/****************************************/
/***** closed #fees elements *****/
/**************************************/

@media only screen and (max-width : 1024px) {

	header {
		max-width: 1024px;
		min-width: 768px;
	}

	#home #map_container {
		display: none;
	}

	#header_inner {
		max-width: 1024px;
		min-width: 768px;
	}

	#logo {
		margin: 25px 0 25px 40px;
	}

	#header_bottom {
		max-width: 1024px;
		min-width: 768px;
	}

	#search_bar {
		display: none;
	}

	#mobile_nav {
		display: block;
	}

	nav {
		width: 100%;
		max-width: 1024px;
		min-width: 320px;
		float: left;
		margin: 0;
		display: none;
		text-align: center;
		background: #fdf3ed;
		margin-top: 50px;
	}

	nav .divider {
		display: block;
		width: 20px;
		height: 1px;
		background: #000;
		margin: 0 auto;
	}

	nav .sub-add {
		display: block;
	}

	nav .sub-add li a {
		color: #ee8e4a;
	}

	nav ul {
		margin: 0px;
		padding: 30px 0;
	}

	nav li {
		display: block;
		width: 100%;
		margin: 30px 0 0 0;
	}

	nav li:first-child {
		margin: 0;
	}

	nav li a {
		font-weight: 600;
		letter-spacing: 1px;
		font-size: 14px;
		margin: 30px 0 0 0;
		display: block;
	}

	nav li a:first-child {
		margin: 0;
	}

	#top_section {
		max-width: 1024px;
		min-width: 768px;
		background-position: -460px 0;
	}

	#top_section_inner {
		max-width: 1024px;
		min-width: 768px;
		margin: 0;
		padding: 0;
	}

	#top_section_inner_left {
		max-width: 285px;
		margin: 54px 0 0 40px;
	}

	#top_section_inner_right {
		min-width: 320px;
		max-width: 624px;
		margin: 44px 40px 0 0;
	}

	#container {
		max-width: 1024px;
		min-width: 768px;
		margin: 0;
		padding: 0;
	}

	#ask_a_question_inner {
		max-width: 1024px;
		min-width: 768px;
		padding: 0;
	}

	#ask_logo {
		margin-left: 40px;
	}

	#ask_arrow {
		margin-right: 40px;
	}

	#footer_inner {
		max-width: 1024px;
		min-width: 768px;
		margin: 0;
		padding: 0;
	}

	.footer_box_logo {
		width: 78px;
		height: auto;
		min-height: 169px;
		margin: 43px 48px 0 40px;
		float: left;
	}

	.footer_box {
		width: 132px;
		margin: 43px 17px 0 0;
	}

	#footer_search_box {
		margin-right: 40px;
	}

	#copyright {
		margin-left: 40px;
	}

	#website_by {
		margin-right: 40px;
	}

	footer hr {
		margin-left: 17px;
		background-color: #d5d5d5;
		width: 95%;
		height: 1px;
		float: left;
		border: 0;
	}

	/***** #home elements *****/

	#header_bottom {
		display: none;
	}

	.home_content_left {
		width: 515px;
		margin-left: 40px;
	}

	.select_area {
		display: none;
	}

	.home_content_right {
		width: 400px;
		background-image: url('/assets/img/contact_bg_768.png');
		background-repeat: no-repeat;
		background-position: -64px -53px;
		float: left;
		margin-left: 50px;
	}

	.home_map {
		display: none;
	}


	/****************************************/
	/***** open #useful-links elements *****/
	/**************************************/

	/* I'm going to use #use as shorthand for useful links. This is simply to save space with CSS tags */

	#use_left_content {
		padding: 0 0 0 40px;
	}

	#wwd_content_left {
		padding: 0 0 0 40px;
		width: 580px;
	}

	#wwd_right {
		padding: 0 40px 0 0;
	}


	/*****************************************/
	/***** close #useful-links elements *****/
	/***************************************/

	/***********************************************/
	/***** open #advice-and-guidance elements *****/
	/*********************************************/

	#aag_page footer {
		margin-top: 100px;
	}


	#aag_page #container {
		padding: 0 40px;
	}

	.pdf_box {
		width: 297px;
	}

	.pdf_box:nth-child(3n) {
		margin-right: 0;
	}

	.pdf_box_bg section {
		float: left;
	}

	.pdf_box_bg .col section {
		float: none;
	}

	/************************************************/
	/***** close #advice-and-guidance elements *****/
	/**********************************************/

	/**************************************/
	/***** open #news_story elements *****/
	/************************************/

	#news_story_right_content {
		padding: 0 0 0 40px;
		width: 580px;
	}

	#news_story_left_content {
		margin: 0;
		padding: 0 40px 0 0;
	}

	.news_content_left {
		width: 660px;
		padding: 0 0 0 40px;
	}

	.news_story_text {
		width: 360px;
		margin: 0 40px 0 0;
	}

	.news_content_right {
		margin: 0 40px 0 0;
	}

	/***************************************/
	/***** close #news_story elements *****/
	/*************************************/

	/*******************************/
	/***** open #faq elements *****/
	/*****************************/

	#faq_left_content {
		padding: 30px 0 0 15px;
	}

	#faq_right_content {
		padding: 0 15px 0 0;
	}

	/********************************/
	/***** close #faq elements *****/
	/******************************/

	/*******************************/
	/***** open #wwd elements *****/
	/*****************************/

	#wwd_content_left {
		padding-bottom: 40px;
	}

	/********************************/
	/***** close #wwd elements *****/
	/******************************/

	/***********************************/
	/***** open #contact elements *****/
	/*********************************/

	#contact_left_content {
		width: 570px;
		padding: 0 0 0 40px;
	}

	#contact_right_content {
		padding: 0 40px 0 0;
	}

	#contact_inner {
		padding: 0 0 0 40px;
		width: 580px;
	}

	footer .alpha {
		width: 44%;
		padding-left: 40px;
	}

	footer .omega {
		width: 44%;
		padding-right: 40px;
	}

	/************************************/
	/***** close #contact elements *****/
	/**********************************/

	/***** open #regulations/applications elements *****/

	#regulations_left_content {
		padding: 40px 0 0 40px;
		width: 580px;
	}

	#regulations_right_content {
		padding: 0 40px 0 0;
	}

}


/***************************************/
/***** close #news_story elements *****/
/*************************************/

@media only screen and (max-width : 950px) {


	footer {
		margin: 0;
	}

	#top_section {
		max-width: 950px;
		min-width: 320px;
		min-height: 354px;
		height: auto;
		background: url('/assets/img/top_section_768_bg.png');
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		float: left;
	}

	#top_section h1 {
		color: #FFFFFF;
		font-size: 25px;
		font-weight: 300;
		margin: 0 40px;
	}


	#top_section_inner {
		max-width: 768px;
		min-width: 320px;
		margin: 0 auto;
	}

	#top_section_inner_left {
		max-width: 768px;
		min-width: 320px;
		margin: 50px 0 30px 12%;
		float: left;
	}

	#top_section_inner_right {
		max-width: 768px;
		min-width: 320px;
		height: auto;
		text-align: center;
		margin: 70px auto 0;
	}


	.top_section_item {
		display: block;
		padding: 0 20px 0 0;
		height: 51px;
		margin: 35px 10px 0 0;
		float: left;
		width: auto;
	}

	.top_section_item p {
		margin-top: -1px;
		float: left;
	}


	/***** #home elements *****/

	.home_content_left {
		width: auto !important;
		margin: 0px 40px;
	}


}

@media only screen and (max-width : 768px) {

	header {
		max-width: 768px;
		min-width: 320px;
	}

	nav {
		max-width: 768px;
		min-width: 320px;
	}


	#header_inner {
		max-width: 768px;
		min-width: 320px;
	}

	#header_bottom {
		max-width: 768px;
		min-width: 320px;
	}

	#container {
		max-width: 768px;
		min-width: 320px;
	}

	.home_content_right li {
		display: block;
		float: none;
	}

	#ask_a_question_inner {
		max-width: 768px;
		min-width: 320px;
	}

	#footer_inner {
		max-width: 768px;
		min-width: 320px;
	}

	.footer_box_logo {
		display: none;
	}

	.footer_box {
		margin: 30px 0 20px 40px;
	}

	footer .omega {
		display: none;
	}

	#contact_bar textarea,
	#contact_bar input {
		width: 668px !important;
	}

	#contact_inner {
		width: 687px;
		max-width: 687px;
	}

	.pdf_box:nth-child(3n) {
		margin-right: 20px;
	}

	/********************************/
	/***** open #home elements *****/
	/******************************/

	.home_content_right {
		background-image: url('/assets/img/contact_bg_768.png');
		width: 685px;
		height: auto;
		margin: 0;
		padding-left: 40px;
	}

	.select_area {
		display: none;
	}

	/*
.home_content_right {
		width: auto!important;
		padding: 40px;
		background-position: 150px -100px;
	}
*/

	/*********************************/
	/***** close #home elements *****/
	/*******************************/

	/*******************************/
	/***** open #aag elements *****/
	/*****************************/

	#aag_middle_content {
		width: 500px;
	}

	.pdf_list {
		margin: 15px 0;
	}

	/********************************/
	/***** close #aag elements *****/
	/******************************/

	/****************************************/
	/***** open #useful-links elements *****/
	/**************************************/

	/* I'm going to use #use as shorthand for useful links. This is simply to save space with CSS tags */

	#wwd_right {
		float: left;
		width: 100%;
		padding-right: 0;
	}

	#wwd_right_top {
		display: none;
	}

	#wwd_right_bottom {
		float: left;
		width: 100%;
		margin: 50px 0 0 0;
	}

	.wwd_find_local {
		display: none;
	}

	/*****************************************/
	/***** close #useful-links elements *****/
	/***************************************/

	/*******************************/
	/***** open #faq elements *****/
	/*****************************/

	#faq_right_content {
		display: none;
	}

	/********************************/
	/***** close #faq elements *****/
	/******************************/

	/**************************************/
	/***** open #news_story elements *****/
	/************************************/

	.news_content_right {
		width: 100%;
		float: left;
		margin: 0;
	}

	#archive_header {
		display: none;
	}

	#archive_body {
		width: 100%;
		float: left;
	}

	#news_story_left_content {}

	#news_story_left_content_body {
		padding: 10px 0 10px 17px !important;
	}

	#news_story_left_content_body p {
		padding: 0;
	}

	#news_story_left_content_body a {
		margin: 0;
	}

	/***************************************/
	/***** close #news_story elements *****/
	/*************************************/

	/**************************************/
	/***** open #news_story elements *****/
	/************************************/

	#news_story_left_content {
		width: 100%;
		padding-right: 0;
	}

	#news_story_left_content_top {
		display: none;
	}

	#news_story_left_content_body {
		width: auto;
		padding-left: 40px !important;
	}

	.news_story_image {
		width: 100%;
	}

	/***************************************/
	/***** close #news_story elements *****/
	/*************************************/

	/***********************************/
	/***** open #contact elements *****/
	/*********************************/

	#contact_left_content {
		display: none;
	}

	#contact_right_content {
		float: left;
		width: 100%;
		background-image: url('/assets/img/contact_bg_768.png');
		background-repeat: no-repeat;
		background-position: right bottom;
		padding-right: 0;
	}

	#contact_right_top {
		background-color: transparent;
	}

	#contact_right_body {
		width: 100%;
		background-color: transparent;
		margin-bottom: 60px;
	}

	#contact_right_top h2 {
		padding-left: 40px;
	}

	/************************************/
	/***** close #contact elements *****/
	/**********************************/

	/************************************/
	/***** close #contact elements *****/
	/**********************************/

	/***** open #regulations/applications elements *****/

	#regulations_right_content {
		width: 100%;
		padding-right: 0;
	}

	#regulations_right_content_top {
		display: none;
	}

	#regulations_right_content_body {
		width: 100%;
	}

	.pdf_box {
		width: 331px;
	}

	.pdf_box:nth-child(even) {
		margin-right: 0;
	}

}

@media only screen and (max-width : 645px) {

	.link_box_text {
		float: left;
		width: 100%;
		margin: 20px 0 0 0;
	}

}




@media only screen and (max-width : 480px) {

	header,
	#header_inner,
	#header_bottom,
	#top_section {
		max-width: 480px;
		min-width: 320px;
	}

	#mobile_nav {
		margin-right: 15px;
	}

	nav li {
		margin-top: 20px;
	}

	#top_section {
		background: url('/assets/img/top_section_320_bg.png');
		background-repeat: no-repeat;
		background-position: 0 -335px;
	}

	#top_section h1 {
		margin: 30px 0 0 0;
	}


	#top_section_inner_left {
		max-width: 320px;
		float: left;
		margin: 60px 0 30px 0;
	}

	.footer_box,
	#copyright,
	#website_by,
	hr {
		display: none;
	}

	footer .omega {
		display: none;
	}



	.top_section_item {
		width: 425px;
		margin: 10px 0 10px 17px;
		height: 50px;
	}

	#top_section_inner_right {
		max-width: 480px;
		min-width: 300px;
		text-align: left;
		margin: 0 10px;
		float: left;
		height: auto !important;
	}

	.link_box_text p {
		font-size: 18px;
		line-height: 1.7;
	}

	.link_box_text h2 {
		font-size: 26px;
		line-height: 1.7;
	}


	#logo {
		margin: 30px 0 20px 15px;
	}

	#logo img {
		width: 350px;
	}

	#top_section_inner {
		max-width: 480px;
		min-width: 320px;
	}

	#footer_search_box {
		width: auto !important;
		margin: 0 10px 0 15px !important;
		float: none;
	}


	footer .alpha {
		width: auto !important;
		float: none;
		margin: 0 10px;
		padding-left: 0;
	}

	#contact_bar textarea,
	#contact_bar input {
		width: 440px !important;
	}

	#contact_bar input[type="submit"] {
		min-width: 460px !important;
	}

	form.question-form {
		width: auto;
	}


	.footer_search_box {
		margin-top: 30px;
		height: 50px;
		width: 440px;
		float: none;
	}

	.footer_twitter_icon {
		display: none;
	}

	.footer_facebook_icon {
		display: none;
	}

	/***** open #home elements *****/

	.home_content_left {
		width: auto !important;
		margin: 0 15px;
	}

	.home_content_right {
		background-image: none;
		width: auto !important;
		float: left;
		padding: 10px;
		margin-left: 10px;
	}

	#ask_logo {
		margin-left: 10px;
	}

	#ask_arrow {
		margin-right: 10px;
	}

	#use_left_content {
		padding: 0 0 0 15px;
	}

	/***** close #home elements *****/

	/****************************************/
	/***** open #useful-links elements *****/
	/**************************************/

	/* I'm going to use #use as shorthand for useful links. This is simply to save space with CSS tags */

	#wwd_content_left {
		padding: 0 15px 0 15px;
		width: auto;
	}

	#wwd_content_left img {
		width: 100%;
	}

	#wwd_right {
		padding: 0;
	}

	/*****************************************/
	/***** close #useful-links elements *****/
	/***************************************/

	/***********************************************/
	/***** open #advice-and-guidance elements *****/
	/*********************************************/

	.pdf_box img:first-child {
		width: 280px;
	}

	.pdf_box {
		width: 280px;
		height: 107px;
	}

	#aag_middle_content {
		width: 280px;
	}

	/************************************************/
	/***** close #advice-and-guidance elements *****/
	/**********************************************/

	/**************************************/
	/***** open #news_story elements *****/
	/************************************/

	#news_story_right_content {
		padding: 0 15px 0 15px;
		width: auto;
	}

	.news_content_left {
		padding: 0 15px 0 15px;
		width: auto;
	}

	.news_story {
		width: auto;
	}

	.news_story img {
		float: left !important;
	}

	.news_story_text {
		width: auto;
		margin: 0;
	}

	.news_story_text p {
		font-size: 18px;
		line-height: 1.7;
	}

	#archive_body ul {
		padding-left: 15px;
	}

	#news_story_left_content {
		padding: 0;
	}

	#news_story_left_content_body {
		padding-left: 15px !important;
	}



	/***************************************/
	/***** close #news_story elements *****/
	/*************************************/

	/*******************************/
	/***** open #faq elements *****/
	/*****************************/

	#faq_left_content {
		padding: 0 15px 0 15px;
		margin-top: 40px;
	}

	#faq_right_content {
		display: none;
	}

	/********************************/
	/***** close #faq elements *****/
	/******************************/

	/*****************************************/
	/***** open #contact-inner elements *****/
	/***************************************/

	#contact_inner {
		width: auto;
		padding: 0 15px;
	}

	.contact_detail {
		margin: 20px 40px 20px 0;
	}

	.contact_profile {
		margin-right: 0;
	}

	.contact_profile_text {
		float: none;
		clear: left;
	}

	/*****************************************/
	/**** close #contact-inner elements *****/
	/***************************************/

	#regulations_left_content {
		padding-right: 17px;
		width: auto;
	}

	#regulations_right_content {
		padding-right: 0;
	}

	#regulations_right_content_body ul {
		padding: 0 15px 0 15px;
		margin: 0;
	}

	.regulations_box_text {
		width: 280px;
		display: block;
		float: left;
	}

	#aag_page #container {
		padding: 0 15px;
		min-width: 290px;
	}

	#aag_page .alpha,
	#aag_page .omega {
		width: 100%;
		float: none;
	}

	/* What we do */

	#wwd_right_bottom p {
		padding: 0 15px 0 15px;
	}

	#wwd_right_bottom h2 {
		margin-left: 15px;
	}


	/* Contacts */

	#contact_right_top h2 {
		padding-left: 15px;
	}

	.contact_group h2 {
		margin-left: 15px;
	}



}


@media only screen and (max-width : 320px) {

	/* Footer Elements */

	.footer_search_box {
		width: 280px;
	}

	#contact_bar textarea,
	#contact_bar input {
		width: 280px !important;
	}

	#contact_bar input[type="submit"] {
		min-width: 300px !important;
	}


	/* Top Section */

	#top_section {
		background-position: 0 -167px;
	}

	.top_section_item {
		width: 265px;
	}

	#logo img {
		width: 230px;
		margin-top: 10px;
	}

	.pdf_box_bg img.main {
		margin: 0;
		width: 290px;
	}




}
