@charset "utf-8";

@import url("fonts/ubuntu.css");

html, body {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'ubunturegular', arial, sans-serif;
    font-size: 15px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	background-color: #303030;
	background-image: url(/images/assets/background_body.png);
	background-repeat: repeat;
    color: #404040;
}

.iOS body{
	-webkit-text-size-adjust: none;
}

a {
   	color: #dc10fd;
}

a:link, a:visited {
	text-decoration: underline;
}

a:active, a:hover {
	text-decoration: none;
}

hr{
	color: #666666;
	border: none 0;
	height: 1px!important;
	border-top: 1px solid #B2B4A7;
	text-align: left !important;
}

h2, h3, h4, h5, pre, blockquote {
	margin: 5px 0 10px 0;
	padding: 0;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 21px;
	color: #404040;
}

h3, h4, h5 {
	color: #000;
}

h1 {
	font-weight: normal;
	font-size: 32px;
	margin: 0 0 20px 0;
	padding: 0;
	color: #606060;
}


h2 {
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	letter-spacing: 1px;
}

h3 {
	font-weight: bold;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
}

h5 {
	font-size: 13px;
	font-weight: bold;
	padding: 0;
}

h6 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
}

img {
	border: 0;
}

address {
	color: #808080;
	line-height: 20px;
	font-size: 15px;
}

.clear {
	clear: both;
	line-height:0;
}

/* -------------------------------------------------------------------------------------------- */

#container1 {
	width: 100%;
    margin: 0;
    padding: 0;
	background: #fff;
}

#container2 {

}

/* -------------------------------------------------------------------------------------------- */

#header_container {
	width: 100%;
    margin: 0;
    padding: 0;
	background-color: #303030;
	background-image: url(/images/assets/background_body.png);
	background-repeat: repeat;
	border-bottom: 8px solid #808080;
}

#header {
    max-width: 960px;
	padding: 35px 0;
	margin: 0 auto;
}

#header_image_container{
	width: 100%;
	padding: 0;
	margin: 0;
}

#logo {
	width: 27%;
	max-width: 77%;
	height: auto;
	padding: 0;
	margin: 0 3% 0 0;
	float: left;
}

#phone_number {
    width: 49%;
	color: #e82cfe;
	font-size: 1.9em;
	float: left;
	padding: 0;
	margin: 1.7% 0 0 0;
}

#phone_number a {
	text-decoration: none!important;
}

#search_container {
    width: 21%;
	height: 36px;
	padding: 0;
	margin: 7px 0 0 0;
    float: right;
}

#searchBox {
    width: 100%;
	height:36px;
	padding: 0;
	margin: 0;
}


#searchBox #searchSite {
	background-color: #fff;
	background-image: url(/images/assets/searchmag.png);
	background-repeat: no-repeat;
	background-position: 7% center;
	width: 77.5%;
	padding-left: 22.5%;
	margin: 0;
	height: 38px;
	line-height: 37px;
	border: none;
	font-size: 14px;
	color: #5a5a5a;
	-webkit-appearance:caret; /* Hide the webkit internal dropshadow in the text field */
	-khtml-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-ms-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}

/* -------------------------------------------------------------------------------------------- */

#mobile_nav_icon_container {
	display: none;
}

.mobile_show { /* Hide mobile content areas */
	display: none;
}

@media (max-width: 767px) { /* iPhone */

	h1 {
		font-size: 22px;
	}

	#header {
		padding: 5px 0;
	}

	#mobile_nav_icon_container {
		display: block;
		padding: 0;
		margin: 0;
		width: 20%;
		float: right;
	}

	#mobile_nav_icon_container #mobile_nav_icon {
		padding: 0;
		margin: 10px 0 0 0;
		cursor: pointer;
		z-index: 10000;
		max-width: 100%;
		height: auto;
	}

	#logo_container {
		width: 80%;
		float: left;
	}

}

/* -------------------------------------------------------------------------------------------- */

@media (max-width: 767px) {
  #logo,
  #phone_number,
  #search_container {
  	width: 100%;
    margin: 10px 0;
  }

  #search_container {
  	display: none;
  }

}

/* -------------------------------------------------------------------------------------------- */

#content {
    max-width: 960px;
	margin: 0 auto;
    padding: 30px 0;
	clear: both;
}

/* -------------------------------------------------------------------------------------------- */

@media (max-width: 972px) {
  #header,
  #content,
  #footer_container {
  	width: 96%;
    margin: 0 auto;
  }
}

/* -------------------------------------------------------------------------------------------- */

#main {
    width: 76%;
	float: left;
	margin: 0;
	padding: 0;
}

#main h1{

}

#main h2{
}

#main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main ul, #main hr, #main address, #main blockquote {

}

#main table {
}

#main caption {
}


#main p {	/* Holly hack to make IE6 cope with italic text within a p (otherwise it gets too big) see - http://www.positioniseverything.net/explorer/italicbug-ie.html */
	overflow: visible;
	height: 1%;
}

#main img,
#rightColumn img {
	max-width: 100%;
}

/* -------------------------------------------------------------------------------------------- */

#rightColumn {
    width: 21%;
	margin: 0 0 0 3%;
    padding: 0;
	float: left;
}

#rightColumn img {
	margin: 0!important;
	padding: 0!important;
	-khtml-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-ms-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
    height: auto;
}

@media (max-width: 767px) {
    #rightColumn img {
        width: 100%;
        height: auto;
    }
}

#rightColumn h2{
	color: #e82cfe;
}

#rightColumn h3, #rightColumn h4, #rightColumn h5, #rightColumn h6, #rightColumn p, #rightColumn ul, #rightColumn hr, #rightColumn address, #rightColumn blockquote {
}

#rightColumn ul {
    list-style :none;
    padding-left: 0!important;
	margin: 0!important;
	padding: 0!important;
}

#rightColumn ul li {

}


#rightColumnContent {

}

/* -------------------------------------------------------------------------------------------- */

@media (max-width: 767px) {
  #main,
  #rightColumn {
  	width: 100%;
    margin: 0;
  }
}

/* -------------------------------------------------------------------------------------------- */

#greybox {
	width: 100%;
	border: none;
	margin:0!important;
	padding: 0!important;
}

#greybox ul {
	padding:0 !important;
	margin:0 !important;
	width: 100%;
}

#greybox ul li{
    list-style-type:none;
    margin:0!important;
    padding: 0!important;
    clear:both !important;
}

#greybox ul li a {
    width: 96%;
    line-height: 30px !important;
    float: left !important;
	color: #404040;
    margin: 0 0 7px 0;
	font-size: 14px !important;
	text-decoration: none;
    padding: 0 0 0 4%;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 1px;
	-khtml-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}


#greybox ul li a:link, #greybox ul li a:visited {
	text-align:left;
	background: #d7d7d7;
}

#greybox ul li a:hover, #greybox ul li a:active {
	text-align:left;
	background: #00c9f4;
	color: #222!important;
}

.selectedListItem {
	background: #8f8f8f!important;
	color: #fff!important;
}


/* -------------------------------------------------------------------------------------------- */

table {

}

table p{
}

th, td {
	text-align: left;
	vertical-align: top;
}

.visible {
	display: block;
}

.hidden {
	display: none;
}

small {
	font-size: 0.5em;
}

.small {
	font-size: 11px;
}

.xxsmall {
	color: #696969;
}


/* -------------------------------------------------------------------------------------------- */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.centered_image {
	text-align: center;
	margin: 20px 0 20px 0;
}

.image_left {
	width: 50%;
	padding: 0;
	margin: 0 0 20px 0;
}

.image_left img {
	float: left;
	margin: 0 20px 0 5px;
	padding: 0;
}

.image_left p {
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	width: 25%;
}

.image_left ol {
	margin: 10px 0 0 0;
	padding: 0 0 0 29px;
	width: 250px!important;
	float: left;
}

.image_left ol li {
	padding-bottom: 10px;
}

/* -------------------------------------------------------------------------------------------- */

.call_to_action {
	-khtml-border-radius: 8px 8px 8px 8px;
	-moz-border-radius: 8px 8px 8px 8px;
	-ms-border-radius: 8px 8px 8px 8px;
	-o-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
	margin: 30px 0 10px 0;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
	/*display: inline-block;*/ /* Fix width but move to left */
	display: block;
	border-style:none;
	cursor: pointer;
	text-decoration: none!important;
}

.call_to_action a {
	color: #fff;
	text-decoration: none;
}

.call_to_action {
	background: #00c9f4;
}

.call_to_action:hover {
	background: #404040;
}

/* -------------------------------------------------------------------------------------------- */

#social_networking_badges {
  float: left;
}

#social_networking_badges a {
	float: left;
	margin: 0 16px 0 0;
	padding: 0;
}

#social_networking_badges #youtube {

}

#social_networking_follows {
  /*width: 300px;*/
  float: left;
}

@media (max-width: 767px) {
    #social_networking_badges,
    #social_networking_follows {
      display: none;
    }
}

#social_contact_us {
	float: left;
	width: 37px;
	height:24px;
	margin: 0 6px 0 0;
	overflow:hidden;
	padding:4px 0 0 0;
}

#social_youtube {
	float: left;
	width: 58px;
	height:24px;
	margin: 0 6px 0 0;
	overflow:hidden;
	padding:4px 0 0 0;
}

#twitter_follow_button {
	float: left;
	width: 61px;
	height:20px;
	margin: 0 6px 0 0;
	overflow:hidden;
	padding:4px 0 0 0;
}

#facebook_like_button {
	float: left;
	margin: 0 16px 0 0;
	overflow:hidden;
	width:46px;
	height:21px;
	padding:3px 0 0 0;
}

#google_plus_one {
	margin: 0;
	float: left;
}

/* -------------------------------------------------------------------------------------------- */

#footer {
    clear: both !important;
	color: #ecead8;
	background-repeat: repeat;
	background-position: center top;
	font-size: 11px;
	width: 100%;
	margin: 0!important;
	padding: 0!important;
	border-top: 8px solid #808080;
}

#footer_container {
	margin: 0 auto;
	padding: 20px 0 0 0;
	max-width: 960px;
}

#footer_container2 {
	width: 100%;
	margin: 0;
	padding: 0;
}

#footer a {
	color: #fff;
}

#footer a:link, #footer a:visited{
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer .selected{
	text-decoration: underline;
}

#footer #footer_links {
	margin-bottom: 10px;
	padding: 0;
	float: right;
}

#footer #footer_links a{
	color: #fff;
	margin: 0 25px 0 0;
	padding: 0 25px 0 0;
	background-repeat: no-repeat;
	background-position: right 7px;

	/*background-image: url(../images/assets/background_footer_links.gif);*/
}

#footer #brighton_web_design {
	background: none;
	color: #ccc;
}

@media (max-width: 767px) {
    #footer #footer_links {
        display: none;
    }

    #footer #brighton_web_design {
        display: block;
        float: none;
        width: 100%;
        margin: 10px 0;
    }
}

#footer #footer_links a.first {
	margin-left: 0;
}

#footer #footer_links a.final {
	margin: 0;
	padding: 0;
	background: none;
}

#footer #copy{
	padding: 0 20px 0 0;
	background: none;
}

#subfooter {
	clear: both;
	max-width: 960px;
	padding: 0;
	margin: 8px 0 0 0;
	text-align: left;
}

#subfooter #awarding_bodies {
	float: left;
}

#subfooter #awarding_bodies a,
#subfooter #awarding_bodies img,
#subfooter #awarding_bodies span {
	vertical-align: middle;
}

#subfooter #awarding_bodies img {
	margin-right: 5px;
}

#subfooter #social_networking {
	float: right;
	margin: 0;
}

#lower_nav {
	clear: both;
	margin: 20px 0 0 0;
}
