/*============================================================
 © 2010 SeeSaw Advertising
 www.seesawadvertising.com.au
============================================================*/

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {
	line-height: 1;
	color: black;
}
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* 	General Styles   */

* {
	margin: 0;
	padding: 0;
}
body {
	color: #424143;
	font: 67.5% Helvetica, Arial, sans-serif; /* Default font settings. The font-size percentage is of 16px. (0.675 * 16px = 12px) */
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height: 1.5;
}
/* Text Elements -------------------------------------------------*/
p { margin: .25em 0; }
a {
	color: #424143;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
a:hover {
	color: #ED008C;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED008C;
}
strong { font-weight: bold; }
em { font-style: italic; }

/* Headings -------------------------------------------------*/
h1{
	font-size: 3.2em;
	margin-bottom: 1em;
	line-height: 1;
}
h2 { font-size: 2.6em; line-height:1; margin-bottom: .5em; }
h3 { font-size: 2em; line-height:1.2; margin-bottom: .25em;}
h4 { font-size: 1.3em; line-height: 1.4; margin-bottom: .25em; color: #ED008C; font-weight: bold;}
h5 { font-size: 1.3em; line-height: 1.4; margin-bottom: .25em; border-bottom: 1px solid #CCCCCC; font-weight: bold;}


/* Header ----------------------------------------------------*/
#header-wrap {
	height: 229px;
}
#branding {
	width: 760px;
	margin: 0 auto;
}
#logo {height: 229px; }
#logo a {
	text-indent: -9999px;
	background:url(../images/header.jpg) no-repeat;
	height: 229px;
	display: block;
	width: 760px;
	border-bottom: none;
}

/* Navigation -----------------------------------------------*/

#nav {
	margin-top: 10px;
	height: 17px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #ED008C;
	padding: 2px 0 4px 0;
	position:relative;
	z-index:10;
}

#nav-main li{
	float:left;
	width: 144px;
	margin-right: 10px;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #424143;
	text-transform: uppercase;
}
#nav-main a { text-decoration: none; border-bottom: none;}
#nav-main a:hover, #nav-main .active { color:#ED008C;  }
#nav-main .last { margin-right: 0px; }

/* Layout ---------------------------------------------------*/

.container {
	margin: 0 auto;
 	width: 760px;
}
#content-main { 
	margin-top: 80px; 
}

#site-info { 
	border-top: 10px solid #ED008C;
	margin: 80px 0 0 0;
}

/* Footer --------------------------------------------------------*/

#footercontainer {
	width: 760px;
	margin: 80px auto;
	background-color:#333333;
}

#address {
	float: left;
	width: 600px;
}

#address p { line-height: 1.8; }

#contact-info {
	margin:18px 0 0 0;
	width: 600px;
}
#contact-info strong{ color: #ED008C; }
#contact-info > span {
	width: 144px;
	display: block;
	float: left;
	margin-right: 10px;
}
#contact-info .adr { width: 280px; }
.membership {
	color: #999999;
	clear: both;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	margin-top: 18px;
}
.copyright {
	border-bottom: 1px solid #CCCCCC;
	color: #999999;
	margin-bottom: 40px;
}
#partners { margin: 18px 0 0 618px; }
#partners img{ float: left; }
#site-info img.first { margin: 0 20px 0 6px; }

#address a {
text-decoration: none;
border-bottom: none;
color: #999999;
}

#address a:hover {
text-decoration: underline;
}

/* Index Page --------------------------------------------------*/

.p-col {
	width: 144px;
	float: left;
	margin-right: 10px;
	display: inline;
	}
	
.p-2col {
	width: 298px;
	float: left;
	margin-right: 10px;
	display: inline;
	}
	
.p-3col {
	width: 452px;
	float: left;
	margin-right: 10px;
	display: inline;
	}
	
.p-3coltag {
	width: 452px;
	float: left;
	margin-right: 10px;
	display: inline;
	font-size: 1.6em;
	margin-bottom: 30px;
	font-weight: bold;
	color: #424143;
	}

#tagline  {
	background: url(../images/tagline.gif) no-repeat;
	text-indent: -9999px;
	position: relative;
	height: 170px;
	margin: 40px 0 0 0;
	color: #01539c;
}
.check-out  {
	font-size: 1.6em;
	margin-bottom: 30px;
	font-weight: bold;
	color: #424143;
}

/* General Classes --------------------------------------------------*/

.last { margin-right: 0px; }
.clear { clear: both; }

.boldcopy {
font-weight: bold;
}

.services {
color: #333;
}

.staffnames {
font-size: 14px;
color: #ED008C;
font-weight: bold;
}

.staffnames2 {
font-size: 14px;
font-weight: bold;
}

.how {
font-weight: bold;
font-size: 1.3em;
}

.contact {
color: #ED008C;
font-weight: bold;
}

input {
	padding: 4px;
	background-color: #ED008C;
	font-weight: normal;
	border: 1px solid #ED008C;
	color: #FFFFFF;
}

input:hover {
	padding: 4px;
	background-color: #ED008C;
	border: 1px solid #424143;
	color: #FF85E1;
}

input.btn {
	background-color:#424143;
	color: #FFFFFF;
	border: 1px solid #424143;
}

input.btn:hover {
	background-color:#7C7C7C;
	color: #FFFFFF;
	border: 1px solid #424143;
}

div#team {
width: 288px; float:left; display: inline; margin-right:20px;
}

div#team p a {
border: none;
}

div#team img {
padding-bottom: 0px;
border-top: none;
border-bottom: none;
}

.staffthumb a {
border-style:none;
border: none;
}

.email {
	color: #424143;
	text-decoration:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top:4px;
}

.email a:link {
	color: #424143;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top:4px;
}
.email a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}