/* Start of CMSMS style sheet 'Default Styles' */
body {
	margin: 0;
	padding: 0;
	background: #000000;
	color: #000;
	font: normal 62.5% Arial, Helvetica, sans-serif;
       font-size: 14px;
}

#container ul {	
	margin: 0;
	padding: 0;
	list-style: none;
}
dt {
  font-weight: bold;
  text-decoration: underline;
  padding: 10px 0;
}
a {
  color: #A50A05;
  text-decoration: underline;
}
a:hover {text-decoration: none;}
img {border: 0;}
hr {
  height: 2px;
  border: none;
  background: #CCC;
  color: #CCC;
}
#container {
	width: 907px;
	margin: 0 auto;
	border: none;
	border-top: none;
	background: url(images/container_bg.jpg) left top repeat-y;
}

/*Header start*/
#header {
	position: relative;
	height: 1%;
}

#header h1 {
margin: 0;
	background: url(images/EBS_header.jpg) top center no-repeat;
	height: 264px;
	width: 907px;
}

#header h1 a {
    display: block;
	text-indent: -9999px;
	height: 90px;
	width: 907px;
}


#header #tagline{
	background: url(images/EBS_create.png) 50% 0 no-repeat;
	height: 112px;
	width:380px;
	top:139px;
	left: 273px;
	position: absolute;

}

#header ul {padding-left: 10px;}
#header li {
  float: left;
  margin-right: 10px;
}
#header a {font-size: 10pt;} 
/*End Header*/


/*Main Content Block start*/
#content {
	clear: left;
	padding: 0px;
	width:907px;
}
#content #sidebar {
  float: left;
  width: 265px;
}
#content #main {
  float: right;
  width: 596px;
  background: #fff;
  margin-top: 0px;
  padding: 20px;
  padding-top:10px;
}

#main ul {
  padding-left: 20px;
  list-style: disc;
}
#main li {
  margin: 10px 0;
  font-size: 1.1em;
}
#main li li {font-size: 1em;}
/*Main Content Blocks end*/


/*Menu start*/
#content .menu {overflow: hidden;}
#content .menu ul {
  margin: 0;
  padding: 0;
}
#content .menu > ul > li:first-child {margin-bottom: 0px;}
.menu li a, .menu li span {
  background: url(images/nav_gradient.jpg) right top repeat-y;
  display: block;
  margin: 2px 0;
  margin-bottom:10px;
  font-size: 16px;
  line-height:22px;
  text-decoration: none;
  width: 265px;
  color: #fbe8ba;
  text-indent: 10px;
  padding-top:6px;
  padding-bottom:6px;
}
.menu li a {color: #fbe8ba;}
.menu li a span, .menu li span span {
  background: url(images/nav_gradient.jpg) bottom right repeat-y;
  padding: 3px;
  margin: 0;
  width: auto;
}
.menu .current {padding-left: 10px;}
.menu .current span {color: #900;}
.menu li strong {
  width: 265px;
  display: block;
}
.menu li strong span {
  background: url(images/nav_gradient.jpg) 100% center repeat-y;
  color: #fbe8ba;
  padding: 6px 3px;
  width: auto;
  text-indent: 2px;
}
.menu ul ul {
  margin: 0 0 15px !important;
}
/*Menu end*/


/*Content start*/
#content p {font-size: 12pt;}
#content h1 {
  font-size: 14pt;
  clear: both;
}
#content h2 {font-size:12pt;}
#content h1, h2.main {text-align: center;}
/*Content end*/

/* ebs form */

#infoform {
  width: 80%;
  margin: auto;
  background: #e6e6e6;
  border: 1px solid #646464;
  padding: 5px 0;
}
#infoform div {
  clear: both;
  margin: 10px;
  overflow: hidden;
  height: 1%;
}
#infoform label {
  float: left;
  width: 180px;
  clear: left;
  padding-right: 20px;
  margin-right: 5px;
  text-align: right;
}
#infoform input[type=text], #infoform select {
  border: 1px solid;
  border-color: #999 #cdcdcd #eaeaea;
  width: 200px;
  background: #FFF;
}
#infoform input[type=text]:focus, #infoform select:focus {background-color: #FFFFFF;}
* html #infoform input {width: 192px;}
#infoform select {width: 202px;}
#infoform #submit {text-align: center;}
#infoform #submit input {width: auto;}

/* end ebs form */


/*Footer start*/
#footer {
	clear: both;
	border-top: none;
	font-size: .8em;
	padding: 0;
	margin: 0;
    overflow: hidden;
}

#footer #fright {
	float: right;
	width: 642px;
	height: 82px;
	background: #000 url(images/EBS_footer.jpg) right top no-repeat;
}

#footer #fright h1 {
	text-indent: -9999px;
	background: url(images/EBS_footer.jpg) right top no-repeat;
	height: 82px;
}

#footer #fleft {
	float: left;
	width: 265px;
	height:82px;
	background: url(images/footer_gradient.jpg) repeat-y;
}

#footer #fmain {
  float: right;
  width: 636px;
  background: #FFFFFF;
  height:10px;
}

#footer #fsidebar {
  float: left;
  width: 264px;
  height:10px;
  background: #400002;
}

#footer p {
	text-align: center;
    margin: 2px 0;
}
/*Footer end*/


/*Validation start*/
#xhtml {float: left; margin-top:0px; margin-left:10px; margin-bottom:5px;}
#css {float: right; margin-top:0px; margin-right:10px; margin-bottom:5px;}
/* Validation end */
/* End of 'Default Styles' */

