html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, img, sub, ol, li, fieldset, form, label, legend, table, caption
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
/*    vertical-align: baseline; */
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #D3D4D6;
}

* html #container {
	height: 100%;
}


a { text-decoration: none;}
a:hover { text-decoration: underline;}

a.whitelink { color: #FFFFFF;  text-decoration: none;}
a.whitelink:hover { color: #FFFFFF;  text-decoration: underline;}

/* class definitions   */

.floatr {
	float: right;
	}
.floatl {
	float: left;
	}

.margin-1 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 0px;
	}

.margin-2 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 80px;
	}

.Borange {
	color:#E49A41;
	font-family:Verdana;
	font-weight:bold;
}

.CopyHeader {
	color:#E59941;
	font-weight:bold;
	font-size: 18px;
	font-style:italic;
	padding-bottom: 3px;
}

.gray {
	color:#9A999E;
	font-weight:normal;
}

.OrangeBullets
{
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    list-style-type:disc;
    list-style-position:outside;
    padding-left:12px;
}

.OrangeBullets li
{
    list-style-type:disc;
    list-style-position:outside;
    padding-top:5px;
}

/* main body wrapper 960px wide */
#wrapper {
	width: 960px;
/*	height: 100%; */
	min-height: 400px;
	text-align: center;
	background-color: #FFFFFF;
	font-family: arial, helvetica;
	font-weight: normal;
	font-size: 12px;
	color: #9A999E;
	border: 0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right: 0px;
	margin: 0px;

	}
#inner_wrap {
	width: 920px;
	text-align: center;
	background-color: #FFFFFF;
	font-family: arial, helvetica;
	font-weight: normal;
	font-size: 12px;
	color: #9A999E;
	border: 0px;
	padding-left:20px;
	padding-top:0px;
	padding-bottom:0px;
	padding-right: 20px;
	margin: 0px;

	}
.whitespace {
	background-color: inherit;
	height: 5px;
	}

/*  site specific */
#titletext  {
    color:#E49A41;
	padding: 0px;
	float:left;
	text-align: left;
	font-family: Verdana;
	font-size: 18px;
    font-style:italic;
    font-weight:bold;
    padding-top:10px;
    text-align:left;
    vertical-align:middle;
}

#ContactText 
{
    font-family:Arial;
    font-size:.9em;
}
#topOrangeBar 
{
    background-color:#E49A41;
    width:960px;
    height:10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	border: 0px;
}
#Copy_Content 
{
    text-align:left;
    font-size:.9em;
}
.Step 
{
    font-size:1.4em;
    font-weight:bold;
    font-style:italic;
    color: #CCCCCC;
}
.Step_Title
{
    font-size:1em;
    font-style:italic;
    font-weight:bold;
    color:#E49A41;
}

#top_image {
	width: 960px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	border: 0px;
}

#ButtonBar {
	background-color: #FFFFFF;
	width:880px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	text-align: center;
	vertical-align: top;
	}

#ButtonBar_text {
	color:#999999;
	padding: 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 20px;
	}

#ButtonBar_imgs 
{
    
	background-color: #FFFFFF;
	color:#999999;
	text-align: center;
	padding: 0px;
	border: 0px;
	margin:0px;
	}

.BtnSpace {
	background-color: inherit;
	width: 125px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0px;
	border: 0px;
	}

#insideBar {
	padding: 0px;
	border: 0px;
	margin:0px;
	width:960px;
	}

#Content_Copy {
	border:0px;
	width: 850px;
	min-height: 220px;
	padding-top: 20px;
	padding-left: 0px;
	padding-right:0px;
	padding-bottom:10px;
	text-align: left;
}

#aboutheader {
	border:0px;
	width: 920px;
	height: 20px;
	padding-left: 0px;
	text-align: left;
}

#bottombar {
	width: 960px;
	height: 23px;
	background-color:#D3D4D6;
}

#ContactPhoto {
	width: 150px;
	height: 200px;
	color:#E59941;
	font-size: 10px;
	padding-right: 10px;
	float: left;
}
#ContactImg {
	vertical-align: bottom;
	float: right;
}
