/* CSS Document 
Created: 10/25/2009
Site: www.schedulemart.com
Page: Home Page
*/
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

h1 {
	color:#FFFFFF;
	font-size:22px;
	font-weight:200;
	margin:0;
	padding:0;
}

h3{
	color:#000033;
	font-size:19px;
	font-weight:100;
}

p {
	font-size:12px;
	color:#666666;
	padding:0;
	margin:0;
}

#topbar{
	height:140px; 
	background-color:#FFFFFF;	
	margin:0;	
}

#topbar_logo{
	height:134px;
	width:383px;
	background-image:url(../images/mainlogo.jpg);
	float:left
}

#topbar_login{
	height:85px;
	width:450px;
	float:right;
	text-align:center;
	padding:30px 0 0 0	
}

.Wrapper{
	margin:0 auto;
	padding:0 auto;
	width:960px;
}

#navbar{
	background-image:url(../images/navbar_bg.jpg);
	height:32px;
	background-repeat:repeat-x;
	padding-bottom:15px;
	
}

#navbar_links{
	width:580px;
	color:#ffffff;
	float:left;
	height:25px;
	padding:7px 0 0 50px;
}

#navbar_links a{
	color:#ffffff;
	font-size:15px;
	background-image:url(../images/nav_link_vert_bar.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding: 0 10px 0 10px;
	height:25px;
	text-decoration:none;
	height:25px;
}

#navbar_links a:hover{
	color:#960018;
	font-size:15px;
	
	background-color:#FFFFFF;
	text-decoration:none;
}

#navbar_quicksearch{
	width:320px;
	float:right;
	height:25px;
	text-align:right;
	padding:4px 0 0 0
}



#content_bar{
	padding:0;
	background-image:url(../images/home_content_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	margin:0
}

#content{
	margin: 0 auto 20px auto;
	background-color:white;
	-moz-border-radius: 5px;
   	-khtml-border-radius: 5x;
   	-webkit-border-radius: 5px;
	border:#cccccc thin solid;
	width:850px;
	padding:30px 15px;
}


#content_header_bar{
	background-image:url(../images/content_title_bg.jpg);
	background-repeat:no-repeat;
	padding:10px 0 15px 15px;
	height:35px;
}

#content_left{
	width:500px;
	float:left;
}


#content_right{
	width:320px;
	float:left;
}

#google_ad p{
	font-size:10px;
}

#google_ad{
	font-size:10px;
}

#google_ad a {
	color:#960018;
}

#google_ad a:hover {
	color:#6F0011;
}

#footer{
	height:100%;
	border-top:#960018 thin solid;
	background-color:#FFFFFF;
	z-index:99px;
	margin:25px 0 0 0
}

#footer_left {
	width:360px;
	float:left;

}

#footer_right {
	width:467px;
	padding:20px 30px 0 0;
	color:#960018;
	font-size:12px;
	float:right;
	text-align:right;
}

