﻿/* Nine9 Standard CSS Page Styles by Darren Street, Nine9 Ltd */
/* Copyright Nine9 Ltd 2006-2010  */

/* This CSS style may be used for your own website, but please  */
/* give me a credit in the footer and link to http://www.nine9design.co.uk.  */
/* Thank you.   */

/* Version 2.0  */
/* Last Updated: 06/04/10  */
/* STANDARD---------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, p {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	background-color: #ffffff;
	background-image:url(../Images/bkgrnd.jpg);
	background-position:top;
	color: #000000;
    font: 14px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	}

h1, h2, h3, h4, h5 {
	color: #333333;
	line-height :1.5em;
	font-family:Helvetica, Arial;
}

h1 {font-size:1.7em;letter-spacing: -1px;}
h2 {font-size:1.4em;letter-spacing: -1px;}
h3 {font-size:1.2em;letter-spacing: -1px;}

p, ol, ul, li, table {
	font-size:1em;
	line-height :1.5em;
	letter-spacing: -1px;
	color: #000000;
	padding-top: 6px;

}


a {
	text-decoration:none;
	color:#333333;
}
a:hover {text-decoration:underline;}

blockquote
{
    border-bottom: dotted 1px #cccccc;
   
    padding-bottom: 20px;
    margin-bottom:20px;
}

/* UTILITY----------------------------------------------------- */

img { border:0;}

.clearfloat {clear: both;line-height: 0.0;font-size: 0;}
.floatleft {float:left;}
.floatright {float:right;}

.picright {
	float:right;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #999999;
	width: 400px;
}
	
.picrightNB {
	float:right;
	margin-left: 10px;
	padding: 10px;
	border: 1px solid #999999;
	}	

/* SPECIFIC----------------------------------------------------- */

#wrap_outer {
    position:relative;
	margin: 0px auto 0px auto;
	width: 900px;
}



#body-nav {
	background-image:url(../Images/Header-bkgrnd.jpg);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	height:175px;
}


#body-nav, #body-nav a, #body-nav p {
	color:#ffffff;
	font-size: 8pt;
	letter-spacing: 0px;
}

#body-nav-left {
	position:absolute;
	top:0px;
	left:10px;
	z-index: 20;
}

#body-nav-right {
	position:absolute;
	top:0px;
	left:49%;
	text-align:right;
	width:50%;
	height:50px;
	z-index: 20;
}

#masthead {
	position:absolute;
	height: 77px;
	width: 379px;
	top: -100px;
	left:0px;
}

#phone {
	position:absolute;
	height: 77px;
	width: 330px;
	top: -110px;
	left:400px;
	
	font-size:1.3em;
}
#phone table {color:White;}

#facebook {
	position:absolute;
	height: 138px;
	width: 120px;
	top: -150px;
	right:0px;
}

#wrap_inner {
	padding: 0 0 30px 0;
	background-color:#ffffff;
}


#footer-wrap {
padding:30px 0 10px 0;
	
}


#footer-wrap p, #footer-wrap a {
	color:#ffffff;
	letter-spacing: 0px;
}

#footer-wrap p { font-size: 0.8em}
 
.nontab {padding: 20px;
         }

.columnright {
	float:right;
	width: 257px;
	padding: 15px 20px 0 20px;
	background-color:#F7F7F7;
	border: 1px solid #999;
}

.columnleft {
	float:left;
	width: 540px;
	padding: 15px 20px 0 0px;

}
.navtable a {
	color:white; font-size: 0.8em;
	letter-spacing: 0px;
	}
	
.aspgrid {color:Black;}

#DJpic {
	float:left;
	width:30%;
}

#DJpic img {margin-bottom: 10px;
padding:10px;
border: 1px solid #ccc;}

.noborder {border:none;}

#DJtext {
	float:left;
	width:65%;
	padding-left: 5%;
}
