@charset "utf-8";
/* CSS Document */

/*BODY*/

body
{
font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
font-size: 14px;
line-height: 1.5em;
background:#575757;
height:auto;
margin:0px;
}

h1
{
padding-bottom: 20px;
padding-left: 0pt;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #aaaaaa;
font-family: "Trebuchet MS",Helvetica,Arial,Tahoma,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 150%;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
text-transform: uppercase;
letter-spacing: 3px;
color: #143c55;
}

h3
{
font-size:100%;
padding-bottom: 4px;
text-align:left;
padding-left: 0pt;
border-bottom: 1px solid #aaaaaa;
font-family: "Trebuchet MS",Helvetica,Arial,Tahoma,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;
font-size-adjust: none;
font-stretch: normal;
text-transform: uppercase;
letter-spacing: 3px;
color: #143c55;
}

p
{
color: #143c55;
font-family: Geneva, Arial, Helvetica, sans-serif;
}


.blurb
{
color:#939598;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
text-align:center;
font-size:15px;
}
img
{
border:none;
}

a, a:link
{
color:#0D4C99;
text-decoration:none;

}
a, a:visited
{
color:#091588;
text-decoration:none;
}
a:hover
{
color:#808080;
text-decoration:none;
}

#wrapper
{
height:100%; width:100%;
padding:0px;
width:920px;
margin-right:auto;
margin-left:auto;
margin-bottom:0px;
margin-top:0px;
height:auto;
overflow:hidden;
}

fieldset
{
margin-bottom:10px;
margin-left: auto; 
margin-right: auto;
}
/*hearder*/
#header
{
height:100%; 
width:100%;
padding:0px;
height:100px;
}

/*middle content*/
#content
{
height:auto;
width:auto;
margin:0px;
background: #fcfcfc url(../images/right_bg.gif) repeat-x;

}
/*left content*/

#left
{
float:left;
position:relative;
width:204px;
text-align: left;
padding-left:3px;
padding: 20px 8px 10px 8px;
}
/*right content*/
#right
{
float:right;
position:relative;
width:660px;
padding:15px;
border-left: 1px solid #EEEEEE;
}
.spacer
{
height:20px;
}
.view
{
margin-bottom:20px;
}
.title
{
font-weight:bold;
font-size:18px;
text-align: center;
}

.docphoto
{
border:thin solid #000000; 
float:left; 
position:relative; 
margin:8px;
padding:2px;
}

.qanda_wrapper
{
border:solid thin #808080;
padding:8px;
margin-bottom:15px;
width:600px;
float:left;
position:relative;
}
.question
{
margin-bottom:10px;
border-bottom:dotted #939598 thin;
}

#search
{
float:right;
position:relative;
width:350px;
text-align:center;
font-weight:900;
}

#search input
{
height:18px;
width: 120px;
padding: 3px;
margin-right:5px;
font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
font-size: 13px;
float: left;
position:relative;
border:solid thin #808080;
}
.visual
{
font-size:16px;
font-weight:700;
width:280px;
height:110px;
border:solid #808080 thin;
padding:5px;
margin:10px;
float:left;
position:relative;
}


/*footer*/
#footer
{
height:40px;
background: #6699CC;
border-top: #99CCFF solid 8px;

text-align:right;
padding-right:15px;
padding-top:8px;
}
/*forms*/
#right form
{
padding-bottom:10px;
width:600px;
}

.field
{
width: 500px;
height: 40px;
overflow:hidden;
}

.field label
{
float: left;
position:relative;
width: 150px;
margin:4px;
font-size:15px;
}

.field input
{
width: 200px;
height:18px;
padding: 3px;
font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
font-size: 13px;
float: left;
position:relative;
border:solid thin #808080;
margin-right:4px;
}

.field input .time
{
width: 20px;
height:18px;
padding: 3px;
font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
font-size: 13px;
float: left;
position:relative;
border:solid thin #808080;
margin-right:4px;
}


select
{
border: thin #808080 solid;
padding:3px;
}

form textarea
{
width: 400px;
padding: 3px;
font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
font-size: 13px;
color: #444444;
float: left;
position:relative;
border:solid thin #808080;
height:60px;
margin:8px;
}

/* BUTTONS */
.buttons a, .buttons button{
	float:right;
	position:relative;
    display:block;
    margin:0 7px 0 0;
    background-color: #E1E1E1;
    border:1px solid #A4A4A4;
    border-top:1px solid #A4A4A4;;
    border-left:1px solid #A4A4A4;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.moderate_buttons
{
width: 330px;
font-size: 17px;
margin-top: 15px;
margin-right: auto;
margin-bottom: 0pt;
margin-left: auto;
height: 45px;
}
/*Buttons Ahref*/
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

a.button {
    background: transparent url('../../css/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
	position:relative;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../../css/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 




/*callbacks*/
.bad
{
text-align:center;
background-color: #ffe0e0;
border-top:1px solid #ba4c4c;
border-bottom:1px solid #ba4c4c;
margin:7px;
padding:5px;
}

.good
{
text-align:center;
background-color: #e4ffe0;
border-top: 1px solid #5bba4c;
border-bottom:1px solid #5bba4c;
margin:7px;
padding:5px;
}

.loading
{
display:none;
text-align:center;
background-color:#FFFFFF;
border-top:1px solid #D2D2D2;
border-bottom:1px solid #D2D2D2;
margin:7px;
padding:5px;
}
.response
{
display:none;
}
/*ADMIN*/
#adminbox
{
width:520px;
height:170px;
background-color: #FFFFFF;
margin-left:auto;
margin-right:auto;
margin-top:200px;
}
.record
{
margin-left:10px;
border:#2A3F00 thin solid;
float:left;
width:900px;
position:relative;
}
.record .cell
{
float:left;
position:relative;
width:200px;
height:20px;
overflow:hidden;
border-right:#2A3F00 thin solid;
border-bottom:#2A3F00 thin solid;
padding:3px;
}
.record .cell a
{
color:#000000;
text-decoration:none;
display:block;
}

.record .cell a:hover
{
text-decoration: underline;
}


.record .time
{
float:left;
position:relative;
width:65px;
height:20px;
overflow:hidden;
border-right:#2A3F00 thin solid;
padding:3px;
}

.field input.radio
{
width:10px;
}

/*menu style*/
.bg {background: url(../../images/button4.gif);}
.menu {padding:0 0 0 32px; margin:0; list-style:none; height:40px; background:#fff url(../../images/button1a.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif; }
.menu li.top {display:block; float:left; position:relative;}
.menu li a.top_link {display:block; float:left; height:40px; line-height:33px; color:#bbb; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.menu li a.top_link span {float:left; font-weight:bold; display:block; padding:0 24px 0 12px; height:40px;}
.menu li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:40px; background:url(../../images/down.gif) no-repeat right top;}
.menu li a.top_link:hover {color:#000; background: url(../../images/button4.gif) no-repeat;}
.menu li a.top_link:hover span {background:url(../../images/button4.gif) no-repeat right top;}
.menu li a.top_link:hover span.down {background:url(../../images/button4a.gif) no-repeat right top;}

.menu li:hover > a.top_link {color:#000; background: url(../../images/button4.gif) no-repeat;}
.menu li:hover > a.top_link span {background:url(../../images/button4.gif) no-repeat right top;}
.menu li:hover > a.top_link span.down {background:url(../../images/button4a.gif) no-repeat right top;}

.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

.menu a:hover {visibility:visible;}
.menu li:hover {position:relative; z-index:200;}

.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu :hover ul.sub {left:2px; top:40px; right:2px; background: #fff; padding:3px 0; border:1px solid #95d2ee; white-space:nowrap; width:200px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:250px;}
.menu :hover ul.sub li a {font-weight:normal;display:block; font-size:11px; height:20px; width:192px; line-height:20px; text-indent:5px; color:#000; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub li a.fly {background:#fff url(../../css/images/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#95d2ee; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#95d2ee url(../../css/images/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#95d2ee url(../../css/images/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #95d2ee; white-space:nowrap; width:93px; z-index:200; height:auto;}


/*amdin*/




