/* CSS Document */

/*-------------Custom Global Tags-----------------*/

body {
margin: 0px;
background: #a3afbb url(images/body_top.gif) top center no-repeat;
padding-top: 9px;
font-family: "Trebuchet MS", sans-serif; 
}

a img,:link img,:visited img { border: none; }

h1 {
font-size: 20px;
margin: 0px;
color: #444;
}

h2 {
font-size: 16px;
color: #69758d;
margin: 0px;
}

p {
margin: 0px;
margin-bottom: 20px;
}

a:link, a:visited {
font-size: 14px;
text-decoration: underline;
color: #2073a3;
}

a:hover {
font-size: 14px;
color: #129ceb;
text-decoration: underline;
}

input {
background-attachment: fixed;
background: #FFF url(images/input_bg.gif) bottom left repeat-x;
color: #555;
border: 1px solid #7b8caa;
margin: 0px;
padding: 2px;
}

input:focus {
background: #FFF;
border: 1px solid #444;
}

textarea {
width: 2.8in;
height: 120px;
margin: 0px;
padding: 5px;
border: 1px solid #7b8caa;
background: #FFF url(images/textarea_bg.gif) bottom left repeat-x;
overflow: auto;
font-family: "Trebuchet MS", sans-serif; 
font-size: 14px;
color: #555;
}

textarea:focus {
background: #FFF;
}

#right li {
list-style-image: url(images/bullet.gif);
}


#right ul {
margin-left: 5px;}

/*--------------Special--------------------*/

.centeralign {
text-align: center;
}


/*-------------Main Nav------------------*/

#menuWrap {
float: right;
width: 814px;
height: 48px;
text-align: left;
}

#topmenu {
position: absolute;
font-size: 14px;
padding: 0px;
margin-left: 416px;
}

#topmenu ul {
margin: 0px;
padding: 10px;
list-style: none;
display: inline;
font-family: "Trebuchet MS", sans-serif;
}

#topmenu li {
float: left;
background:url("images/tm_left.gif") no-repeat left top;
margin-left: 4px;
padding:0 0 0 10px;
}

#topmenu a {
float: left;
display:block;
background:url("images/tm_right.gif") no-repeat right top;
padding: 4px 12px 3px 2px;
text-decoration:none;
font-size: 14px;
color: #fff;
margin-right: 6px;
}

#topmenu a:link, a:visited {
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/

#topmenu a {float:none;}

/* End IE5-Mac hack */

#topmenu a:hover {
color: #bad1ed;    
}

#topmenu #current {
background-image:url("images/tm_left_on.gif");
}

#topmenu #current a {
background-image:url("images/tm_right_on.gif");
color:#fff;
}

#topmenu #current a:hover {
color:#000;    
}

/*-------------Layout Divs--------------*/


#wrapper {
width: 835px;
position: relative;
margin: 10px auto; 
margin-top: 0px;
}

#header {
width: 836px;
height: 198px;
margin-bottom: 6px;
background: url(images/header.jpg) bottom left no-repeat;
}

#content {
width: 836px;
padding: 0px;
font-size: 14px;
}

#rightWrap{
float: right;
width: 570px;
padding-top: 23px;
background: #fff url(images/content_top.gif) top left no-repeat;
}

#right {
width: 510px;
padding: 0 30px 0px 30px;
min-height: 334px;
background: #fff url(images/content_center.gif) top left repeat-y;
text-align: justify;
color: #323740;
font-size: 12px;
}

* html #right {height: 334px;}  /* IE min-height hack */

#rightFoot {
width: 570px;
height: 23px;
background: #fff url(images/content_bottom.gif) top left no-repeat;
}

#left {
width: 262px;
}


#clear {
height: 10px;
clear: both;
}

#footer { 
width: 836px;
height: 20px;
text-align: right;
color: #fff;
font-size: 12px;
}

#sideFloat {
height: 30px;
text-align: right;
clear: both;
}

