

/* HTML RESET
------------------------------------------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;}


/* HTML5 RESET
---------------------------------------------- */
section, article, header, footer, nav, aside, hgroup{
	display:block;
	zoom:1;
}

html, body {
	height: 100%;
	font-family: arial, sans-serif;
	font-size: 14px;
}

p {
	margin-bottom: 10px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	font-size: 18px;
	color: #60204e;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

h4 {
	font-size: 16px;
	margin-bottom: 10px;
}

.first {
	margin-top: 0px !important;
}

header#main_header {
	width: 100%;
	height: 288px;
}

div#container {
	/*height: 100%;*/
	width: 995px;
	float: none;
	margin: auto;
}
nav#main_nav{
	float: left;
	height: 76px;
} 
nav#main_nav ul{
}
nav#main_nav li {
	width: 161px;
	height: 76px;
	display: block;
	float: left;
	position: relative;
	text-align: center;
}

nav#main_nav li a {
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	display: block;
}


/* Overlapping the cogs within the nav */
nav#main_nav li.cog1 {
	background-image: url("../images/header/nav/cog1.png");
}
nav#main_nav li.cog2 {
	left: -22px;
	/*background-image: url("../images/header/nav/cog2.png");*/
	background-image: url("../images/header/nav/cog6.png");
}
nav#main_nav li.cog3 {
	left: -44px;
	background-image: url("../images/header/nav/cog3.png");
}
nav#main_nav li.cog4 {
	left: -66px;
	background-image: url("../images/header/nav/cog4.png");
}
nav#main_nav li.cog5 {
	left: -88px;
	background-image: url("../images/header/nav/cog5.png");
}
nav#main_nav li.cog6 {
	left: -110px;
	background-image: url("../images/header/nav/cog6.png");
}
nav#main_nav li.cog7 {
	left: 834px;
	top: -76px;
	background-image: url("../images/header/nav/cog7.png");
}
	
	
/* Aligning the text on the menu */
nav#main_nav li.cog1 a {
	padding-top: 40px;
	background-image: 
}
nav#main_nav li.cog2 a {
	padding: 33px 46px;
}
nav#main_nav li.cog3 a {
	padding: 27px 25px;
}
nav#main_nav li.cog4 a {
	padding: 22px 25px;
}
nav#main_nav li.cog5 a {
	padding: 33px 46px;
}
nav#main_nav li.cog6 a {
	padding: 33px 46px;
}
nav#main_nav li.cog7 a {
	padding-top: 40px;
}

div#main_banner {
	width: 100%;
	height: 212px;
	background-image: url("../images/header/banner_bg.png");
	background-repeat: no-repeat;
	background-position: 2px;
	float: left;
}

div#main_banner hgroup {
	display: block;
	text-align: center;
	line-height: 30px;
	margin-top: 70px;
}

section#main_content {
	height: 100%;
	margin-top: 25px;
	overflow: hidden;
}

div.left_content {
	width: 615px;
	height: 100%;
	min-height: 820px;
	background-color: #e6e7e8;
	float: left;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div.left_content ul {
	margin-bottom: 10px;
}

div.left_content h4 {
	color: #6d6e71;
	font-weight: bold;
	margin-top: 25px;
}

div.right_content {
	width: 360px;
	height: 100%;
	float: right;
	position: relative;
}

div.heading_container h3 {
	color: #000;
}

div.heading_container {
	height: 30px;
	line-height: 30px;
	color: #58595b;
	padding-left: 10px;
	background-color: #bcbec0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div.content_container {
	padding: 10px;
	line-height: 20px;
}

div.contact_box {
	background-color: #bcbec0;
	width: 350px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
	height: auto;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

div.contact_box h3 {
	color: #58595B;
}


div.contact_box input, div.contact_box textarea {
	padding: 1px;
	font-family: inherit;
	font-size: 14px;
	width: 335px;
	margin-bottom: 10px;
}

div.contact_box input {
	height: 30px;
}

div.contact_box textarea {
	height: 120px;
	padding-top: 5px;
	font-family: arial, sans-serif;
}

div.contact_box button {
	background-color: #FFF;
	border: 0px;
	height: 40px;
	width: 338px;
	margin-top: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-family: arial, sans-serif;
}

/* Styling the cogs within the sidebar */
div.sidebar_cogs {
	background-image: url("../images/sidebar/sidebar_cogs.png");
	width: 360px;
	height: 360px;
	margin-top: 15px;
}

div.sidebar_cogs a {
	height: 80px;
	width: 80px;
	position: relative;
	display: block;
}

div.sidebar_cogs a#sidebar_cog_1 {
	left: 133px;
	top: 29px;
}

div.sidebar_cogs a#sidebar_cog_2 {
	left: 30px;
	top: 10px;
}

div.sidebar_cogs a#sidebar_cog_3 {
	left: 240px;
	top: -80px;
}

div.sidebar_cogs a#sidebar_cog_4 {
	left: 140px;
	top: -98px;
}

div.sidebar_cogs a#sidebar_cog_5 {
	left: 41px;
	top: -120px;
}

div.sidebar_cogs a#sidebar_cog_6 {
	left: 250px;
	top: -210px;
}

div.sidebar_cogs a#sidebar_cog_7 {
	left: 150px;
	top: -230px;
}

img#awards_logo {
	/*position: absolute;
	right: 0px;
	bottom: -100px; */
    position: absolute;
    right: 0;
    top: -200px;
}

div.logo_cont {
    float: none;
    margin: auto;
    position: relative;
    width: 995px;
}


footer.main_footer {
	width: 100%;
	height: 31px;
	padding-top: 120px;
	text-align: center;
	color: #FFF;
	margin-top: 30px; 	
	clear: both;
	position: relative;
	background-image: url("../images/footer/footer_bg.png");
}


/* Captcha form area */
#captcha_container {
	font-size: 14px;
	text-align: center;
}

#captcha_container p {
	margin-top: 0px;
}

#captcha_container img {
	margin: 25px 0px;
}

#captcha_container input {
	height: auto;
	margin: auto;
	padding: auto;
	width: auto;
}

#captcha_container button {
	margin-top: 25px;
	background-color: #CCC;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	height: auto;
	width: auto;
}



/* Style specific to home page */

div#left_content_home {
	background-image: url("../images/page/home/home_left_bg.png");
	background-repeat: no-repeat;
	background-color: transparent;
	padding-top: 10px;
	min-height: 0;
}

div#left_content_home h3 {
	color: #c4e8f7;
	font-size: 38px;
	margin-bottom: 20px;
}

div#left_content_home h4 {
	color: #FFF;
	font-size: 26px;
}

div#left_content_home h5 {
	color: #FFF;
	font-size: 21px;
	margin-bottom: 10px;
}

div#left_content_home p {
	color: #FFF;
}

div#homepage_cogs {
	float: none;
	margin: auto;
	margin-top: 40px;
}

footer#footer_home {
	margin-top: 0px;
}

/* Style Specific to Business Contacts Page */

#business_contacts_content h4 {
	margin-bottom: 0px;
}

a.web_link {
	color: #333;
	text-decoration: none;
}

a.title_link {
	color: #6D6E71;
    font-weight: bold;
	font-size: 16px;
	text-decoration: none;
    margin-top: 25px;
}
