/*##################################################
					MAIN LAYOUT
####################################################*/

/*background-color: #FFFFFF; */
body { 
background: #ece9e2 url(../images/bg.gif) repeat-x;
margin: 0;
padding: 0;
}
.line{
	background-color: #e0e0de;
	color: #e0e0de;
	height: 1px;
}
#wraper { 
	width: 810px;
	background: #e7e3de url(../images/bg_gray.gif) repeat-x;
	/*background: #e1dbcf url(../images/bg_gray.png) repeat-x;*/
	margin: 0 auto; 
} 
#container { 
	width: 712px;
	background: #FFFFFF;
	margin: 0 auto;
}
#header { 
	background: #ece9e2 url(../images/header.jpg) no-repeat;
	height: 98px;
	width: 712px;
} 
img.logo{
	background: #ece9e2 url(../images/ecast_Logo02.gif) no-repeat;
	margin-left:10px;
}
img.login{
	background: #ece9e2 url(../images/ecc_Login02.gif) no-repeat;
	margin-left:286px;
}
#sidebar1 {
	float: right; 
	width: 170px;
	background: #FFFFFF;
	padding: 0px 40px 0px 0px;
}
#side_content {
	background: #FFFFFF;
	margin-top: 60px;
}


#IntroContent{
	width:auto;
	margin:0 auto;
	padding:0;
	background: #FFFFFF;
}


#mainContent {
	width: 450px;
	background: #FFFFFF;
	padding-left: 40px;
}
#subContent{
	padding-right: 15px;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
}

img.title{
	float: left;
}

img.about_cross {
	padding-left: 45px;
}

#bottom_space{
	height: 126px;
	background: #ece9e2 url(../images/bottom_space.gif) repeat-x;
}

#footer { 
	height: 78px;
	width: 712px;
	background: #ece9e2 url(../images/footer.jpg) no-repeat;
}

.footer_left {
	height: 75px;
	width: 300px;
	float: left;
	text-align:right;
	padding-left: 20px;
}
.footer_right {
	height: 75px;
	width: 300px;
	float: right;
	padding-right: 40px;
}

img.sitemap {
	padding-right:170px
}

img.mn_overview { 
	float: right;
	padding-left:10px;
	margin-top:50px;
	margin-right: 5px;

}
/* Miscellaneous classes for reuse */
.spacer{
	padding-left:25px;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clear {
	clear:both;
}
.hidden {
	display : none;
}

a.page-options {
	color: #000000; 
	text-decoration: none; 
	display: block; 
	text-align: left; 
	padding: 5px; 
	background: #a9d06a;
	margin: 3px 0 0 0;
	border-bottom: 1px solid #333333;
	border-bottom: 1px solid #555555;
}

a.page-options:hover, 
a.page-options:focus {
	color: #fff; 
	background: #09F;
}

.bottomfill{
	padding-bottom:200px;
}

ul#subContent {
	float:left;
}

ul {
    margin: 0;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	color: #666666;
	
}

ul li {
    /*margin-left: 4px;*/
    padding-bottom: 5px;
}

/*##################################################
					NAVIGATION
####################################################*/
#Navigation{
	height:262px;
	width:auto;
	margin:0 auto;
	padding:0;
	background: #FFFFFF;
}

#InrtoNavigation{
	height:25px;
	width:auto;
	margin:0 auto;
	padding:0;
	background: #FFFFFF;
}

#mainNav{
	height:25px;
	width:auto;
	margin:0 auto;
	padding:0;	
	background: #FFFFFF;
}

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	/*width:auto;*/
	position:relative;
	display:block;
}
ul#menu li{
	display:block;
	float:left;
	margin:0 auto;
	padding:0;
}
ul#menu li a{
	display:block;
	float:left;
	color:#6d7078;
	text-decoration:none;
	height:25px;
}
ul#menu li a:hover{

}

#subNav{
height:33px;
width:auto;
margin:0 auto;
padding-left: 40px;
background: #FFFFFF url(../images/subNav/subnav_bg.gif) repeat-x;
}

