body {
font-family: times new roman, georgia, serif;
font-size: 12px;
color: #000;
background-color: #e0e7c6;
margin: 0px;
}

/* structure -----------------------------*/

#top_bar {
background: #9a9e47 url(..//images/top_bar_bg.jpg) repeat top center;
display: block;
width: 100%;
height: 30px;
}

#container {
display: block;
width: 670px;
margin: 0 auto 0 auto;
}

#header {
display: block;
width: 670px;
}

#header.home {
display: block;
width: 670px;
height: 271px;
}

.create {
height: 144px;
}

#main_body {
display: block;
width: 670px;
text-align: left;
}

#left_column {
margin: 0;
}

#right_nav {
display: block;
width: 140px;
float: right;
padding: 0 25px 0 0;
}

#footer {
display: block;
width: 670px;
height: 55px;
clear: both;
padding: 5px 0 0 0;
}

/* content for main left column ---------*/

#content {
color: #666;
display: block;
width: 450px;
float: left;
}

#content.index {
display: block;
width: 395px;
padding: 0 0 50px 57px;
margin: 0;
}

.create2 {
margin: 5px 0 0 35px;
display: block;
}

#send {
display: block; 
width: 400px; 
margin: 20px 0 0 60px;
}

#content_form {
color: #666;
display: block;
width: 425px;
float: left;
padding: 0;
margin: 5px 0 0 10px;
}
.content_form {
color: #666;
display: block;
width: 425px;
float: left;
padding: 0;
margin: 5px 0 0 10px;
}

/* text -----------------------------------*/

#header h1 {
font-size: 27px;
color: #64292d;
line-height: 0px;
}

#header h2 {
font-size: 12px;
color: #db5a83;
line-height: 18px;
}

h3.subhead {
font-size: 13px;
color: #9a9e47;
}

p {
color: #666;
font-size: 12px;
line-height: 16px;
}

p.sub {
display: block;
width: 380px;
padding: 0 0 10px 60px;
}
p.sub2 {
display: block;
width: 380px;
padding: 0 0 10px 5px;
}
p.short {
display: block;
width: 310px;
}

#footer p {
display: block;
color: #666;
font-size: 10px;
line-height: 16px;
margin: 0 0 0 58px;
}

ul.steps {
list-style-type: none;
color: #666;
}

li.steps {
padding: 0 0 0 20px;
line-height: 22px;
}

/* forms -------------------------------*/

input, textarea, select {
font-family: times new roman, georgia, serif;;
font-size: 11px;
color: #666;
}

input.header {
text-align: center;
}

input.header2 {
text-align: left;
font-family: georgia, times new roman, serif;
}
.required{
color:#F0B9CC;
font-size:11px;
}
.formError{
color:#F0B9CC;
float:left;
padding-left:10px;
}
.thumbs {
padding: 0 0 5px 35px;
}

.templates {
margin: 0 0 45px 20px;
}

/* images -----------------------------*/

img {
border: none;
}

img.holder {
padding: 5px 0 15px 2px;
}

/* anchors ----------------------------*/

a {
text-decoration: none;
color: #666;
}
a:link, a:visited {
color: #666;
text-decoration: none;
}
a:hover, a:active{
color: #e39bb3;
text-decoration: underline;
}
#tos a, a:link, a:visited {
color: #e39bb3;
text-decoration: underline;
}

#right_nav ul {
list-style: none;
line-height: 21px;
margin: 0;
padding: 20px 0 0 0;
}

#right_nav li {
color: #666;
margin: 0;
font-size: 14px
}
#right_nav ul li ul{
list-style: none;
/*line-height: 21px;*/
margin: 0;
padding: 0 0 0 8px;
overflow: hidden;
}
#right_nav a, span {
font-size: 11px;
color: #666;
}

#right_nav a:link, #right_nav a:visited {
color: #666;
text-decoration: none;
}

#right_nav a:hover, #right_nav a:active  {
color: #e39bb3;
text-decoration: underline;
}

img.next_step {
float: right; 
padding: 10px 0 40px 0;
}
input.next_step {
float: right; 
padding: 10px 0 40px 0;
}
.hidden {display:none;}
