/* ========== armoire.uitemplate helper CSS ========== */

/* ========== GENERAL HTML TAG SETUP ========== */
html{
	margin: 0px;
	padding: 0px;
	height: 100%;	
}
body {
	margin: 0px;
	text-align: center;
	background-color: #F2F2F2;
	padding: 0px;
	height: 100%;	
	font-family:Verdana,Sans-serif;
	font-size:13px;
	line-height:1.6em;
}
table{
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	font-family:Verdana,Sans-serif;
	font-size:13px;
	line-height:1.6em;
}
td{
	padding: 0px;
	margin: 0px;
}
a img{
	border-width:0;	
}
h1{
	font-size: 1.4em;
}
h2{
	font-size: 1.2em;
}
h3{
	font-size: 1.1em;
}
h4,h5,h6{
	font-size: 1em;
}
/* ========== END GENERAL HTML TAG SETUP ========== */

/* ========== GENERAL PAGE SETUP ========== */
#pageBody{ /*fixes the general page width*/
	background-color: #F2F2F2;
	width: 750px;
 	margin: 0px auto;
	padding: 10px 0px;
}
/* container_1, container_2, container_3, container_4 are place holders for the page border pngs */
#container_1{
	width: 750px; /* The page width MUST be respecified for OPERA */
	float: left;
	background: url("img/borderLeft.png") repeat-y left top;
	text-align: left;
}
#container_2{
	width: 750px; /* The page width MUST be respecified for OPERA */
	float: left;
	background: url("img/borderRight.png") repeat-y right top;
}
#container_3{
	width: 750px; /* The page width MUST be respecified for OPERA */
	float: left;
	background: url("img/borderTop.png") no-repeat left top;
}
#container_4{
	width: 750px; /* The page width MUST be respecified for OPERA */
	float: left;
	background: url("img/borderBottom.png") no-repeat left bottom;

	/* Padding values depend on the exact sizes of frame images EXCEPT right padding => IE hover bug: MUST be zero */
	padding: 4px 0px 8px 5px;
}
#container_5{
	width: 737px; /* The page width MUST be respecified for OPERA */
	float: left;
	background-color: White;
}
/* ========== END GENERAL PAGE SETUP ========== */

/* ========== HEADERS & FOOTERS SETUP ========== */
/* Outside header (above the page) */
#TABLE_headerOut{ /* Table containing the outside header */
	table-layout: fixed;
	width: 750px;
}
#TR_headerOut{
}
#TD_headerOut_leftColumn{
}
#TD_headerOut_centerColumn{
}
#TD_headerOut_rightColumn{
}

/* Inside header (in the top of the page) */
#TABLE_headerIn{ /* Table containing the inside header */
	table-layout: fixed;
	width: 737px;
}
#TR_headerIn{
}
#TD_headerIn_leftColumn{
background-color: #EFFFCA;
}
#TD_headerIn_centerColumn{
text-align: center;
background-color: #EFFFCA;
}
#TD_headerIn_rightColumn{
background-color: #EFFFCA;
}

/* Inside footer (in the bottom of the page) */
#TABLE_footerIn{ /* Table containing the inside footer */
	table-layout: fixed;
	width: 737px;
}
#TR_footerIn{
}
#TD_footerIn_leftColumn{
}
#TD_footerIn_centerColumn{
}
#TD_footerIn_rightColumn{
}

/* Outside footer (bellow the page) */
#TABLE_footerOut{ /* Table containing the outside footer */
	cursor: default;
	clear: both;
	table-layout: fixed;
	width: 750px;
}
#TR_footerOut{
}
#TD_footerOut_leftColumn{
	padding: 0px 0px 5px 6px;
}
#TD_footerOut_centerColumn{
	color: #7E5A42;
	text-align: center;
}
#TD_footerOut_rightColumn{
	text-align: right;
	padding: 0px 9px 5px 0px;
}
#DIV_footerOut{
	text-align: center;
	cursor: default;
	clear: both;
}
#DIV_footerOut_centerColumn{ 
	color: #7E5A42;
	line-height: 28px;
}
/* ========== END HEADERS SETUP ========== */

/* ========== CONTENT SETUP ========== */
/* ========== TABLE-TYPE SETUP ========== */
#TABLE_mainArea{ 
	table-layout: fixed;
	width: 737px;
}
#TR_mainArea{ 
}
#TD_mainArea_leftColumn{
	padding: 0px;
	background-color: #EFFFCA;
	cursor: default;
	width: 142px;
	vertical-align: top;
}
#TD_mainArea_centerColumn{
	padding: 10px 10px 20px 10px;
	vertical-align: top;
	background-image: url(img/arum.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#TD_mainArea_rightColumn{
}
/* ========== END TABLE-TYPE SETUP ========== */
/* ========== DIV-TYPE SETUP ========== */
#DIV_mainArea{ 
	width: 737px;
}
#DIV_mainArea_leftColumn{ 
	padding: 5px;
	background-color: #FFE7DB;
	cursor: default;
	width: 142px;
}
#DIV_mainArea_centerColumn{ 
	padding: 5px 10px 5px 5px;
	margin-left: 142px;
}
#DIV_mainArea_rightColumn{ 
}
/* ========== END DIV-TYPE SETUP ========== */
/* ========== END CONTENT SETUP ========== */

/* ========== OUTLINE & NAVIGATION  ========== */
#navListRoot{ /* Menu root div */
	list-style: none;
	padding: 50px 0px 0px 0px;
	margin: 0px;
}
#navListRoot li{
	padding: 0px 0px 0px 0px; 
}
#navListRoot a, #navListRoot a:visited {
	display: block;
	text-decoration: none;
	color: #7E5A42;
}
#navListRoot a:hover{
	display: block;
	text-decoration: none;
	color: #7D4D36;
	border-bottom : 3px solid #A66B4E;
}
.navList{ /* Menu class styles */
	list-style: none;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
}
.menuItemSelected{
	border-bottom : 3px solid #7E5A42;
	background-color: #d7ef9b;
	padding: 1px 0px 1px 12px;
	font-size: 1.1em;
	font-weight: bold;
	color: #7E5A42;
	margin-bottom:10px;
}
.menuItemUnSelected{
	border-bottom : 3px solid #d2db7e;
	padding: 1px 0px 1px 12px;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom:10px;
}
/* ========== END OUTLINE & NAVIGATION  ========== */

/* ========== START TEMPLATE INSTANCE SPECIFIC ELEMENTS ========== */
#orgLogo {
	padding: 10px 0px 0px 0px;
}
#orgTitle {
	display: inline;
}
#orgTitle div {
	display: inline;
}
/* ========== END TEMPLATE INSTANCE SPECIFIC ELEMENTS ========== */
