/* CSS Document
    main.css    */


/* FIRST LEVEL */

body {
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size:12px;
	line-height: 1.5em;
	color:#333333;
    background-color:#FFFFFF;
    width:1000px;
    padding:0;
    margin:0 auto 40px;
}

/* SECOND LEVEL */
.container {
	width:1000px !important;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;		/* box shadow */
	-webkit-box-shadow: 0 .7em 2em -10px #000;
	-moz-box-shadow: 0 .7em 2em -10px #000;
	-o-box-shadow: 0 .7em 2em -10px #000;
	box-shadow: 0 .7em 2em -10px #000;
}


.pagebottom {
	background:url(../images/ghost.png);
	display:block;
	float:left;
	height:100px;
	width:1000px;
	padding:0;
	margin:0 auto;
	border:0;
}


/* THIRD LEVEL */
.header {

    background: url(../images/logo2.png) no-repeat;
	border:none;
    float:left;
    width: 998px;
    height: 128px;
	border:solid 1px #000000;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-bottomright:0;
}

.content {
	display:inline;
	float:left;
	clear:both;
	width:998px;
	border:solid 1px #ccc;
	margin-top:-2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
}

/* slide show divs */
.smallDiv {
    width:525px; 
    height:370px;
}

.imgdiv {
	width:525px;
	height:350px;
}

.footer {
	background-color:#272C33;
	clear:both;
	width:984px;
	margin:-2px 0 0 0;
	padding:8px;
	border:0;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
	-moz-border-radius-topleft:0;
	-moz-border-radius-topright:0;
}


/* NAVBAR & NAVBAR ITEMS */


.navbar {
	background:url(../images/navbg.png) repeat-x;
	float:left;
	height:28px;
	width:1000px;
	margin-top:-2px;
}

.gutter {
	width:40px;
}

.navbar ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0 0 2px;
}

.navbar ul li {
	display: inline;
}

.navbar ul li a {
	font: 14px  "Times New Roman", Times, serif;
	line-height: 16px;
	text-decoration:none;
	text-align:center;
    color:#ffffff;
	padding: .1em .8em;
}


/* FOURTH LEVEL (COLUMNS) */

.col1 {
	background-color:#f9f8ed;
	display:inline;
	float:left;
	width:180px;
	padding:10px;
	margin:14px 7px 14px 14px;

	border:solid 1px #ccc;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
}

.col2 {
	display:inline;
	float:left;
	width:536px;
	padding:10px;
	margin:14px 7px;
	border:solid 1px #ccc;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
}


.col3 {
	background-color:#f5f5f5;
	display:inline;
	float:left;
	width:160px;
	padding:8px;
	margin:14px 0px 14px 7px;
	border:solid 1px #ccc;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
	border-radius: 3px;
}
ul.col3list {
	font-size:11px;
	color:#000066;  ! important
	font-size:12px;
	text-indent:12px;
	list-style-type:none;
	padding:0;
	margin:0;
}
li.col3list {
	font-size:12px;
	color:#000066;  ! important
	font-size:12px;
	/*text-indent:12px;*/
	list-style-type:none;
	padding:0;
	margin:0;
}

a.col3 {
	width:180px;
	font-family:Garamond, Georgia, 'Times New Roman', Times, serif;
	font-variant:small-caps;
	font-size:12px;
	line-height:22px;
	color:#000066;
	text-align:center;
	margin:0;
}

/* END BASIC COLUMNS */


/* ADDRESS WINDOW COL 1 */
.window {
	background-image:url(../images/window.png);
	width: 170px;
	height: 150px;
	display:block;
	float: left;
	clear:both;
	text-align: right;
	padding:4px;
	margin:0;
}


/* FORM ITEMS */

.formfield {
	width: 180px;
	display:block;
	float: left;
	clear:both;
	font:10px Arial, Helvetica, Verdana, sans-serif;
	line-height: 1.5em;
	text-align:left;
	padding:0;
	margin:0;
}

.form {
	display:block;
	float: left;
	clear:both;
	background-image:url(../images/form_bg.png) ;
	background-repeat:no-repeat;
	width:180px;
	height:270px;
	padding:0;
	margin:0;
}

.form h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	width:170px;
	padding:8px 0 0;
	margin:0;
}

.formfield p {
	width:156px;
	color:#000066;
	padding:0;
	margin:4px 0 0 10px;

}

.submit {
	float:left;
	width:160px;
	margin:4px 0 0 20px;

}

input {
	color: #333333;
	background: #f5f7f9;
	border: 1px solid #8898A8;
	width:155px;
	height:18px;
	padding:0;
	margin:0 0 0 10px;
}


.textarea {
	color: #333333;
	background: #f5f7f9;
	font-size:10px;
	border: 1px solid #8898A8;
	height:37px;
	width:155px;
	padding:0;
	margin:0 0 0 10px;
	
}

.submit input {
	color: #000066;
	font-size:9px;
	background: #dddddd;
	border: 2px outset #adbdcb;
	width:60px;
	height:18px;
	margin-right:5px;
}

.submit reset {
	color: #000066;
	background: #dddddd;
	border: 2px outset #adbdcb;
	width:60px;
}

.checkbox {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	padding:0px;
	margin:0 0 0 4px;
}

.checkfield {
	float: left;
}

p.checkfield {
	font-family:Arial, Helvetica, sans-serif;
	color:#000066;
	font-size:10px;
	width:160px;
	text-align:left;
	margin:2px 0 0 4px;
}

a.checkfield {
	color:#0000FF;
}

.errormsg {
	font-family:Arial, Helvetica, sans-serif;
	color:#ff0000;
	font-size:10px;
}

/* END FORM AREA */


/* CONTACT PAGE ADDRESS AREA */

.addressfield {
	background:#ffffff url(../images/addressbg.png) no-repeat center;
	width:inherit;
	height: 410px;
	display:inline;
	float: left;
	clear:both;
	font-family:Georgia,'Times New Roman',Times,serif;
    font-variant:small-caps;
    font-weight:normal;
    line-height: 1.2em;
    text-align:center;
    color: #000066;
    padding:0;
    margin:0;
}

.addressfield h1 {
	font-size:20px;
    font-weight:normal;
    color: #000066;

    margin:40px 0 0 0;
}

.addressfield h2 {
	font-size:16px;
	font-weight:normal;
    color: #000066;
}


/* COST ANALYSIS SECTION	*/

.costfield {
	background:#ffffff; /* url(../images/costsbg.png) no-repeat center; */
	width:480px;
	height: 200px;
	display:inline;
	float: left;
	clear:both;
	font-family:Georgia,'Times New Roman',Times,serif;
    font-size:14px;
    font-weight:normal;
    line-height: 1.2em;
    text-align:center;
    color: #000033;
    padding:0px 20px 0 20px;
    margin:0;
}

.costleft {
	display:inline;
	float: left;
	clear:both;
	width:300px;
	text-align:left;
	padding:10px 0 0 0;
	margin:0px 10px 0 30px;
}

.costright {
	display:inline;
	float: left;
	clear:right;
	width:120px;
	text-align:left;
	line-height:1.2em;
	padding:10px 0 0 0;
	margin:0px 0 0 10px;

}

.costbottom {
	display:inline;
	float: left;
	clear:both;
	width:inherit;
	height:140px;

	text-align:left;
	padding:0;
	margin:0;
}


/* BODY LEVEL ITEMS */

img {
	border:none;
	text-align:center;
    padding:0;
    margin:0;
}

h1 {
	font-size:20px;
	color:#000066;
	font-weight:normal;
}


h2 {
	font-size:16px;
	color:#000066;
	font-weight:normal;
}

h3 {
	font-size:12px;
	color:#000066;
	font-weight:normal;
}


a:link  {
	color:#000066;
	text-decoration:none;
}

a:visited  {
	color:#000066;
	text-decoration:none;
}



/* CONTENT ITEMS */

h1.content {
	font-family:Georgia;
	font-size:22px;
	font-weight:normal;
	padding:0px;
	margin:6px;
}

/* FOOTER ITEMS	*/

p.footer {
	color:#bfbfc7;
	font-size:12px;
	text-align:left;
	width:970px;
}
#inside-footer {width:100%; height:250px; padding:10px 0 10px 0; }
#inside-footer h3 {font-size:1.1em; font-weight:600; color:#BFBFC7;}
#footer-nav1 {font-family:arial, hevetica, sans-serif; color:#BFBFC7; width:175px; float:left; list-style:none; line-height:2.25em; }
#footer-nav2 {font-family:arial, hevetica, sans-serif; color:#BFBFC7; width:220px; float:left; list-style:none; margin-top:20px; line-height:2.25em; border-right:1px dashed; } /* padding:0 25px 0 0; margin:0 25px 0 0; border-right: 1px solid #ccc;} */
#footer-nav3 {font-family:arial, hevetica, sans-serif; color:#BFBFC7; width:200px; float:left; list-style:none; margin-top:0px; margin-left:100px;}
#footer-nav4 {font-family:arial, hevetica, sans-serif; color:#BFBFC7; width:200px; float:left; list-style:none; margin-top:0px;}
#footer-nav1 a, ul, li {font-family:arial, hevetica, sans-serif; color:#BFBFC7;}
#footer-nav2 a, ul, li  {font-family:arial, hevetica, sans-serif; color:#BFBFC7;}
#footer-nav3 a, ul, li  {font-family:arial, hevetica, sans-serif; color:#BFBFC7;}
#footer-nav4 a, ul, li  {font-family:arial, hevetica, sans-serif; color:#BFBFC7;} 

/* COLLAPSABLE AREAS */
.info_panel {
	margin: 0px;
	padding: 0px;
	width: 500px;
}

.info_title {
	cursor: pointer;
	position: relative;
	background-color:#ffffff;
	margin:1px;
}

h3.info_title {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-variant:small-caps;
	font-size:14px;
	font-weight:normal;
	line-height:22px;
	color:#000066;
	padding: 0 10px;
}

.list_body {
	padding: 5px;
	background-color:#ffffff;
}


.info_body {
	padding: 5px 10px 15px;
	background-color:#ffffff;
}


/* TITLE ITEMS */


h1.title {
	 font-family:Garamond, Georgia, 'Times New Roman', Times, serif;
	 font-variant:small-caps;
	 font-size:28px;
	 font-weight:normal;
	 line-height:36px;
	 color:#000066;
	 text-align:center;
	 width:100%;
	 padding:0;
	 margin:0;
}

h2.title {
	display:block;
	clear:both;
	width:100%;
	font-family:Garamond, Georgia, 'Times New Roman', Times, serif;
	font-variant:small-caps;
	font-size:24px;
	font-weight:normal;
	line-height:30px;
	color:#000066;
	text-align:center;
	padding:0;
	margin:0;
}

.col1title {
	display:block;
	clear:both;
	width:180px;
	text-align:center;
	padding:0;
	margin:0;
}

h1.col1title {
	 font-family:Garamond, Georgia, 'Times New Roman', Times, serif;
	 font-variant:small-caps;
	 font-size:16px;
	 font-weight:normal;
	 line-height:18px;
	 color:#000066;
}

h2.col1title {
	font-family:Garamond, Georgia, 'Times New Roman', Times, serif;
	font-variant:small-caps;
	font-size:14px;
	font-weight:normal;
	line-height:22px;
	color:#000066;
}

h2.col1title a:link {
	font-family:Garamond, Georgia, 'Times New Roman', Times, serif;
	font-variant:small-caps;
	font-size:14px;
	font-weight:normal;
	line-height:22px;
	color:#000066;
}

.col2title {
	display:block;
	clear:both;
	width:100%;
}

h3.col2title {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 14px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.5em;
	color:#000066;
	text-align:center;
	margin-bottom:20px;
}

h3.col2subtitle {
    font-family: Arial,Helvetica,Verdana,sans-serif;
    font-size: 16px;
    font-size-adjust: none;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	color:#000066;
	text-align:left;
}

a.col2title {
	font-family:Garamond, Georgia, 'Times New Roman', Times, serif;
	font-variant:small-caps;
	font-size:24px;
	line-height:30px;
	color:#000066;
	text-align:center;
	padding:0;
	margin 0;
}


 .col3title {
	float:left;
	display:block;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:200;
	font-variant:small-caps;
	color:#000066;
	padding:4px 0 0 0;
	margin:0px;
	width:160px;
}

 h1.col3title {
	font-size:20px;
}

 h2.col3title {
	font-size:14px;
}



/* COL IMAGES */

img.col1img {
	width:165px;
	padding:0;
	margin:0;
}

img.col2img {
	background-color:#f5f7f9;
	padding:0px;
	margin: auto;
	border:none;
}


img.col3 {
	display:block;
	float:left;
	padding:0px;
	margin:4px 0 10px 0;
	border:none;
	-moz-border-radius:0px;
	-webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
	border-radius: 0px;
}


/* COL TEXT */

.star {
	display:block;
	text-align:center;
	color:#000066;
	width:inherit;
	margin:0;
}


p.star {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;

.col2txt   {
	width:490px;
	padding:0 6px;
    margin:0;
}

.col2txt  p  {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	border:none;
}


.col2txt  ul li {
	list-style:none;
	font: 1.1em Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	border:none;
	width:80%;
}














