@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
html{ min-height: 100%;}
body { background:#069 url('images/bg.png') repeat-x top right; font: 14px Arial, Helvetica, sans-serif; min-height: 100%; width: 100%;}
img { behavior: url(script/iepngfix.htc) }

h1 { font-size: 18px; font-weight: bold; color: #f93; text-transform: uppercase; margin: 3px 0; }
h2 { font-size: 18px; font-weight: bold; color: #f93; text-transform: uppercase; margin: 3px 0; }
h3 { font-size: 18px; font-weight: bold; color: #f93; text-transform: uppercase; margin: 3px 0; }
h4 { font-size: 16px; margin: 3px 0; color:#000; }
h5 { font-size: 28px; font-weight: 900; color: #f93; text-transform: uppercase; margin: 3px 0; text-align:center; font:Arial, Helvetica, sans-serif; line-height: 26px; }
h6 { font-size: 16px; color: #000000; text-transform: uppercase; }
a { color: #E9172F; }
a:hover {text-decoration:none;}
ul { list-style: inside; list-style-type: disc; }
ol { list-style: outside; list-style-type: decimal; margin: 20px 0 0 27px;line-height:18px; }
p { color: #32688a; margin: 20px 0; }
hr { width: 100%; height: 2px; color: #f93; background-color: #f93; border: 0; margin: 20px 0;  }
br { margin: 5px 0; }

/*//////////////////////
// Structure
//////////////////////*/
/*54A6D1*/
#shade { width: 900px; background-color: #069; position: absolute; z-index: -99; top: 0; left: 50%; margin-left: -452px;overflow: hidden; }

#container { width: 800px; margin: 0 auto 50px auto; position: relative; z-index: 0; top: 0; }
#header { position: relative; width: 768px; margin: 20px auto 0 auto; z-index: 50; }
#nav { background-color: #FFFFFF; padding: 7px 0 0 0; height: 28px; position: absolute; z-index: 60;  width: 250px; left: 50%; margin-left: -383px; top: 38px; }
#nav2 { background-color: #FFFFFF; padding: 7px 0 0 0; height: 28px; position: absolute; z-index: 60;  width: 250px; left: 50%; margin-left: 133px; top: 38px; }
	#nav ul, #nav2 ul { margin-left: 16px; }
	#nav li, #nav2 li { display: inline; margin: 0 0 0 18px; color: white; font-size: 16px; text-transform: uppercase; font-weight: bold; }
	#nav li a, #nav2 li a { color: #32688a; text-decoration: none; }
	#nav a:hover, #nav2 a:hover { color: #f93}
	#nav a:active, #nav2 a:active { color: #f93 }
	
	.currnav { color: black; background-color: white; }
	
a.button { background-color: #45a0c0; margin: 10px 0; padding: 8px 25px; color: white; font-size: 16px; text-transform: uppercase; font-weight: bold; display: block; float: left; text-decoration: none; }
a:hover.button { color: #1D5665;  }

	
#content { position: relative; width: 732px; background: #FFFFFF; padding: 15px; color: #32688a; margin: -32px auto 0 auto; }
#footer { margin: 20px 0 0 10px; text-align: center; color: white; font-size: 10px; text-align: center; }
#footer ul { list-style: none; margin: 10px 0; height: 7px; text-align: center; }
#footer li { float: left; border-right: 1px solid #FFF; padding: 0 7px; }
#footer li.last { border-right: none; }
#footer a { color: #fff; }

.clear { clear: both; display: block; }
.centeredimg { display: block; margin: 0 auto; }
.leftimg { float: left; margin-right: 15px; }
.curve { color: #fff; border: 3px solid #45a0c0;
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
#container .box { float: left; width: 260px; display: inline; margin: 0 20px 0 0;}

.properties ul { list-style: none; }
.properties li { list-style-type: none; float: left; width: 150px; height: 185px; border: 1px solid #ccc; margin: 6px; text-align: center; font-size: 12px; }
.properties li:hover { border: 1px solid #E9172F;}
.properties li img { margin: 6px 0 6px 0; }
.properties hr { width: 80%; height: 1px; color: #CCCCCC; background-color: #CCCCCC; border: 0; margin: 10px auto; }
.properties a { text-decoration: none; }

.odd { background: #EFEFEF } 
.grey{color:#666;}
.center{text-align: center;}

.steps { font-size: 16px; color: #32688a; font-weight: normal; }
ol.stepslist li{ font-size: 16px; font-weight: bold; color: #f93; margin: 10px 0;  }
.emphas { color: #32688a; font-weight: bold; }
.emphasRed { color: #E9172F; font-weight: bold; }
.emphasLarge { font-size: 16px; }

ul.main { margin: 10px 0; }
ul.main li { margin: 5px 0; }

