/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, img  
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, th, var
{ font-style : normal; font-weight : normal; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* layout.css */
html {
text-align : center;
overflow:-moz-scrollbars-vertical;
background: #0079c2 url(../images/bg-images/html-bg.png) repeat-x;
}
div#container { 
position : relative; 
width : 904px; 
margin : 0 auto; 
text-align : left;
margin-top: 50px;
}
div#content {
position : relative; 
width: 100%;
background: #fff url(../images/bg-images/content-bg.jpg) repeat-y;

}
div#content-main {
margin:0px 3em;
padding: 0;
}
div#sidebar {
position: absolute;
width: 309px;
top: 44px;
left: 595px;
}
#branding {
display: block;
width: 904px;
height: 268px;
background: url(../images/bg-images/logo.jpg) no-repeat;
clear:both;
}
h1#logo a {
display: block;
width: 400px;
height: 109px;
text-indent: -5000px;
outline: none;
} 

/* * * home page style * * * * * * * * * * * * * * * * * * * * * * * * * * */
#hp-call-outs {
width: 270px;
text-align: left;
}
#hp-call-outs h3 {
padding: 0;
padding-left: 55px;
margin-top: 20px;
margin-bottom: 5px;
font-size: 130%;
color: #000;
font-weight: bold;
line-height: 1.4em;
border-bottom: none;
}
#about-call h3  {
padding-top: 10px;
}
#services-call h3  {
padding-top: 2px;
}
#hp-call-outs a:link, #hp-call-outs a:visited {
color: #fff;
text-decoration: none;
}
#hp-call-outs a:hover {
text-decoration: underline;
}

#top-contact {
position:absolute;
width: 300px;
top: 124px;
left: 50px;
}

/* * * general styles * * * * * * * * * * * * * * * * * * * * * * * * * * */
.more {
text-align: right;
}
.external {
background: url(../images/bg-images/external.png) no-repeat right center;
text-decoration:none;
padding-right: 15px; 
}
.breadcrumb {
font-size:85%;
padding-bottom: 10px;
}
.breadcrumb a {
outline: none;
}
blockquote {
padding: 10px 10px;
margin-top: 5px;
background: #f2f2f2;
border-bottom: 1px solid #e2e2e2;
border-right: 1px solid #e2e2e2;
}
blockquote p {
padding-left: 10px;
}

ul {
margin-left: 10px;
}
li {
padding-bottom: 5px;
margin-left: 10px;
margin-right: 20px;
list-style: disc;
}
ol {
padding: 14px 25px;
padding-left: 10px;
}
ol li {
margin: 0 0 6px;
}
.right  {
float: right;
padding: 0 0 10px 10px;
}
img.right  {
float: right;
padding: 20px 0 10px 10px;
}
.left {
float: left;
padding: 0 0 25px 25px;
}
.center {
text-align: center;
padding-top: 50px;
}
.small {
font-size: 85%;
}
.bio-title  {
font-size: 100%;
font-weight: bold;
}
.bios {
padding-bottom: 15px;
}
.bios img {
float: right;
padding-bottom: 5px;
padding-left: 5px;
}
.logos {
padding: 25px 50px;
}
ul.services {
margin: 0;
padding: 14px 60px;
}
ul.services li{
margin: 0 0 6px;
padding: 0;
list-style: none;
}
.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }


/* * * =tables * * * * * * * * * * * * * * * * * * * * * * * * * * */
table {
padding-top: 5px;
}

/* * * =forms * * * * * * * * * * * * * * * * * * * * * * * * * * */
form {
width: 38em;
margin-left: 15px;
}
form p{
font-size: 100%;
padding: 2px;
}
/* fieldset styling */
fieldset {
padding: 1em 0; /*  space out the fieldsets a little*/
padding: 1em;
border : 1px solid #e2e2e2;
}
/* legend styling */
legend {
font-weight: bold;
color: #014b86;
}
/* style for  labels */
label {
float: left;
width: 14em;
}
/* style for required labels */
label .required {
font-size: 0.9em;
font-style: normal;
color: red;
}
input {
width: 225px;
}
input.radio, input.submit {
width: auto;
}
textarea {
width: 225px;
height: 100px;
} 
/* submit */
form div input {
width: 100px;
margin-left: 162px;
padding: 0 .25em;
background-color: #014b86;
color: #fff;
text-transform: uppercase;
font-size: 90%;
}



/* * * =copyright * * * * * * * * * * * * * * * * * * * * * * * * * * */
#copyright {
width: 100%;
clear: both;
height: 57px;
font-family: Arial, Helvetica, sans-serif;
color: #fff;
text-align: center;
font-size : 80%;
background: #0079c2 url(../images/bg-images/footer-bg.jpg) no-repeat;

}
#copyright p {
padding-top: 15px;
padding-left: 0px;
padding-right: 0px;
}
#copyright a:link, #copyright a:visited {
color: #fff;
text-decoration: none;

}
#copyright a:hover {
text-decoration: underline;
}

/* * * =nav main * * * * * * * * * * * * * * * * * * * * * * * * * * */
.nav {
font-weight: bold;
width: 904px;
height:42px;
background:  url(../images/bg-images/menu.jpg) no-repeat;
}
.nav ul {
padding-left: 30px;
}

ul.sf-menu li#contact .last {
border-right: none;
}



/* * * =nav current * * * * * * * * * * * * * * * * * * * * * * * * * * */
body#home_page ul.sf-menu li#home a {
background:	#00add3;
cursor: default;
}
body#about_page ul.sf-menu li#about a {
color:	#000;
background:	#00add3;
cursor: default;
}
body#services_page ul.sf-menu li#services a {
color:	#000;
background:	#00add3;
cursor: default;
}
body#articles_page ul.sf-menu li#articles a {
color:	#000;
background:	#00add3;
cursor: default;
}
body#portfolio_page ul.sf-menu li#portfolio a {
color:	#000;
background:	#00add3;
cursor: default;
}
body#faq_page ul.sf-menu li#faq a {
color:	#000;
background:	#00add3;
cursor: default;
}
body#testimonials_page ul.sf-menu li#testimonials a {
color:	#000;
background:	#00add3;
cursor: default;
}
body#request_page ul.sf-menu li#reuqest a {
color:	#000;
background:	#00add3;
cursor: default;
}
body#contact_page ul.sf-menu li#contact a {
color:	#000;
background:	#00add3;
cursor: default;
}



/* * * =anchor links * * * * * * * * * * * * * * * * * * * * * * * * * * */
a:link, a:visited {
color: #dd0303;
outline: none;
}
a:hover{
text-decoration: underline;
}
