﻿/* Home-page-specific styling */
#billboard
{
    clear: both;
    height: 367px;
    width: 950px;
    background-image: url("../Images/CampaignMD-Home-Img02.jpg");
    background-repeat: no-repeat;
}

.billboardHeader
{
    font-size: 14px;
    color: #eda01c;
}
    
#billboardLeft
{
    width:415px;
    height: 347px;
    float: left;
}

#billBoardSpacer
{
    height:20px;
    float:left;
}

.billBoardDescription
{
	padding-left:10px;
}

.billboardContentContainer
{
	width:385px;
	float:left;
	padding-top:3px;
}

.billboardIconContainer
{
	float:left;
	width:60px;
	height:60px;
	padding:0 10px 0 5px;
}

.billboardCopyContainer
{
	float:left;
	width:280px;
	padding:2px 10px 3px 5px;
}

.billboardCopy
{
    margin: 0 auto;
    width: 355px;
    height: 65px;
    float: right;
    padding-top: 4px;
}

#billBoardLearnMore
{
    float:left;
    margin-left:235px;
   
}
#billboardRight
{
       width:500px;
       height: 367px;
    float: left;

}
#billBoardTop
{
height:275px;
float:left;
width:500px;
}
#actionLayer
{
    clear: both;
    float:left; 
    background-image: url("../Images/boxesBgTile.png");
    background-repeat: repeat-y;
    border-bottom:5px solid #aabed0;
    margin-bottom:15px;
}

#seeVideo
{
    width: 314px;
    height: 5px;
    background-color: #aabed0;
    float: left;
    font: corbel;
    color:#798690;
    font-size: 20px;
    overflow: hidden;
}

#contactUs
{
    width: 314px;
    height: 5px;
    background-color: #aabed0;
    overflow: hidden;
    float: left;
}

#signUp
{
    width: 322px;
    height: 5px;
    background-color: #aabed0;
    float: left;
}

#actionBanners1
{
	background-image: url("../Images/box1.png");
	height: 110px;
	width: 327px;
	display: block;
	overflow: hidden;
	float: left;
	padding-top:5px;
	clear: both;
}

#actionBanners2
{
	background-image: url("../Images/box2.png");
	height: 110px;
	width: 310px;
	display: block;
	overflow: hidden;
	padding-top:5px;
	float: left;
}

#actionBanners3
{
	background-image: url("../Images/box3.png");
	height: 110px;
	width: 313px;
	display: block;
	overflow: hidden;
	padding-top:5px;
	float: left;
}

/*new Buttons */
.btnContainer
{
	width:176px;
	margin-left:75px;
	padding-top:10px;
}

#contentContainer
{
	clear: both;
	width: 950px;
    padding-bottom:25px;
	background-color:#fff;  
	float:left;

}

#whyCMD
{
    width: 550px;
    background-color: #fff;
    float: left;
    padding: 5px 15px 15px 20px;
}

#announcements
{
    width: 338px;
    position:relative;
    float: left;
    top:10px;
    background-image: url("../Images/CampaignMD-BlockQuote1.png");
    background-repeat: no-repeat;
}

#announcements .frame.blue 
{
    background-color:#fff;
}

#announcements .frame .roundedtopleft 
{
    float: left;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 0;
    font-size: 0;
    background: url(../Images/Partners/rounded-top-left.gif) no-repeat left top;
}

#announcements .frame .roundedtopright 
{
    float: right;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 0;
    font-size: 0;
    background: url(../Images/Partners/rounded-top-right.gif) no-repeat right top;
}

#announcements .frame .roundedbottomleft 
{
    float: left;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: 0;
    font-size: 0;
    background: url(../Images/Partners/rounded-bottom-left.gif) no-repeat left bottom;
}

#announcements  .frame .roundedbottomright
{
    float: right;
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    line-height: 0;
    font-size: 0;
    background: url(../Images/Partners/rounded-bottom-right.gif) no-repeat right bottom;
}

#announcements .frame.blue  h3
{
	font-family:Corbel,tahoma;
	font-size: 15px;
	color:#fff;
	padding:5px 0 0 20px;
	margin:0;
}

#announcements .frame.blue .quoteLeft 
{
    float: left;
    width: 19px;
    height: 15px;
    position: absolute;
    left: 13px;
    top: 20px;
    line-height: 0;
    font-size: 0;
    z-index: 6;
    background: url("../Images/orangeLeftquote.png") no-repeat left top;

}
#announcements .frame.blue .quoteRight 
{
    float: left;
    width: 19px;
    height: 15px;
    position: absolute;
    right: 5px;
    left:140px;
    * left:145px;
    top:125px;
    *top:125px;
    bottom: 30px;
    z-index: 6;
    background: url("../Images/orangeRightquote.png") no-repeat left top;

}

.actionCall
{
    font-family: Corbel;    
    color: #eda01c;
    font-size: 18px;
    font-weight:600;
    padding-left: 95px;  
}

a:link {color: #eda01c;}
a:visited {color:#eda01c;}
a:hover {color: #eda01c}   
a:active {color: #eda01c;} 
a {text-decoration:none;}
    
p
{
    margin: 0 auto;
    line-height:1.55em;
    font-family:Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #333;
    Padding: 2px 10px 8px 0px;    
}

.bodyTextBtn
{
    font-size: 13px;
    color: #4e4e4e;
    padding-left:25px;
}

.blockText
{
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Verdana, sans-serif;
	color:#333;
	padding:20px 35px 15px 35px;
	text-align:left;
}