/* Right Start Dog Training CSS Document */

	html,body,ul,li,p,h1,h2,h3,form,fieldset {
	margin:0;
	padding:0;
	border:0;
	}
	
	body  {
	color: #666666;
	text-align: left;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
	background: #546E60;
	}
	
	p {
	line-height:20px;
	padding-top:10px;
	}
	
	body a{
	color:#008040;
	text-decoration:underline;
	}
	body a:hover {
	color:#00AE00;
	text-decoration:underline;
	}

	h1 {
	margin-left:0px;
	color: #546E60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	}
	
	h2 {
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
	padding-top:20px;
	}
	
	.rightimage {
	float:right;
	margin:0px 0px 0px 10px;
	}
	
	ul{
	list-style: square;
	padding-left:16px;
	padding-top:10px;
	}
	
	.clear { clear:both;}
	.small { line-height:20px;}
	.large { line-height:30px;}
	.hidden { display:none;}
	.redtext { color:#FF0000;}
	.bluetext { font: bold 120% Verdana, Arial, Helvetica, sans-serif;}
	
	
/*Wrapper*/

	#wrapper {
	width:900px;
	margin:20px auto;
	background:#FFFFFF;
	border: 1px solid #FFFFFF;
	}	
	
	#header {
	width: 900px;
	height:200px;
	background: #FFFFFF url(../images/header.jpg);
	}
	
/*Info Bar*/

	#infobar {
	background-color: #D6D6D6;
	height:28px;
	}
	
/*Breadcrumb*/	
	#breadcrumb {
	margin:0;
	font-size:0.85em;
	padding:0px 0px 0px 0px;
	background: url(../images/background_pages.gif);
	list-style:none;
	}
	
	#breadcrumb li {
	display:inline;
	padding-left:2px;
	}
	
	#breadcrumb a {
	text-decoration: none;
	color:#546E60;
	padding-right: 15px;
	font-weight: normal;
	background-image: url(../images/breadcrumb.gif); 
	background-repeat: no-repeat; 
	background-position: right;
	}
	
	#breadcrumb a:hover {
	text-decoration: underline;
	color:#546E60;
	}
	
	#breadcrumb	ul{
	padding-left:2px;
	padding-top:2px;
	}
	
/*Sub Links*/
	
	#sublinks {
	text-align:left;
	margin-top:20px;
	padding-left:5px;
	font-size:0.95em;
	width:140px;
	margin-bottom:20px;
	}
	
	#sublinks a {
	text-decoration: none;
	color:#546E60;
	padding-right: 4px;
	padding-bottom:30px;
	}
	
	#sublinks a:hover {
	text-decoration: underline;
	color:#546E60;
	}
	
	#sublinks li {
	display:list-item;
	list-style: url(none) none;
	}
	
/*Main Content*/

	#contentarea { 
	float:left; 
	width:900px;
	font-size:0.8em;
	background:#FFFFFF;
	}
	
	#left {
	float:left;
	width:168px;	
	text-align:center;
	border-right: 1px dotted #546E60;
	}
	
	#middle {
	width:480px;
	float:left;
	font-size:95%;
	padding-left:15px;
	padding-right:5px;
	padding-top:5px;
	
	}
	
	#right {
	float:right;
	width:210px;
	text-align:center;
	}
	
	#right p {
	padding-right:10px;
	line-height:16px;

	}
	
	#words {
	font-size:0.8em;
	line-height:10px;
	padding-left:5px;
	color: #666666;
	width:145px;
	}

	
/*Footer*/

	#footer {
	width:900px;
	clear:both;
	height:25px;
	background: #FFFFFF;
	font-size:0.7em;
	border-top: 4px solid #ADB7C3;	
	}

	#footerlinks {
	text-align:right;
	margin-left:2px;
	margin-top: 2px;
	margin-right:5px;
	float:right;
	width:520px;
	}

	#footerlinks a{
	color:#546E60;
	padding-left:10px;
	text-decoration:none;
	}

	#footerlinks a:hover {
	text-decoration: underline;
	color:#546E60;
	}
	
	#footerlinks li {
	display:inline;
	}
	
	#footerlinks ul {
	padding-top:1px;
	}

	.copyright {
	float:left;
	padding-top:3px;
	color:#546E60;
	padding-left:3px;
	}
	
	
