/* ******************* */
/* STANDARD COMPONENTS */
/* ******************* */

BODY{
	background-color : #f5f5f5;
	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 : #263DCB;
	padding : 0 0 5px 0;
	margin : 0 0 0.5em 0;
	background-image : url(../furniture/h1.gif);
	background-repeat : no-repeat;
	background-position : 0% 100%;
	text-align : left;	
}

H2{
	font-size : 130%;
	color : #D40000;
	padding : 0 0 0 0;
	margin : 1em 0 0.3em 0;
	font-weight : bold;
}

H3{
	font-size : 130%;
	color : #263DCB;
	padding : 0 0 0 0;
	margin : 1em 0 0.3em 0;
	font-weight : bold;
}

H4{
	font-size : 110%;
	color : #D40000;
	padding : 0 0 0 0;
	margin : 1em 0 0.3em 0;
	font-weight : bold;
}

H5{
	font-size : 110%;
	color : #263DCB;
	padding : 0 0 0 0;
	margin : 1em 0 0.3em 0;
	font-weight : bold;	
}

H6{
	font-size : 100%;
	color : black;
	padding : 0 0 2px 0;
	margin : 0 0 1em 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 */
/* ******************************** */


#stage{
	width : 100%;
	margin : 10px auto 0 auto;
	font-size : 100%;
	text-align : left;
	background-image : url(../../test/assets/furniture/background.gif);
	background-color : white;
}





/* ******************************** */
/* HEADER */
/* ******************************** */

#header{
	color : white;
	height : 116px;
	padding : 0 0 0 0;
	background-image : url(../furniture/header-bg.gif);
	background-position : 0 0;
	background-repeat : no-repeat;
	float : left;
	display : inline;
	width : 100%;
	background-color : #fff;
	text-align : center;
}

#header #logoIve{
	width : 68px;
	height : 78px;
	margin : 27px 0 0 0;
	padding : 0 0 0 0;
	float : left;
	display : inline;
}

#header #logoText{
	width : 479px;
	height : 69px;
	margin : 27px 0 0 0;
	padding : 0 0 0 0;
	display : inline;
	text-align : center;
}

#header #logoVea{
	width : 71px;
	height : 73px;
	margin : 30px 0 0 0;
	padding : 0 0 0 0;
	float : right;
	display : inline;
}



#photoStrip{
	color : white;
	font-size : 90%;
	padding : 0 0 0 5px;
	height : 114px;
	width : 745px;
	margin : 0 0 0 0;
	background-image : url(../furniture/contentBlock-bg.gif);
	background-position : 0 0;
	background-repeat : repeat-y;
	display : inline;
	float : left;
	background-color : #fff;
}

#container{
	background-image : url(../furniture/contentBlock-bg.gif);
	background-position : 0 0;
	background-repeat : repeat-y;
	width : 100%;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	background-color : #fff;
}


/* ******************************** */
/* MENU */
/* ******************************** */

#menuBlock{
	display : none;
	float : left;
	width : 190px;
	padding : 0 0 0 0;
	text-transform : uppercase;
	font-family : tahoma, arial, sans-serif;
}







/* ******************************** */
/* SEARCH */
/* ******************************** */

.searchBox{
	margin : 15px 0 15px 20px;
	padding : 0 0 0 0;
	width : 185px;
	float : left;
	display : none;
}











/* ******************************** */
/* CONTENT */
/* ******************************** */

#contentBlock{
	display : block;
	width : 97%;
	padding : 0.7em 0 0.7em 0;
	margin : 0 0 0 5px;
	text-align : left;
	line-height : 1.4em;
}

#contentBlock P{
	display : inline;
}

#contentBlock IMG{
	border : 1px solid #333;
	background-color : #f7f7f7;
	text-align : center;
	font-size : 90%;
	margin :  1px 0 6px 10px;
	padding : 0 0 0 0;
	display : inline;
	float : left;
}

#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 20px;
	padding : 0 0 0 0;
}


#contentBlock UL LI{
	background-image : url(../furniture/bullet.gif);
	background-position : 0 2px;
	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 .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 : 170px;
	font-size : 90%;
	display : none;
	margin : 0 0 0 0;
	padding : 0 0 0 43px;
	font-family : tahoma, arial, sans-serif;
	font-weight : bold;
	line-height : 1.4em;
}










/* ******************************** */
/* FOOTER */
/* ******************************** */

#footerBar{
	color : white;
	font-size : 90%;
	padding : 0 0 0 0;
	color : black;
	width : 750px;
	margin : 0 auto 0 auto;
	height : 37px;
	float : left;
	background-color : #fff;
}


/* ******************************** */


#footer{
	width : 750px;
	margin : 5px auto 0 auto;
	font-family : tahoma, arial, sans-serif;
	font-size : 90%;
	color : #333;
	clear : both;
}

#footer A{
	color : #D20029;
	text-decoration : none;
}

#footer A:hover{
	color : #039;
	text-decoration : underline;
}

#companies{
	display : block;
	float : right;
	width : 470px;
	text-align : right;
	margin : 0 2px 0 0;
}

#updated{
	display : block;
	float : left;
	width : 250px;
	text-align : left;
	margin : 0 0 10px 2px;
}








.clear{
	clear : both;
	font-size : 1px;
	height : 1px;	
}