/* -----HANDHELD.CSS------ */
/* ------------------- */
/* --BOX MODEL LAYOUT- */
/* -----copyright----- */
/* -----carterdea----- */

/* ------GLOBAL------- */

* {
margin:0;
padding:0;
}

body {
font: .715em/1.2em Helvetica,Verdana,Arial,Sans-serif;
margin:0;
padding:0;
background:#FFFFFF;
}

img {
border:0;
}

/* ------LAYOUT------ */

/*#container {
margin:0 auto 0 auto;
width:540px;
}

#nav {
padding:25px 0 0 0;
}
*/

#logo {
padding:10px;
height:99px;
}

#content {
/*width:400px;*/
padding:0 0 0 10px;
}

#copyright {
padding:15px 0 0 0;
}

/* ----BACKGROUND---- */
/*
div>#nav {
width:550px;
height:100px;
background:url(images/nav.png) transparent no-repeat top center;
}

div>#logo {
background:url(images/top.png) transparent no-repeat top center;
}

div>#wrapper {
background:url(images/midbg.png) transparent repeat-y center;
}

#content{
background:url(images/water.gif) transparent no-repeat bottom right;
}

div>#bottom {
width:550px;
height:60px;
background:url(images/bottom.png) transparent no-repeat bottom center;
}
*/

label {
padding:10px 10px 0 0;
}

input, textarea {
background:#CCCCCC;
margin:10px;
}

#form {
width:220px;
height:320px;
background:#F0F1F0;
text-align:right;
}

/*--HIDING DEFAULTS- */

input, textarea {
border:0;
}

#check {
border:0;
}

/*-------TEXT------- */
p {
color:#333;
padding:0 0 10px 0;
}



#copyright {
font: .8em/1.3em Helvetica, Arial, Sans-serif;
text-align:center;
}

#valid {
font:.75em/1.3em Helvetica, Arial, Sans-serif;
text-align:center;
}

.missing {
color:#A90017;
}

span {
font-weight:bold;
}

#required {
text-align:left;
color:#A90017;
}

#privacy {
font-size:10px;
font-weight:normal;
}

/* -------LISTS-------- */
/* ----NAV BAR LIST---- */
#nav ul {
/*text-align:center;*/
}

#nav li {
color:#818A84;
list-style-type:none;
padding:10px 10px 0 10px;
margin:0;
font-size:1.2em;
/*text-align:center;*/
}

#current_page {
font-weight:100;
color:#889BB1;
}

/* -----REG LISTS------ */
li {
color:#003E7E;
margin:0 0 0 20px;
}

/* -------LINKS-------- */
a {
color:#003E7E;
}

a:hover {
color:#A90017;
}

a:active {
color:#80D5FF;
}

#nav a {
text-decoration:none;
font-weight:800;
}

/* -------IMAGES------- */

#animps {
/*position:relative;
top:85px;
left:60px;
width:100px;
height:90px;*/
display:none;
}

#animtext {
/*position:relative;
top:95px;
left:150px;*/
width:208px;
height:100px;
}

.float {
display:none;
/*float:right;
padding:2px;*/
}

#stats {
/*position:relative;
left:125px;*/
width:14px;
height:14px;
}

/* -------HEADINGS----- */

h1,h2,h3 {
color:#003E7E;
padding:10px 0 10px 0;
}

h1 {
font-size:125%;
}

h2 a{
text-decoration:none;
}

h2 {
font-size:112%;
}

h3 {
font-size:12px;
}

/* -------IE HACKS------ */
/*
body {
text-align:center;
}

#container {
text-align:left;
}

#nav {
width:550px;
height:100px;
background:url(images/ie/nav.gif) transparent no-repeat top center;
}

#logo {
background:url(images/ie/top.gif) transparent no-repeat top center;
}

#wrapper {
background:url(images/ie/midbg.gif) transparent repeat-y center;
}

#bottom {
background:url(images/ie/bottom.gif) transparent no-repeat bottom center;
width:550px;
height:55px;
}
*/

