﻿/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

.body 
{
	background-color:#f7f3e3;
	margin-top: 10px;
	margin-bottom: 70px;
	font-family: arial, helvetica, sans-serif;
}

#container
{
  /*background-color: #fff;*/
  min-height: 500px;
  /*border: 1px #555 solid;*/
}

#header
{
	height: 74px;
	width: 727px; 
	text-align:left;
}
#searchArea
{
	height: 25px;
	/*background: #0083D1;*/
	background:#3499CC;
	/*background: #000080;*/
	text-align:right;
	min-height: 25px;
	max-height: 25px;
	overflow:hidden;
}
#searchDiv
{
   width:200px;
   height:30px;
   position:absolute;
   margin-left:477px;
   padding-top:20px;
}
.srch-stats
{
	font-size:14px;
	font-family:"Arial Black";
}
#imagesArea
{
	height: 137px;
	background:#f7f3e3;
	padding: 0px;
	max-height: 137px;
	margin: 0px;
}

#separator
{
	height: 5px;
	/*background: #0083D1;*/
	background:#3499CC;
	/*background: #000080;*/
	padding: 0px;
	margin: 0px;
	position: relative;
	overflow: hidden;
}

#contentLeft
{
	min-height: 400px;
	bottom: 0px;
}


#contentRight
{
	width: 507px;
	background: #FFF;
    padding-bottom: 40px;
    text-align:left;
    margin-top: 0px;
    top: 0px;
    height: 500px;
}

#contentRightRightSideArea
{
	width: 150px;
	left: 0px;
	padding-left: 5px;
	text-align:left;
}

#contentRightLeftSideArea
{
	width: 350px;
	right: 0px;
	text-align:left;
	padding-left: 20px;
	padding-right: 5px;
}
#breadCrumb
{
	width: 459px;
	float:left;
	text-align:left;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	min-height: 20px;
}

#footer 
{
}

/* The Core Technique
================================= */

body 
{
	text-align: center; 
	min-width: 860px;
}

#container
{
  width: 727px; 
  margin: 0 auto; 
  /*text-align: left; */
}


#content 
{ 
	width: 727px; 
	float: right; 
	/*background: #def;*/
	/*background: #c5E6F0;*/
	background: #f7f3e3;
	position:relative;
}

/* Navigation*/
#contentLeft
{ 
	width: 220px; 
	/*background: #c5E6F0;*/
	background:#B7DDF9;
	overflow:visible;
	height: 100%;
	padding-top:0px;
	padding-bottom: 40px;
}

#contentLeft td
{
	margin-top: 0px;
}
 
#globalNav
{
	width: 220px; 
	/*background: #009BDD;*/
	background: #66CCFF;
	/*background: #03A0FE;*/
	height: 200px;
  	text-align: left;
  	padding-top: 0px;
}
#globalNav a
{
	padding-left: 10px;
	color:#000;
}

#globalNav a:hover
{
	padding-left: 10px;
	color:white;
}

#blueRibbonArea
{
	/*background: #c5E6F0;*/
	/*background: #c5E6F0;*/
	background:#B7DDF9;
	width: 220px;
	overflow:visible;
	height: auto;
	vertical-align:top;
}

#footer 
{ 
  clear: both; 
  text-align:center;
  height: 30px;
  /*background:#F4EEE2;*/
 font-size: .9em;
} 


#editModePanelArea
{
	width: 727px;
	height: 0px;
}
/* Add some padding 
================================== */

#contentLeft
{
  padding-top: 00px;
  padding-bottom: 00px;
}

#contentLeft* 
{
  padding-left: 0px;
  padding-right: 0px;
}

#contentLeft* * 
{
  padding-left: 0;
  padding-right: 0;
}

#content * 
{
  /*pading-right: 0px;*/
}

#contentRight *
{
	/*padding-right: 20px;*/
}
#content * * 
{
  /*padding-right: 0;*/
}

/* Font Sizes fro various Items */
.body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#footer a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	text-decoration:none;
}

#footer a:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	text-decoration:underline;
}


/* search Area */
#searchArea table
{
	text-align:left;
	width: 500px;
	margin-right:0px;
	float:right;
}

/* images area */

#imagesArea
{
	text-align:left;
	height: 137px;
}
#imagesArea table
{
	padding: 0px;
}

#imagesArea img
{
	height: 137px;
	border: 0px;
}

.imagesAreaLeft
{
	width: 220px;
	height: 137px;
	overflow:hidden;
	background:#f7f3e3;
}

.imagesAreaRight
{
	width: 496px;
	float:right;
	overflow:hidden;
	background:#f7f3e3;
}
/* search area text*/
#searchArea span
{
	color:white;
	font-size: 1.2em;
	font-weight: bold;
}

