@charset "utf-8";
/* Screen Style Sheet for DustyTechnologies.com */
/* Coded and Created by Kyle Olson */
/* KyleOlsonDesign.com */


/* -----------------------------------------------
				Universal
------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {

	/*Background Styling*/
	background-image:url(../images/template/bg_main.gif);
	background-repeat:repeat-x;
	background-color: #e9e6c2;
	
	/*Text Styling*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .75em;
}

#wrap {
	width: 760px;
	margin: 15px auto;
}

a, a:visited, a:active {
	color:#006699;
}

a img {
	border :none;
}

ul {
	padding-bottom: 2px !important;
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
}

ul ul {
	list-style-image: url(../images/bullet_sub.gif);
}

li {
	padding: 3px 0;
}

blockquote {
	background-image:url(../images/quot_l.gif);
	background-repeat:no-repeat;
}

div.blockquote {
	background-image:url(../images/quot_r.gif);
	background-repeat:no-repeat;
	background-position: bottom right;
	padding: 30px 50px;
	font-size: 1.3em;
	line-height: 1.6em;
	text-indent: 25px;
	text-align: justify;
}

/* -----------------------------------------------
				Misc. Styles
------------------------------------------------*/

.clear {
	clear: both;
}

.right {
	float: right;
	margin-left: 20px;
}

.left {
	float: left;
	margin-right: 20px;
}

#sitemap {
	margin-left: 125px !important;
}

/* -----------------------------------------------
			Header Content Styling
------------------------------------------------*/

#header {
	height: 82px;
	position:relative;
}

#logo {
	float: left;
	margin-left: 11px;
	border: none;
}

#logoBottom {
	position: absolute;
	width: 126px;
	height: 85px;
	z-index: 100;
	behavior: url(/css/iepngfix/iepngfix.htc);
}

/* -----------------------------------------------
			Navigation Styles
------------------------------------------------*/

#navigation {
	font-size: 14px;
	padding: 50px 0 0 365px;
}

#navigation li{
	display: inline;
	margin-right: 5px;
	padding-right: 5px;
	border-right: 1px solid #ffffff;
}

#navigation li.last {
	display: inline;
	margin-right: 8px;
	border: none;
}

#navigation li a{
	color: #FFFFFF;
	text-decoration: none;
}

#navigation li a:hover{
	text-decoration: underline;
}

/* -----------------------------------------------
			Title Bar Styles
------------------------------------------------*/

#titlebar #titlebartop {
	background-image: url(../images/template/titlebar_background.gif);
	background-repeat: no-repeat;
	height: 31px;
	z-index: -1;
}

#titlebar {
	background-image: url(../images/template/titlebar_background_main.gif);
	background-repeat: repeat-y;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #babaaf;
}

#titlebar h1 {
	font-size: 1.5em;
	font-weight: normal;
	position: absolute;
	left: 129px;
	top: 5px;
	text-transform: capitalize;
}

#titlebar #titlebarextra {
	padding: 41px 30px 20px 30px;
}

#titlebarextra h2{
	font-size: 1.5em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#003366;
	margin-bottom: 8px;
}

#titlebarextra ul{
	margin-left: 25px;
}

#titlebar #demoLink {
	position: absolute;
	right: 15px;
	top: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* -----------------------------------------------
			Content Area Styles
------------------------------------------------*/

#contentWrap {
	border-top: 1px solid #dfdfd9;
	background-image:url(../images/template/content_background.gif);
	background-repeat: repeat-y;
}

#contentWrap #contentLeft {
	padding: 15px 30px 10px 30px;
	width: 260px;
	float: left;
}

#contentWrap #contentRight {
	padding: 15px 30px 10px 0px;
	width: 410px;
	float: left;
}

#contentWrap h2 {
	font-size: 1.5em;
	text-transform: capitalize;
	font-weight: bold;
	color: #003366;
	margin-bottom: 8px;
	border-bottom: 1px solid #CCCCCC;
}

#contentWrap h2 a {
	text-decoration: none;
}

#contentWrap h2 a:hover {
	text-decoration: underline;
}

#contentWrap h3 {
	font-size: 1em;
	text-transform: capitalize;
	font-weight: bold;
	color: #003366;
	margin: 10px 0 8px 25px;
}

#contentWrap p {
	padding-bottom: 8px;
	line-height: 1.7em;
	letter-spacing: .1em;
}

#contentWrap ul {
	margin-left: 25px;
	padding-bottom: 8px;
	line-height: 1.7em;
	letter-spacing: .1em;
}

#contentExtra {
	padding: 0 30px 10px;
}

/* -----------------------------------------------
			Footer Area Styles
------------------------------------------------*/

#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #737160;
	padding-left: 35px;
}

#footer a {
	color: #737160;
}

#footer a:hover {
	color:#006699;
}

/* -----------------------------------------------
			Popup Box Styles
------------------------------------------------*/

#popup {
	height: 450px;
	width: 450px;
	background-image:url(../images/template/popup_box.png);
	background-repeat: no-repeat;
	position: absolute;
	margin-left: -20px;
	text-align: right;
	padding-top: 15px;
}

#popup fieldset {
	border: none;
	padding: 12px 25px 25px;
	position: relative;
	text-align: left;
}

#popup fieldset legend {
	font-size: 2em;
	color: #006699;
	border-bottom: 1px solid #CCCCCC;
}

#popup fieldset label{
	font-weight: bold;
	float: left;
}

#popup fieldset .field{
	padding: 2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	float: right;
	margin-bottom: 6px;
	background-color:#fffff7;
	border: 1px solid #cccccc;
}

#popup fieldset .field:focus {
	border-color: #333333;
	background-color: #e9e8c3;
}

#popup fieldset input.button {
	margin-left: 6px;
	background-color: none;
	float: right;
}

#popup fieldset textarea {
	margin-top: 6px;
}

#popup fieldset div{
	margin: 5px 15px 0;
}

#popup fieldset div div {
	clear: both;
}

#close {
	margin-right: 15px;
}
