/* FOME v2.0 - Main CSS */

/** Start **/

body, html {
	margin:0px;
	padding:0px;
	min-height:100%;
	height:100%;
	background-color:#5C7A93;
	background-image:url(../gfx/MainBackground.gif);
	background-repeat:repeat-x;
	line-height:normal;
}

html {
	overflow-y: scroll;
}

html form, input, span, div, a {
	margin:0px;
	padding:0px;
}
html p {
	margin:0px;
}
html a {
	outline:none;
}
html a:hover {
	text-decoration:underline;
}
/** Container **/

#MainContainer {
	position:relative;
	height:auto !important;
	height:100%;
	min-height:100%;
	width:800px;
	margin:auto;
	text-align:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5A809A;
	border-left-color: #5A809A;
}

.MCContent{
	background-image:url(../gfx/MainContainerBackground.gif);
	background-repeat:repeat-y;
}

.MCHome{
	background-image:url(../gfx/MainContainerHomeBackground.gif);
	background-repeat:repeat-y;
}


/** LeftContainer and subdivs**/

#LeftContainer {
	width:222px;
	float:left;
	background-color:#FFFFFF;
}
#LeftHeader {
	width:222px;
	height:155px;
	background-image: url(../gfx/LeftHeaderBackground.gif);
	background-repeat: no-repeat;
	background-position: -2px -9px;
}
.SearchBox {
	width:217px;
	height:38px;
	background-color:#114A76;
	background-image: url(../gfx/SBoxBackground.gif);
	background-repeat: repeat-x;
	float:left;
	margin-bottom:1px;
}
.SearchBoxEnd {
	width:1px;
	height:38px;
	background-color:#114A76;
	background-image: url(../gfx/SBoxBackgroundEnd.gif);
	background-repeat: no-repeat;
	float:left;
	margin-bottom:1px;
}

.SearchBoxLight {
	width:330px;
	height:38px;
	background-color:#114A76;
	background-image: url(../gfx/SBoxLightBackground.gif);
	background-repeat: repeat-x;
	float:left;
	margin-bottom:1px;
}
.SearchBoxLightEnd {
	width:1px;
	height:38px;
	background-color:#114A76;
	background-image: url(../gfx/SBoxLightBackgroundEnd.gif);
	background-repeat: no-repeat;
	float:left;
	margin-bottom:1px;
}

#LeftNav {
	width:218px;
	background-color: #FFFFFF;
	float:left;
}
#LeftSub {
	width:218px;
	background-color: #EFF3F6;
	float:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8E0E6;
	background-image: url(../gfx/LeftSubBackground.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
}

#LeftSub .Banner{
	margin-top:20px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	color:#60626C;
	font-family: Tahoma;
	font-size:11px;
	font-style:normal;
	text-decoration:none;	
}

/** RightContainer and subdivs**/

#RightContainer {
	width:578px;
	background-color:#FFFFFF;
	float:right;
}
#RightHeader {
	width:578px;
	height:28px;
	background-image: url(../gfx/RHeaderBackground.gif);
	background-repeat: repeat-x;
}
#RHLeft {
	width:345px;
	height:28px;
	line-height:26px;
	padding-left:5px;
	float:left;
}

#RHRight {
	width:228px;
	height:28px;
	line-height:26px;
	float:right;
}
#TopNav {
	width:578px;
	height:38px;
	background-color:#114A76;
	margin-bottom:1px;
	background-image: url(../gfx/TopNavContainerBackground.gif);
	background-repeat: repeat-x;
}
#ContentHeader {
	width:578px;
	height:171px;
	margin-bottom:4px;
}
#MainContentContainer {
	width:578px;
	background-image: url(../gfx/MainContentHomeBackground.gif);
	background-repeat: repeat-y;
}

#MainContentHeadLE {
	height:32px;
	width:2px;
	background-color: #114A76;
	background-image: url(../gfx/MainContentHeadLEBackground.gif);
	background-repeat: no-repeat;
	float:left;
}

#MainContentHead {
	height:32px;
	width:566px;
	background-color: #114A76;
	background-image: url(../gfx/MainContentHeadBackground.gif);
	background-repeat: repeat-x;
	float:left;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	float:left;
	line-height: 30px;
	text-align: left;
	padding-left:10px;
}
#MainContentHeadRE {
	height:32px;
	width:2px;
	background-color: #114A76;
	background-image: url(../gfx/MainContentHeadREBackground.gif);
	background-repeat: no-repeat;
	float:left;
}


/* Details*/

#LeftHeader img {
	padding-top:25px;
	padding-right:6px;
}
#RHLeft span{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #114A76;

}
#RHLeft span span{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #B10000;
}

.SearchBox input {
	width:125px;
	height:16px;
	border: 1px solid #114A76;
	font-family: Tahoma;
	color:#60626C;	
	font-size: 11px;
	padding-top:2px;
	padding-left:5px;
	margin-top:8px;
	margin-left:20px;
	margin-right:5px;
	background-image: url(../gfx/InputBackground.gif);
	background-repeat: no-repeat;
}
.SearchBox a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.SearchBox a:hover {
	text-decoration: underline;
}

.SearchBoxLight input {
	width:220px;
	height:16px;
	border: 1px solid #9CB3C5;
	font-family: Tahoma;
	color:#60626C;
	font-size: 11px;
	padding-top:2px;
	padding-left:5px;
	margin-top:8px;
	margin-left:20px;
	margin-right:5px;
	background-image: url(../gfx/InputBackground.gif);
	background-repeat: no-repeat;
}
.SearchBoxLight a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

