@charset "utf-8";
/* CSS Document */

body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image:url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
#container
	{

	width: 800px;
	min-height: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 
	}
	
#header
	{
	position: relative;
	width: 800px;
	height: 161px;
	}
	

	
#menubtm
	{
	position: relative;
	width: 800px;
	height: 19px;
	}
	

#content
	{
	position: relative;
	background-color: #e3e6eb;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	min-height: 600px;
	height: 100%;

	}
		
#txtbox
	{
	position: reletive;
	float:left;
	margin-left: 0px;
	margin-top: 10px;
	width: 590px;
	text-align: left;
	}
	
#imagebox
	{
	position: reletive;
	margin-left: 620px;
	margin-top: 20px;
	width: 140px;
	font-size: 0.6em;
	text-align: center;
	}

#imagebox img
	{
	border: none;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	}
	
#sms_logo_footer
	{
	position: relative;
	width: 100%;
	height: 105px;
	background-color: #e3e6eb;
	}
			
#footer
	{
	position: relative;
	width: 100%;
	}

#policy
	{
	font-size: 0.6em;
	text-align: center;
	}

#policy a
	{
	color:#fff;
	text-decoration:none;
	}
	
#policy a:hover
	{
	text-decoration:underline;
	}
	
p, ol, ul
	{
	font-size: 0.9em;
	text-align: left;
	}
	

	
ul
	{
	font-style: italic;	
	}
	
lii
	{
	padding-top: 5px;
	}
/*---------------------------------------------------------------------------------------------------------------*/

.menu {width:800px; height:20px; position:relative; z-index:9; font-family:arial, sans-serif;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:801px; w\idth:800px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:160px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;width:160px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:160px; height:20px; background:#09c; padding-left:0px; line-height:19px; font-weight:bold; 	overflow:hidden; }
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:160px; w\idth:149px;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:20px;left:0; width:160px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:20px;t\op:21px;}
 
/* position the third level flyout menu */
.menu ul ul ul{left:160px; top:-1px; width:160px;}
 
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-160px;}
 
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}
 
/* style the second level links light green*/
.menu ul ul a, .menu ul ul a:visited {background:#91a8b9; color:#000; height:auto; line-height:1em; padding:5px 0px; width:160px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:161px;w\idth:160px;}
 
/* style the top level hover ADD IMAGE SHIFT HERE FOR ROLLOVER  text-indent:-160px;*/ 
.menu a:hover, .menu ul ul a:hover{color:#000; background:#858d93;}
.menu :hover > a, .menu ul ul :hover > a {color:#000; background:#858d93;}
 .over a:hover{text-indent:-160px}
.over :hover > a {text-indent:-160px;}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}