/* 
NetTrack Marketing
Created by John Erdie Web Design
www.johnerdie.com
September 2005
*/

/* General html tags */ 

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

body	{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #fff;
}

p, li	{
	margin-top: 0px;
	line-height: 18px;
}
h1	{
	font-size: 18px;
	font-weight: normal;
}
h2	{
	font-size: 14px;
	font-weight: bold;
}
a:link, a:active	{
	color: #CC6600;
}
a:visited	{
	color:#996600;
}
a:hover	{
	color: #FFCC00;
}

/* Containers */

#container	{
	margin-left: 0px;
	margin-top: 0px;
	width: 900px;
	background-image:url(../images/left_sidebar_background.gif);
	background-repeat: repeat-y;
}

#banner	{
	margin: 0px;
	padding: 0px;
	background-image:url(../images/secondary_banner.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 230px;
}

#contentLeft	{
	margin: 0px;
	margin-top: -50px;
	padding-left: 80px;
	float: left;
}
#leftNav	{
}
#leftNav a	{
	text-decoration: none;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#leftNav a:hover	{
	color: #FFCC00;
}
#leftNav ul	{
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
	padding-top: 60px;
	padding-bottom: 25px;
	list-style-type: none;
}
#leftNav li	{
	margin: 0px;
	padding: 5px 0px 5px 0px;
}
#leftNav a.currentLink	{
	color: #CC6600;
}
#leftNav a:hover.currentLink{
	color: #CC6600;
}

#contentCenter	{
	margin: 0px;
	margin-top: -50px;
	padding-left: 30px;
	padding-right: 20px;
	float: left;
    width: 425px;
	background-image:url(../images/target_background.gif);
	background-repeat: no-repeat;
	background-position: 225px 100px;
}
#contentRight	{
	margin: 0px;
	padding: 0px;
	margin-top: -50px;
	margin-left: 25px;
	float: left;
	width: 175px;
}

#footer	{
	margin: 50px 0px 0px 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
	float: left;
	text-align: center;
	width: 750px;
	font-size: 10px;
	color: #eee;
	background-color: #999;
}
#footer a	{
	color: #eee;
	text-decoration: none;
}
#footer a:hover	{
	color: #FFCC00;
	text-decoration: underline;
}

.leadLine	{
	font-weight: bold;
}
.calloutText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #666666;
}
.calloutByline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #990000;
}
.thankYou	{
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

/* Added by John Erdie 6/20/2006 */
        
#contactUsBoxSidebar	{
	margin-left: 10px;
	text-align: left;
	width: 150px;
	border: #cccccc solid 1px;
	padding: 0px 5px 0px 5px;
}
#contact_form p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: normal;
	margin: 0em;
	margin-top: .5em;
}
#contact_form h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: normal;
	margin: 0em;
	margin-top: .5em;
}
#contact_form input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: normal;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
}
#contact_form #submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: normal;
	background-color: #FFCC00;
	border: 1px solid #999;
}
#upcomingEvents {
	padding: 5px;
	width: 148px;
	margin-left: 10px;
	margin-bottom: 1em;
	border: 1px solid #ccc;
}
#upcomingEvents	p {
	font-size: 10px;
	line-height: normal;
}
#upcomingEvents h4	{
	display: block;
	background-color:#FFCC00;
	line-height: 1em;
	font-size: 12px;
	margin-bottom: 1em;
	margin-top: 0px;
	padding: 10px;
	width: 130px;
	line-height: normal;
}
.shiftRight	{
	display: block;
	margin-left: 50px;
}
