/* LAST EDIT: */
/* 1/6/10 - Roy */


/* ::::::: General Elements ::::::: */

* { /* Global Reset */
margin: 0px;
padding: 0px;
}

body {
background: #e8e8e8 url(../img/background.jpg) top left repeat-x;
}

h1 {
font: bold 22px/28px Arial, Helvetica, sans-serif;
color: #1F1D1D;
}

h2 {
font: bold 18px/24px Arial, Helvetica, sans-serif;
color: #BA0000;
padding: 10px 0px 0px 0px;
}

h3 {
font: normal 14px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

.Home p, .Home li {
font: normal 15px/20px arial;
color: #343434;
}

.Home ul {
float: left;
width: 240px;
margin: 0px 0px 0px 20px;
padding: 0px;
list-style-image: url(../img/bullet.gif);
}

.InnerBody .Home img {
margin: 0px;
border: 0px;
padding: 0px;
float: left;
}

p {
font: normal 14px/20px Arial, Helvetica, sans-serif;
color: #000000;
padding: 5px 0px 10px 0px;
}

ul {
list-style-position: outside;
padding: 0px 0px 0px 20px;
}


.InnerBody li {
font: normal 14px/20px Arial, Helvetica, sans-serif;
color: #000000;
}

a:link, a:active, a:visited {
font: normal 12px Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: underline;
}
a:hover {
font: normal 12px Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
}

img {
margin: 0px;
padding: 0px;
border: 0px;
}

img.right {
float: right;
margin: 10px 0px 5px 10px;
padding: 0px;
border: 0px;
}

img.left {
float: left;
margin: 10px 10px 5px 0px;
padding: 0px;
border: 0px;
}

.clear {
clear: both;
}

table {
}

tr {
}

th {
font: bold 14px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

td, input, textarea {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

fieldset {
font: bold 12px/18px Arial, Helvetica, sans-serif;

}

/*  ::::::: Main Wrap  ::::::: */

.MainBody {
background: #ffffff url(../img/mainbody.gif) left top repeat-y;
width: 800px;
margin: 0px auto;
}

/* ::::::: Header ::::::: */

.TopOfPage {
background: #6C6C6C url(../img/header.jpg) left top no-repeat;
width: 800px;
height: 98px;
position: relative;
margin: 12px 0px 0px 0px;
}

a.HomeLink {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 93px;
}

a.HomeLink span {
display: none;
}

/* ::::::: Modified Suckerfish CSS Dropdown ::::::: */

.ToolBar {
background: #666666 url(../img/nav.gif) top left repeat-y; 
text-align: center;
margin: 0px;
padding: 0px;
}

ul#nav {/* Main List */
width: 800px;
height: 30px;
display: block;
margin: 0px;
background: url(../img/topbar.gif) left bottom no-repeat;
padding: 0px 0px 13px 0px;
}

ul#nav, ul#nav li ul { /* all lists */
list-style: none;
text-align: center;
}

ul#nav li { /* main list items */
float: left;
position: relative;
width: 160px;
}

ul#nav li a:link, ul#nav li a:active, ul#nav li a:visited { /* main links */
background: transparent;
font: bold 14px/30px Arial, Helvetica, sans-serif;
color: #ffffff;	
text-decoration: none;
display: block;
height: 30px;
}
ul#nav li a:hover {
background: transparent;
font: bold 14px/30px Arial, Helvetica, sans-serif;
color: #000000;	
text-decoration: none;
display: block;
height: 30px;
}

ul#nav li ul { /* second-level lists */
background: transparent;
display: none;
position: absolute;
border-top: 1px solid #000000;
border-right: 1px solid #000000;
margin: 0px;
padding: 0px;
}

ul#nav li ul li {
float: left;
position: relative;
border-bottom: 1px solid #000000;
border-left: 1px solid #000000;
width: 160px;
}

ul#nav li ul li a:link, ul#nav li ul li a:active, ul#nav li ul li a:visited { /*sub links */
background: #e8e8e8 url(../img/background.jpg) top left repeat-x;
font: normal 12px/30px Arial, Helvetica, sans-serif;
color: #ffffff;
height: 30px;
}

ul#nav li ul li a:hover {
background: #343434;
font: normal 12px/30px Arial, Helvetica, sans-serif;
color: #ffffff;
height: 30px;
}

ul#nav li>ul#nav ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
display: block;
}


/* ::::::: Inner/Right Wrap ::::::: */

.Wrap {
width: 562px;
float: left;
}

/* ::::::: Main Content Area ::::::: */

.InnerBody {
padding: 18px;
}


.InnerBody img {
border: 1px solid #343434
}

/* ::::::: Left Column  ::::::: */

.LeftMargin {

}


/* ::::::: Right Column ::::::: */

.RightMargin {
width: 238px;
float: right;
text-align: center;
padding: 0px 0px 50px 0px;
}

.RightMargin img {
margin: 5px 0px 0px 0px;
padding: 0px;

}

ul.SubLinks {
margin: 10px 0px;
list-style-type: none;
padding: 0px;
}

ul.SubLinks li {
list-style-type: none;
}

ul.SubLinks li a:link, ul.SubLinks li a:active, ul.SubLinks li a:visited {
display: block;
width: 238px;
height: 30px;
background: #666666 url(../img/nav.gif) right top repeat-y;
margin: 0px 0px 1px 0px;
padding: 0px;
font: bold 14px/30px Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
color: #ffffff;
}


ul.SubLinks li a:hover {
display: block;
width: 238px;
height: 30px;
background: #767676 url(../img/nav.gif) right top repeat-y;
margin: 0px 0px 1px 0px;
padding: 0px;
font: bold 14px/30px Arial, Helvetica, sans-serif;
text-align: center;
text-decoration: none;
color: #ffffff;
}



 /* ::::::: Bottom Links ::::::: */
 
.SiteFooter {
background: #ffffff url(../img/sitefooter.gif) left top repeat-y;
text-align: center;
clear: both;
}

.SiteFooter a:link, .SiteFooter a:active, .SiteFooter a:visited {
font: normal 11px/30px Arial, Helvetica, sans-serif;
margin: 0px 8px;
text-decoration: none;
color: #ffffff;
}

.SiteFooter a:hover {
font: normal 11px/30px Arial, Helvetica, sans-serif;
margin: 0px 8px;
text-decoration: underline;
color: #ffffff;
}

/* ::::::: Copyright Area ::::::: */

.Footer {
width: 800px;
margin: 0px auto;
padding: 20px 0px;
background: url(../img/footer.gif) left top no-repeat;
text-align: center;
}

.Footer p {
font-size: 9px;
}

.Footer a:link, .Footer a:active, .Footer a:visited {
font: bold 9px/30px Arial, Helvetica, sans-serif;
margin: 0px 25px;
text-decoration: none;

}

.Footer a:hover {
font: bold 9px/30px Arial, Helvetica, sans-serif;
margin: 0px 25px;
text-decoration: underline;
}


/* ::::::: Home Page Images :::::::: */

.HomeImages {
float: left;
width: 195px;
padding: 0px 20px 0px 0px;
text-align: center;
}

.RightMargin .ImageCaption {
width: 238px;
text-align: center;
padding: 10px 0px 0px 0px;
}

.PDF {
float:left;
text-align: center;
padding: 0px;
margin: 10px 10px 10px 0px;
border: 1px solid #343434;
}

.PDF img {
border: none;
margin: 0px;

}

.PDF a:link, .PDF a:active, .PDF a:visited {
font: bold 10px/12px arial;
color: #343434;
padding: 5px;
text-decoration: none;
display: block;
}
.PDF a:hover {
background: #cccccc;
font: bold 10px/12px arial;
color: #343434;
padding: 5px;
text-decoration: none;
display: block;
}


.ImageCaption {
float:left;
text-align: center;
padding: 0px 20px 10px 0px;
}

.ImageCaption img {
border: 1px solid #343434;
margin: 0px;
height: 100px;
}

.ImageCaption p {
font: bold 12px/16px arial;
color: #343434;
padding: 0px 10px 10px 10px;
text-transform: capitalize;
}

.ImageCaptionLeft {
float: left;
text-align: center;
padding: 0px 5px 0px 0px;
}
.ImageCaptionLeft p {
font: bold 12px/16px arial;
color: #343434;
padding: 0px 10px 10px 10px;
clear: both;
text-transform: capitalize;
}


.ImageCaptionRight {
float: right;
text-align: center;
}
.ImageCaptionRight p {
font: bold 12px/16px arial;
color: #343434;
padding: 0px 10px 10px 10px;
text-transform: capitalize;
}


.IndServ {
width: 220px;
float: left;
}

.IndServ .ImageCaption {
width: 200px;
float: left;
}

.IndServ img {
width: 150px;
height: auto;
}

.SuccessStories {
background: #EFEFEF;
border: 1px solid #cccccc;
padding: 10px;
margin: 10px 0px;
}

.QuoteNav {
display: block;
width: 750px;
height: 60px;
margin: 10px 0px;
text-align: center;
padding: 5px;
background: #EFEFEF;
}

.QuoteNav a:link, .QuoteNav a:active, .QuoteNav a:visited {
font: bold 12px/22px arial;
color: #ffffff;
text-decoration: none;
height: 22px;
background: #CC0000;
padding: 5px 13px;
margin: 0px 1px 0px 0px;
}

.QuoteNav a:hover {
font: bold 12px/22px arial;
color: #ffffff;
text-decoration: none;
height: 22px;
background: #AF0000;
padding: 5px 13px;
margin: 0px 1px 0px 0px;
}

.QuoteNav p {
font: bold 14px/22px arial;
color: #333333;
float: left;
}

a.back:link, a.back:active, a.back:visited {
font: bold 11px/22px arial;
display: block;
text-decoration: none;
height: 22px;
float: right;
padding: 0px 5px;
margin: 0px 1px 0px 0px;
color: #ffffff;
background: #2F2F2F;
}
a.back:hover {
color: #ffffff;
background: #666666;
} 


/* ::: FORMS ::: */
table {
width: 100%;
}

input, textarea {
border: 1px solid #7E7E7E;
font: normal 12px/18px arial;
color: #3F3F3F;
padding: 2px 5px;
margin: 1px;
}
textarea {
width: 510px;
}

input[type=submit], input[type=reset] {
background: #FF1627;
color: #ffffff;
cursor: pointer;
}
input[type=submit]:hover, input[type=reset]:hover {
background: #AF0000;
color: #ffffff;
cursor: pointer;
}

font {
font: normal 12px arial;
color: #3F3F3F;
}

tr {
}

td {
background: #EFEFEF;
padding: 5px;
}
