﻿body
{
    margin: 0px;
    padding: 0px;
    /*background: url(images/bg.gif);*/
    background: #ffffff;
}

#all
{
    width: 800px;
    background-color: #ffffff;
    border: solid 1px #a9a9a9;
    margin: auto;
    margin-top: 5px;
    min-height:545px;
}

/*GENERAL TEXT, IMAGE AND LINK STYLES*/
p
{
    font: normal small arial, sans-serif;
    line-height: 140%;
    padding-left: 40px;
    padding-right: 0;
    padding-top: 5px;
    text-align: left;
    color:#000033;
}

h1
{
    font: bold medium arial, sans-serif;
    color: #000033;
    padding-left: 40px;
    padding-top: 10px;
    text-align: left;
}

h2
{
    font: bold 85% arial, sans-serif;
    color: #696969;
    padding-left: 40px;
    padding-top: 10px;
    text-align: left;
}

h3
{
    font: bold 75% arial, sans-serif;
    color: #000033;
    padding-left: 40px;
    padding-top: 10px;
    text-align: left;
}
.right
{
	float: right;
	margin: 0px 0px 0px 22px;

}

a
{
    color: #8a8A8A;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
    color: #474747;
}
/*LEFT SIDE*/

#left
{
    width: 18%;
    float: left;
    text-align: left;
    margin-left:10px;
    margin-top:10px;
}

#left img
{
    margin-left:12px;
    border:0px;
}

/*NAVIGATION*/
ul#nav
{
    margin: 8px 0 0px 0;
    padding: 0;
    list-style-type: none;
}
ul#nav li
{
    padding-left:1px;
    border-top: 1px solid #C0C0C0;
    vertical-align: middle;
    font: bold 85% arial,sans-serif;
}

ul#nav li a
{
    line-height: 150%;
    color: #000033;
    text-decoration: none;
    display: block;
    padding: 0 5px 0 0;
    margin: 1px 0;

}
ul#nav li a:hover, ul#nav li a.on
{
    line-height: 150%;
    background-color: #C2C2DA;
    color: #fff !important;
}

/*SUB NAVIGATION*/

ul#nav li ul
{
    margin: 0;
    padding: 0; 
    list-style-image: url('images/bullet.gif') !important;
}
ul#nav li ul li
{

    margin: 6px 0 6px 25px;
    font: small arial, sans-serif;
    border-top: 0px solid #000033;
    
    }
ul#nav li ul li a
{
    font-weight: normal;
    display: inline;
    padding: 0;
   
}
ul#nav li ul li a:hover, ul#nav li ul li a.on
{
    background-color: #fff;
    color: #000033 !important;
    text-decoration: underline;
}
/*LEFT CONTACT*/

.contact
{
    font: 70% arial, sans-serif;
    color:#000033;
    vertical-align:top;
}

/*CONTENT*/
#content-area
{
    margin-top:0px;
    float: right;
    width: 78%;
}
#main-container
{
    padding-left: 2px;
    padding-bottom: 2px;
    margin: 2px 0 2px 2px;
    padding-top: 2px;
}
.main-box
{
    border: 1px solid #fff;
    background: #efefee;
}
.main-tl
{
    background: url(images/tl.gif) no-repeat 0 0;
    position: relative;
}
.main-tr
{
    background: url(images/tr.gif) no-repeat 100% 0;
    position: relative;
}
.main-bl
{
    background: url(images/bl.gif) no-repeat 0 100%;
    position: relative;
}
.main-br
{
    background: url(images/br.gif) no-repeat 100% 100%;
    position: relative;
}
.main-t
{
    background: url(images/t.gif) repeat-x 0 0;
    position: relative;
}
.main-b
{
    background: url(images/b.gif) repeat-x 0 100%;
    position: relative;
}
.main-l
{
    background: url(images/l.gif) repeat-y 0 0;
    position: relative;
}
.main-r
{
    background: url(images/r.gif) repeat-y 100% 0;
    position: relative;
}
.main-content
{
    width: 95%;
    padding-top: 25px;
    padding-bottom: 5px;
}

.content
{
    min-height: 455px;
    padding-bottom: 25px;
}
/*INFO POD*/
#inner-area
{
    margin-top:0px;
    float: right;
    width: 95%;
}
#inner-container
{
    padding-left: 2px;
    padding-bottom: 2px;
    margin: 2px 0 2px 2px;
    padding-top: 2px;
}
.inner-box
{
    border: 0px solid #fff;
    background: #e4e4e4;
}
.inner-tl
{
    background: url(images/inner-tl.gif) no-repeat 0 0;
    position: relative;
}
.inner-tr
{
    background: url(images/inner-tr.gif) no-repeat 100% 0;
    position: relative;
}
.inner-bl
{
    background: url(images/inner-bl.gif) no-repeat 0 100%;
    position: relative;
}
.inner-br
{
    background: url(images/inner-br.gif) no-repeat 100% 100%;
    position: relative;
}
.inner-t
{
    background: url(images/inner-t.gif) repeat-x 0 0;
    position: relative;
}
.inner-b
{
    background: url(images/inner-b.gif) repeat-x 0 100%;
    position: relative;
}
.inner-l
{
    background: url(images/inner-l.gif) repeat-y 0 0;
    position: relative;
}
.inner-r
{
    background: url(images/inner-r.gif) repeat-y 100% 0;
    position: relative;
}
.inner-content
{
    width: 95%;
    padding-top: 15px;
    padding-bottom: 5px;
    margin-left: 20px;
}

/*INFO POD CONTENT*/

.inner
{
    min-height: 75px;
}
.inner p
{
    margin-left:0;
    margin-top: 5px;
    padding:0;
}

.inner table
{
    width:100%;
    padding-bottom:15px;
    margin-bottom:25px;
}

.inner th
{   padding-right:35px;
    font: bold 75% arial, Sans-Serif;
    text-align:left;
    color:#000033;
}

.inner td
{
    padding-right:35px;
      text-align:left;
    font: 75% arial, Sans-Serif;
    color:#000033;
}
/*CREDIT*/

.credit
{color:#c0c0c0;
 font: 65% arial, sans-serif;
 text-align:right;
 width:900px;  
 }

.credit a
{
   color: #c0c0c0; }
.credit a:hover
{
   color: #000033; }
   
/*FORMS*/

.content ul
{
	width: 100%;
	color: #000000;
	height: auto;
	text-align: left;

	text-decoration: none;
	list-style-type: none;
}

.content li
{
list-style:none;
font: 10pt verdana, sans-serif,;
padding-top:5px;
padding-bottom:5px;
}

.content label
{
font: bold small arial, sans-serif;
color:#828282;
width: 10em;
float: left;
text-align: left;
margin-right: 4em;
display: block;
}

.content input
{
color: #474747;
font-size: 80%;
width:230px;
}

.content textarea
{
    width:230px;
    font: 80% verdana, sans-serif;
    color: #474747;
}

.content checkbox
{
    border: 1px, #474747;
}

.submit input
{
	margin-left: 170px;
} 

input.submit
{
    width: 70px;
    margin-left: 80px;
}

input.submit2
{
    width: 70px;
    margin-left: 35px;
}

.red
{
    font: bold small arial, sans-serif;
    margin-left:10px;
    font-size: 10px;
    color: red;
}  
