/* ******************* */
/* STANDARD COMPONENTS */
/* ******************* */

BODY{
	background-color : #F3F6FF;
	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 : 170%;
	color : #1E6384;
	padding : 0 0 0 0;
	margin : 0 0 0.5em 0
}

H2{
	font-size : 130%;
	color : #1E6384;
	padding : 0 0 0 0;
	margin : 0 0 0.5em 0;
	font-weight : bold;
}

H3{
	font-size : 130%;
	color : #333;
	padding : 0 0 0 0;
	margin : 0 0 0.5em 0;
	font-weight : bold;
}

H4{
	font-size : 130%;
	color : #1E6384;
	padding : 0 0 0 0;
	margin : 0 0 0.5em 0;
	font-weight : bold;
}

H5{
	font-size : 115%;
	color : #333;
	padding : 0 0 0 0;
	margin : 0 0 0.5em 0;
	font-weight : bold;	
}

H6{
	font-size : 115%;
	color : #1E6384;
	padding : 0 0 0 0;
	margin : 0 0 0.5em 0;
	font-weight : bold;		
}

HR{
	border : 1px solid black;
	background-color : #fc0;
	color : #f90;
	height : 5px;
	margin : 0 0 1em 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 */
/* ******************************** */

#synopsis{
	display : none;
}

#topCurve{
	width : 750px;
	margin : 10px auto 0 auto;
}

#stage{
	width : 750px;
	margin : 0 auto 0 auto;
	font-size : 100%;
	text-align : left;
	background-image : url(../furniture/stage-bg.gif);
	background-position : 0 0;
	background-repeat : repeat-y;
	background-color : white;
}

#printHeader{
	display : none;
}

#printAddress{
	display : none;
}


/* ******************************** */
/* HEADER */
/* ******************************** */

#header{
	color : white;
	height : 133px;
	padding : 0 0 0 0;
	1background-color : yellow;	
}

#header #logo{
	color : white;
	width : 193px;
	padding : 0 0 0 0;
	margin : 5px 0 0 12px;
	float : left;
	display : inline;
}

#header #topFlash{
	color : white;
	width : 504px;
	padding : 0 0 0 0;
	margin : 5px 13px 0 0;
	float : right;
	display : inline;
}

#secondHeader{
	color : white;
	padding : 0 0 0 0;
	color : black;
	height : 67px;
	margin : 0 0 0 0;
	1background-color : pink;
}

#secondHeader #streetSigns{
	color : white;
	padding : 0 31px 0 12px;
	color : black;
	height : 67px;
	width : 189px;
	float : left;
	display : inline;
	margin : 0;
}

#secondHeader #breadCrumbs{
	padding : 0 0 0 0;
	margin : 0;
	height : 67px;
	width : 504px;
	float : left;
	display : inline;
	font-size : 90%;
	font-family : tahoma, arial, sans-serif;
	font-weight : bold;	
	color : #333;
	text-transform : lowercase;
}

#secondHeader #breadCrumbs DIV{
	margin : 25px 0 5px 0;
	padding : 0 0 0 0;
}

#secondHeader #breadCrumbs DIV A{
	color : #1E6384;
	text-decoration : none;
}

#secondHeader #breadCrumbs DIV A:hover{
	color : #1E6384;
	text-decoration : underline;
}





/* ******************************** */
/* MENU */
/* ******************************** */

#menuBlock{
	display : inline;
	float : left;
	width : 189px;
	padding : 0 0 0 0;
	margin : 12px 0 0 12px;
}


.menuBox{
	width : 189px;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

.menuBox .currentPage{
	color : #CF171D;
}

.menuBox UL{
	margin : 6px 0 8px 0;
	padding : 0 0 0 0;
}

.menuBox UL LI{
	font-size : 90%;
	list-style : none;
	margin : 0 0 4px 0;
	padding : 0 0 6px 0;
	color : #555;
	list-style-image : none;
	display : block;
}

.menuBox UL LI A{
	color : #555;
	text-decoration : none;
	margin : 0 0 0 0;
	padding : 0 0 0 19px;
	font-weight : bold;
	background-image : url(../furniture/bullet-menu.gif);
	background-position : 0 70%;
	background-repeat : no-repeat;
}


.menuBox UL LI A:hover{
	color : #559BBD;
	text-decoration : none;
}


.menuBox UL LI UL{
	margin : 6px 0 2px 18px;
	padding : 0 0 0 0;
}

.menuBox UL LI UL LI{
	font-size : 100%;
	list-style : none;
	margin : 0 0 6px 0;
	padding : 0 0 0 0;
	color : #555;
	font-weight : normal;
}

.menuBox UL LI UL LI A{
	color : #555;
	text-decoration : none;
	font-weight : normal;
	padding : 0 0 0 19px;
	margin : 0 0 0 0;
	display : block;
	background-image : url(../furniture/bullet-submenu.gif);
	background-position : 0 70%;
	background-repeat : no-repeat;	
}


.menuBox UL LI UL LI A:hover{
	color : #559BBD; 
	text-decoration : none;
}









/* ******************************** */
/* SEARCH */
/* ******************************** */

#siteSearch{
	margin : 0 0 10px 0;
	padding : 0 0 0 0;
	width : 189px;
	height : 20px;
}

#siteSearch IMG{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	display : inline;
	float : right;
}

#siteSearch LABEL{
	display : none;
}

#q{
	float : left;
	border : 1px solid black;
	background-color : white;
	width : 130px;
	margin : 0 3px 0 0;
	font-size : 90%;
	padding : 1px 4px 2px 4px;
}

#Qsubmit{
	float : right;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}














/* ******************************** */
/* CONTENT */
/* ******************************** */

#contentBlock{
	display : inline;
	float : right;
	width : 504px;
	padding : 10px 0 10px 0;
	margin : 0 13px 0 0;
	text-align : justify;
	line-height : 1.4em;
}


#contentBlock TABLE{
	font-size : 90%;
/*	width : 98%; 
	border : 1px solid black; */
	margin : 0 0 1em 0;
	border-collapse : collapse;
}


#contentBlock TABLE TR{
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

#contentBlock TABLE TD{
	/*background-color : #f5f5f5;*/
	padding : 2px 4px 2px 4px;
	vertical-align : top;
    color : #333333;
	/* border : 1px solid black; */
	border-collapse : collapse;
}


#contentBlock UL{
	margin : 1em 0 1em 15px;
	padding : 0 0 0 0;
	line-height : 1.4em;
	font-weight : normal;
}


#contentBlock UL LI{
	background-image : url("../furniture/bullet-menu.gif");
	background-position : 0 3px;
	background-repeat : no-repeat;
	margin : 0 0 3px 0;
	padding : 0 0 0 20px;
	list-style : none;
	list-style-image : none;
}

#contentBlock UL LI UL{
	margin : 6px 0 2px 0px;
	padding : 0 0 0 0;
}

#contentBlock UL LI UL LI{
	background-image : url("../furniture/bullet-submenu.gif");
	background-position : 0 3px;
	background-repeat : no-repeat;
	margin : 0 0 3px 0;
	padding : 0 0 0 20px;
	list-style : none;
	list-style-image : none;
}


#contentBlock UL LI UL LI UL{
	margin : 6px 0 2px 0;
	padding : 0 0 0 0;
}

#contentBlock UL LI UL LI UL LI{
	background-image : url("../furniture/ulliulliulli-bullet.gif");
	background-position : 0 3px;
	background-repeat : no-repeat;
	margin : 0 0 3px 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 .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;
}


.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 10px 10px;
	padding : 0 0 0 0;
	border : 1px solid black;
	background-color : #FFF2E0;
}
#addressBox H2{
	font-size : 100%;
	font-weight : bold;
	color : black;
	margin : 0 0 2px 0;
	padding : 2px 0 2px 19px;
	background-color : #FFD89E;
	background-image : url(../furniture/bullet-heading.gif);
	background-position : 6px 6px;
	background-repeat : no-repeat;
	border-bottom : 1px solid black;
}

#addressBox address{
	display : block;
	font-style : normal;
	padding : 4px 8px 4px 18px;
	margin : 0 0 0 0;
} 

#addressBox address A{
	color : #900;
	text-decoration : none;
} 

#addressBox address A:hover{
	color : #039;
	text-decoration : underline;
}









/* ******************************** */
/* FOOTER */
/* ******************************** */

#footerBar{
	color : white;
	font-size : 90%;
	padding : 0 0 0 0;
	width : 750px;
	margin : 0 0 0 0;
	height : 50px;
	background-image : url(../furniture/footer.gif);
	background-position : 0 0;
	background-repeat : no-repeat;
}

#footerBar #littleLinks{
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	float : right;
	font-size : 90%;
	color : #000;
	font-family : tahoma, arial, sans-serif;
	height : 25px;
	display : block;
	position : relative;
	top : 25px;
	right : 170px;
}


#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 : 750px;
	margin : 5px auto 0 auto;
	font-family : tahoma, arial, sans-serif;
	font-size : 80%;
	color : #000;
}

#footer A{
	color : #CC0000;
	text-decoration : none;
}

#footer A:hover{
	color : #039;
	text-decoration : none;
}

#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;	
}

.imageCentered{
	margin : 0 0 1em 10px;
	width : 100%;
}

.imageRight{
	float : right;
	margin : 0 0 1em 10px;
	width : 100px;
}

.imageLeft{
	float : left;
	margin : 0 10px 1em 0;
	width : 100px;
}