inhtml, body {	height: 100%;
		padding: 0px;
		margin: 0px;
		font-family: verdana, sans-serif;
		font-size: 100%;
		font-weight: normal;
	    line-spacing: 1.1em;
	    text-align: justify;
		color: #333333;
	    background-image: url('images/bg.png');
	    background-repeat: repeat;
	    }

A.nav:link {text-decoration: none;
			color: #FFFFFF;}
A.nav:visited {text-decoration: none;
			color: #FFFFFF;}
A.nav:active {text-decoration: none;
			color: #FFFFFF;}
A.nav:hover {text-decoration: none;
			border-bottom: 1px solid #E67643;}
			
A:link    { color: #E67643; text-decoration:none; }
A:visited { color: #E67643; text-decoration:none; }
A:active  { color: #E67643; text-decoration:none; }
A:hover   { color: #E67643; text-decoration:underline; }

A.footer:link 		{text-decoration: none; color: white; } 
A.footer:visited	{text-decoration: none; color: white; } 
A.footer:active		{text-decoration: none; color: white; } 
A.footer:hover		{text-decoration: underline; color: white; } 


#container {
	margin: 0px auto;
	margin-top: 20px;
	width: 1050px;
	position: relative;
	background-color: white;
	-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 3px 3px 4px #26466D;
	-webkit-box-shadow: 3px 3px 4px #26466D;
	box-shadow: 3px 3px 4px #26466D;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#26466D')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#26466D');
	}

#header {
		margin-left:auto;
		margin-right:auto;
		margin-bottom: 20px;
		width: 1000px;
		height: 75px;}
		
#headerimg {
		margin-left:auto;
		margin-right:auto;
		width: 1000px;
		height: 333px;}
		
#nav {
		width: 1000px;
		margin-left:auto;
		margin-right:auto;
		height: 46px;
		background-image: url('images/navbg.png');
		background-repeat: none;
		font-size: .85em;
		color: #FFFFFF;
		text-align: center;}

/*----
#nav ul{
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	}
	
#nav ul li {
	display:inline; margin-top:10px; width: 200px; height:25px; float:left; list-style:none; font-size: 1.2em; 
	}
---*/
	
ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0;
 padding: 0;
 z-index:1 !important;
}

ul.dropdown {
 position: relative;
 z-index: 597;
 float: left;
}

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
 margin-top:16px;
 width: 200px;
 height:30px;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
 background-color: #175A7D;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}

#content {
	clear: left;
	width: 950px;
	min-height: 600px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	padding: 10px 0px 30px 0px;  /* Bottom is Height of the footer */
	font-size: .85em;
	}
	
#formleft {
	width:375px;
	height: 600px;
	float: left;
	clear: none;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-right: 20px;
	border-right: 1px solid #1C77BE;
	}
	
#formright {
	width: 455px;
	float: left;
	display: inline;
	margin-bottom: 40px;
	}
	
#refform {
	height: 550px;
	width: 455px;
	margin-bottom: 20px;
	margin: 0px auto;
	clear: both;
	}
	
#wpform {
	height: 550px;
	width: 455px;
	margin-bottom: 20px;
	margin: 0px auto;
	clear: both;
	}
	
#bottom {
		width: 1000px;
		height: 200px;
		margin-left:auto;
		margin-right:auto;
		margin-top: 20px;
		text-align: center;
		font-size: .9em;
		clear: both;
	}
	
#leftbox {
	float: left;
	display: inline;
	margin-left: 120px;
	width: 225px;
	height: 155px;
	padding: 0px;
	background-image: url('images/boxwhitepapers.png');
	}
	
/*span.boxee {
	display:block;
	margin: 0px;
	height: 120px;
	width: 225px;
	border: .5px solid #E6E6E6;
	background-image: url('images/boxbg.png');
	background-repeat: no-repeat;
	padding: 6px 0px 6px 0px;
	clear:both;
	}
	
span.boxee2 {
	display:block;
	margin: 0px;
	height: 120px;
	width: 225px;
	border: .5px solid #E6E6E6;
	padding: 6px 0px 6px 0px;
	clear:both;
	} */
	
#middlebox {
	float: left;
	display: inline;
	margin-left: 35px;
	width: 225px;
	height: 155px;
	background-image: url('images/boxmsp.png');
	}
	
#rightbox {
	float: left;
	display: inline;	
	margin-left: 35px;
	width: 225px;
	height: 155px;
	padding: 0px;
	background-image: url('images/boxtest.png');
	}
	
#break {
	clear: both;
	}
	
#footer {
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
	width: 1000px;
	height: 100px;  /* Height of the footer */
	text-align: center;
	font-size: .8em;
	font-family: Arial, Arial, Helvetica, sans-serif;
	color: #E67643;
	clear: both;
	}
	
.footer {
	color: white;
	}
	
.middle	{
	margin: 0px auto;
	width: 775px;
	padding: 0px;
	}
	
.core {
	text-align: center;
	color: #E67643;
	}
	
.issues {
	margin-left: 30px;
	margin-bottom: 3px;
	}
	
.pdf {
	border: 0px;
	}
	
.testimonial {
	margin: 0px auto;
	padding: 0px 150px 0px 150px;
	font-size: .85em;
	}
	
.narrow {
	margin: 0px auto;
	padding: 0px 150px 0px 150px;
	}
	
	
#little {
	margin: 0px auto;
	padding: 15px;
	width: 725px;
	border: 3px #E67643 solid;
	text-align: center;
	}
	
#littler {
	margin: 0px auto;
	padding: 15px;
	width: 550px;
	border: 3px #E67643 solid;
	text-align: center;
	}
	
.indentedlist {
	margin: 0px auto;
	width: 390px;
	text-align: left;
	}
	
#portalleft {
	width:375px;
	height: 550px;
	float: left;
	clear: none;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-right: 30px;
	border-right: 1px solid #1C77BE;
	}
	
#portalright {
	width: 455px;
	height: 550px;
	float: left;
	display: inline;
	margin-left: 30px;
	margin-bottom: 40px;
	}
	
.loginfields {
	width: 200px;
	padding: 0px;
	margin: 0px auto;
	text-align: right;
	}
	
.login {
	margin: 0px auto;
	padding: 15px;
	width: 350px;
	border: 3px #E67643 solid;
	font-size: .85em;
	text-align: left;
	}
	
img.phone {
	float: right;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	}
	
img.logo {
	float: left;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
	}
	
img.accent {
	float: left;
	margin: 0px 20px 10px 0px;
	}
	
.h2 {
	font-size: 1.2em;
	color: #E67643;
	font-weight: 700;
	text-decoration: underline;
	}
	
.h3 {
	font-size: 1.1em;
	color: #E67643;
	font-weight: 600;
	}
	
hr {
	color: #F0F0F0;
	}
	
.italic {
	font-weight: bold;
	font-style: italic;
	}
	
.italic2 {
	font-style: italic;
	font-size: .8em;
	color: #E67643;
	}
	
p.boxee{
	padding: 15px 10px 15px 10px;
	font-size: .8em;
	}
	
.tiny {
	width: 425px;
	font-size: .6em;
	line-height: 1.3em;
	font-style: italic;
	margin-left: 20px;
	}	
	
.spamdisclaimer	{
	width: 425px;
	font-size: .6em;
	line-height: 1.3em;
	font-style: italic;
	margin: 0px auto;
	clear: both;
	}
	
#spam	{
	width: 425px;
	margin: 0px auto;
	margin-top: 20px;
	clear: both;
	}
	
.break {
	width: 100%;
	height: 20px;
	clear: both;
	}

.bullets{
	list-style: none;
	padding-left: 25px;
	background-image: url(images/swirl.png);
	background-repeat: no-repeat;
	background-position: 0 .25em;
	}
	
.regbullets{
	list-style-type:disc;	}
	padding-left: 25px;
	}	
	
.nobullets{
	list-style:none;
	}
	
ul.corevalues {
		text-align: left;
		margin-left: 15px;
	}

table.contactinfo {
	border: 1px solid lightgray;
	background-image: url(images/swirlbg.png);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	background-position: 0 10px;
	margin: 0px auto;
	clear: both;
	}
	
table.contactinfo td {
	padding: 0px 30px 10px 0px;
	border: 0;
	vertical-align: top;
	}
	
#gallery {
	width: 990px;
	margin: 0px auto;
	}
	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 10000; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1000; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 9000; width: 100%; height: 500px; background-color: #000; }

	
	/* FORM STUFF BELOW */

/* COLORS */

form.ddfm h1,
form.ddfm h2 {
	color: #333333;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #333333
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #326484;
}

form.ddfm .required {
	color: #1C77BE;
}

.ddfmerrors {
	color: #1C77BE;
	font-size: 1em;
}

/* TEXT */

.ddfmwrap {
	font-size: 1em;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {
	font-size: 1.1em;
}

form.ddfm h2 {
	font-size: 1.05em;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	font-size: .95em;
}

form.ddfm .credits {
	font-size: .5em;
}

form.ddfm legend {
	font-size: 110%;
}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

.ddfmwrap {
	margin: 15px auto 15px auto;
	width: 425px; 
}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
}

form.ddfm {
	text-align: left;
	padding: 15px;
	width: 425px;
	height: 500px; 
	float: left;
	display: inline;
	clear: both;
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: left;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 6px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
    float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 20px;
	text-align: right;
	clear:both;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}

.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
	text-align: left;
}
