/* layout.css İFactor of 4, LLC 2009*/
/*HOF*/

		body
		      { background-color: #daf4ff; background-image: url("../images/main_bg.jpg"); background-repeat: repeat-y; background-position: center 0; margin: 0; padding: 0 }
/* container */
		#container
		         { position: absolute; width: 100%; height: 100% }
/* header area */
		#header
		      { background-color: #203d7b; text-align: left; position: relative; z-index: 6; width: 950px; height: 120px; border-bottom: 1px solid #fff }
		

/* main navigation area */
		#nav-menu
		    { margin: 0; padding: 0; position: relative; z-index: 5; width: 165px; min-height: 300px }
/* main content area */
		#content
		         { background-color: #fff; text-align: left; margin: 0; padding: 0; position: relative; width: 950px; min-height: 100% }
/*left sidebar*/
div#leftsidebar        { background-color: #06357a; margin: 0; padding-top: 15px; position: absolute; left: 0; width: 170px; height: 100%; min-height: 640px }

/* centercontent area */
div#centercontent        { background-color: #fff; text-align: left; margin: 0; padding: 15px 15px 0 20px; position: absolute; left: 170px; width: 565px }
div#centercontent1  { background-color: #fff; text-align: left; margin: 0; padding: 0; position: absolute; left: 170px; width: 780px }
.nopadding  { padding: 0 }
div.right-image     { padding-left: 10px; width: 400px; float: right }
div.left-image     { padding-left: 10px; width: 400px; float: left }



/*right sidebar*/
div#rightsidebar           { background-color: #9cb4d9; margin: 0; padding: 2px 5px 10px; position: absolute; right: 0; width: 170px; height: 100%; min-height: 640px; float: right }
#right-issues-box  { background-color: #c7daf8; margin: 0 3px 0 0; padding: 3px; position: relative; z-index: 5; width: 162px; min-height: 100px }
#right-events-box  { background-color: #c7daf8; margin: 0; padding: 3px; position: relative; z-index: 5; width: 162px; min-height: 100px }
#right-news-box  { background-color: #c7daf8; margin: 0; padding: 3px; position: relative; z-index: 5; width: 162px; min-height: 100px }


/* toolbar area */

div#toolbar        { }

div#popup-content {margin: 10px 10px 10px 10px}

/* footer area */
	
		#footer
		         { text-align: left; margin: 0; padding: 0; position: relative; bottom: 10px; width: 550px }
#footer1 { text-align: left; margin: 0; padding: 0; position: relative; bottom: 10px; width: 780px }
#leftsidebar-fade  { position: absolute; bottom: 0 }
div#main-strut-vertical { position: relative; width: 0; height: 387px; float: left; border: solid 1px #f00 }
div#clear-main-area { margin: 0; position: relative; width: 100%; clear: both }
