/* Handcoded by RapidxHTML - http://www.rapidxhtml.com */

/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
}

fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:hidden;
}

/* links */
a {
    color:#DB1700;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#555555;
    margin:0;
    padding:0;
}

h1 {
    font-size:18px;
}

h2 {
    font-size:16px;
}

h3 {
    font-size:14px;
}

h4 {
    font-size:12px;
}

h5 {
    font-size:11px;
}

h6 {
    font-size:10px;
}

/* page setup */
body {
    background:#FFF;
    font-family:Arial, Helvetica, sans-serif;
    color:#555555;
    font-size:14px;
    line-height: 18px;
}

/* wrapper setup */
div.rapidxwpr {
    margin:auto;
    width:910px;
}

/* header */
div#header {
    position:relative;
    height:217px;
    margin:0px 0px 0px 0px;
}

/* header */
div#header-flash {
    position:relative;
    height:440px;
    margin:0px 0px 5px -20px;
    padding: 0px;
    overflow: visible;
}


/* logo */
span#logo, img#logo {
    position:absolute;
    top:0px;
    left:0px;
    width:910px;
    height:211px;
    border:0;
}

/* home-flash */
span#flash, img#flash {
    position:absolute;
    top:0px;
    left:0px;
    width:960px;
    height:440px;
    border:0;
}


/* right column */
div#right {
    width:300px;
    padding:15px 20px;
    float:right;
    background:#FFF;
    border:#E1E1E1 1px solid;
    font-size:12px;
    line-height: 15px;
}

/* content column */
div#main {
    width:auto;
    clear:both;
    background:url(../images/background.png) 0 100% no-repeat;
    margin:0px 0px 0px 0px;
    padding:26px 29px;
    text-align:justify;
}

div#mainmiddle {
    margin:0px 0px 0px 0px;
}

div#content {
    width:auto;
    margin:0px 385px 0px 0px;
    padding:0px 0px 0px 0px;
}

/* footer */
div#footer {
    margin:auto;
    padding:0px 140px 20px 140px;
    clear:both;
    font-size:11px;
    text-align:center;
}
/*\*/* html div#footer {
    padding:0px 100px 20px 100px;
}/*end*//*\*/html*div#footer {
    padding:0px 100px 20px 100px;
}/*end*/
/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}

/* topmenu */
div#topmenu {
    height:50px;
    background:url(../images/menu-bg.jpg) 0 0 no-repeat;
    margin:0 0 5px 0;
}

div#topmenu ul {
    padding:0px;
    margin:0px;
    list-style:none;
    float:left;
    margin:0 0 0 70px;
}

div#topmenu li {
    float:left;
    display:block;
    border-left:#FFF 2px solid;
    height:21px;
    line-height:21px;
    margin:17px 0 0 0;
}

div#topmenu li.first {
    border:0;
}

div#topmenu a {
    float:left;
    display:block;
    position:relative;
    padding:0px 20px;
    overflow:hidden;
    color:#fff;
    font-size:21px;
    font-weight:bold;
}

div#topmenu a:hover {
    text-decoration:underline;
}

/* marathon */
div.marathon h3 {
    margin:0 0 15px 0;
    padding:0;
}

div.marathon a {
    font-size:16px;
    display:block;
    margin:0 0 5px 0;
    font-weight:bold;
}

/* welcome */
div.welcome {
    border-bottom:#D5D5D5 1px solid;
}

div.welcome h1 {
    margin:0 0 20px 0;
    height:78px;
    background:url(../images/get-involved-title.png) 0 0 no-repeat;
    text-indent:-9999px;
}

div.welcome h2 {
    margin:0 0 10px 0;
}

/* content */
div#content ul {
    list-style:none;
    margin:10px;
}

div#content ul li {
    margin:3px 0;
    background:url(../images/arrow.png) 0 3px no-repeat;
    padding:0 0 0 10px;
    font-size:14px;
}

/* footer menu */
span.copyright {
    float:left;
}

ul.footermenu {
    list-style:none;
    margin:0 0 0 50px;
    float:left;
}

ul.footermenu li {
    float:left;
    margin:0;
    border-left:#797979 1px solid;
    height:12px;
    line-height:12px;
    padding:0 10px;
}

ul.footermenu li.first {
    border:0;
}

ul.footermenu li a {
    color:#797979;
}

/* form  */

form  {
width: 500px;
}

label
{
width: 75px;
float: left;
text-align: left;
margin-right: 5px;
display: block;
padding: 0px;
}

input {
padding: 0px;
margin: 2px;
width: 190px;

}

input.textarea {
padding: 0px;
margin: 5px;
}

input.submit
{
margin-left: 80px;
width: 130px;
height: 25px;
color: #ffffff;
background: #cc0000;
border: 1px solid #666666;
font:13px/24px, sans-serif;
} 