/***************************
*  Fresh Tracks Trainers' Toolkit
**********/

.announce {
	width: 80%;
	margin: 0px auto;
	margin-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
	border: solid 1px red;
	font-size: 90%;
	color: red;
}

body {
	font-family: Verdana, Tahoma, Arial, Times;
	font-size: .8em;
	background-color: white;
	color: #4F6F7C;
	margin-top: 2px;
	margin: 0px;
}

pre {font-size: 1.5em;}

img {
	border: none; 
}

h1 {
	font-family: Verdana, Tahoma;
	font-size: 1.5em;
	font-weight: bold;
	color: #76A5B6;	
	margin-top: 0px;
}

h1 span.light {
	color: #cddde4 !important;
}

h2 {
	font-size: 1em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p.first {
	margin-top: 0px;
}

a {
	text-decoration: none;
	color: blue;
}

a:hover {
	text-decoration: underline;
	color: blue;
}




.bold { font-weight: bold;}

.top_image { margin-top: 14px;}

.spacer {clear: both;}

/** Primary Areas **/
# error {
	margin-left: 10px;
}

#bound {
	width: 770px;
	margin: 0px auto;
}

#topbar {
	width: 100%;
	margin-bottom: 5px;
}

#menu {
	width: 130px;
	float: left;
	border: 1px solid #76A5B5;
	background-color: #EBEBEB;
	color: #4F6F7C;	
}

#submenu {
	margin-left: 140px;
}

#content {
	float: right;
	width: 630px;
}

#secure {
	clear: both;
	width: 130px;
	text-align: center;
	margin-top: -40px;
}

#footer {
	clear: both;
	width: 100%;
	background-color:#76A5B5;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	height: 1.5em;
	vertical-align: middle;
}



/** Menu Specific **/
#menu ul {
	list-style-type: none;
	padding-left: 3px;
	margin-left: 0px;
}

#menu li {
	padding-bottom: 4px;
}

#menu a {
	text-decoration: none;
	color: #4F6F7C;
}

#menu a:hover {
	color: #7265B5;
	text-decoration: underline;
}


/** Content Specific **/
#content .quote {
	width: 180px;
	float: right;
}


#content .quote p {
	border-left: 1px solid #76A5B5;
	border-right: 1px solid #76A5B5;
	margin: 0px;
	font-size: 85%;
	padding-left:  2px;
}

#content #contact {
	margin-left: 80px;
	width: 400px;
}
#content #contact div.row {
	clear: right;
	padding-top: 5px;
}

#content #contact div.row span.lbl {
	float: left;
	width: 110px;
	text-align: left;
	font-weight: bold;
}

#content #contact div.row span.val {
	float: right;
	width: 285px;
	text-align: left;
}

#content #contact a {
	text-decoration: none;
	color: #4F6F7C;
}

#content #contact a:hover {
	text-decoration: underline;
	color: blue;
}

/** Footer Specific **/
#footer span.left {
	float: left;
	width: 40%;
	padding-left: 5px;
}

#footer span.right {
	float: right;
	width: 40%;
	text-align: right;
	padding-right: 5px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	color: darkblue;
	text-decoration: underline;
}

#review_form {
	margin-top: 5px;
}

#review_form div.row {
	clear: right;
	padding-top: 2px;
	padding-left: 3px;
}

#review_form div.row span.lbl {
	font-weight: bold;
	width: 90px;
	float:left;
	text-align: left;
}

#review_form div.row span.val {
	width: 520px;
	float: right;
	text-align: left;
}

#review_form .submit {
	padding-top: 6px !important;
	text-align: center;
}