* {
	margin: 0;
	padding: 0;
}
body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	background-color: #981e23;
}
#container { 
	width: 1024px; 
	margin: 0 auto; 
	text-align: left;
	background-image: url(/clients/tosney/images/main-home-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 40px;
	height: 1010px;	
	background-color: #000;
} 
.subpage #container {
	background-position: 0 60px;
	height: 1030px;	
}
/* Header styles ======================*/
#header { 
	margin: 0;
	padding: 0;
	height: 129px;	
} 
#header h1 {
	height: 129px;
	margin: 0;
	padding: 0;
	text-indent: -9000px;
	background-image: url(/clients/tosney/images/home-header-bg.jpg);
}
/* Nav Bar styles ======================*/
.homepage #nav-holder {
	height: 350px;
	background-image: url(/clients/tosney/images/photo-home.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0;
	padding: 0;
}
.subpage #nav-holder {
	height: 54px;
	background-image: url(/clients/tosney/images/subpage-nav-bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;	
}
ul#nav-bar {
	float: left;
	position: relative;
	top: 308px;
	margin: 0 0 0 100px;
	padding: 0;
	width: 850px;
	height: 42px;
	list-style: none;
	font-size: 1.2em;
	text-transform: uppercase;	
	font-family: "Times New Roman", Times, Georgia, serif;
}
.subpage #nav-bar {
	position: relative;
	top: 12px;
}
ul#nav-bar li {
	display: inline;
}
ul#nav-bar li a {
	float: left;
	margin: 0;
	padding: 12px 13px;
	background-image: url(/clients/tosney/images/nav-btn.png);
	background-repeat: repeat-x;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
ul#nav-bar li.current a {
	color: #c22022;
	text-decoration: none;
	margin: 0;
	padding: 12px 30px;
	background-image: url(/clients/tosney/images/nav-btn-roll.jpg);
	background-repeat: repeat-x;
}
ul#nav-bar li a:hover {
	background-image: url(/clients/tosney/images/nav-btn-roll.jpg);
	background-repeat: repeat-x;
}
/* Main Content styles for homepage ======================*/
.homepage #content-wrapper {
	background-image: url(/clients/tosney/images/faded-content-border2.png);
	background-repeat: repeat-y;
	margin: 0;
	padding: 35px 85px;
	font-size: 1em;
	line-height: 1.3em;
	height: 315px;
}
.homepage #mainContent { 
	margin: 0 0 0 300px;
	padding: 0 10px; 
} 
#mainContent h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1.8em;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, Georgia, serif;
}
#mainContent p {
	line-height: 1.3em;
	margin: 15px 0;
	padding: 0;
}

/* Main Content styles for subpage ======================*/
.subpage #content-wrapper {
	height: 621px;
	overflow: hidden;
	background-image: url(/clients/tosney/images/faded-content-border2.png);
	background-repeat: repeat-y;
	margin: 0;
	padding: 35px 85px;
	font-size: 0.9em;
	line-height: 1.4em;
}
.subpage #mainContent ul {
	list-style: none;
	line-height: 2em;
}
.subpage #mainContent ul li {
	font-weight: bold;
	font-size: 1.1em;
}
.subpage #mainContent a:link {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	padding-bottom: 1px;
}
.subpage #mainContent a:visited {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	padding-bottom: 1px;
}
.subpage #mainContent a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
}
.subpage #mainContent a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
}
.learn-more {
	font-size: 0.8em;
}
/* Sidebar  styles for homepage ======================*/
.homepage #sidebar1 {
	float: left;
	width: 265px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0;
	padding: 0 10px 35px 20px;
	font-size: 0.8em;
}
#sidebar1 p#disclaimer {
	font-size: 0.9em;	
	line-height: 1.3em;
}
#sidebar1 p {
	margin: 10px 0;
	padding: 0;
}
/* Sidebar  styles for subpage ======================*/
.subpage #sidebar1 {
	float: left;
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin: 0 0 415px 0;
	padding: 0 60px 0 0;
}
ul#sub-nav {
	margin: 0 0 0 20px;
	padding: 0;
}
ul#sub-nav li {
	font-size: 1em;
	font-weight: bold;
	line-height: 2.5em;
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#sub-nav li a:link {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
	padding-bottom: 1px;
}
ul#sub-nav li a:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dotted #fff;
	padding-bottom: 1px;
}
ul#sub-nav li a:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
}
ul#sub-nav li a:active {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
}
#subpage-photo {
	margin: 0;
	padding: 0;
}
/* Footer styles ======================*/
#footer { 
	padding: 0;
	height: 135px;
} 
#footer ul#footer-contact {
	list-style: none;
	margin: 10px 0 10px 105px;
	padding: 0;
}
#footer ul#footer-contact li {
	font-size: 0.8em;
	float: left;
	display: block;
	margin: 0 40px 0 0;
	padding: 0;
}
#footer ul#footer-contact li span {
	font-size: 1.1em;
	font-weight: bold;
}
#footer ul#footer-contact li#contact-btn {
	border: none;
	width: 129px;
	height: 38px;
	background-image: url(/clients/tosney/images/contact-footer-btn-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
	padding: 13px 0;
}
li#contact-btn a {
	border: none;
	position: relative;
	top: 8px;
	margin: 0;
	padding: 0 15px;
	color: #fff;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: bold;
	font-size: 1.1em;
}	
/* Extras ====================================*/
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
	margin: 0;
	padding: 0;
}
table tr td {
	padding: 0 40px 0 0;
	vertical-align: top;
	font-size: 1.1em;
}
