/*@import url(style.css);*/

body.mceContentBody {
	font: .875em/1.5em Arial, Helvetica, sans-serif;
	color: #444444;
}
p {
	margin: 0 0 1em;
}
ul {
	margin: 0 0 1em 2em;
}
ol {
	margin: 0 0 1em 2.5em;
}
li {
	margin: 0 0 .6em;
}



.fast-facts,
.styled-table {
	margin: 0 0 1em;
}
.fast-facts th,
.styled-table th {
	padding: 3px 6px;
	background: #ebebeb;
}
.fast-facts th h4 {
	margin: 0;
}
.fast-facts td,
.styled-table td {
	padding: 3px 6px;
	background: #fbfbfb;
}
.fast-facts tr:nth-child(odd) td,
.styled-table tr:nth-child(odd) td {
	background: #f5f5f5;
}
.fast-facts ul,
.styled-table ul {
	margin: 0;
	padding: 0 0 0 1em;
}







.list_of_Links ul{
    list-style-type:none;
    color:#ff0000;
    }

.subTitle {
        display: block;
        font-weight: bold;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin: 10px 0;
        padding: 5px 0;
        }

.button, .buttonblue {
	background: url(../images/btn_bg.gif) repeat-x !important;
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border: 1px #c14f63 solid;
	padding: 0 16px;
	white-space: nowrap;
	float: left;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
	}

.button:hover {
	background-position: 0 -30px !important;
	text-decoration: none !important;
	}

.buttonblue {
	background: #0095dd !important;
	height: 20px;
	float: right;
	font: 13px/20px 'Ubuntu Condensed', Arial, Helvetica, sans-serif;
	padding: 0 4px 0;
	border: 1px #b1d5fb solid;
	}


.buttonblue:hover {
	background: #38abca !important;
	text-decoration: none !important;
	}

#subnavon   a.button {
    font-size: 16px;
}

/* cms photo captions div blocks*/

p {
text-align: left;
}

.figure, .figure-left, .figure-center {
display: table;
margin: 15px;
text-align: center;
/*background: #ECECEC;
border: 4px solid #000;*/
width: 1%;
}

.figure-left, .figure-center {
margin-left: 0px;
}

.figure, .figure-center {
margin-right: 0px;
}

.figure {
float: right;
}
.figure-center {
float: none;
clear: both;
margin-left: auto;
margin-right: auto;
}

.figure-left{
float: left;
}

.figure img, .figure-left img, .figure-center img {
height: auto;
display: block;
/*min-width: 200px;*/
}


.figure .figcaption, .figure-left .figcaption, .figure-center .figcaption {
line-height: 1.2em;
margin: 0px;
display: block;
padding: 20px;
background: #ECECEC;
}

.aspirin .figure .figcaption, .aspirin .figure-left .figcaption, .aspirin .figure-center .figcaption {
background: #fff;
}

.figure-left + p + ul, .figure + p + ul {
clear: left;
margin-top: 40px;
}