/*DonHarstad.com CSS v1.0
Created by Eugene Barnes
http://www.eugenebarnes.com
*/

/*html body {
	margin-top: 0px;
}
*/
div#hd {
	background-image: url(../images/skyline-masthead-950x150.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 15px;
}

.yui-u {
/*	background-image: url(../images/pixel_ruler.gif);
	background-position: left top;
	background-repeat: repeat-x;*/
}

div.left-column {
/*	background-image: url(../images/pixel_ruler.gif);
	background-position: left top;
	background-repeat: repeat-x;
*/}

div#ft {
	/*background-color: #ffc;*/
}

html {
	/*background: #eee url(../images/bkgnd-navy-grid-01.gif) repeat;*/
	/*background-color: #ccc;*/
	background: #ccc url(../images/bkgnd-dk-gray-01.gif) repeat-x top left;
}

body {
	/*background-color: #eee;*/
}

div#bd, div#ft {
	background-color: #fff;
}

div#hd {
	height: 162px;
	background-color: #fff;
}

div#hd-text {
	position: relative;
	top: 30px;
	height: 120px;
	color: white;
	/*clear: both;*/
}

img.hd-image {
	position: relative;
	top: 0px;
}

div#hd-text p{
	color: white;
	margin: 0 400px 5px 215px;
	font-family: Times, "Times New Roman", serif;
	font-size: 153.9%;
	font-weight: bold;
}


div#navbar {
	position: relative;
	top: 36px;
	background-color: #006;
	height: 30px;
}

div#navbar p {
	margin: 5px 20px;
	color: #fff;
	line-height: 2em;
}

div#dropdownnavbar {
	/*margin-top: 20px;*/
	position: relative;
	top: 25px;
}

div#bd {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}

div#ft {
	background: #fff url(../images/footer-bkgnd-950x300a.gif) no-repeat bottom left;
}

div.left-column {
	margin: 10px 0px 20px 20px;
}

div.mid-column {
	margin: 10px 0px 20px 20px;
}

div.right-column {
	margin: 10px 20px 20px 20px;
}

div.footer-column {
	margin: 10px 20px 20px 20px;
}

div.footer-column p {
	font-size: 85%;
}

div#ft hr {
	margin: 0 20px 10px 20px;
}

/*Modify Base Styles*/
h1,h2,h3 {
	/* Bottom margin based on font size. */
	margin: 0 0 .25em 0;
	color: #006;
	font-family: Times, "Times New Roman", serif;
}

h1 {
	font-size: 153.9%;
}

h2 {
	font-size: 131%;
	margin-top: 1em;
}

p,
fieldset,
table,
pre {
	/* So things don't run into each other. */
	margin-bottom: .5em;
}

/*Link Styles*/

a:link {
	color: #69737a;
}

a:visited {
	color: #69737a;
}

a:hover {
	color: #c00;
	text-decoration: none;
	/*background-color: #ff9;*/
}

h3.boldlink {
	background: #fff url(../images/arrow-r-10x15.gif) no-repeat top left;
	font-family: Helvetica, Arial, sans-serif;
	color: #69737a;
}

h3.boldlink a:link {
	text-decoration: none;
	margin-left: 12px;
	color: #69737a;
}

h3.boldlink a:visited {
	text-decoration: none;
	margin-left: 12px;
	color: #69737a;
}

h3.boldlink a:hover {
	text-decoration: none;
	margin-left: 12px;
	color: #c00;
	/*background-color: #ff9;*/
}

hr {
	border-top: 1px solid #999;
	border-bottom: none;
	border-right: none;
	border-left: none;
}

hr.sectionbreak {
	border-top: 1px dotted #999;
}

/*Breadcrumb Navigation*/
div#breadcrumb {
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
}

div#breadcrumb p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 93% !important;
}

div#breadcrumb p a{
	text-decoration: none;
}


/*Specialty Styles*/

p.pullquote {
	font-family: Times, "Times New Roman", serif;
	font-size: 138.5%;
	color: #69737a;
	font-style: italic;
	font-weight: bold;
	;
}