/**
 * style.css
 *
 * Developed by Zaingar Solutions, LLC.
 * New York, NY - Orlando, FL
 * www.zaingar.com
 *
 */
 .float{
position:absolute;
left:0px;
text-align:right;
height:91px;
top:0px;
margin:0px;
width:100%;
}
 
body {
	margin:0;
	font-family:"Trebuchet MS";
	text-align: center;
	background:#FDFAF3 url('img/background.gif') top repeat-x;
}

#container {
        width: 800px !important; /* For good browsers */
        width: 800px; /* For IE */
        margin-left: auto;
        margin-right: auto;
        text-align: left;

}

/** 
 * HEADER
 */
#header h1 {
	font-size:36px;
	font-weight:normal;
	margin:0;
}

#header h2 {
	margin:0;
	 font-style:italic;
	font-size:17px;
	font-weight:normal;
}

/**
 * NAVIGATION
 */
#nav { text-align:center; }

#nav #nav2 {
        margin-left: auto;
        margin-right: auto;
}

#nav ul {
        padding-left: 0;
        margin-left: 0;
        font-size:13px;
	font-weight:bold;
}

#nav ul li {
        display: inline;
}

#nav a, #nav a:active, #nav a:visited {
        padding:0px 9px 0px 8px;
        color: #000;
        text-decoration: none;
}

#nav a:hover {
        text-decoration:underline;
}

/**
 * POP UP BOX
 * index page
 */
#alert {
	border-top:1px solid #FFEC8D;
	border-bottom:1px solid #FFEC8D;
	background:#FFF9D7;
	font-size:11px;
}

#alert h1 {
        font-size:25px;
        font-weight:normal;
        margin:0;
}

#alert h2 {
        margin:0;
        font-size:20px;
        font-weight:normal;
}

#alert h3 {
        margin:0;
        font-size:17px;
        font-weight:bold;
}

#alert a, #alert a:visited, #alert a:active {
        color:#001ED7;
        text-decoration:underline;
}

#alert a:hover {
        text-decoration:none;
}

#alert #common {
	height:215px;
	background:#FFF9D7 url('img/business-man.jpg') bottom right no-repeat;
}
/**
 * PAGE CONTENTS
 */
#page {
	margin-top:20px;
	margin-bottom:20px;
}

#page #left {
	float:left;
	font-size:11px;
	width:620px !important;
	width:610px;
}

#page p {
	 font-size:13px;
}
#page #left h1 {
        font-size:28px;
        font-weight:normal;
        margin:0;
	text-align:left;
}

#page #left #top {
	text-align:center;
}

#page #left #copy {
	text-align:justify;
	font-size:12px;
}

#page #left a, #page #left a:visited, #page #left a:active {
	color:#000098;
	text-decoration:underline;
}

#page #left a:hover {
	text-decoration:none;
}

#page .checks ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

#page .checks li {
	list-style: none;
		line-height:30px;font-size: 100%;
		background: url('img/arrow.gif') 0 0 no-repeat;
		padding: 3px 10px 3px 30px;
		margin: .4em 0;
}

#page #right {
	float:right;
	width:180px;
	text-align:center;
}

#page #right #gordietalk {
	background: url('img/quoteopen.gif') top left no-repeat;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

#page #right #gordietalk2 {
        font-size:12px;
        text-align:justify;
	background: url('img/quoteclose.gif') bottom right no-repeat;
}
#page #right #sig {
	text-align:right;
	font-weight:bold;
	font-style: italic;
	font-size:12px;
}

#page #right #links, #page #right #linkslast {
	width:130px;
	background:#C9D6F0;
	border-top:1px solid #7DA6F8;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	float:right;
}

#page #right #linkslast {
        border-bottom:1px solid #7DA6F8;
}

#page #right #links a, #page #right #linkslast a, #page #right #links a:visited, #page #right #linkslast a:visited, #page #right #links a:active, #page #right #linkslast a:active {
	color:black;
	text-decoration:none;
}

#page #right #links a:hover, #page #right #linkslast a:hover {
	text-decoration:underline;
}
#page #left h2 {
	color:#cd0100;
	font-size:14pt;
	text-align:left;
}

#page #left h3 {
	color: black;
	font-size:14pt;
	text-align:left;
	margin-bottom:2px;
	padding-bottom:2px;
}

#page #left .standout p {
	font-size:14px;
}
#page #left .standout strong  {
	color:#317023;
}

#page #left h4 {
	        font-size:12pt;
}
/**
 * BOTTOM FOOTERS
 */
#footer {
        border-top:1px solid #1DDAE0;
        border-bottom:1px solid #1DDAE0;
        background:#B0ECED;
	font-size:11px;	
	padding-top:10px;
}

#footer #purchase {
        border:1px solid #FFEC8D;
        background:#FFF9D7;
	padding:1px;
}

#footer #purchase a, #footer #purchase a:visited, #footer #purchase a:active {
	text-decoration:none;
	color:black;
}

#footer #purchase a:hover {
	text-decoration:underline;
}

#footer #inside
{
        width: 800px !important; /* For good browsers */
        width: 800px; /* For IE */
        margin-left: auto;
        margin-right: auto;
}

#footer #inside a, #footer #inside a:visited, #footer #inside a:active {
        color: black;
        text-decoration: none;
}

#footer #inside a:hover {
        text-decoration:underline;
}

#footer ul {
        padding-left: 0;
        margin-left: 0;
        font-weight:none;
}

#footer ul li {
        display: inline;
}

#footer .in {
	border-right:1px solid #000098;
}

#footer #inside li a, #footer #inside li a:visited, #footer #inside li a:active {
        padding:0px 10px 0px 10px;
        color: #000098;
        text-decoration: none;
}

#footer #inside li a:hover {
        text-decoration:underline;
}


/**** FOOT FOOTER ****/
#footfooter {
	margin-top:15px;
        border-top:1px solid #FB7C87;
        border-bottom:1px solid #FB7C87;
        background:#D00C20;
	color:white;
	font-size:11px;
}


#footfooter #insided
{
        width: 1000px !important; /* For good browsers */
        width: 1000px; /* For IE */
        margin-left: auto;
        margin-right: auto;
}

#footfooter ul {
        padding-left: 0;
        margin: 0;
        font-weight:none;
}

#footfooter ul li {
        display: inline;
}

#footfooter a {
        padding:0px 0px 0px 0px;
        color: #FFF;
        text-decoration: none;
}

#footfooter a:hover {
        text-decoration:underline;
}

#footfooter a, #footfooter a:visited, #footfooter a:active {
	color:white;
	text-decoration:none;
}

#footfooter a:hover {
	text-decoration:underline;
}

#footfooter #right {
	float:right;
}

#footfooter #left {
	float:left;
}

/**
 * EOF
 * /
