﻿@media screen {
/******     SITE HEADER STYLES     *****/


#header, #main_nav, #container, #footer
{
    margin: 0 auto; 
	overflow: hidden;
    position: relative;
	width: 972px;
		
}
/******     SITE HEADER STYLES     *****/
#header
{
	background: #ffffff;
    height: 114px; 
    overflow: visible;
	padding: 4px;
    position: relative;
	
}

#header div
{
	background: #9b0505 url(../images/header-gradient.jpg);
	background-color: #9b0505;
    background-repeat:repeat-x;	
    height: 114px; 
    overflow: hidden;
    position: relative;
}

#header div em strong,



/******     MAIN SITE NAVIGATION STYLES     *****/

#main_nav
{
    background: #99cccc url(../images/nav-gradient.png) 0 25px;
    background-color: #99cccc;
    border-left: 4px solid #ffffff;
    border-right: 4px solid #ffffff; 
    height: 25px;
    overflow: hidden;
    padding: 0;
    position: relative; 
}

#main_nav ul
{
    list-style: none;
    margin: 0px 0;
}

#main_nav ul li#mn_home
{
width: 5.5em;
}

#main_nav ul li#mn_services
{
width: 10.5em;
}

#main_nav ul li#mn_blog
{
width: 8.5em;
}

#main_nav ul li#mn_work
{
width:11em;
}
#main_nav ul li#mn_consult
{
width:10.5em;
}
#main_nav ul li
{
    border-right: 1px solid #fff;
    color: #ffffff;
	display: block;
    font-size: 1.1em;
    height: 25px;
    line-height: 25px;
    list-style: none;
	overflow:hidden;
	text-align: center;
}
 

#main_nav ul li.main
{
	display: block;
	float:left;
	text-align: center;
	width: 11em;
}
#main_nav ul li.sub
{				   
    
    float: right;
    border-left:2px solid #fff;
}
#main_nav ul li a
{
    background: #99cccc url(../images/nav-gradient.png) 0 25px;
    color: #ffffff;
    display: block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px 0 12px;
    text-decoration: none;
}
 
#main_nav ul li a.selected
{				  
	background-position: top left; 
}
#main_nav ul li a:hover
{				    
	background-position: top left;
    text-decoration: none;
}




/******     CONTENT CONTAINER STYLES     *****/

#container
{
    background: #ffffff ;
    border-right: 4px solid #ffffff;
    border-top: 8px solid #ffffff;
    border-left: 4px solid #ffffff;
    overflow: hidden;
    position:relative;
   
} 
/******     CONTENT STYLES     *****/



/******     SITE FOOTER STYLES     *****/

#footer
{
	background: #99cccc url(../images/footer-gradient.png) 0 36px;
    border-left: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    height: 36px; 
    padding: 0 10px; 
    width:952px;
    background-color: #7fd1dd;
    position: relative;
}
#footer p
{
    color: #ffffff;
    float: left;
    line-height: 36px;
}
#footer_nav
{
    float: right;
    height: 10px;
    margin: 13px 0;
}

#footer_nav li
{
    border-left: 1px solid #ffffff;
    float: left;
    font-weight: bold;
    line-height: 10px;
    list-style: none;
}

#footer_nav li.first
{
    border: 0;
}

#footer_nav li a
{
    color: #ffffff;
    display: block;
    font-size: 1em;
    text-decoration: none;
    padding: 0 10px;
}

#footer_nav li a:hover
{
    color: #C81079;
}





}
@media screen,print
{ 
    #header_print
    {
        background:white;
        padding: 12px;  
    }
    #header_print h1
    {
        display:block;
        float:left;
    }
    #header_print h4
    {
        color:#ef2487;
        display:block;
        float:right;
        margin-top: 30px;
        font-size:1.4em;
    }
    #header_print img
    {
        clear:both;
        margin-top:14px;
        border:0px;
    }	
    
    #container_print
    {
        background: white;
        padding: 12px; 
    }	
    
    #container_print hr
    {
        width:auto;
    }	
    
    
    #container_print a[href^="javascript:"]:after {
        content: " ";
    }
}



.indented
{
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.readmorelink
{
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: right;
    margin-right: 50px;
}
.blogdate
{
    padding-bottom: 5px;
}
/* Carousel */
.anyClass {
    background-color:#99cccc;
    border:1px solid black;
    float:left;    
    position:relative;
    visibility:hidden;
    height: 100%;
    
}
.anyClass ul {
    margin:0;
}
.anyClass li img, 
.anyClass li p {
    background-color:#FFFFFF;
    height:118px;
    margin:10px;
    width:150px;
}
.anyClass button {
    float:left;
}
.clear {
    clear:both;
}

.prev
{
    margin-top: 55px;
    float:left;
    background-image:url(../images/imageNavLeft.gif);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    
}

.next
{
    margin-top: 55px;    
    background-image:url(../images/imageNavRight.gif);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;    
    float: left;
}
.wrapper
{
   padding:20px 0px 0 150px;
   position:relative;
   height: 140px;
   display: inline;
   /*float: right;*/
   
}
.myContent
{
     
}
.prevButton
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 30px;
    float: left;
}
.nextButton
{
    padding: 0px 0px 0px 10px;
    margin: 0px 0px 0px 0px;
    width: 30px;
    float: left;
}
.contentContainer
{
	width: 60%;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-top: 75px;
	padding-right: 20px;
	display:inline;
	float: left;
}
.colContainer
{    
    padding: 10px 10px 10px 10px;   
    width: 100%;
}
.leftCol
{
	width: 45%;
	float: left;
	padding-right: 10px;
}
.rightCol
{
	width: 45%;
	float: right;
}

.leftNavHeader
{
    width: 20%;
    height: 50px;
}
.indented
{
	margin-left: 10px;
}
.indentedrc
{
	margin-left: 15px;
}
.heading
{
	font-size: 12pt;
}
a.seolink
{
    text-decoration:none;   
    color: Black;
    cursor: default;
}