@charset "UTF-8";
/* CSS Document */

/* ------------------------------- CSS Reset ------------------------------- */
html, body{color:#000;background:#FFF;height:100%;width:100%;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/* ------------------------------- GO DADDY RESET ------------------------------- */
#conash3D0 {height:0px; top:-1px;}
.fdpoweredby   
 {
	height:0px;
	top:-1px;
}

/* ------------------------------- Static Logo ------------------------------- */
img.madproof {
	position: absolute;
	right: 25px;
	bottom: 25px;
}

/* ------------------------------- EM Inheritence ------------------------------- */
body {
	height: 100%;
	width: 100%;
	font-size: 10px;
}

/* ------------------------------- Fonts ------------------------------- */
h1, h2, h3, h4, h5, h6, p, li {
	margin-bottom: 1.6em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
}
h1 {
	font-size: 2.40em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.00em;
}
h6 {
	font-size: .80em;
}
p, li {
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;	
	font-size: 1.2em;
}

/* ------------------------------- Links ------------------------------- */
a, a:hover, a:visited, a:active {
	text-decoration: none;
	color: #000000;
}

/* ------------------------------- Opacity Settings ------------------------------- */
.opacity_one {
	opacity: 0.1;
}
.opacity_two {
	opacity: 0.2;
}
.opacity_three {
	opacity: 0.3;
}
.opacity_four {
	opacity: 0.4;
}
.opacity_five {
	opacity: 0.5;
}
.opacity_six {
	opacity: 0.6;
}
.opacity_seven {
	opacity: 0.7;
}
.opacity_eight {
	opacity: 0.8;
}
.opacity_nine {
	opacity: 0.9;
}

/* ------------------------------- Clearing ------------------------------- */
.inline {
display: inline;
}
.clear {
clear: both;
}