/* halnesbitt.com CSS - slapped together by Hal Nesbitt */

/*Initial Body, Tags, and Links Stuff*/

	
* {
 margin: 0px;
 padding: 0px;
}




body {
 text-align: left;
 font-family: Arial, Tahoma, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 18px;
 color: #bab9b9;
 margin: 0px 0 10px 0;
 background: #000000;
}


div {text-align: left;}

img {
border: 0;
}


h1, h2, h3, h4, h5 {
 font-weight: normal;
 color: #2b5275;
 line-height: 18px;
 margin-bottom: 14px; 
}

h1 {display: block;}


/*Page Title Stuff*/
h2 {
 height: 43px; 
 text-indent: -4000px;
 text-transform: capitalize;
}

body.home h2 {background: transparent url('../images/title-home.gif') no-repeat 0 0;}
body.home h2 {background: transparent url('../images/title-payments.gif') no-repeat 0 0;}

h3 {
 font-size: 17px;
 padding-bottom: 10px;
 border-bottom: 1px solid #e7eff5;
}

.blockhead {
	background-color:#666666;
	color: #ffffff;
	border-width:1px;
	border-style:solid;
	border-bottom-color:#aaa;
	border-right-color:#aaa;
	border-top-color:#ddd;
	border-left-color:#ddd;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding: 8px;
	width: 895px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.blockheadlight {
	background-color:#e7eff5;
	border-width:1px;
	border-style:solid;
	border-bottom-color:#aaa;
	border-right-color:#aaa;
	border-top-color:#ddd;
	border-left-color:#ddd;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding: 8px;
}

.blockheadclear {
	background-color:#000000;
	color: #ffffff;
	border-width:1px;
	border-style:solid;
	border-bottom-color:#aaa;
	border-right-color:#aaa;
	border-top-color:#ddd;
	border-left-color:#ddd;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding: 8px;
	width: 895px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	opacity: 0.65;
	-khtml-opacity: 0.65;
	-moz-opacity: 0.65; /* older Gecko-based browsers */
	filter:alpha(opacity=65); /* For IE6&7 */
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}


.blockhead a {
color: #699bc9;
}


h4 {
 font-size: 13px;
 font-weight: bold;
 color: #699bc9;
 font-weight: bold;
}


h6 {
 font-size: 12px;
 font-weight: bold;
 color: #699bc9;
 padding-bottom: 2px;
 margin-bottom: 5px;
 border-bottom: 1px solid #e7eff5;
}


p, ul, ol {margin-bottom: 18px;}

ul.indent {
margin-bottom: 5px;
}

ol { 
 diplay: inline;
 list-style: upper-alpha;
}


ul {
 list-style: none;
 color: #666;
}


ul li {
 padding-left: 12px;
 margin-left: 10px;
 background: transparent url('../images/bullet.gif') no-repeat 0 50%;
}



a { 
 color: #699bc9;
 text-decoration: none;	 
 padding-bottom: 1px;
 	
}

a:hover {
 color: #699bc9;
 text-decoration: underline;
}


.hide {
 display: none;

}

.fin {clear: both;}

/* The Flash Divs */

#halnesbitt {
width: 890px;
margin-left: auto;
margin-right: auto;
margin-top: 80px;
}

#footer {
width: 890px;
margin-left: auto;
margin-right: auto;
text-align: right;
}

#footer p, a {
color: #ffffff;
}


/* The form stuff */
.formfield {
background: #666;
padding: 2px;
width: 150px;
color: #ffffff;
border: 1px solid #7d7d7d;
}


.formtextarea {
background: #666;
padding: 2px;
width: 200px;
height: 50px;
color: #ffffff;
border: 1px solid #7d7d7d;
}

.formbutton {
background-color: #666666;
border-color: #d8dfea #7d7d7d #7d7d7d #d8dfea;
border-style: solid;
border-width: 1px;
color: #fff;
font-family: arial, tahoma, verdana, sans-serif;
font-size: 100%;
margin: 0 2px;
padding: 4px 18px;
font-weight: bold;
width:auto;
overflow:visible;
}

.paymentfield {
background: #666666;
padding: 2px;
width: 150px;
color: #ffffff;
border: 1px solid #7d7d7d;
}



#tooltip { behavior: url(/css/iepngfix.htc); }



/* Payments Stuff */
#static {
width: 893px;
margin-left: auto;
margin-right: auto;
margin-top: 80px;
} 


#theform {
width: 600px;
background: #000000;
opacity: 0.65;
-khtml-opacity: 0.65;
-moz-opacity: 0.65; /* older Gecko-based browsers */
filter:alpha(opacity=65); /* For IE6&7 */
padding: 20px;
}


#paid, #cancel, #message {
width: 400px;
background: #000000;
opacity: 0.65;
-khtml-opacity: 0.65;
-moz-opacity: 0.65; /* older Gecko-based browsers */
filter:alpha(opacity=65); /* For IE6&7 */
padding: 20px;
}


/*This is the alternate content for the main Flash */
#halnesbitt {
background: #000000 url('../images/bg-static.jpg') no-repeat 0 0;
}

#noflashabout, #noflashwebsites, #noflashother {
	-khtml-opacity: 0.99;
	-moz-opacity: 0.99; /* older Gecko-based browsers */
	filter:alpha(opacity=99); /* For IE6&7 */
}






