@charset "UTF-8";
/* CSS Document */

/* Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	
}
body {
	line-height: 1;
	background-color:#fff;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End Reset */

@font-face {
    font-family: 'AllerRegular';
    src: url('../fonts/aller_rg-webfont.eot');
    src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_rg-webfont.woff') format('woff'),
         url('../fonts/aller_rg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AllerLightRegular';
    src: url('../fonts/aller_lt-webfont.eot');
    src: url('../fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_lt-webfont.woff') format('woff'),
         url('../fonts/aller_lt-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

html, body {
	height: 100%;
}

strong,
b {
	font-weight:bold;
}

em,
i {
	font-style:italic;
}

hr {
	border:0px;
	height:1px;
	background-color:#0071a5;
	width:50%;
}

p {
	line-height:22px;
	margin-bottom:10px;
	font-family: 'AllerRegular';
}

p a:link,
p a:visited,
li a:link,
li a:visited {
	color:#0071a5;
	text-decoration:underline;
	font-family: 'AllerRegular';
}

p a:hover,
p a:active,
li a:hover,
li a:active {
	color:#00456a;
}

.inner ul {
	margin:0px;
	padding:0px;
}

.inner li {
	display:inline;
}

.inner li:last-child:before {
	content:"&";
}

.inner li:last-child:after {
	content:".";
}

.inner li:after {
	content:", ";
	
}

#content li {
	line-height:24px;
}

.snore p {
	font-size:13px;
}

.snore li {
	font-weight:normal;
	font-size:13px;
	line-height:20px;
	font-family: 'AllerRegular';
}

.snore ul {
	margin-top:5px;
}

.snore h2 {
	margin-bottom:5px;
}

.service-tabs {
	margin-top:20px;
	margin-bottom:20px;
}

.service-tabs img:hover {
	opacity:0.9;
}

.pics img:hover {
	opacity:0.9;
}

.over {
	overflow:hidden;
	height:100%;
}

.l {
	float:left;
}

.r {
	float:right;
	text-align:right;
}

h1 {
	font-size:30px;
	color:#00456a;
	margin-bottom:10px;
	font-family: 'AllerRegular';
	margin-top:15px;
}

h2 {
	font-size:18px;
	color:#00456a;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:4px;
	line-height:24px;
	font-family: 'AllerRegular';
}

h2 a:link,
h2 a:visited {
	color:#00456a;
	text-decoration:none;
}

h2 a:hover,
h2 a:active {
	color:#00456a;
	text-decoration:underline;
}

h3 {
	font-size:18px;
	margin-top:20px;
	margin-bottom:10px;
	font-family: 'AllerRegular';
}

.quote {
	font-size:18px;
	margin-top:10px;
	margin-bottom:20px;
	background-color:#f4f4f4;
	text-shadow:2px 2px 2px #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:10px;
}

html {

}

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFF;
	background-image:url(../images/bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#header,
#content,
#footer,
#bottom {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	position:relative;
	color:#999999;
}

#header {
	margin-top:10px;
	font-size:20px;
	color:#0071a5;
}

#header a {
	text-decoration:none;
	color:#999;
}

.deets {
	color:#999;
	font-family: 'AllerLightRegular';
	margin-top:-5px;
	font-size:18px;
	font-weight:normal;
}

.deets a {
	text-decoration:underline !important;
	color:#999;
}

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

#content {
	font-size:15px;
}

.col-one {
	padding-top:10px;
	padding-bottom:10px;
	background-color:#f4f4f4;
	margin-top:-20px;
	margin-bottom:20px;
}

.col-one .currentpath {
	font-weight:bold;
}

.col-one a {
	color:#00456a;
	font-size:13.5px !important;
}

.col-one .current a {
	text-decoration:none;
	color:#999;
}

.col-one .current a:hover {
	color:#999;
	text-decoration:underline;
}

.col-one ul {
	padding:0px;
	margin:0px;
	text-align:center;
}

.col-one li {
	display:inline;
	margin-right:10px;
}

.col-one li a {
	font-size:12px;
	text-decoration:none;
}

.col-one li a:hover {
	text-decoration:underline;
}

.tertiary-nav {
	background-color:#00456a;
	margin-top:-20px;
	text-align:center;
	font-size:13.5px;
	padding-top:10px;
	padding-bottom:10px;	
	margin-bottom:20px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tertiary-nav ul {
	padding:0px;
	margin:0px;
}

.tertiary-nav li {
	display:inline;
	margin-right:10px;
}

.tertiary-nav li a {
	color:#CCC;
	text-decoration:none;
}

.tertiary-nav li a:hover {
	text-decoration:underline;
}

.tertiary-nav .current a {
	text-decoration:none;
	color:#999;
}

.col-two-l {
	width:470px;
	float:left;
	margin-right:20px;
}

.col-two-r {
	width:470px;
	float:left;
}

.col-three {
	width:310px;
	float:left;
	margin-right:20px;
}

.col-three-last {
	width:290px;
	float:left;
	padding:15px;
	margin-top:10px;
	background-color:#f4f4f4;
	margin-bottom:20px;
}

.col-three-grey h1 {
	text-decoration:none;
	line-height:32px;
	text-align:center;
	margin-top:0px;
}

.col-three-grey .r {
	width:80%;
}

.col-three-grey p {
	font-size:15px;
	line-height:18px;
	text-align:left;
}

.col-three-grey b {
	color:#00456a;
}

.news {
	text-align:left;
}

.news p {
	font-size:11px;
}

.news h1 {
	font-size:18px;
	line-height:16px;
	font-family: 'AllerRegular';
	font-weight:bold;
	text-align:left;
}

.news h2 {
	font-size:15px;
	line-height:10px;
}

/*-----------Gallery style------------*/

#gallery {
	border:8px solid #f4f4f4;
	height:342px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	margin-bottom:24px;
	margin-top:12px;
	overflow:hidden;
	z-index:0;
}

/*-----------Gallery style------------*/
	
#jsddm li {
	float: left;
	list-style: none;
}

#jsddm li ul {	
	position: absolute;
	z-index:1;
	visibility: hidden;
	background-color:#fff;
	text-align:left;
	padding-bottom:5px;
	padding-top:5px;
	width:150px;
}

#jsddm li ul li {	
	padding:5px 10px 5px 10px;
	display:block;
	font-size:14px;
}

#nav {
	margin-right:-18px;
	cursor:default;
	color:#999;
	margin-top:0px;
	font-size:18px;
}

#nav a {
	color:#999;
	font-family: 'AllerLightRegular';
}

#nav a:hover {
	text-decoration:underline;
}

#nav ul {
	padding:0px;
}

#nav li {
	display:inline;
	margin-right:20px;
}

#nav-footer {
	cursor:default;
	color:#999;
}

#nav-footer a:hover {
	text-decoration:underline;
}

#nav-footer ul {
	padding:0px;
}

#nav-footer li {
	display:inline;
}

#nav-footer li:after {
	content:" |";
}

#nav-footer li:last-child:after {
	content: "";
}


#nav li a,
#nav-footer li a {
	text-decoration:none;
	color:#999999;
}

#nav li a:hover,
#nav-footer li a:hover {
	text-decoration:underline;
}

/*--------------NAV LAYER STYLE------------------*/

#nav .current a,
#nav-footer .current a {
	color:#00456a;
	text-decoration:underline;
}

#nav .current ul a {
	color:#999;
	text-decoration:none;
}

#nav .current ul a:hover {
	text-decoration:underline;
}

#nav .currentpath a {
	color:#00456a;
	text-decoration:underline;
}

#nav .currentpath ul a {
	color:#999;
	text-decoration:none;
}

#nav .currentpath ul a:hover {
	text-decoration:underline;
}

#nav .currentpath ul .current a {
	color:#00456a;
	text-decoration:underline;
}

#nav .services .currentpath a {
	color:#00456a;
	text-decoration:underline;
}

/*--------------NAV LAYER STYLE------------------*/

#footer-container {
	font-family: 'AllerRegular';
	background-color:#f4f4f4;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:25px;
}

.owned {
	float:right;
	text-align:right;
	margin-top:20px;
	font-size:12px;
}

.owned a {
	color:#00456a;
	text-decoration:none;
}

/*--------------Table Style------------------*/

td {
	vertical-align:middle;
}

input, textarea {
	border:none;
	background-color:#eee;
	padding:10px;
	margin-top:6px;
	margin-bottom:6px;
	font-size:16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input {
	width:294px;
	margin-right:15px;
	display:block;
}

input:focus,
textarea:focus {
	background-color:#ccc;
	outline:none;
}

select {
	margin-right:10px;
}

label {
	padding-right:10px;
}

textarea
{
	width:294px;
	height:60px;
}

.error {
	display:block;
}

.submit-button {
	color:#FFF;
	text-shadow:1px 1px #0071a5;
	font-size:16px;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration:none;
	background-color:#00456a;
	margin-top:10px;
	width:100px;
}

.submit-button:hover {
	color:#fff;
	background-color:#0071a5;
}

.submit-button:active {
	color:#fff;
	background-color:#00567d;
}