body, div, p, blockquote, ol, ul, dl, li, dt, dd, td {
	color: #333;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
fieldset {
	padding: 0 20px 20px 20px;
	margin-bottom: 20px;
}
legend {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	margin-left: -20px;
}
legend a {
	/*text-decoration: none;*/
	cursor: hand;
}
.body {
	color: #000000;
	font: 13px/17px Verdana, Arial, Helvetica, sans-serif;
}
.body a:active { color: #61538D; text-decoration: underline; font-weight: bold;}
.body a:link {  color: #3553A9; text-decoration: underline; font-weight: bold;}
.body a:visited { color: #3553A9; text-decoration: underline; font-weight: bold;}
.body a:hover {  color: #61538D; text-decoration: underline; font-weight: bold;}

.footer div { font-family: arial, helvetica, sans-serif; font-size: 9px; color: #666666}
.footer a:active { color: #3553A9; ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8px}
.footer a:link { color: #666666; text-decoration: none; }
.footer a:visited { color: #666666; text-decoration: none; }
.footer a:hover {  color: #3553A9; text-decoration: underline; }.subheader {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000066; font-weight: bold}
.textblue {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #000066}
.littlelinks {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
.littlefooter {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000066}
.pageheader {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; line-height: 26px; font-weight: bold; color: #000066}
.bigtext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px}
.title {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #000066; font-weight: bold
}
h1 {
	font: bold 20px/24px Verdana, Arial, Helvetica, sans-serif;
}
h2 {
	font: bold 14px/18px Verdana, Arial, Helvetica, sans-serif;
}
h3 {
	font: bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
}
hr {
	color: #000066;
	height: 1px;
	width: 98%;
	text-align: center;
}
small {
	font-size: 10px;
	line-height: 14px;
}
.bloglink {
	background-color: #FFF;
	margin-top: 10px;
	padding: 0;
	white-space: nowrap;
}
.bloglink img {
margin: 0 10px 10px 5px;
}
.bloglink a {
color: #2f4ca0;
font-weight: bold;
font-size: 1.25em;
margin-top: 10px;
line-height: 130%;
text-decoration: none;
border-bottom: 1px solid #2f4ca0;
}
.bloglink a:active {text-decoration: none}
.bloglink a:link {text-decoration: none}
.bloglink a:visited {text-decoration: none}
.bloglink a:hover {text-decoration: none; border-bottom:1 px dotted #FFF;
}

.imgright {
	float: right;
	padding: 10px;
}


.navigation {
	background-color: #61538e;
}

.navigation ul {
	margin: 0;
	padding: 8px;
}

.navigation ul li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	margin-left: 14px;
}

.navigation ul li a {
	color: #fff;
	text-decoration: none;
}

.navigation ul li a:hover {
	color: #a99ecb;
}

/***** SM icons *****/

.smicons {
	background: url(/images/smicons-bg.jpg) 0 0 no-repeat;
	height: 155px;
	width: 235px;
	text-transform: uppercase;
	color: #61538e;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 15px;
	margin-left: 10px;
}

.smicons ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.smicons ul li {
	display: inline;
	list-style-type:  none;
	margin: 0 5px 5px 12px;
}

/************************************
Blog Layout
************************************/
body {
	background-color: #cccccc;
	margin: 0;
	padding: 0;
}

#content {
	float: left;
	width: 420px;
	margin:0 0 0 30px;
	display:inline
}

#content h2 {
	color: #61538e;
}

#content h2 a {
	color: #61538e;
	text-decoration: none;
}

#content p {
	line-height: 18px;
}

#content a {
	color: #61538e;
}

#content a:hover {
	color: #a99ecb;
}

#content .continue {
	text-align: right;
	font-size: 11px;
	color: #61538e;
}

#content .postmetadata {
	font-size: 10px;
	color: #61538e;
}

#content p.postmetadata comment {
	font-size: 10px;
}

#content p.comment a {
	background-image: url(/images/comment.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	white-space: nowrap;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content .post {
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.blognav {
	margin-top: 20px;
	margin-bottom: 20px;
}

.blognav a {
	font-size: 11px;
}

/******************************
Blog Sidebar
******************************/

#sidebar {
	float: right;
	width: 250px;
	margin: 10px 30px 0 0;
	clear: right;
	display: inline;
}

#sidebar ul {
	list-style-type: none;
	margin: 0 0 30px 0;
	background: #F5F5F5 none repeat scroll 0 0;
	border: 1px solid #D0CFCF;
	padding: 10px 15px;
}

#sidebar ul li {
	margin-bottom: 10px;
}

#sidebar ul li a {
	color: #61538e;
	text-decoration: none;
	background: url(/images/purple-arrow.jpg) 0 0 no-repeat;
	padding-left: 20px;
	font-size: 11px;
}

#sidebar ul li a:hover {
	color: #a99ecb;
}

#sidebar h2 {
	color: #61538e;
	font-size: 12px;
}

.smiconsblog {
	background: url(/images/smicons-bg.jpg) 0 0 no-repeat;
	height: 155px;
	width: 235px;
	text-transform: uppercase;
	color: #61538e;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 15px;
	margin: 5px 30px 5px 10px;
	float: right;
	display: inline;
}

.smiconsblog ul {
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.smiconsblog ul li {
	display: inline;
	list-style-type:  none;
	margin: 0 5px 5px 12px;
}

ul.blogtopnav {
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
	margin-right: 17px;
}

ul.blogtopnav li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	padding-left: 20px;
	margin-left: 60px;
}

ul.blogtopnav li a {
	color: #61538e;
}

ul.blogtopnav li.bloghome {
	background: url(/images/home.gif) 0 0 no-repeat;
	margin-right: 20px;
	padding-bottom: 5px;
}

ul.blogtopnav li.rssfeed {
	background: url(/images/rssfeed.gif) 0 0 no-repeat;
	padding-bottom: 5px;
	margin-left: 3px;
}

/******************************
Blog Comment Form
******************************/

#commentform input {
	margin-top: 5px;
}

#respond h3 {
	background: url(/images/comment.jpg) 0 0 no-repeat;
	padding-left: 30px;
}

/*****************************
RX Success Show
*****************************/

h1.header {
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	color: #000066;
	margin: 0 0 0 15px;
}

h2.subhead {
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
	color: #000066;
	margin: 5px 0 10px 15px;
}

p.text {
	margin-left: 15px;
	line-height: 18px;
}

#interviews {
	margin: 0;
	padding: 0;
	width: 650px;
	border: 1px solid #e1dfea;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	background-color: #a097be;
}

#interviews a {
	font-weight: normal;
}

#interviews p {
	font-size: 11px;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 10px;
}

#interviews .ltpurple {
	margin: 0;
	padding: 0;
	background-color: #e5e2ee;
	padding: 10px;
	overflow:hidden;
}

#interviews img {
	margin: 0;
	padding: 0;
	float: left;
	margin: 0 15px 10px 0;
    padding: 2px;
    border: 1px solid #adadad;
}

#interviews p.guestname {
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	width: 300px;
	margin: 0 0 5px 0;
}

#interviews p.topic {
	background: url(/images/icons/chat-bubble.png) 0 2px no-repeat;
	font-weight: bold;
	color: #000066;
	padding: 0 0 0 25px;
	margin-top: 25px;
	margin-bottom: 0px;
}

/*#interviews p.topic {
	background: url(/images/icons/chat-bubble.png) 146px 2px no-repeat;
	font-weight: bold;
	color: #000066;
	padding: 0 0 0 170px;
	margin-top: 15px;
	margin-bottom: 0px;
}*/

/*#interviews p.bio {
	background: url(/images/icons/silhouette.png) 146px 2px no-repeat;
	font-weight: bold;
	color: #000066;
	padding: 0 0 0 170px;
	margin-top: 15px;
	margin-bottom: 0px;
}*/

#interviews p.listen {
	background: url(/images/icons/listen.png) 0 2px no-repeat;
	font-weight: bold;
	color: #000066;
	padding: 0 0 0 25px;
	margin-top: 25px;
	margin-bottom: 0px;
}

/*#interviews p.listen {
	background: url(/images/icons/listen.png) 146px 2px no-repeat;
	font-weight: bold;
	color: #000066;
	padding: 0 0 0 170px;
	margin-top: 15px;
	margin-bottom: 0px;
}*/

#interviews p.left {
	margin: 5px 0 0 25px;
}

/*#interviews p.left {
	margin: 0 0 0 171px;
}*/

#interviews p.player {
	margin: 10px 0 10px 25px;
}

/*#interviews p.player {
	margin: 10px 0 0 171px;
}*/

/*************************
Home page
*************************/

#rxsuccessshow {
	background: url(/images/rx-success-show.jpg) 0 0 no-repeat;
	width: 240px;
	height: 65px;
	padding: 60px 0 0 10px;
	margin-left: 10px;
}

#rxsuccessshow p {
	line-height: 18px;
	font-size: 11px;
	margin-top: 0;
}

#rxsuccessshow a.learnmore {
	background: url(/images/icons/blue-arrow.jpg) right 0 no-repeat;
	white-space: nowrap;
	padding-right: 14px;
}

#rxsuccessshow a.learnmore:hover {
	background: url(/images/icons/purple-arrow.jpg) right 0 no-repeat;
}
	