/* CSS Document */
* {
margin: 0;
padding: 0;
}

body {
background-color: #BFDFFF;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
}

form {
padding: 10px 0 10px 150px;
}

span {
font-weight: bold;
color: #FFF;
}

p.footer {
font-size: 75%;
padding: 5px 0 5px 0;
}

p.footer a {
color: #003466;
text-decoration: none;
}

/*....colored text on Testimonial Page...*/

#copy p.testim {
color: #D6E9F8;
margin-bottom: 10px;
margin-top: 10px;
}

#wrapper {
width: 850px;
margin: 0px auto;
text-align: left;
background-color: #003466;
}

#inner {
background-image: url(images/body_bg.jpg);
background-repeat: repeat-y;
padding-bottom: 10px;
}


#flash {
float: left;
width: 210px;
/*border: 1px solid #000;*/

padding: 0;
}
#main {
float: right;
width: 640px;
background-image: url(images/bg_fade.jpg);
background-repeat: repeat-x;
background-position: top left;
background-color: #003466;
color: #FFF;
}

#main h3 {
color: #FFF;
padding: 15px 0 10px 15px;
}

#copy {
padding: 10px 10px 0 15px;
font-size: 80%;
}
#copy p {
line-height: 1.5em;
}

#copy h4 {
padding: 10px 0 5px 0;
font-size: 90%;
}
#copy a {
color: #FFFF33;
text-decoration: none; 
}

ul {
list-style-type: none;
padding: 10px 0 10px 30px;
}

li {
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position: 0 50%;
padding: 0 0 0 20px;
}

#top {
background-image: url(images/simms_top.jpg);
background-repeat: no-repeat;
width: 640px;
height: 44px;
}

#menu {
height: 24px;
background-color: #003466;
border-bottom: 1px solid #FFF;
border-top: 1px solid #FFF;
}

#menu a {
float: left;
display: block;
color: #FFF;
padding: 5px 8px 5px 8px;
background-color: #003466;
text-decoration: none;
font-weight: bold;
font-size: 75%;
}
#menu a:hover {
background-color: #80C0FF;
color: #003466;
}
#montage {
width: 611px;
height: 131px;
background-image: url(images/montage.jpg);
background-repeat: no-repeat;
margin-left: 17px;
}
#montage_commercial {
width: 611px;
height: 131px;
background-image: url(images/montage_commercial.jpg);
background-repeat: no-repeat;
margin-left: 17px;
}
#clearone {
clear: both;
height:1px;
}
