/*@charset "utf-8";
 CSS Document */
html {
    background: none;
}

body {
    font-size: 62.5%;
    text-align: center;
    min-width: 960px;
    background: #3366cc url(/sites/s4/I/background.jpg) no-repeat scroll top left;
}
#outer-main-container {
    margin: 0 auto;
    text-align: left;
    width: 960px;
}
#main-container {
    margin: 0 auto;
    width: 940px;
}
.head-image, #header {
    float: left;
    width: 940px;
    height: 229px;
    background-image: url(/sites/s4/I/header.jpg);
    background-repeat: no-repeat;
}
#logo {
}
#menu {
    float: left;
    width: 360px;
    height: 53px;
    position: relative;
    top: 176px;
}
#content {
    float: left;
    width: 940px;
    background-color: #FFF;
}
.full-width {
    float: left;
    width: 920px;
    margin: 10px;
    display: inline;
}
#left-content {
    float: left;
    width: 440px;
    margin: 10px 10px 10px 0px;
    display: inline;
}
#right-content {
    float: right;
    width: 440px;
    margin: 10px;
    display: inline;
}
#footer {
    float: left;
    width: 940px;
    background-image: url(/sites/s4/I/design_18.png);
    height: 24px;
    overflow: hidden;
    margin-left: 10px;
    display: inline;
}
#footer-banners {
    text-align: center;
    margin-left:25px;
}
#footer-banners img {
    margin: 5px 0px;
    margin-right: 25px;
}

#form td {
    font: normal 1.2em Verdana, Geneva, sans-serif;
    color: #555;
    padding-bottom: 3px;
}
#forminner {
    margin: 0px 50px;
}
.formtable {
    width: 50%;
}
#content a {
    color: #09c;
}
/*---End Layout Css---*/


/*---Navigation Style Css---*/
#nav {
    list-style: none;
    float: left;
    width: 360px;
    height: 53px;
}
#nav li {
    float: left;
    overflow: hidden !important;
}
#nav a {
    padding-top: 90px;
    float: left;
}


#nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
}


#home a, #signup a {
    background-image: url(/sites/s4/I/menu-buttons.jpg);
    background-repeat: no-repeat;
}


#signup {
    height: 53px;
    width: 180px;
    margin-right: 0px;
}
#signup a {
    width: 180px;
    background-position: -180px 0px;
}
#signup a:hover {
}
.signup-home a {
}
.signup-home {
}

#home {
    height: 53px;
    width: 180px;
    margin-right: 0px;
}
#home a {
    width: 180px;
    background-position: 0px 0px;
}
#home a:hover {
}
.current-home a {
}
.current-home {
}
/*---End Navigation Style Css---*/

/*---Template specific Css---*/
#rounded-top {
    background-image: url(/sites/s4/I/top-round.png);
    width: 940px;
    height: 25px;
}

#whatwecando{ float:right; margin:10px; display:inline;  padding:10px; background-image:url(/sites/s4/I/rounded.jpg); background-repeat:no-repeat; width: 253px; height: 131px;}
#whatwecando h3{ color:#6F0 !important; font-weight:bold; margin-left: 29px;}
#whatwecando ul{color:#FFF; font-weight:bold; margin-left:30px;}
#whatwecando li {list-style-image:url(/sites/s4/I/bullet.png);}
#url-name {
    float: left;
    width: 457px;
    position: relative;
    left: -163px;
    top: 61px;
}
#url-name h2 {
    font: bold 2.4em Arial, Helvetica, sans-serif;
    color: #ccff00;
}

#text-links {
    float: right;
    width: 175px;
    margin-top: 12px;
    margin-bottom: 12px;
}
/*---End Template specific Css---*/


/*---HTML Style Css---*/
h1, h2 {
    font: bold 2.4em Arial, Helvetica, sans-serif;
    color: #0099cc;
    margin-bottom: 12px;
}
h3, h4, h5, h6 {
    font: bold 1.4em Arial, Helvetica, sans-serif;
    color: #0099cc;
    margin-bottom: 12px;
}
p {
    font: normal 1.2em Verdana, Geneva, sans-serif;
    color: #777;
}
ul {
    font: normal 1.2em Verdana, Geneva, sans-serif;
    color: #777;
    margin-left: 21px;
}
ol {
    font: normal 1.2em Verdana, Geneva, sans-serif;
    color: #777;
    margin-left: 27px;
}
li {
}

a {
    color: #9F0;
    font: normal 1.4em Verdana, Geneva, sans-serif;
}
a:hover {
    color: #CF9 !important;
}
a:focus /*Copy the a:hover style here - for keyboard users*/ {
    color: #CF9;
}
a:visited {
    color: #9C0;
}


hr {
    border: none;
    border-top: 1px solid #CCC;
}
/*---End HTML Style Css---*/


