/* ******************* */
/* STANDARD COMPONENTS */
/* ******************* */

BODY{
	background-color : #fff;
	font-family : arial, helvetica, sans-serif;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	text-align : center;
	font-size : 0.75em;
}

A{
	color : #900;
	text-decoration : none;
}

A:hover{
	color : #900;
	text-decoration : underline;
	color : #900;
}

P{
	margin : 0 0 1em 0;
	padding : 0 0 0 0;
}

H1{
	font-size : 150%;
	color : #CD3233;
	padding : 0 0 5px 0;
	margin : 0 0 0.7em 0;
	background-image : url(../furniture/h1.gif);
	background-position : 0 100%;
	background-repeat : no-repeat;
	line-height : 1.4em;
}

H2{
	font-size : 130%;
	color : #CD3233;
	padding : 0 0 0 0;
	margin : 1em 0 0.3em 0;
}

H3{
	font-size : 130%;
	color : #5396BB;
	padding : 0 0 0 0;
	margin : 0 0 0.5em 0;
}

H4{
	font-size : 110%;
	color : #CD3233;
	padding : 0 0 0 0;
	margin : 0 0 0.5em 0;
}

H5{
	font-size : 110%;
	color : #5396BB;
	padding : 0 0 0 0;
	margin : 0 0 0.5em 0;
}

H6{
	font-size : 110%;
	color : #333;
	padding : 0 0 0 0;
	margin : 0 0 0.5em 0;
}

HR{
	border : none;
	background-color : #CACACA;
	height : 1px;
	margin : 0 0 10px 0;
}

form{
	display : inline;
}

Label{
	font-weight : bold;
}

UL, OL, Blockquote{
	margin : 0 30px 1em 30px;
}

UL{
	list-style-image : url(../furniture/bullet.gif);	
	list-style : square;
}

UL LI{
	margin : 2px 0 3px 0;
}




/* ******************************** */
/* ARCHITECTURE IDs */
/* ******************************** */


#stage{
	width : 750px;
	margin : 10px auto 0 auto;
	font-size : 100%;
	text-align : left;
	background-image : url(../furniture/background.gif);
	background-position : 0 0;
	background-repeat : repeat-y;	
	background-color : white;
}





/* ******************************** */
/* HEADER */
/* ******************************** */

#header{
	background-color : #e4f1f9;
	color : white;
	padding : 0 0 0 0;
	background-image : url(../furniture/header-bg.gif);
	background-position : 0 0;
	background-repeat : repeat-y;		
}

#header #logoBlock{
	height : 57px;
	padding : 0 0 0 0;
	margin : 0;
}

#header .square1{
	width : 135px;
	height : 91px;
	margin : 17px 39px 16px 40px;
	padding : 1px;
	border : 1px solid #66A6C9;
	background-color : #fff;
}

#header .square2{
	width : 135px;
	height : 91px;
	margin : 17px 41px 16px 0;
	padding : 1px;
	border : 1px solid #66A6C9;
	background-color : #fff;
}

#header .square3{
	width : 135px;
	height : 91px;
	margin : 17px 38px 16px 0;
	padding : 1px;
	border : 1px solid #66A6C9;
	background-color : #fff;
}

#header .square4{
	width : 135px;
	height : 91px;
	margin : 17px 0 16px 0;
	padding : 1px;
	border : 1px solid #66A6C9;
	background-color : #fff;
}



#secondHeader{
	border-bottom : 1px solid black;
	background-color : #FF9900;
	color : white;
	font-size : 90%;
	padding : 1px 0 1px 0;
	color : black;
	height : 25px;
}





/* ******************************** */
/* MENU */
/* ******************************** */

#menuBlock{
	display : inline;
	float : left;
	width : 178px;
	padding : 0 0 0 0;
	margin : 0 0 20px 22px;
}


.menuBox{
	width : 178px;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

.menuBox UL{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}

.menuBox UL LI{
	list-style : none;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	color : #fff;
	list-style-image : none;
	display : block;
	background-image : url(../furniture/ulli-bg.gif);
	background-position : 0 0;
	background-repeat : repeat-x;		
}


.menuBox UL LI A{
	color : #fff;
	text-decoration : none;
	display : block;
	padding : 10px 0 8px 25px;
	margin : 0;
	width : 153px;
	background-image : url(../furniture/bullet-menu.gif);
	background-position : 7px 13px;
	background-repeat : no-repeat;		
	font-weight : bold;
	font-size : 90%;
}


.menuBox UL LI A:hover{
	color : #000;
	text-decoration : none;
	display : block;
}

.menuBox UL LI UL{
	margin : 0 0 0 ;
	padding : 0 0 0 0;
}



.menuBox UL LI UL LI{
	list-style : none;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	color : #fff;
	list-style-image : none;
	display : block;
	background-image : url(../furniture/ulli-bg.gif);
	background-position : 0 0;
	background-repeat : repeat-x;		
}


.menuBox UL LI UL LI A{
	color : #fff;
	text-decoration : none;
	display : block;
	padding : 10px 0 8px 40px;
	margin : 0;
	width : 138px;
	background-image : url(../furniture/bullet-submenu.gif);
	background-position : 25px 13px;
	background-repeat : no-repeat;		
	font-weight : normal;
	font-size : 90%;
}


.menuBox UL LI UL LI A:hover{
	color : #000;
	text-decoration : none;
	display : block;
}









/* ******************************** */
/* SEARCH */
/* ******************************** */

#siteSearch{
	float : right;
	text-align : right;
	margin : 4px 4px 0 0;
	width : 250px;
	display : inline;
	padding : 0 0 0 0;
}

#siteSearch form{
	display : inline;
	margin : 0;
	padding : 0;
}

#siteSearch label{
	color : black;
	margin : 0 0 4px 0;
	padding : 0 0 0 0;
}

#siteSearch #q{
	padding : 0 0 0 1px;
	margin : 0 0px 4px 0;
	border : 1px solid black;
	background-color : white;
	display : inline;
	height : 16px;
}

#siteSearch .siteSearchButton{
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}














/* ******************************** */
/* CONTENT */
/* ******************************** */

#contentBlock{
	display : inline;
	float : right;
	width : 496px;
	padding : 10px 0 10px 0;
	margin : 0 37px -145px 0;
	text-align : justify;
	line-height : 1.4em;
	color : #333;
}


#contentBlock .ImageCaptionBox{
	border : 1px solid #999;
	background-color : #f0f0f0;
	text-align : center;
	font-size : 90%;
	margin :  3px 0 6px 10px;
	padding : 0 0 2px 0;
	width : 220px;
	float : right;
	clear : right;
}


#contentBlock .ImageCaptionBox IMG{
	border-bottom : 1px solid #999;
	background-color : #f0f0f0;
	border-bottom : 1px solid black;
	margin : 0 0 2px 0;
}

#contentBlock .RightImageCaptionBox{
	border : 1px solid #999;
	background-color : #f0f0f0;
	text-align : center;
	font-size : 90%;
	margin :  3px 0 10px 10px;
	padding : 0 0 2px 0;
	width : 230px;
	float : right;
	clear : right;
	display : inline;
	height : 200px;
}


#contentBlock .RightImageCaptionBox IMG{
	border-bottom : 1px solid #999;
	background-color : #f0f0f0;
	margin : 0 0 2px 0;
	width : 230px;
	height : 160px;
}


#contentBlock .LeftImageCaptionBox{
	border : 1px solid #999;
	background-color : #f0f0f0;
	text-align : center;
	font-size : 90%;
	margin :  3px 0 10px 0;
	padding : 0 0 2px 0;
	width : 230px;
	float : left;
	display : inline;
	height : 200px;	
}


#contentBlock .LeftImageCaptionBox IMG{
	border-bottom : 1px solid #999;
	background-color : #f0f0f0;
	margin : 0 0 2px 0;
	width : 230px;
	height : 160px;	
}


#contentBlock .ImageLayoutTable{
	padding : 0 0 0 0;
	margin : 10px 0 0 0;
	border-bottom : 1px solid #cfcfcf;
}

#contentBlock .ImageLayoutTable TR{
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	border : none;
}


#contentBlock .ImageLayoutTable TD{
	padding : 0 10px 0 0;
	vertical-align : top;
	border-collapse : collapse;
	border : none;
	background-color : #fff;
	text-align : left;
}

#contentBlock .ImageLayoutTable IMG{
	border : 1px solid #c6c6c6;
	margin : 0 0 10px 0;
}



#contentBlock #flashcontent{
	width : 320px;
	height : 300px;
	background-image : url("../furniture/noflash.gif");
	background-position : 0 0;
	background-repeat : no-repeat;	
}

#contentBlock UL{
	margin : 1em 0 1em 20px;
	padding : 0 0 0 0;
}



#contentBlock UL LI{
background-image : url("../furniture/bullet.gif");
	background-position : 0 5px;
	background-repeat : no-repeat;
	margin : 0 0 0 0;
	padding : 0 0 0 20px;
	list-style : none;
	list-style-image : none;
}


#contentBlock OL, Blockquote{
	margin : 1em 0 1em 40px;
	padding : 0 0 0 0;
}


#contentBlock label{
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

#contentBlock #miniSlideshow{
	width : 220px;
	height : 165px;
	margin : 0 0 10px 15px;
	padding : 0 0 0 0;
	float : right;
	border : 1px solid #999;
	background-image : url("../furniture/miniSlideshow-bg.jpg");
	background-position : 0 0;
	background-repeat : no-repeat;	
}





#contentBlock .listingTable{
	margin : 0 0 1em 0;
	width : 98%;
	border : 1px solid #fff;
	border-collapse : collapse;
}


#contentBlock .listingTable IMG{
    float : right;
    border : 1px solid #000;
    padding : 0 0 0 0;
    margin : 0 -10px 0 0;
}


#contentBlock .listingTable TR{
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	border : none;
}


#contentBlock .listingTable TD{
	padding : 7px 10px 12px 0px;
	vertical-align : top;
	border-collapse : collapse;
	border : none;
	background-color : #fff;
}


#contentBlock .multimap{
	width : 305px;
	border : 1px solid #666;
	margin : 0 auto 0 auto;
	float : right;
}

.dataTable{
	font-size : 90%;
	width : 490px;
	border : 1px solid black;
	margin : 0 0 1em 0;
	border-collapse : collapse;
}


.dataTable TH{
   background-color : #D7D7D7;
	font-weight : bold;
	padding : 2px 4px 2px 4px;
	vertical-align : top;
	text-transform: uppercase;
	border : 1px solid black;
	text-align : left;
}


.dataTable TD{
	background-color : #f5f5f5;
	padding : 2px 4px 2px 4px;
	vertical-align : top;
    color : #333333;
	border : 1px solid black;
	border-collapse : collapse;
}










/* ******************************** */
/* ADDRESS */
/* ******************************** */

#addressBox{
	width : 178px;
	font-size : 90%;
	display : block;
	margin : 0 0 0 22px;
	padding : 0 0 0 0;
	color : #fff;
	background-image : url("../furniture/envelope.gif");
	background-position : 7px 7px;
	background-repeat : no-repeat;	
}


#addressBox p{
	display : block;
	font-style : normal;
	padding : 4px 8px 4px 26px;
	margin : 0 0 0 0;
} 

#addressBox p A{
	color : #fff;
	text-decoration : none;
} 

#addressBox p A:hover{
	color : #fff;
	text-decoration : underline;
}









/* ******************************** */
/* FOOTER */
/* ******************************** */

#footerBar{
	color : white;
	font-size : 90%;
	padding : 0 0 0 0;
	width : 750px;
	margin : 0 auto 0 auto;
	height : 53px;
	background-image : url("../furniture/footer-bg.gif");
	background-position : 0 0;
	background-repeat : no-repeat;		
}


#footerBar #littleLinks{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	float : right;
	text-align : left;
	font-size : 90%;
	color : #000;
	font-family : tahoma, arial, sans-serif;
	height : 25px;
	display : block;
	position : relative;
	top : 10px;
	right : 25px;
}


#footerBar #littleLinks A{
	color : #fff;
	text-decoration : none;
	margin : 0 5px 0 5px;
	padding : 0 0 0 0;
}

#footerBar #littleLinks A:hover{
	color : #fff;
	text-decoration : underline;
	margin : 0 5px 0 5px;
	padding : 0 0 0 0;
}


#footerBar #littleLinks .iconDivider{
	margin : 0 5px 0 5px;
	padding : 0 0 0 0;
	position : relative;
	top : 3px;
	display : inline;
}


/* ******************************** */


#footer{
	width : 718px;
	margin : 5px auto 0 auto;
	font-family : tahoma, arial, sans-serif;
	font-size : 80%;
	color : #333;
}

#footer A{
	color : #900;
	text-decoration : none;
}

#footer A:hover{
	color : #039;
	text-decoration : underline;
}

#cwn{
	display : block;
	float : right;
	width : 300px;
	text-align : right;
}

#updated{
	display : block;
	float : left;
	width : 300px;
	text-align : left;
}








.clear{
	clear : both;
	font-size : 1px;
	height : 1px;	
}