/* Changes the background of the sidebar */
.yui-b { background: #000066; }
/* Don't edit this, otherwise the whole page's background will change */
#yui-main .yui-b { background: white !important; }

/* Change all the link colors */
 #rate_content a, #share_content a, #subscribe_content a {
color: #5c776b !important;
}


/* This effects every block in the sidebar */
#contact_content, #share_content, #rate_content, #subscribe_content{
background-color: #ffffff;
background-image:none !important;
border: 2px solid grey;
color:#000 !important;
font-size:inherit;
height:100% !important;
/*margin:inherit;*/
padding:10px 0 ;
}

#contact_content h2 a{
color:#000;
}

/* Change the position of the phone number (padding:5px; is good is you are removing the background image) */
#contact_content h2{
padding:5px !important;
}

/* The two following classes will reduce the extra space between the blocks (the space is necessary with the background image, but too much without it) */
.align_content{ margin-bottom:0px !important; }
.spacer_content{ padding-top:0px !important; }

/* Add style to ONLY the Contact Us block */
#contact_content{

}

/* Add style to ONLY the Share This block */
#share_content{
display: none;

}

/* Add style to ONLY the Rate Us block */
#rate_content{
display: none;

}

/* Add style to ONLY the Subscribe block */
#subscribe_content{

}

/*search bar*/

div#search {
	background-color: #af0000;
	font-size: .9em;
	margin: 5px 6px 0px 0px;
	padding: 5px 5px 0px 5px;
}

div#search p {
	color: white;
        font-weight:bold;
}

/*footer*/

div#ft {
	margin: 30px 0px 20px;
	text-align: center;
        float: none;
}

div#subscribe_content {
	background-image: none;
	width: 225px;
	height: 286px;
	padding: 0px;
	margin: 5px 0px 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(http://application.leadmaverick.com/media/643a9500-dab0-4aa3-969b-80849983fb82/subscribe.gif);
}
div#subscribe_content .spacer_content {
	padding: 60px 0px 0px 23px;
}


/* main content & background */
div.yui-b {
}

div#contact_content {
	width: 225px;
	padding: 0px;
	margin: 0px 0px 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(http://application.leadmaverick.com/media/643a9500-dab0-4aa3-969b-80849983fb82/contact.gif);
}

div#contact_content a {
	color: #fff;
}

/* phone number */
div#contact_content h2 {
	color: #af0000;
	font-size: 2em;
        font-weight:bold;
	border: none;
	margin: 0px;
	padding: 50px 0px 0px 23px;
}

div#contact_content h2 a:link, div#contact_content h2 a:visited {
	color: #af0000;
	font-size: 2em;
        font-weight:bold;
	border: none;
	padding: 0px;
	text-decoration: underline;
}

div#contact_content h2 a:active, div#contact_content h2 a:hover {
	color: #df0000;
	font-size: 2em;
        font-weight:bold;
	border: none;
	padding: 0px;
	text-decoration: none;
}

/* company link */
div#contact_content h3 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1em;
	margin: 0px;
	padding: 2px 0px 0px 23px;
}

div#contact_content h3 a:link, div#contact_content h3 a:visited {
	color: #af0000;
	text-decoration: underline;
}

div#contact_content h3 a:active, div#contact_content h3 a:hover {
	color: #df0000;
	text-decoration: none;
}

/* company description */
div#contact_content h4 {
	color: #000066;
	font-size: 1em;
        font-weight:bold;
	margin: 0px;
	padding: 0px 0px 4px 23px;
}

/* small links */
div#contact_content h5 {
	color: #000066;
	font-size: .8em
	margin: 0px;
	padding: 0px;
}

div#contact_content h5 a:link {
	color: #000066;
	text-decoration: underline;
}

div#contact_content h5 a:visited{
        color: #000066;
}

div#contact_content h5 a:active, div#contact_content h5 a:hover {
	color: #000099;
	text-decoration: none;
}

/* images next to links */
div#contact_content h5#contact_us_img {
	padding: 0px 0px 0px 23px;
	margin: 0px;
}

div#contact_content h5#email_us_img {
	padding: 0px 0px 0px 23px;
	margin: 0px
}

div#contact_content h5#visit_us_img {
	padding: 0px 0px 0px 23px;
	margin: 0px;
}

div#contact_content h5#contact_us_img img {
	display: none;
}

div#contact_content h5#email_us_img img {
	display: none;
}

div#contact_content h5#visit_us_img img {
	display: none;
}

#content_area {
	border: none;
	margin: 15px 0px;
	padding: 0px;
}

#content_block {
}

#content_block p, #content_block span {
	font-family: Arial, Verdana, sans-serif;
}

#content_block p a:link, #content_block p a:visited, #content_block span a:link, #content_block span a:visited{
	color: #000066;
}

#content_block p a:active, #content_block p a:hover, #content_block span a:active, #content_block span a:hover{
	color: #af0000;
}

#content_block p strong, #content_block span strong {
	font-weight: normal;
	font-size: 1.3em;
	font-style: italic;
}

#content_block p img, #content_block span img {
	border: none;
	text-decoration: none;
}

#content_block p a img, #content_block span a img {
	border: none;
	text-decoration: none;
}

#content_block span ul {
	list-style-position: outside;
	font-family: Arial, Verdana, sans-serif;
	list-style-type: disc;
	margin: 0px 0px 15px 25px;
	padding: 0px;
}

#content_block span ul il {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#content_block h2 strong {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Verdana, sans-serif;
}

div#bd {
	font-family: Arial, Verdana, sans-serif;
	color: black;
	margin-top: 0px;
        font-weight:light;
        font-size:small;
}

div#bd h1 {
	text-transform: capitalize;
	font-size: 2.5em;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

div#bd h1 span {
	line-height: 1em;
	padding: 0px;
	margin: 0px;
}

div#bd h2 {
	font-size: 1.1em;
        color:#000066;
	text-transform: lowercase;
	font-weight: bold;
	padding: 1em 0px .5em;
	margin: 0px 0px 15px;
	border-bottom: 2px solid #000066;
}

#bd h2 a:link, #bd h2 a:visited{
	color: #af0000;
        text-decoration:underline;
}

#b2 h2 a:active, #bd h2 a:hover {
	color : #df0000;
}


/*main body*/

body {
	background: #ffffff url(http://application.leadmaverick.com/media/035d3717-30e4-4c08-9295-74e1c795835e/background_blue.gif) repeat-y center;
	font-family: Arial, Verdana, sans-serif;
}

body div#doc {
	border: none;
	margin: 0px auto;
	padding: 0px;
}





