﻿/* StyleSheet for danataylorsolutions.com */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #CCCCCC;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	text-align: justify;
	line-height: 16px;
	padding-bottom: 20px;
}
a:link, a:visited {
	color: #FB9700;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
}

h1 {
	background-color: #e0e0e0;
	border: 1px solid #ccc;
	font-size: 10px;
	line-height: 18px;
	padding-left: 5px;
	text-transform: uppercase;
	margin: 30px auto 10px;
}
h2 {
	font-size: 10px;
	line-height: 18px;
	padding-left: 5px;
	text-transform: uppercase;
	margin: 10px auto;
	float: right;
	color: #FFFFFF;
}
h3 {

	border: 1px solid #666666;
	font-size: 14px;
	line-height: 18px;
	padding-left: 5px;
	text-transform: uppercase;
	margin: 30px auto 10px;
	color: #666666;
	text-align: left;
	background-color: #ffb762;
	background-image: url(/images/h3.gif);
	background-repeat: no-repeat;
	background-position: right;
}
h4 {
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 10px auto;
	
}

p {
	line-height: 16px;
}

#wrap {
	background: #fff url(/images/body.gif) center repeat-y;
	border: 2px solid #666666;
	margin: 0 auto;
	text-align: left;
	width: 720px;
}
#header {
	background: url(none) no-repeat center;
	width: 720px;
	height: auto;
}
#nav {
	float: left;
	padding-top: 25px;
}
#nav ul {
	margin-bottom: 40px;
}
#nav li {
	display: inline;
	list-style: none;
}
#nav li a {
	border: 1px solid #ccc;
	color: #888;
	display: block;
	font-weight: bold;
	line-height: 20px;
	margin: 2px;
	text-decoration: none;
	text-indent: 30px;
	width: 129px;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
}
#nav li a:hover {
	
	border: 1px solid #FF9900;
	color: #FF9900;
	background-image: url(/images/arrow.gif);
	background-repeat: no-repeat;
}
#nav img {
	cursor: pointer;
	display: block;
	margin: 2px;
}
#content {
	float: right;
	margin-top: -3px !important;
	margin-top: 0;
	padding: 5px;
	width: 570px;
	text-align: justify;
}
#content p {
	background-color: #fff;
	width: 520px;
	text-align: justify;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}

p.emp { 
    color: #FF9900; 
    font-size: 12px;
	font-weight: bold; } 

#wcontentp {
	background-color: #fff;
	width: 520px;
	text-align: justify;
	padding-right: 10px;
	padding-bottom: 10px;
	display: inline;
}
#content ul {
    list-style: none;
	list-style-position:inside;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#content li{
padding-bottom: 5px;
padding-left: 15px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
}
#content a img {
	border: 1px solid #FF9900;
	margin: 15px 20px 0px 25px;
	padding: 2px;
}
#content a:hover img {
	border: 1px solid #FF9900;
}

.floatleft
{
float: left;
margin: 0 10px 10px 10px;
clear: both;
display: inline;
border: 2px dotted #FF9933;
padding: 5px;
} 

.floatright
{
float: right;
margin: 0 10px 10px 10px;
clear: both;
display: inline;
border: 2px dotted #FF9933;
padding: 5px;
} 

#footer {
	background: url(/images/footer.gif) center no-repeat;
	clear: both;
	height: 40px;
}
#pic {
	background: url(/images/header.gif) no-repeat;
	border: 2px solid #666666;
	height: 120px;
	margin: 0 auto 10px auto;
	width: 720px;
}
