@charset "utf-8";
/* CSS Document */
*
{
	margin:0;
	padding:0;	 
}

html
{
	overflow: -moz-scrollbars-vertical;
}

body
{
	background-image:url(../../../../images/bg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404041;
	background-color:#ffffff;
}

#top
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
	width:959px;
	height:21px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	padding-top:6px;
	padding-right:3px;
	font-size:11px;
}

#top li
{
	position:relative;
	float:right;
}

#top a
{
	color:#404041;
	text-decoration:none;
}

#top a:hover
{
	text-decoration:underline;
}

#outer_container
{
	position:relative;
	width:962px;
	min-height:833px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../../../../images/bg_upper.png);
	background-repeat:no-repeat;
}

*html #outer_container
{
	height:833px;
}

#inner_container
{
	position:relative;
	border-left:1px solid #ec31a0;
	border-right:1px solid #ec31a0;
	width:946px;
	min-height:819px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../../../../images/bg_lower.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:7px;
	margin-bottom:27px;
}

*html #inner_container
{
	height:819px;
}

#header
{
	position:relative;
	width:948px;
	height:94px;
	background-image:url(../../../../images/header.gif);
	background-repeat:no-repeat;
	font-family:Helvetica;
}

#inner_container #header h1
{
	position:absolute;
	top:58px;
	left:220px;
	color:#FFFFFF;
	font-size:12px;
	text-transform:uppercase;
}

#inner_container #header #phone_number
{
	position:absolute;
	top:52px;
	left:798px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ececec;
}

#inner_container #menu
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
	width:940px;
	height:24px;
	padding-top:8px;
	padding-left:8px;
	margin-left:auto;
	margin-right:auto;
}

#inner_container #menu li
{
	position:relative;
	float:left;
}

#inner_container #menu li a
{
	font-size:14px;
	color:#404041;
	text-decoration:none;
	text-transform:uppercase;
	padding-right:32px;
	font-family:Helvetica;
}

#inner_container #menu li a:hover, #inner_container #menu li a.active
{
	color:#ec008c;
}

#content
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:948px;
	min-height:427px;
}

*html #content
{
	height:427px;
}

.content_sub
{
	background-color:#FFFFFF;
}

#breadcrumb
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
	width:940px;
	height:24px;
	padding-top:8px;
	padding-left:8px;
	margin-left:auto;
	margin-right:auto;
}

#breadcrumb li
{
	position:relative;
	float:left;
}

#breadcrumb li a
{
	font-size:11px;
	color:#ec008c;
	text-decoration:none;
	text-transform:uppercase;
	font-family:Arial;
}

#breadcrumb li a:hover
{
	text-decoration:underline;
}

#breadcrumb li a.breadcrumb_sub, #breadcrumb li a.breadcrumb_sub_active
{
	padding-left:20px;
	background-image:url(../../../../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:8px 3px;
}

#breadcrumb li a.breadcrumb_sub_active
{
	color:#a8a7a8;
}

#content_left_sub
{
	position:relative;
	float:right;
	width:236px;
	min-height:632px;
	padding-left:5px;
	padding-top:5px;
	background-image:url(../../../../images/content_left_sub_bg.png);
	background-repeat:no-repeat;
	left:-5px;
}

*html #content_left_sub
{
	height:632px;
}

#content_left_sub ul
{
	position:relative;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	min-height:100px;
}

*html #content_left_sub ul
{
	height:100px;
}

#content_left_sub ul li
{
	position:relative;
}

#content_left_sub ul li a
{
	
}

#content_left_sub ul li a:hover, #content_left_sub ul li a.active_sub
{
	
}

#content_right_sub
{
	position:relative;
	float:left;
	left:5px;
	width:687px;
	padding-right:5px;
	padding-top:16px;
	min-height:632px;
	background-image:url(../../../../images/content_right_sub_bg.png);
	background-repeat:no-repeat;
}

*html #content_right_sub
{
	height:632px;
}

#content_right_sub h1
{
	position:relative;
	padding-left:10px;
	font-size:22px;
	font-weight:normal;
	color:#404041;
	text-transform:uppercase;
	margin-bottom:12px;
}

#content_right_sub h2, #content_right_sub h3
{
	position:relative;
	margin-left:10px;
	margin-right:10px;
	font-size:14px;
	font-weight:normal;
	color:#ec008c;
	margin-bottom:12px;
	border-bottom:1px solid #ECECEC;
	padding-bottom:4px;
	text-transform:uppercase;
}

#content_right_sub h3
{
	font-size:13px;
}

#content_right_sub h2 a
{
	color:#ec008c;
	text-decoration:none;
}

#content_right_sub h2 a:hover
{
	text-decoration:underline;
}

#content_right_sub .crs_img
{
	position:relative;
	margin-bottom:24px;
}

#content_right_sub p
{
	position:relative;
	padding-left:20px;
	padding-right:40px;
	color:#404041;
	margin-bottom:20px;
}

#content_right_sub p a
{
	color:#ec008c;
	text-decoration:none;
}

#content_right_sub p a:hover
{
	text-decoration:underline;
}

#sm_sub
{
	position:relative;
	height:50px;
}

#sm_sub #social_media_icons
{
	position:relative;
	float:right;
	width:260px;
	height:46px;
	text-align:right;
}

#footer
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	left:-2px;
	width:945px;
	height:19px;
	padding-top:5px;
	padding-right:6px;
	background-color:#ebebeb;
	text-align:right;
}

#footer li
{
	position:relative;
	float:right;
}

#footer a
{
	color:#404041;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}

.clear
{
	clear:both;
	width:100%;
	height:1px;
	margin-left:auto;
	margin-right:auto;
}

.content_post
{
	position:relative;
	margin-bottom:20px;
	line-height:18px;
}

.content_post a img
{
	border:0px;
}

.content_post ul, .content_post ol
{
	position:relative;
	padding-left:40px;
	margin-bottom:10px;
}

.post_time
{
	position:relative;
	padding-left:10px;
	font-size:11px;
	font-weight:bold;
}

.post_comment_counter 
{
	position:relative;
	padding-left:10px;
	width: 647px;
	height: 20px;
	margin-top:6px;
	margin-bottom:16px;
}
	
.post_comment_counter .left
{
	position:relative;
	float:left;
}
	
.post_comment_counter .author_link
{
	position:relative;
	float:right;
	font-weight:normal;
}

.post_comment_counter a
{
	color:#888888;
	font-weight:bold;
	text-decoration:none;
}

.post_comment_counter a:hover
{
	text-decoration:underline;
}

.twitter_box
{
	position:relative;
	float:left;
	margin-left:10px;
	margin-right:20px;
	z-index:10;
}

.twitter_box iframe
{
	position:relative;
	margin-bottom:12px;	
}

.post_nav 
{
	float: left;
	width: 620px;
	padding-left: 10px;
	Padding-bottom: 30px;
	font-weight:bold;
}

.post_nav a:link, .post_nav a:visited 
{
	color: #000000;
	text-decoration: none;
}

.post_nav a:hover, .post_nav a:active 
{
	color: #4f2003;
	text-decoration: underline;
}

.rss_ic
{
	position:relative;
	display:block;
	padding-left:52px;
	width:178px;
	height:37px;
	padding-top:25px;
	background-color:#ececec;
	margin-bottom:5px;
	font-family:Helvetica;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
	background-image:url(../../../../images/rss-icon.png);
	background-repeat:no-repeat;
	background-position:10px 18px;
}

.rss_ic a:hover
{
	color:#A0A0A0;
}

.key_search
{
	position:relative;
	height:120px;
}

#content_left_sub .form_row
{
	position:relative;
	width:230px;
	min-height:20px;
	margin-bottom:5px;
}

*html #content_left_sub .form_row
{
	height:20px;
}

#content_left_sub .form_row input
{
	float:left;
	border:1px solid #a8acad;
	width:117px;
	height:19px;
	background-image:url(../../../../images/input_text_bg.gif);
}

#content_left_sub .form_row .submit_send
{
	float:right;
	width:105px;
	height:21px;
	border:0px;
	color:#000000;
	font-size:11px;
	background-image:url(../../../../images/submit.gif);
	cursor:pointer;
}

.sidebar_content
{
	position:relative;
	padding-left:0px;
	width:210px;
	min-height:37px;
	background-color:#ececec;
	margin-bottom:5px;
	font-family:Helvetica;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	color:#000000;
	padding:10px;
	line-height:18px;
}

*html .sidebar_content
{
	height:37px;
}

.sidebar_content h3
{
	position:relative;
	font-size:13px;
	font-weight:normal;
	padding-bottom:4px;
	text-transform:uppercase;
	font-weight:bold;
}

.sidebar_content a
{
	color:#ec008c;
	text-decoration:none;
	margin-bottom:14px;
	text-transform:capitalize;
}

.sidebar_content a:hover
{
	color:#ec008c;
	text-decoration:underline;
	margin-bottom:14px;
}

.related_articles
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:relative;
	padding-left:15px;
	margin-bottom:20px;
}

.related_articles li
{
	margin-bottom:4px;
}

.related_articles li a
{
	color:#ec008c;
	text-decoration:none;
}

.related_articles li a:hover
{
	color:#ec008c;
	text-decoration:underline;
}

/* comments from original */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentmetadata a {
	color:#EC008C;
	text-decoration:none;
	}
	
.commentmetadata a:hover {
	text-decoration:underline;
	}
/* End Comments */

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 25px;
	border: 1px dotted #ccc;
	padding: 2px;
}
/* adding this one again, to override the override */
#commentform
{
	position:relative;
}

#commentform .form_row, #commentform .form_textarea_row
{
	position:relative;
	width:630px;
	padding-left:15px;
	height:20px;
	margin-bottom:5px;
}

#commentform .form_textarea_row
{
	height:180px;
}

#commentform .form_row input
{
	float:left;
	border:1px solid #a8acad;
	width:217px;
	height:19px;
	background-image:url(../../../../images/input_text_bg.gif);
}

#commentform .form_textarea_row textarea
{
	float:left;
	border:1px solid #a8acad;
	width:417px;
	height:180px;
	background-image:url(../../../../images/input_text_bg.gif);
	background-repeat:repeat-x;
}

#commentform .form_row .submit_send
{
	float:left;
	width:107px;
	height:23px;
	border:0px;
	color:#000000;
	font-size:11px;
	background-image:url(../../../../images/submit_green.png);
	cursor:pointer;
}

.fn a.url
{
	text-decoration:none;
	color:#EC008C;
	font-weight:bold;
}

.fn a.url:hover
{
	text-decoration:underline;
}
