﻿/**** Custo CSS to each site ****/
body {
	/**** backgroud color ****/
	background-color: #FFFFFF;
}
.content {
	/**** shadow size... the darker the background the bigger.... dark blue 0 0 10px #000 ****/
	box-shadow: 0 0 4px #000;
}
#top_nav_wrap ul a, #top_nav_wrap ul a:visited{
	/**** color of the top links ****/
	color: #000080;
}

#top_nav_wrap ul a:hover {
	/**** hover color of the top links ****/
	color: #2E6EBC;
}
#footer_nav_wrap ul a:hover {
	/**** hover color of footer links ****/
	color: #2E6EBC;
}
#top_nav_wrap .sub a:hover {
	/**** hover color of the top dropdown links ****/
	color: #2E6EBC;
}
#top_nav_wrap ul ul {
	/**** backgroud color top dropdown menu ****/
	background: #7ABCE1;
}
/*****************************************/
#subbanner 		{ background:#fff; margin :0 auto; width:900px;     }

#sideLogos {
    float: left;
    width: 180px;
    overflow: hidden;
}
#PlanningLeftmenu {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}
    
#PricingLeftmenu {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 5px;
}

#WCLeftmenu {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

#sideLogos a:hover{
	border-bottom: 0px;
}

.read-more-button a{
	color: #000080;
}

.read-more-button a:hover {
	color: #000;
}

#subContentHome {
    float: right;
    width: 710px;
}
.Content3s {
    font-size: 18px;
    float: left;
    width: 30%;
    background-color: #7ABCE1;
    padding: 8px;
    margin: 4px 4px 20px 0;
    text-align: center;
    border-radius: 2px;
}
.Content3s a {
    color: #000080;
    text-decoration: none;
    border-bottom: 0;
}

.Content3s a:hover {
    color: #000;
    text-decoration: none;
    border-bottom: 0;
}

.footer {
	color: black;
}

#footer_nav_wrap ul a, #footer_nav_wrap ul a:hover {
	color: #000066;
}

