/* Layout CSS
--------------------------------------------- */
html {
	height: 100%;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #333333;
	font-size: 62.5%;
	background-color: #EFEFEF;
	margin: 0;
}
body#home {
	height: 100%;
	min-height:600px;
	min-width: 800px;
}
body#popup {
	background-color: #EFEFEF;
}
div#dna {
	
	width: 100%;
	height: 100%;
	/*height: auto !important;*/
	_height: 600px;
	
/*	width: 100%;
	height: 100%;
	min-height:600px; 
	min-width:850px;*/
}

/* Global Elements
--------------------------------------------- */

a {
	color: #666;
}
a img {
	border: 0 none;
}
h1 {
	font-size: 2em;
}
.print {
	display: none;
}

/* Blurb Elements
--------------------------------------------- */
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
P, li {
	font-size: 1.2em;
}
p.zeroPaddingParagraph {
	margin: 0;
}
p.disclaimer {
	font-size: 1em;
}

/* header
--------------------------------------------- */
div#header {
	padding-bottom: 20px;
}

/* pageWrapper
--------------------------------------------- */
div#pageWrapper{
	overflow: hidden;
	margin: 5px auto;
	width: 700px;
}

/* Footer
--------------------------------------------- */

div#footer {
	position: relative;
	overflow: hidden;
	padding-top: 10px;
}

#footer #firstROI {
	float: left
}

#footer #fdic {
	float: right;
}

#footer ul {
	overflow: hidden;
	width: 220px;
	margin: 0 auto;
	padding: 0;
	line-height: 25px;
}

#footer ul li {
	float: left;
	padding: 0 20px;
	list-style-type: none;
}

/* contentWrapper
--------------------------------------------- */
div#contentWrapper {
	overflow: hidden;
	border: 1px solid #CCC;
	background-color: #FFF;
	padding: 10px;
}

/* flash popup link */
div.hide {
	display: none;
}

/*======== Alert Popups ===============================================================================*/
#popup_overlay {
	opacity: 0.8 !important
}
#popup_container {
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* border-radius: 5px; */
}
#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #ccc url(../image/alert/alert-title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
#popup_content {
	background: transparent url(../image/alert/alert-info.gif) 16px 16px no-repeat;
	padding: 1em 1.75em;
	margin: 0em;
}
#popup_content.alert {
	background-image: url(../image/info.gif);
}
#popup_content.confirm {
	background-image: url(../image/alert/alert-important.gif);
}
#popup_content.prompt {
	background-image: url(../image/alert/alert-help.gif);
}
#popup_message {
	padding-left: 48px;
}
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}
#popup_prompt {
	margin: .5em 0em;
}

/* Flash popups
--------------------------------------------*/
body#popup h1 {
	background-color: #333;
	margin: 0;
	padding: 0 10px;
	line-height: 2.5;
	font-size: 1.8em;
	color: #FFF;
}
body#popup #validateForm form{
	margin-top: 0;
}
body#popup #blurb {
	margin: 0 10px;
}
body#popup #thankyou {
	width: 527px;
	margin: 10px auto;
}

/* AddThis
--------------------------------------------*/
.addthis_toolbox {
	display: none
}

body#popup .addthis_toolbox {
display: block;
position: absolute;
top: 15px;
right: 10px;
width: auto;
height: 20px;
}

.addthis_toolbox a {
float: left;
display: inline;
position: relative;
width: 16px;
height: 16px;
text-indent: -999em;
text-decoration: underline;
padding: 0 5px;
cursor: pointer;
opacity: 0.7;
color: #FFF;
}

.addthis_toolbox a:hover {
opacity: 1;
}

.addthis_toolbox .addthis_button_compact /* Share */ {
background: transparent url("../image/share/icon-share.png") no-repeat scroll left top;
font-size: 12px;
padding-top: 2px;
text-indent: 15px;
width: 60px;
}

.addthis_toolbox .addthis_button_facebook {
background: transparent url("../image/share/icon-facebook.png") left top no-repeat;
}

.addthis_toolbox .addthis_button_linkedin {
background: transparent url("../image/share/icon-linkedin.png") left top no-repeat;
}

.addthis_toolbox .addthis_button_twitter {
background: transparent url("../image/share/icon-twitter.png") left top no-repeat;
}

.addthis_toolbox .addthis_button_print {
	background: transparent url("../image/share/icon-print.png") left top no-repeat;
	width: auto;
	padding-left: 20px;
	line-height: 15px;
	text-indent: 0;
	font-size: 12px;
}
