
/* ----- BODY ----- */

body {
width: 940px;
margin-top: 0px;
margin-left: auto; /* HEY POO HEAD, THIS WILL CENTER THE SITE. */
margin-right: auto; /* HEY POO HEAD, THIS WILL CENTER THE SITE. */
margin-bottom: 50px;
background-color: #EEEEEE;
background-image: url(../../img/site/bg_main.jpg);
background-repeat: repeat-x;
}

/* ----- HEADER / TOP NAVIGATION ----- */

#header {
display: block;
width: 940px;
height: 183px;
background-color: #FFFFFF;
}

#logo-button a {
display: block;
width: 359px;
height: 183px;
float: left;
background-image: url(../../img/site/logo1.png);
}

#nav-column {
display: block;
width: 125px;
height: 118px;
float: left;
padding-top: 65px;
}

#nav-column ul {
list-style: none;
padding: 0;
margin: 0;
}

#nav-column li {
font-family: Times New Roman, Times, serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #FF9966;
text-decoration: none;
line-height: 1.4em;
}

#nav-column li a {
font-family: Times New Roman, Times, serif;
font-size: 12px;
font-style: normal;
font-weight: normal;
color: #2B388F;
text-decoration: none;
line-height: 1.4em;
}

#nav-column a:hover {
color: #FF9966;
text-decoration: underline;
}

/* ----- HEADER / CONTACT US NOW! ----- */

#contact-column {
display: block;
width: 266px;
height: 118px;
float: left;
padding-top: 65px;
padding-left: 65px;
background-image: url(../../img/site/bg_contact_column.png);
}

#contact-column ul {
list-style: none;
padding: 0;
margin: 0;
}

#contact-column li {
font-family: Times New Roman, Times, serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #999999;
text-decoration: none;
line-height: 1.2em;
}

#contact-column li a {
font-family: Times New Roman, Times, serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
color: #999999;
text-decoration: none;
line-height: 1.2em;
}

#contact-column a:hover {
color: #FF9966;
text-decoration: underline;
}

.contactus {
font-family: Times New Roman, Times, serif;
font-size: 17px;
font-style: normal;
font-weight: bold;
color: #2B388F;
text-decoration: none;
line-height: 1.2em;
}

/* ----- IMAGE BAN / HOMEPAGE ----- */

#imgban-home {
display: block;
width: 870px;
height: 450px;
padding-left: 35px;
padding-right: 35px;
background-color: #FFFFFF;
}

/* ----- IMAGE BAN / SECONDARY ----- */

#imgban-secondary {
display: block;
width: 870px;
height: 230px;
padding-left: 35px;
padding-right: 35px;
background-color: #FFFFFF;
}

/* CONTENT CONTAINER */

#content-wrapper {
width: 940px;
background: url(../../img/site/body_bg1.png) repeat-y; /* IF YOU CHANGE THE COLORS OF THE LAYOUT YOU HAVE TO CHANGE THIS IMAGE. */
overflow: hidden; /* USE THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY. */
background-color: #FFFFFF;
}

/* CONTENT - LEFT */

#left-quote {
margin-top: 0px;
margin-left: 0px;
width: 359px;
min-height: 200px; /* for modern browsers */
height: auto !important; /* for modern browsers */
height: 200px; /* for IE5.x and IE6 */
background-color: #FFFFFF;
float: left;
}

/* CONTENT - RIGHT */

#right-content {
margin-top: 0px;
margin-left: 0px;
padding-top: 25px;
padding-bottom: 25px;
padding-right: 35px;
width: 546px;
min-height: 200px; /* for modern browsers */
height: auto !important; /* for modern browsers */
height: 200px; /* for IE5.x and IE6 */
background-color: #FFFFFF;
float: left;
}

/* ----- FOOTER WRAPPER ----- */

#footer-main {
display: block;
width: 940px;
}

#copyright {
display: block;
width: 349px;
height: 20px;
padding-left: 10px;
padding-top: 10px;
padding-bottom: 10px;
float: left;
font-family: Times New Roman, Times, serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #999999;
text-decoration: none;
}

#footer-nav {
display: block;
width: 571px;
height: 20px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
float: right;
text-align: right;
font-family: Times New Roman, Times, serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #999999;
text-decoration: none;
}

#footer-nav a {
font-family: Times New Roman, Times, serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #999999;
text-decoration: none;
}

#footer-nav a:hover {
color: #2B388F;
text-decoration: underline;
}

/* ----- COPY ELEMENTS ----- */

h1 {
font-family: Times New Roman, Times, serif;
color: #2B388F;
font-size: 17px;
font-style: normal;
font-weight: bold;
text-align: left;
margin-top: 0px;
}

.text1 {
font-family: Times New Roman, Times, serif;
color: #777777;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 1.2em;
text-align: left;
}

.links1 {
font-family: Times New Roman, Times, serif;
color: #2B388F;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 1.2em;
text-decoration: underline;
}

.links1:hover {
color: #FF9966;
text-decoration: underline;
}

/********** SUBMIT FORM ON CONTACT PAGE **********/
   
.input {
border-right: #CCCCCC 1px double;
border-top: #CCCCCC 1px double;
border-left: #CCCCCC 1px double;
border-bottom: #CCCCCC 1px double;
width: 400px;
font-size: 14px;
color: #777777;
line-height: normal;
font-style: normal;
font-family: Times New Roman, Times, serif;
background-color: #FFFFFF;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
margin-top: 2px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
}
	
textarea {
border-right: #CCCCCC 1px double;
border-top: #CCCCCC 1px double;
border-left: #CCCCCC 1px double;
border-bottom: #CCCCCC 1px double;
width: 400px;
font-size: 14px;
color: #777777;
line-height: normal;
font-style: normal;
font-family: Times New Roman, Times, serif;
background-color: #FFFFFF;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 5px;
margin-top: 2px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
}

#submit {
display: block;
width: 80px;
height: 32px;
float: left;
}
