/* ********************************
Jason Barrell Website (c) 2006
css by jade-design.co.nz
******************************** */

/* ********************************
	HTML Tags
******************************** */

* { 
	margin:0; 
	padding:0; 
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}

h1 {
	font-size: medium;
	color: #000000;
	font-weight: bold;
}
h2 {
	font-size: small;
	color: #000000;
	font-weight: bold;
}
h3 {
	font-size: x-small;
	color: #000000;
}

h4 {
	font-size: xx-small;
	color: #000000;
	font-weight: bold;
}
hr {
	border: 1px solid #6699FF;
}
/* ********************************
	Links
******************************** */
a:link {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #3366CC;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #FF6600;
	font-weight: bold;
	text-decoration: none;
}

a.links {
	font-size: small;
	color: #3366CC;
	font-weight: bold;
}
a.links:link {
	text-decoration: none;
}
a.links:visited {
	text-decoration: none;
	color: #3366CC;
}
a.links:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.links:active {
	text-decoration: none;
	color: #3366CC;
}

a .name { 
	display: none; 
}



a.small {
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
}
a.small:link {
	text-decoration: none;
}
a.small:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.small:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.small:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.jade {
	font-size: xx-small;
	color: #FF6600;
	font-weight: bold;
}
a.jade:link {
	text-decoration: none;
}
a.jade:visited {
	text-decoration: none;
	color: #FF6600;
}
a.jade:hover {
	text-decoration: underline;
	color: #6699FF;
}
a.jade:active {
	text-decoration: none;
	color: #FF6600;
}
/* ********************************
	Layout tags
******************************** */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 740px;
	background: url(images/images/bgnav_07.gif) repeat-y;
	border-top:  1px solid #3366CC;
	border-right: 2px solid #3366CC;
	border-bottom: 2px solid #3366CC;
	border-left: 2px solid #3366CC;
}

p {
	padding-bottom: 10px;
}

#header {
	margin: 0 0 0px;
	background: #FFFFFF url(images/images/header_02_02.gif) no-repeat;
	height: 155px;
	width: 740px;
}

.imgborder {
	border: 1px solid #3366CC;	
}
/* ********************************
	Navigation Column
******************************** */
#navbar {
	float: left;
	width: 132px;
	background-color: #FF6600;
}

#button {
	width: 132px;
	border-right: 0px none;
	padding: 0 0 0 0;
	background-color: #FF6600;
}

#button ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#button li {
	margin: 0;
	list-style-image: none;
	list-style-type: none;
}

#button li a {
	display: block;
	background-color: #FF6600;
}

html>body #button li a {
width: auto;
}

#button li a:hover {
background-color: #FF6600;
color: #000000;
}

#button a:hover {
	background-position: 0 -32px;
	}

#button a.selected {
	background-position: 0 -32px;
	}

#button a:hover.selected {
	background-position: 0 -32px;
	}

#button span {
  display:none;
  }

#thome a  {
	width:132px;
	height:32px;
  	background: url(images/thome.gif) no-repeat left top;
	}

#tstory a  {
	width:132px;
	height:32px;
  	background: url(images/tstory.gif) no-repeat left top;
	}

#tnews a  {
	width:132px;
	height:32px;
  	background: url(images/tnews.gif) no-repeat left top;
	}
	


#tmedia a  {
	width:132px;
	height:32px;
  	background: url(images/tvideo.gif) no-repeat left top;
	}

#ttestimonials a  {
	width:132px;
	height:32px;
  	background: url(images/ttestimonials.gif) no-repeat left top;
	}

#tcalendar a  {
	width:132px;
	height:32px;
  	background: url(images/tcalendar.gif) no-repeat left top;
	}

#tcontact a  {
	width:132px;
	height:32px;
  	background: url(images/tcontact.gif) no-repeat left top;
	}

a .name { 
	display: none; 
}

/* ********************************
	Center content
******************************** */
#content {
	float: left;
	width: 78%;
	padding: 0em 0em 1em 1em;
}

#calendar {
	float: left;
	width: 80%;
	padding: 0em 0em 1em 1em;
}

#jasonhome {
	float: left;
	width: 50%;
	padding: 0em;
	font-size: small;
}
#contactbox {
	float: left;
	width: 40%;
	padding: 1.5em 1.5em 1.5em 2em;
	font-size: small;
	background-color: #99CCFF;
}
#contactbox1 {
	width: 500px;
	padding: 1.5em 1.5em 1.5em 2em;
	font-size: small;
	background-color: #99CCFF;
	margin-bottom:10px;
}
#login {
	float: left;
	width: 60%;
	padding: 1em;
	font-size: small;
	background-color: #99CCFF;
}

.adminbox {
	float: left;
	width: 50%;
	padding: 1em;
	font-size: x-small;
	background-color: #99CCFF;
}

.deletebox {
	float: left;
	width: 60%;
	padding: 1em;
	font-size: x-small;
	background-color: #99CCFF;
}
.ssite {
	float: right;
	width: 230px;
	padding: 1em;
}

.dsite {
	float: right;
	width: 170px;
	padding: 1em;
}


#media{
	float: left;
	width: 47%;
	padding: 0em 1em 0em 0em;
	font-size: small;
}

#jasonstory {
	float: left;
	width: 70%;
	padding: 0em;
	font-size: small;
}

#attitude {
	float: right;
	width: 267px;
}
#book{
	float: right;
	width: 267px;
}
#newsbook{
	float: right;
	width: 267px;
	padding:1em;
	text-align:center;
}

#addy {
	float: right;
	width: 270px;
}
#addy1 {
	float: left;
	width: 500px;
}
#linksto {
	float: right;
	width: 200px;
	padding: 1em;
	background-color: #99CCFF;
}

#familypics {
	float: right;
	width: 160px;
}
#clear{
clear:right;
}

#keynote {
	float: left;
	width:50%;
	font-size: small;
}

#keynotelist {
	list-style-position: inside;
	list-style-type: disc;
}

.caption20{
	font-size: x-small;
}

.backtotop{
	font-size: xx-small;
}

#news {
	float: left;
	width: 95%;
	padding: 1em;
	font-size: small;
	background-color: #CCFFFF;
}

#newstwo {
	float: left;
	width: 100%;
	padding: 1em 0em 0em;
	font-size: small;
}

#football {
	float: right;
}
/* ********************************
	Footer
******************************** */
#footer {
	clear:both;
	width: 740px;
	background: #3366CC;
	padding: 0.5em 0em 0em;
}

.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
}

.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	color: #6699FF;
}



