
* { margin: 0; padding: 0; }

body {
font-size: 62.5%;
font-family: 'Verdana', 'Arial', Sans-Serif;
color: #000;
background: #ccc url("/cms/images/bg-body.jpg") repeat;
text-align: center;
}

#wrap {
margin: 10px auto 10px auto;
padding: 0 10px 0 10px;
width: 940px;
text-align: left;
background: #fff url("/cms/images/bg-wrap.jpg") repeat-y;
border-top: 10px solid #fff;
border-bottom: 10px solid #fff;
}

#header {
padding: 10px;
height: 120px;
width: 920px;
background: #7c8890 url("/cms/images/bg-header.jpg") no-repeat;
}

#content {
float: right;
display: inline;
padding: 20px;
width: 680px;
}

#content h1 {
margin-bottom: 4px;
padding-bottom: 4px;
display: block;
border-bottom: 1px solid #ccc;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', Arial, Verdana, sans-serif;
font-weight: normal;
font-size: 2.7em;
letter-spacing: -1px;
line-height: 1.0em;
color: #C83F11;
clear: right;
}

#content h2, h3, h4 {
padding-top: 20px;
font-size: 1.5em;
line-height: 1.2;
}

#content h5 {
display: block;
padding-top: 10px;
padding-bottom: 2px;
font-size: 1.2em;
font-weight: normal;
border-bottom: 1px dotted #ccc;
}

#content h6 {
display: block;
padding-top: 15px;
padding-bottom: 2px;
font-size: 1.2em;
font-weight: normal;
border-bottom: 1px dotted #ccc;
}

#content p {
padding-top: 6px;
font-size: 1.2em;
line-height: 1.7;
}

#content ul { clear: left;
list-style-type: disc;
padding-top:   6px;
margin-left:  20px;
margin-right: 40px; 
}

#content ol { clear: left;
padding-top:   6px;
margin-left:  20px;
margin-right: 40px; 
}



#content li {
font-size: 1.2em;
line-height: 1.7;
}

#content p img {
float: left;
display: inline;
margin: 4px 12px 4px 0;
border: 1px solid #bbb;
padding: 2px;
}

#content img.imgRight {
float: right;
display: inline;
margin: 4px 0 4px 12px;
border: none;
padding: 2px;
}

#content img.imgRight2 {  /* Special to tuck an H1 line that follows under a logo or image */
clear: left;
float: right;
margin: 4px 25px -3.5em 25px;
border: none;
padding: 2px;
}



#content img.imgLeft {
float: left;
display: inline;
margin: 4px 12px 4px 0;
border: none;
padding: 2px;
}


#content img.centered {
display: block;  
margin: 10px auto 25px auto; 
clear: both;
}


#content input.btn_subscribe {
display: block; 
float: right; 
clear: right;
margin-top: 25px;
margin-right: 25px;
}

#content form.subscription {
margin-bottom: 35px;
}


#renewal  {
font-size: 110%; font-color: #00F; 
}

#renewal img.centered {
display: block;  
margin: 10px auto 25px auto; 
clear: both;
}

#renewal h2 {
margin-top: 25px;
}
















#contactform input {
padding: 2px;
margin: 5px 5px 1px 0;
}

#contactform .fixedwidth {
width: 170px;
}

#contactform textarea {
width: 672px;
margin-top: 6px; padding: 2px;
}

#contactform #submit {
padding: 0;
}





.response {
font-weight: bold;
font-style: italic;
color: #C83F11;
}
/*
.clear {
clear: both;
}
*/
#navigation {
float: left;
display: inline;
padding-bottom: 7px;
width: 215px;
font-size: 1.2em;
}

#menu {
float: left;
padding-left: 7px;
list-style: none;
}

#menu ul {
list-style: none;
float: left;
}

#menu li {
position: relative;
float: left;
}

#menu a, #menu strong {
padding: 9px 6px 10px 6px;
display: block;
font-weight: bold;
width: 196px;
}

#menu a {
color: #4A2DC5;
background: #fff url("/cms/images/bg-navbutton-off.jpg") no-repeat;
border-bottom: 1px solid #ccc;
text-decoration: none;
}

#menu strong {
border-bottom: 1px solid #ccc;
}

#menu a:hover, #menu strong {
color: #C83F11;
background: #e2e7e7 url("/cms/images/bg-navbutton-on.jpg") no-repeat;
}


#footer {
clear: both;
margin: 0 auto;
padding: 10px;
width: 920px;
height: 40px;
text-align: center;
background: #7c8890 url("/cms/images/bg-footer.jpg") no-repeat;
}

#footer p {
padding-top: 4px;
font-size: 1.1em;
font-weight: bold;
color: #fff;
}

#footer a {
color: #fff;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

a {
color: #4A2DC5;
text-decoration: none;
}

a:hover {
text-decoration: underline;
font-weight: bold;
}

code {
font: 1.1em 'Courier New', Courier, Fixed;
color: #000; font-weight: bold;
}

pre {
margin: 6px 0 0 0;
font-size: 12px;
line-height: 1.4em;
color: #000;
}

pre b {
font-weight: normal;
color: #C83F11;
}

pre em {
font-style: normal;
color: #066;
}

acronym, abbr, span.caps {
cursor: help;
}

acronym, abbr {
border-bottom: 1px dashed #999;
}

span {
color: #C83F11;
}
