/*
Title: "RighterTrack" screen styles
Date Modified: 3/15/2010
--
Author: Bayt & Takl Design
Contact: http://baytandtakl.com/contact
--
Table of Contents:
	layout
	typography
	navigation
	alignment
*/

/* layout
------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
	}

body {
	background: #5db2ad url(/images/backgrounds/gradient2.jpg) left top repeat-x; /* -120px  */
	color: #000;
	font: normal 14px/1.5em 'lucida sans', 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
	text-align: center; /* for centering Win IE 5 */
	}

#wrapper {
	background: #fff url(/images/backgrounds/gradient.jpg) left top repeat-x;
	position: relative;
	width: 900px;
	margin: 20px auto;
	padding: 0 40px 80px 40px;
	text-align: left;
	border: 1px solid #666666;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

/* ----- header ----- */
#header {
	position: relative;
	margin: 0;
	height: 175px;
	}

#logo {
	position: absolute;
	top: 75px;
	left: 28px;
	width: 253px;
	margin: 0;
	padding: 0;
	}

#logo h1, #logo h1 a {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #000;
	width: 252px;
	height: 53px; 
	background: url(/images/logos/rightertrack.gif) 0 0 no-repeat;
	border-bottom: none;
	text-decoration: none;
	}

#logo h1 a:hover {
	color: #000;
	}

#tagline {
	position: absolute;
	top: 67px;
	right: 0;
	}

#tagline p {
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 22px;
	color: #333;
	width: 346px;
	height: 39px; 
	background: url(/images/logos/tagline.gif) 0 0 no-repeat;
	border: none;
	text-decoration: none;
	}

#phone-nav {
position: absolute;
top: 7px;
right: 35px;
color: #488985;
font-weight: bold;
font-size: 18px;
}

/* ----- main content ----- */
#main {
	margin: 75px 280px 0 30px;
	padding: 0;
	padding-bottom: 45px;
	text-align: left;
	}

ul {
	list-style-type: square;
	}

ol {
	list-style-type: decimal;
	}

.row {
overflow: hidden;
margin: 15px auto;
}

.row h3 {
font-size: 125%;
color: #990000;
}

.row .item {
width: 180px;
float: left;
margin-right: 15px;
padding: 0;
}

.item a img {
display: block;
text-align: center;
margin: 0 auto;
}

.row .last {
margin-right: 0;
padding-right: 0;
border: none;
}
/*
.row ul {
list-style-type: none;
margin-left: 0;
padding-left: 0;
}
*/
.row ul li {
padding-bottom: 7px;
}


#sidebar, h4.contact {
	position: absolute;
	top: 300px;
	right: 40px;
	width: 200px;
	padding: 0 10px 20px 10px;
	background: #FFF7CC;
	border: 1px solid #DED6AD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}

h4.contact {
padding-top: 15px;
position: static;
width: auto;
color: #2d5554;
}

.alt-sidebar {
	background: #fafafa; 
	border-color: #ccc;
	}

#sidebar h2, #sidebar h2 a {
	color: #900;
	position: static;
	border: none;
	padding-left: 0;
	font-size: 140%;
	text-align: left;
	margin-top: 15px;
	}

#sidebar ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	}

#sidebar ul li {
	font-size: 90%;
	padding-bottom: 10px;
	}

#sidebar ul li a {
	display: block;
	}

/* ----- footer ----- */
#footer {
	height: 150px;
	width: 950px;
	margin: 0 auto;
	padding-bottom: 25px;
	text-align: center;
	clear: both;
	color: #333;
	font-style: normal;
	font-size: 80%;
	}

.footer_nav ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background: none; 
	color: #333;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
	}

.footer_nav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

.footer_nav ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #DBDBDB;
	}

.footer_nav ul li a:hover {
	background: none;
	color: #000;
	}

.footer_nav ul li a.last { border-right: none; }
	
#footer p {
	clear: both;
	}


/* typography
------------------------------------- */
h1, h2, h3, dt, legend {
	font-family: tahoma, helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	color: #2d5554;
	}

h1 a, h2 a, dt a, 
h1 a:hover, h2 a:hover, dt a:hover {
color: #417e7d;
}

h2 {
	position: relative;
	left: -18px;
	border-left: 3px solid #e50019;
	padding-left: 10px;
	font-size: 200%;
	text-align: left;
	margin-top: 0;
	}
	
h3 {
	font-size: 140%;
	text-align: left;
	margin-bottom: .08em;
	padding-bottom: 0;
	color: #333;
	}

h3 a, h3 a:hover {
color: #333;
}
	
h3+p {
	margin-top: .09em;
	}
	
dt, legend {
	font-weight: normal;
	font-size: 125%;
	}

h4 {
	font-size: 120%;
	}

.caption {
	text-align: left;
	line-height: 1.5em;
	font-size: x-small;
	}

.alert {
	color: #C00;
	}

.small {
	font-size: 90%;
	line-height: 1.3em;
	}
	
abbr, acronym {
	font-style: italic;
	cursor: help;
	}

/* navigation
------------------------------------- */
a {
	color: #417e7d;
	text-decoration: none
	}

a:link {
	color: #417e7d;
	text-decoration: none
	}

a:hover  {
	color: #4c918e;
	text-decoration: underline
	}

div.nav {
	position: absolute;
	top: 165px;
	background: #e7e7e7 url(/images/backgrounds/gradient.jpg) left -125px repeat-x;
	width: 100%;
	margin: 0 auto;
	height: 35px;
	overflow: hidden;
	border: 1px solid #ccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	}


.nav ul {
	text-align: left;
	padding: 8px 20px;
	margin: 0;
	color: #666666;
	width: 100%;
	line-height: 17px;
	/* fixes Firefox 0.9.3 */
	}

.nav ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
	}

.nav ul li a {
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #666666;
	text-decoration: none;
	border-right: 1px solid #ccc;
	}

.nav ul li a:hover, .nav ul li a:active {
	color: #333;
	}

.nav ul li a.selected {
	color: #333;
	font-weight: bold;
	}

.nav ul li a.last { border-right: none; }

.navcontainer #active { border-left: 1px solid #fff; }

.nav ul li a span {
color: #488985;
font-weight: bold;
padding-left: 20px;
}

#search {
position: absolute;
top: 5px;
right: 45px;
}

/* ----- misc ----- */
#sidebar .vcard p {
font-size: 85%;
line-height: 1.5em;
}

.byline {
font-size: 90%;
color: #666666;
border: 1px solid #ebebeb;
padding: 3px 10px;
}

.lead-in {
font-size: 125%;
line-height: 1.4em;
color: #900; /* #2d5554 */
}

input:focus, textarea:focus { 
	background-color: #ffc; 
	}

label {
cursor: pointer;
}

.footnote {
	color: #999;
	font-size: 80%;
	}

img, a img {
	border-width: 0;
	border: none;
	text-decoration: none;
	}

.border {
	border: 1px solid #ccc;
	}

.border_btm {
	border-bottom: 1px dashed silver;
	}

.lrg_banner {
	margin: 15px auto 45px auto;
	text-align: center;
	}

.banner {
	margin: 15px auto 20px auto;
	text-align: center;
	}

.inset {
	width: 175px;
	margin: 0;
	text-align: center;
	float: right;
	}

.inset .caption {
	font-size: 80%;
	}

.no_bullet {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
dd {
	margin: 0;
	}

/* alignment
------------------------------------- */
.align_left {
	float: left;
	}

.pad_left {
	float: left;
	margin: 0 15px 10px 0;
	}

.align_right {
	float: right;
	}

.pad_right {
	float: right;
	margin: 0 0 10px 15px;
	}

.pad_center {
	text-align: center;
	margin: 0 auto 10px auto;
	}

.clear {
	clear: both;
	}
