html, body {
   height:100%;
}

body {
   margin:0 0 0 0;
   background-color:#FFFFFF;
   text-align:center; /* ie 5.5 */
}

h1 {
   margin: 0 0 0 0;
   margin-top:0px;
   width:500px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:28px;
   font-weight:normal;
   color:#D65121;
}

h2 {
   margin: 0 0 0 0;
   margin-top:-10px;
   width:500px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:20px;
   font-weight:normal;
   color:#D65121;
}

a {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:normal;
	
    color:#D65121;
    text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#sm-container {
    margin:0 auto;
	position:relative;
	width:767px;
	height:100%;
	text-align:left; /* ie 5.5 */
}

/*
	Login Form
*/
#sm-login {
	margin-bottom:-13px;
	position:relative;
	top:0px;
	width:767px;
	height:58px;
	background:url(../images/login-bg.png);
	background-repeat:no-repeat;
	z-index:1;
	text-align:center;
	display:none;
}

#sm-login span {
	margin-top:20px;
	margin-left:30px;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FF0000;
}

#sm-login form {
	position:relative;
	top:17px;
}

#sm-login form label, #sm-login form input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#D65121;
}

#sm-login form input {
	margin-right:10px;
	color:#333333;
	border:1px solid #D65121;
}

#sm-login a {
	margin:0 0 0 0;
	margin-top:17px;
	margin-right:25px;
	position:absolute;
	top:0px;
	right:0px;
}

#sm-login a img {
	border:none;
}
/*
	End Login Form
*/


/*
	Masthead
*/
#sm-masthead {
	position:relative;
	left:0px;
	top:0px;
	width:767px;
	height:144px;
	background:url(../images/spm_02.gif);
}

.sm-showlogin {
   margin-top:30px;
   margin-right:30px;
   position:relative;
   float:right;
}

#sm-header {
   margin-right:0px;
   margin-top:60px;
   position:relative;
   width:500px;
   float:right;
   text-align:right;
}
/*
	End Masthead 
*/


/*
	Main Menu
*/
#sm-menu {
	position:relative;
	left:0px;
	width:767px;
	height:58px;
	background:url(../images/spm_04.gif);
	z-index:0;
}

#sm-leftmenu {
   margin-top:9px;
   margin-left:27px;
   position:absolute;
   height:100%;
   float:left;
}

#sm-rightmenu {
   margin-top:9px;
   margin-left:630px;
   position:absolute;
   height:100%;
   float:left;
}

#sm-menu div ul{
   margin:0;
   padding:0;
   list-style-type: none;
}

#sm-menu div ul li{
   float:left;
   list-style-type: none;
   background:none;
}

#sm-menu div ul li.sm-separator{
   float:left;
   list-style-type: none;
   background:url(../images/menu-separator.png);
   background-repeat:no-repeat;
   background-position:top left;
}

#sm-menu div ul li a {
   display:block;
   padding:10px 10px 10px 10px;
}

#sm-menu div ul li a:hover {
   color:#7E3013;
}
/*
	End Main Menu
*/


/*
	Body
*/
#sm-mainbody {
	margin-top:-20px;
    margin-bottom:5px;
	position:relative;
	width:767px;
	height:299px;
}

#flashbodycont{
   position:relative;
   width:767px;
   height:299px;
   z-index:1;
}

#flashbodycont a img {
	border:none;
}
/*
	End Body
*/


/*
	Footer
*/
#sm-footer {
   position:relative;
   top:0px;
}

#sm-footermenu {
	position:relative;
	top:0px;
	left:0px;
	width:767px;
	height:52px;
	background:url(../images/spm_06.jpg);
	background-repeat:no-repeat;
	text-align:center;
}

#sm-footermenu div {
   position:relative;
   top:10px;
   left:0px;
}

#sm-footermenu div ul {
	margin:0;
	padding:0;
}

#sm-footermenu div ul li{
   display:inline;
   list-style-type:none;
   background:url(../images/bullet.gif);
   background-repeat:no-repeat;
   background-position:center left;
}

#sm-footermenu div ul li.noseparator{
   display:inline;
   list-style-type:none;
   background:none;
}

#sm-footermenu div ul li a, .footermenulink {
   padding:1px 3px 1px 12px;
   font-size:11px;
}

.footermenulink {
	position:relative;
	top:8px;
}
/*
	End Footer
*/


/*
	Copyright
*/
#sm-copyright {
	position:relative;
	width:767px;
}

#sm-copyright p {
   margin-top:10px;
   
   font-family:Arial, Helvetica, sans-serif;
   font-size:11px;
   font-weight:normal;
   text-align:center;
   color:#D65121;
}
/*
	End Copyright
*/
