/* KATALYST WEB DESIGN ©2003 */
/* daniel@katalyst.com.au */

/* Stylesheet updated by Evan Sanders, June 2009 - esandersdesign.com */

/* link declarations */
a:link { color: #000; text-decoration: underline; }
a:hover { color: #000; text-decoration: none; }
a:active { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }

a.footer:link { color: #999; text-decoration: none; }
a.footer:hover { color: #999; text-decoration: underline; }
a.footer:active { color: #999; text-decoration: none; }
a.footer:visited { color: #999; text-decoration: none; }

.sidepanel a:link {color: #be1a19;text-decoration: none;}
.sidepanel a:hover {color: #be1a19;text-decoration: underline;}
.sidepanel a:active {color: #be1a19;text-decoration: none;}
.sidepanel a:visited {color: #be1a19;text-decoration: none;}

/* old orange link color is #f60 */

.logo a, .logo a img {
	border:none;
	color:#fff;
	text-decoration:none;
}

a.plain {
	color:#fff;
}

/* SCRATCH PAD OF COMMON CODE

font: bold 11px Verdana, sans-serif;
border: solid #FFF 1px;
list-style: square outside;

*/

body {
	margin: 0px;
	padding: 0px;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

.center {
	text-align:center;
	}

.homepage {
	background-image: url(images/orangeline.gif);
	background-position: 100px 117px;
	background-repeat: repeat-x;
}

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

.navigation {
	margin-left: 227px;
	height: 54px;
}

.navigation img {
	border-style: none;
}

.primary {
	height: 28px;
	border-bottom: solid #CCC 1px;
	background:#33335C url(images/nav-extension.gif);
}

.secondary {
	height: 25px;
	background:#33335C url(images/nav-extension.gif);
	padding-left: 100px;
}

.content {
	width: 353px;
	margin: 40px 0px 0px 227px;
	font: 11px Verdana, sans-serif;
	color: #666;
}

.content-wide {
	width: 680px;
	margin: 40px 0px 0px 227px;
	font: 11px Verdana, sans-serif;
	color: #666;
}

.sidepanel {
	position: absolute;
	left: 590px;
	width: 190px;
	font: bold 11px Verdana, sans-serif;
}

.footer {
	margin: 60px 25px 18px 0px;
	font-size: 9px
}

.spacer {
	margin:20px 0;
	}

div.testimonial {
	margin-bottom:30px;
}

h1 {
	margin: 1px 0px 15px 0px;
}

h1.home {
	margin: 7px 0px 5px 0px;
}

h2 {
	margin: 20px 0px 0px 0px;
	font: bold 14px Verdana, sans-serif;
}

h3 {
	margin: 5px 0px 0px 0px;
	font: italic 11px Verdana, sans-serif;
}

.image {
	margin-bottom: 30px;
}

div.image a {
	color:#fff;
	border:none;
}

p.caption {
	text-align:center;
}

p {
	margin: 0px 0px 10px 0px;
}

ul {
	margin-left: 18px;
	padding-left: 0;
	margin-top: 0px;
	list-style: square outside;
	list-style-image: url(images/bullet.gif);
}

li {
	margin-top: 5px;
}

table {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font: 11px Verdana, sans-serif;
	color: #666;
}

td {
	vertical-align: top;
	padding-top: 5px;
}

td.left {
	width: 100px;
	font: bold 10px Verdana, sans-serif;
}

/* this overrides bolding for left aligned table cells in the models class of tables */

table.models td.left {
	font-weight:normal;
	}

table.padded td {
	padding-right:15px;
	}
	
tr.heading td{
	padding-top:20px;
	}

table.models {
	border-collapse:collapse;
	text-align:center;
}

table.models th, table.models tr.zebra td {
	background:#e2e2ee;
}

tr.bordered td {
	border-bottom:3px solid #e2e2ee;
}
