/* 

STYLE SHEET FOR [XXXXXX] SITE
Created by Jozee Designs! jozeedesigns.com*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
h1, h2, h3, h4, h5, h6 { font-size:10px; }
ol ul { list-style:none; }
address, caption, cite, code, dfn, strong, th, var {font-style:normal; font-weight:normal;}
table {border-collapse:collapse; border-spacing:0;}
fieldset, img {border:0;}
capion,th {text-align:left;}
q:before, q:after {content:'';}


html {
	text-align:center;
	/*background-color:#460000;full bg color*/
	background:#c0d9d5 url(../images/bg_bars-s.gif) top center repeat-x;
	}

body {
	position:relative;
	font-family:"Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size:80%;
	width:720px;
	margin:0 auto;
	text-align:left;
	/*background-color:#fff; bg behind body area only*/
	padding-top:0px; /*allows logo to have room to stick out top*/
	
	}
	
h1 {
	}

h2 {
	}

h3 {
	}
		
h4 {
	}

p {
	}
	
ul {
	list-style-type: none;
	}

/*---------------------------------------------------------Branding (start)*/	
#branding {
	color:#fff;
	/*background-color:#600;*/
	width:590px;
	position:relative;
	height:94px;/*should match header/background image height*/
	/*background:transparent url(../images/bg-logo.gif) no-repeat 0 0;*/
	z-index:10;
	margin-left: 70px;

	}
	
/*#branding h1 {
	position:absolute;
	top:15px;
	left:22px;
	width:241px;
	height:54px;
	background:transparent url(../public/images/logo-jd.png) no-repeat;
	text-indent:-9999px;
	}*/
/*---------------------------------------------------------Branding (end)*/

/*---------------------------------------------------------Horizontal Navigation (start)*/	
#navigation {
	position:relative;
	background-color:#300000;
	width:100%;
	height:24px; /*this is the height of the default text*/
	text-align:center;
	font-size:11px;
	font-weight:bold;
	}
	
ul#horizontal_nav {
	padding:5px 0;
	}
	
ul#horizontal_nav li {
	display:inline;
	border-right:1px solid #460000; /*puts the border line to the right of all items*/
	padding:6px 1.5em; /*use in conjunction with ul#horizontal_nav padding for nav bar height*/
	}
	
/*ul#horizontal_nav li#first {
	border-left:1px solid black; puts the border line at the left of the first item
	}*/
	
ul#horizontal_nav li.last {
	border-right:none;
	}
	
ul#horizontal_nav li a {
	color:#CCCCCC;
	display:block;
	display:inline;
	text-decoration:none;
	}
	
#horizontal_nav a:link {text-decoration:none; }
#horizontal_nav a:visited {text-decoration:none;}
#horizontal_nav a:hover {text-decoration:none; color:#fff;}
#horizontal_nav a:active {text-decoration:none; color:#fff;}
/*---------------------------------------------------------Horizontal Navigation (end)*/
/*---------------------------------------------------------Page Header (start)*/	
#pagehead {
	
width:670px;
	/*height:40px; this is the height of the default text
	text-align:center;*/
	
	color:#000000;
	background-color:#f5f7f7;
	padding:20px 10px 0px 40px;
	margin:0 0 0 0px;

	}
#pagehead h1 {
	font-size: 200%;
	padding-bottom:0;
	}
	
/*---------------------------------------------------------Page Header (end)*/

/*---------------------------------------------------------Content (start)*/
#content { /*if this has a border it causes unpredictable results in browsers*/
	/*background:#CCC;*/
	width:100%;
	}
	
#content_main { /* because of ie its better to not put margin or padding here, but to put it on the inside elements - .mainfill and .subfill*/
	float:right;
	color:#000;
	background-color:#f5f7f7;
	padding:20px 0 0 0; /*use left and right padding on the contained items not here*/
	width:100%; /* If you use width don't use padding here. Pad the contents*/
	}
	
#content_main p {
	padding:0px 30px 20px 40px;
	line-height:1.3em;
	}
	
/*#content_main table {
    margin-top:15px;
	float:left;
	border-top:1px solid #a5e0ff;

	}*/
/*---------------------------------------------------------Content (end)*/

/*---------------------------------------------------------Feature (start)*/
#content_sub {
	float:left;
	color:#000;
	/*background-color:#aaabac;*/
	width:1%;
	}	

/*#content_sub h4 {
	margin:0 0 0 58px;
	}*/
	
#content_sub p {
	font-size:100%;
	padding:0px 0 0 0;
	margin:20px 25px 20px 20px;
	}
	
/*#content_sub img {
	float:left;
	margin:-10px 8px 20px 0; use this one to control the space between the line items and keep them even
	border:1px solid #000;
	}*/
/*---------------------------------------------------------Feature (end)*/

/*---------------------------------------------------------Site info (start)*/
#site_info {
	/*background-color:#fff;*/
	clear:both;
	}

#copyright {
	color:#FFF;
	padding:6px 0 0 6px;
	text-align:center;
	font-size:70%;
	}
	
/*---------------------------------------------------------Site info (end)*/

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: ;
	color: ;*/
}
a:link {text-decoration: none; }
a:visited {text-decoration: none;}
a:hover {text-decoration: underline;/*color: ;*/}
a:active {text-decoration: none;}


	
/*---------------------------------------------------------Form (start)*/
fieldset {  
	float: left;  
	clear: left;  
	width: 100%;
	margin: -.6em 0 1.5em 0;  
	padding: 0;
	background:url(../images/bg-grad.jpg) repeat-x;
	background-color:#D9F7F3;
	border: 1px solid #a5e0ff;
	line-height:1.5em;} 

legend { 
	margin-left: 15px; 
	color: #fff;  
	font-size:1em;
	background:url(../images/bg-legend-tab.gif) no-repeat;
	padding:2px 12px 8px 12px;}

fieldset ol {  
	padding: .4em 1em 0 1.2em;  
	list-style: none;} 

fieldset li { 
	width: 93%; 
	margin-bottom: 0;
	padding: 8px 15px 8px 4%;
	border-top:1px solid #fff;
	border-bottom: 1px solid #a5e0ff;
	}
	
  fieldset li.noul { border-bottom: none; margin-bottom:7px;}
  fieldset li.noal { border-top: none;}
	
label {  
	position:relative;
	float: left;  
	/*width: 350px;  */
	margin-right: 0px;}

/*label em {  positions the star for required fields
	position: absolute;  
	left: 16em;  
	top: 5px;}*/
	
label.plain {
	float:none;
	margin:0px 0 0 0px;
	}
	label.right {
	float:right;
	margin:0px 0 0 0px;
	}
input.ynradio {
	margin:0em -3px 0 0}
input.chk { /*not used - I think*/
	margin:0 2px 0 0px;}
	
input.textlng { /* creates the width of the text fields*/
	width:160px;}
input.textmd, input.textmd2 { /* creates the width of the text fields*/
	width:130px;}
  input.textmd2 {margin-left: 390px;}
input.text { /* creates the width of the text fields in table*/
	width:100px;}
input.textsht { /* creates the width of the text fields in table*/
	width:25px;}
	
input.text, input.textlng, input.textmd, input.textmd2, select.text, input.textsht {border: 1px inset #849478; height:20px;}
textarea{ border: 1px inset #849478;
	/*width:100%;*/}
	
#buttons {
	border-top:1px solid #a5e0ff;
	clear:both;}

input.btn, input.btnrt  {
	padding: 2px 3px 1px 4px;
	margin:10px 0px 10px 0px;
	width: auto;
	cursor:pointer;}
	
input.btnrt  {
	padding: 2px 3px 1px 4px;
	margin:10px 20px 10px 0px;
	width: auto;
	cursor:pointer;}

.note {font-style:italic;}

form#formapp table {margin:0px 0 35px 40px;
	border-collapse:collapse;
	clear:both;
	color:#3e3e3e;
	/*background:#e3f3f1; url(../images/bg-grad.jpg) 0 10px repeat-x;*/} 

form#formapp table td, #content_main table th{padding:3px 5px 8px 10px; vertical-align:top;}
/*form#cleanpodcleanroom table tr.shade, */#content_main table th.shade {color:#fff; background:url(../images/bg-tbl-th2.gif) no-repeat;}
form#formapp table tr.title {color:#000000; background-color:#ededed;}
form#formapp table .contactinfotitle {font-weight:bold;
	color:#c95623;
	text-align:left;}

form#formapp table th { padding:2px 5px 8px 10px;}
form#formapp table td {padding:12px 0 10px 20px; /*border-top:2px solid #fff;*/ border-bottom: 2px solid #e2ecea;}
form#formapp table .noul {border-bottom: none;}
.req {padding-left:11px; background:url(../images/star.gif) 0 2px no-repeat;}
