/** {
	margin: 0;
	padding: 0;
}*/

input 
{
    margin: 0px 1px;
}

form
{
    margin: 0;
}

body {
	margin: 0px;
	padding: 0px;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #111111;
	background: #01215A url(images/bg.jpg) repeat-x left top;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #385B88;
}

h1 {
	padding: 0px 0px 2px 15px;
	margin: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bolder;
	color: #031F5E;
	border-bottom: 1px dotted #457DBA;
	background: url(images/arrow.gif) no-repeat left center;
}

h2 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top: 20px;
	font-size: 13px;
	font-weight: bolder;
	border-bottom: 1px dotted #555555;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: bold x-small Verdana, Arial, Helvetica, sans-serif;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}

div .break 
{
    border-bottom: 1px dotted #555555;
    margin: 10px 0px 10px 0px;
}


p {
}


ul {
	margin-left: 3em;
	margin-top: 7px;
}

ul li 
{
    line-height: 16px;
    padding: 3px 0px;
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #1A489E;
}

a:hover {
	text-decoration: underline;
	color: #457DBA;
}

img {
}

#logo {
	width: 250px;
	height: 84px;
	margin: 0px 0px 0px 30px;
	padding: 10px 0px 0px 0px;
	position: relative;
	z-index: 300;
}

#sublogo {
	width: 580px;
	height: 84px;
	margin: 0px 0px 0px 30px;
	padding: 10px 0px 0px 0px;
	position: relative;
	z-index: 300;
}

#login 
{
    float: right;
    margin: 7px 24px 0px 0px;
    padding: 2px 5px 2px 10px;
    width: 90px;
    border-right: 1px dotted #457DBA;
    border-left: 1px dotted #457DBA;
}

#phone
{
    float: right;
    margin: 7px 0px 0px 0px;
    padding: 2px 0px 2px 8px;
    width: 115px;
    color: #3d6fa5;
}

#chat
{
    float: right;
    margin: 7px 0px 0px 0px;
    padding: 2px 0px 2px 8px;
    width: 145px;
    color: #3d6fa5;
}

#content {
	width: 1060px;
	padding: 0px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#main {
	float: right;
	width: 1060px;
	margin: 26px 30px 20px 0px;
}
#submain 
{
    float: left;
	width: 1000px;
	margin: 16px 0px 20px 30px;
}


#banner
{
    background: url(images/banner.jpg) no-repeat center bottom;
    height: 310px;
    width: 1000px;
    margin-top: -45px;
    position: relative;
    z-index: 100;
}

#subbanner
{
    background: url(images/almssubbanner.jpg) no-repeat center bottom;
    height: 60px;
    width: 1060px;
    margin-top: -20px;
    position: relative;
    z-index: 100;
}

#menu 
{
	width: 240px;
	padding: 53px 0px 0px 0px;
}

#menu ul 
{
	margin: 0;
	list-style: none;
	line-height: normal;
	text-transform: uppercase;
}

#menu li 
{
	display: inline;
}

#menu a 
{
	display: block;
	padding: 9px 0 10px 20px;
	font-weight: bold;
	border-bottom: 1px dotted #4A8AC8;
	background-color: #FFFFFF;
	color: #031F5E;
}

#menu a:hover
{
	background: #D6DAFF;
	text-decoration: none;
	color: #031F5E;
}

#submenu 
{
    padding: 28px 0px 5px 30px;
}

#submenu ul 
{
	margin: 0;
	list-style: none;
	line-height: normal;
	text-transform: uppercase;
	display: inline;
	float: left;

}

#submenu ul li 
{
    display: inline;
    list-style-type: none;
}

#submenu ul li a 
{
	display: block;
	float: left;
	padding: 5px 30px 5px 28px;
	font-weight: bold;
	border-right: 1px dotted #D6DAFF;
	color: #FFFFFF;
}

#submenu ul li a:hover
{
	text-decoration: none;
	color: #D6DAFF;
}

#footer {
	clear: both;
	padding: 20px 0px 10px 0px;
	width: 1060px;
	color: #444444;
	margin: 0px auto;
	border-top: 1px dashed #777777;
	background-color: #E3E4E8;
}

#footer p {
	font-size: x-small;
	text-align: center;
	margin: 3px 0px;
}

