/**************************************************************
   AUTHOR:  im522.com
   DATE:    08/27/2007
   PURPOSE: Styles the html elements and controls the layout 
            of the site
 **************************************************************/

body {
    font-size: 14px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    background: #fff url(../image/bg.gif);
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    text-align: center;
	position: relative;
}

h1 {
    font-size: 20px;
    color: #025f9f;
    font-weight: bold;
}

h4 {
    font-size: 16px;
    font-weight: bold;
}

.h5 {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6, p, dl {
    margin: 0;
    padding: 5px 5px;
}

ul {
	list-style-type: none;
	list-style-image: url(../image/li.gif);
}

ul a {
    color: #666666;
    text-decoration: none;
}

ul a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

#container {
	margin: auto;
	width: 1025px;
}

#page {
	float: left;
    width: 1025px;
    text-align: center;
    padding: 10px;
    background: #fff url(../image/bg_shadow.gif) repeat-y right top;
}

#head {
    width: 1025px;
    height: 150px;
    background: #fff url(../image/main_banner.jpg) no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#nav {
    width: 1025px;
    height: 27px;
    text-align: right;
    background: #fff url(../image/nav.gif) repeat-x;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
}

.nav_title {
    color: #9999ff;
    font-weight: bold;
    font-size: 12px;
    height: 27px;
    margin-left: 10px;
    margin-right: 10px;
}

.nav_title a {
    color: #9999ff;
    text-decoration: none;
}
 
.nav_title a:hover {
    text-decoration: underline;
}


#content {
float: left;
	background-color: #fff;
    margin-top: 10px;
}

#left {
    float: left;
    width: 120px;
    text-align: center;
	padding: 0px;
    margin-left: 0px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff url(../image/border.gif) repeat-y right top;
}

#right {
	background-color: #fff;
    float: right;
    width: 850px;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
    text-align: left;
}

#right li {
    font-size: 12px; 
}

#box {
    margin-top: 2em;
    margin-bottom: 2em;
    display:table-cell;
    width: 740px;
    height: 210px;
    float: left;
    vertical-align: middle;
    border-left: #4483d6 1px solid;
    border-right: #4483d6 1px solid;
    background: #fff url(../image/bg_box.gif) repeat-x;
}

.floatLeft {
    float: left;
}

blockquote {
    margin: 10px 15px;
    padding-left: 0px;
}

#imageBox {
    width: 370px;
    height: auto;
    text-align: center;
    float: left;
}

.title {
    font-size: 14px;
    font-weight: bold;
    width: auto;
}

.normal {
    font-size: 12px;
}

.normal a {
    color: #666666;
}

.small {
    font-size: 9px;
    color: #9999ff;
}

#foot {
    font-size: .80em;
    color: #9999ff;
    width: 1025px;
    height: 50px;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    background: #fff url(../image/borderh.gif) repeat-x left top;
}

/* extra */

#menu {
    width: 700px;
    height: 27px;
    padding-left: 10px;
    border-bottom: #4483d6 1px solid;
    margin: 20px;
    /*background: #fff url(../image/nav.gif) repeat-x;*/
}

#menu_no_bk {
    width: 500px;
    height: 50px;
    margin: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

#faq {
    margin: 20px;
}

#text {
    margin: 20px;
    padding: 20px;
    background: #fff url(../image/borderh.gif) repeat-x;
}

/**************************************************************
   Form Elements
 **************************************************************/

.width_input {
    width: 400px;
}

label {
    display: block;
}

input,
textarea,
select {
    padding: 2px;
    font: 400 1em "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: #444;
    background: #ccc;
    border: 1px solid #aaa;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
    color: #000;
    background: #dddddd;
    border: 1px solid #aaa;
}

input.button {
    padding: 2px 5px;
    font: 400 1.1em "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    color: #444;
    background: #ccc;
    border-width: 1px;
    border-style: solid;
    border-color: #aaa;
}

.bm_lite {
	font-weight: normal;
	color: #008d18;
}

