@charset "UTF-8";

/* MAIN */

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}
body {
	font: 12px Georgia, Times New Roman, Times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
	background-color: #322f31;
	background-image: url(images/bg_derrick_pedranti_net.png);
	background-position: top left;
	background-repeat: repeat-y;
}
#background {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-image: url(images/page_derrick_pedranti_net.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#maincontainer {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	padding: 150px 0 0 0;
	position: relative;
	z-index: 2;
}
#maincontainernav {
	width: 1022px;
	margin: 0 auto;
	text-align: left;
	padding: 150px 0 0 0;
	position: relative;
	z-index: 2;
}
#container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
}
#header {
	height: 70px;
	padding: 20px 20px 0px 20px;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(images/nav_line.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer {
	width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
}


/* HEADER */

#logo {
    float: left;
    margin-left: 35px;
    margin-top: 8px;
}
#navmenu {
	bottom: 10px;
	right: 20px;
	position: absolute;
}
#navmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	margin-right: 5px;
}
#navmenu ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	list-style-type: none;
	text-transform: uppercase;
	float: left;
	clear: right;
	text-align: right;
	margin: 0px;
}
#navmenu ul li a, a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 0px 30px 0px 30px;
	height: 17px;
}
#navmenu ul li a:hover {
	text-decoration: none;
	background-image: url(images/nav_derrick_net_over.png);
	background-repeat: no-repeat;
	background-position: center -1px;
}
a.navover, a.navover:link, a.navover:visited, a.navover:active, a.navover:hover {
	text-decoration: none;
	background-image: url(images/nav_derrick_net_over.png);
	background-repeat: no-repeat;
	background-position: center -1px;
}


/* RIGHT NAV */

#rightnav {
	float: right; 
	width: 70px; 
	height: 80px; 
	background-color: #FFFFFF; 
	position: relative; 
	margin-top: 120px;
	border-left: 1px solid #322f31;
	padding: 20px;
}
#rightnav ul {
	margin: 0px;
	padding: 0px;
}
#rightnav ul li {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
#rightnav ul li a, a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}
#rightnav ul li a:hover {
	color: #5d9b68;
	text-decoration: none;
}
#rightnav ul li a.over {
	color: #5d9b68;
	text-decoration: none;
}


/* FOOTER */

#footer p {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #FFFFFF;
}
#footer a, a:link, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	padding: 0px;
	display: inline;
}
#footer a:hover {
	color: #CCCCCC;
}


/* CONTENT */

.floatright { 
	float: right;
}
.floatleft { 
	float: left;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#homecontent {
	background: #FFFFFF;
	padding: 20px 55px 25px 55px;
	margin: 10px 0 10px 0;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	/* IE Dynamic Expression to set the height */
    height: expression(document.body.clientHeight < 305 ? "350px" : "100%" );
}
#pagecontent {
	background: #FFFFFF;
	padding: 20px 55px 40px 55px;
	margin: 10px 0 10px 0;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	/* IE Dynamic Expression to set the height */
    height: expression(document.body.clientHeight < 305 ? "350px" : "100%" );
}
h1 {
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	font-weight: normal;
	color: #5d9b68;
}
h2 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: normal;
	color: #444444;
}
h3 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: normal;
	color: #444444;
}
h4 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	background-color: #EEEEEE;
	padding: 3px 0 3px 5px;
}
p, td {
	margin-top: 0px;
	font-size: 12px;
	color: #666;
	line-height: 16px;
}
a, a:link, a:visited, a:active {
	color: #5d9b68;
	text-decoration: underline;
	padding: 0px;
	display: inline;
}
a:hover {
	color: #66cc66;
}
.nobr {
	white-space: nowrap
}
hr {
	width: 70%;
	height: 1px;
	color: #CCC;
	background-color: #CCC;
	border: 0px solid #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
}
.contentsmall {
	font-size: 11px;
}
.blue {
	color: #66cc66;
}
input {
	background-color: #DDDDDD;
	border: none;
	padding: 3px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
	margin-left: 0px;
}
textarea {
	background-color: #DDDDDD;
	border: none;
	padding: 3px;
	font: 12px Georgia, Times New Roman, Times, serif;
	color: #666;
	margin-left: 0px;
}
input[type=button], input[type=submit], input[type=reset] {
	font: 12px Arial, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
	background-color: #999;
	border: none;
	height: 20px;
	padding:1px 8px 1px 8px;
	margin: 0px;
	text-align: center;
}
.labeltext {
	font: 12px Georgia, Times New Roman, Times, serif;
	padding-top: 8px;
	margin-bottom: 0px;
}
.required {
	color:#CC0000;
}
ul {
	margin-left: 0px;
	padding-left: 0px;
}
ul li {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom: 3px;
	list-style-position: outside;
}
ul li ul li {
	list-style-type: circle;
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom: 2px;
	margin-top: 3px;
	list-style-position: outside;
	list-style-image: none;
}
ul li ul li ul li {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 0px;
	margin-bottom: 2px;
	margin-top: 3px;
	list-style-position: outside;
	list-style-image: none;
}
