/*
<!-- MHMG_styles.css: milehighmarketinggroup -->
<!-- last modified by milehigh 9/11/09 -->
*/


/*
.body {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
}
*/

/* LINKS ************************************/
a.external {
	background:transparent url(/images/external_link_arrow.png) no-repeat scroll right center;
	padding-right:12px;
}

.link {
	color: #205970; /* teal blue link */
}

.guarantee_link, .guarantee-link {
	color: #19B5FF; /* 879866 FFA500 goldenrod */
}
/* END// LINKS ************************************/

/*  LINK LISTS ************************************/
.resource_link, .resource-link { 
	font-size: 11pt !important;
	margin: 3px 0 0 10px !important; */
	line-height: 100%;
}

.link_name, .link-name { 
	line-height: 120%;
}

.link_url, .link_url { 
	line-height: 115%;
	font-size: 70% !important;
	margin:0px 0px 0px 12px !important;
	text-decoration: none !important;
}

.link_div, .link-div {
	margin:-245px 0px 0px 0px !important;
	text-align: right !important;
	color:#205970 !important; /* teal blue */
	font-size: 70% !important;
}

.link_desc, .link-desc { 
	/* font-family: Tahoma, Geneva, sans-serif; */
	color: #666666 !important; /* gray */
	margin: 0px 2% 0 2% !important;
	font-size: 9pt !important;
	font-weight: normal !important; 
	font-style: italic !important;
	text-align: justify !important; 
}

.link_desc_text, .link-desc-text { 
	/* font-family: Tahoma, Geneva, sans-serif; */
	color: #666666 !important; /* gray */
	margin: 14px 0 12px 0 !important;
	line-height: 120%;
	font-size: 9pt !important;
	font-weight: normal !important; 
	font-style: italic !important;
	text-align: justify !important; 
}

.link_desc_null, .link-desc-null { 
	margin: -30px 0 0 0 !important;
}

.link_tags, .link-tags {
	margin:6px 2% -10px 0px !important;
	color:#8e8e83 !important; /* dark beige */
	font-size: 92% !important; 
}

.link_date, .link-date {
	margin:-21px 0px -10px 0px !important;
	color:#8e8e83 !important; /* dark beige */
	font-size: 8.5pt !important;
	font-weight: normal !important; 
	font-style: italic !important;
	text-align: right !important; 
}

.link_rating, .link-rating {
	margin:0px 0px 0px 0px !important;
	color:#205970 !important; /* teal blue */
	/* font-size: 90% !important; */
	font-size: 7.5pt !important;
	font-style: italic !important;
	text-align: right !important; 
}
/*  END// LINK LISTS ************************************/




/* ELEMENTS ************************************/
code, pre {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/images/notepaper.png) repeat scroll left top;
	border:1px solid #E2E2E2;
	color:#666666;
	display:block;
	font-family:"Courier New",Courier,monospace;
	font-size:13px;
	line-height:18px;
	overflow:auto;
	padding:18px 10px 17px;
	text-align:left;
	white-space:pre;
	padding-bottom: 20px;
}

div hr {
  border: 0;
  width: 70%;
}

.bevel {
/* 	background:url("/wp-content/themes/woo2/images/bevel-footer.gif") repeat-x scroll right top transparent; */
	border:0 none;
	height:2px;
	margin-top:20px;
	width:100%;
}

h2, h3, h4, h5 {
	padding: 18px 0px 5px 0px;
	margin-top: 24px; /* 18 */
	margin-bottom: 4px;
}

h2.sub_header a:link, h2.sub_header a:visited, h2.sub_header a:active, h2.sub-header a:link, h2.sub-header a:visited, h2.sub-header a:active {
	color: #fbf7e4 !important; /* cream */
	font: bold 1.0em Georgia, "Times New Roman", Times, serif !important;
	-moz-border-radius-topleft: 5px !important;
	-moz-border-radius-topright: 5px !important;
	-webkit-border-top-left-radius: 5px !important;
	-webkit-border-top-right-radius: 5px !important;
	/* background: none !important; */
	/* background: url("http://milehighcentral.com/styles/clean-light/http://milehighcentral.com/images/divider.gif") repeat-x 0 100%; */
	/* background:transparent; */
	
	clear: both;
	margin-bottom: 20px;
	display: block;
/*  margin: 0 1px -54px; */
	padding: 8px 10px 0;
/*	height: 90px; */
	text-decoration: none;
}

hr {
  border: 0;
  width: 70%;
}

hr.line {
	border-color:#CCCCCC -moz-use-text-color #EFEFEF;
	border-style:solid none;
	border-width:1px 0;
	height:2px;
	margin:10px auto 0 0;
	text-align:center;
	width:80%;
}

li.lock-icon:before { /* not working */
    background:url(/images/lock20x29.png) no-repeat 25% 30%;
    content:"\00A0";
    padding:2em;
    padding-left:0;
}

p {
	padding: 10px 10px;
	line-height: 133% !important;
	/* line-height: 20px; */
}

p.service-detail {
	margin: 0px 0 0px 0 !important;
}
/* END// ELEMENTS ************************************/




/* FORMAT ************************************/
/* overrides to Busybee */
#main-content img {
	background: #f1f1e5 url("/images/mhmg/wrapper-bg.jpg") repeat-y 0 0; /* cream2 */
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;

/* added to Busybee */
	-moz-border-radius-topleft: 10px !important;
	-moz-border-radius-topright: 10px !important;
	-webkit-border-top-left-radius: 10px !important;
	-webkit-border-top-right-radius: 10px !important;

/*	margin: -4px !important; */ /* 5px */
	padding: -1px !important; /* 5px */
}
/* END// FORMAT ************************************/




/* CUSTOM NAMES ************************************/
/* listed alphabetically */
#blogroll, .blogroll ul, .blogroll ul li {
	list-style-type:none !important; /* override Enhanced Links plugin */
}

.blogroll a:link, .blogroll a:visited {
	font-weight: bold;
}

.border {
	border-color: #CCCCCC #666666 #666666 #CCCCCC; 
	border-width: medium; 
	border-style: solid; 
}

.border_thin, .border-thin {
	border-color: #788CA0 #6D85A1 #6D85A1 #788CA0; /* #CC0033 #660000 #660000 #CC0033 clockwise order from 12 0'clock: top, right, bottom, left */
	border-width: thin; 
	border-style: solid; 
}

.bottom_fade, .bottom-fade {
	url(/images/about-fade-reverse.png) repeat-x 6.5 1.5;
}

.box1 {
	padding: 20px;
	border-width: medium;
	border-style: groove;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	background-image:  url(/images/graytexturenew_lightened.jpg); /* Gainsborough */
}

.bullet {
	margin-right:2px !important;
	margin-bottom:-4px !important;
	margin-left:2px !important;
	/* border:none !important; */
	border:0 !important;
	text-decoration:none !important;
	padding-left:4px !important;
	padding-right:5px !important;
}

.bullet_detail, .bullet-detail { 
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666; /* gray */
	margin-top: -10px; 
	margin-right: 5%;
/*	margin-left: 5%; */  
/*	text-indent: 0%; */
	font-size: 9pt;
	font-weight: normal !important; 
	font-style: italic !important; 
	line-height: 100%;
} /*  set the font family on headings, p and ul elements if you intend to set borders or backgrounds on elements such as div. This is a work-around for a bug where the browser forgets to use the inherited font family, instead switching to the default font as set by the browser preferences.   */

.bullet-main {
	color: #5B6D72; /* gray */
	line-height: 110%;
	font-size: 12pt !important;
	font-weight: bold !important; 
	font-style: normal !important;
	text-align: left !important;
	margin: 0px 0 0 0;
	padding-bottom: 0px;
}

.bullet_normal, .bullet-normal { 
	font-family: Tahoma, Geneva, sans-serif;
	color: #666666; /* gray */
	margin-top: 0px; 
	margin-right: 5%;
/*	margin-left: 5%; */  
	text-indent: -10%;
	font-size: 11pt !important;
	font-weight: normal !important; 
/*	font-style: italic;  */
} /*  set the font family on headings, p and ul elements if you intend to set borders or backgrounds on elements such as div. This is a work-around for a bug where the browser forgets to use the inherited font family, instead switching to the default font as set by the browser preferences.   */

.bullet_pad, .bullet-pad {
	padding-left: 60px;
	margin: -8px 0 -8px 0;
	text-align: left;
}

.column-left { 
	width: 40%;
	float: left;
	margin-left: 10%;	
}

.column-right { 
	width: 40%;
	float: right;	
	padding-bottom: 135px !important;
	margin-bottom: 135px !important;
	margin-right: 10%;
}

.div_shaded_no_border {
	align:center;
	border: 0px solid rgb(51, 51, 51);
	margin: 5px !important;
	padding: 5px !important;
	background-color: #E9E0D3 !important; /* e9e0d3 MHM sandy [row background] */
/*	font-size: 11px; */
	color: #53534c; /* dark brown2 */
}

.div_285px, .div-285px { /* used in footer and behind emphasized text */
	width: 285px;
}

.div_shaded, .div-shaded { /* used in footer and behind emphasized text */
/*	align:center; */
	border: 1px solid rgb(51, 51, 51);
/*	margin: 5px !important; */
/*	padding: 5px !important; */
	/* width: 285px; */
	background-color: #F3F8F2; /* e9e0d3 MHM sandy [row background] */
/*	font-size: 11px; */
	color: #53534c; /* dark brown2 */
/*	text-align:center; */
}

#enhanced-links ul { /* override Enhanced Links plugin */
	margin-bottom: 12px;
}

#enhanced-links ul li { /* override Enhanced Links plugin */
	font-size: small !important;
	line-height: 16px;
	margin-bottom: 12px !important;
}

#enhanced-links-1 li { /* override Enhanced Links plugin */
	list-style-type:none !important;
	font-weight: bold;
	color: #6D85A1;
	cursor: inherit !important;
	margin-bottom: 12px !important;
}

/* override Flex Pages plugin */
#flexipages-3.widget.flexipages_widget ul li.page_item a {
	font-weight: bold;
}
#flexipages-3.widget.flexipages_widget ul li.page_item ul li a {
	font-weight: normal;
}
.current_page_item a:link, .current_page_item a:visited { /* override Flex Pages plugin */
	font-color: #A3B69E !important;
}
/* END override Flex Pages plugin */

.formBuilderInput { /* formBuilder plugin */
/* 	width: 200px !important; */
}

#header.header h2.header {
	margin: 10px 0 10px 0 !important;
	/* padding: 8px 10px 0 !important; */
}

#lifestream-3 ul li {
	font-size: small !important; /* override Lifestream plugin */
}

.line { /* need to add an image here */
/*	background: #fff url(http://milehighcentral.com/images/rule.png) no-repeat center bottom; */
	border-color:#CCCCCC -moz-use-text-color #EFEFEF;
	border-style:solid none;
	border-width:1px;
	height:1px;
/*	margin:10px auto; */
	text-align:center !important;
	width:80%;
}

.link-cat-title { /* override Enhanced Links plugin */
	list-style-type:none !important;
	font-weight: bold;
	color: #6D85A1;
	cursor: inherit !important;
}

.linkcat { /* override Enhanced Links plugin */
	font-weight: normal;
	margin-bottom: 12px;
}

.logo {
	border:medium !important;
}

.mhm-desc-div { /* used on About pg near logos */
	margin-top: -8px !important;
	margin-bottom: 5px;
}

.mhmg-desc-div {
	margin-top: -10px !important;
}

.org-main {
	color: #5B6D72 !important; /* gray */
	line-height: 110%;
	font-size: 12pt !important;
	font-weight: bold !important; 
	font-style: normal !important;
	text-align: left !important;
	margin: -0px 0 0 0;
	padding-bottom: -3px;
}

.org-detail {
/*	color: #666666; */ /* gray */
	line-height: 120%;
	font-size: 10pt !important;
	font-weight: normal !important; 
	font-style: normal !important;
	text-align: left !important; 
	margin: -3px 0 12px 0 !important;
}

.service-list {
	padding:25px auto;
	margin:15px auto;	
}

.service-main {
	color: #5B6D72; /* gray */
	line-height: 110%;
	font-size: 12pt !important;
	font-weight: bold !important; 
	font-style: normal !important;
	text-align: left !important;
	margin: -12px 0 0 0;
	padding-bottom: -14px;
}

.service-detail {
/*	color: #666666; */ /* gray */
	line-height: 120%;
	font-size: 10pt !important;
	font-weight: normal !important; 
	font-style: normal !important;
	text-align: left !important; 
	margin: -3px 0 3px 0 !important;
}

.sub_header, .sub-header {
	color: #fbf7e4 !important; /* cream */
	font: bold 1.0em Georgia, "Times New Roman", Times, serif;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}

.signature {
	align:right;
	margin: -3px -25px 0 0 !important;
	padding: 0px 0px 0px 8px;
	z-index: 3;
}

#simpleTooltip {
	padding: 7px;
	border: 1px solid #A6A7AB;
	background: #F2F3F5;
}

.sublist { 
	margin-top: 0px; 
	font-size: 9pt;
	font-weight: normal !important; 
	font-style: italic !important; 
}

.summary {
	margin-top:-8px;
	margin-bottom: -8px;
}

.template_light_text a:link, .template_light_text a:visited {
	color:#FBF7E4 !important; /* cream */
}

.textwidget, .text-widget {
	clear: both;
	padding: 5px 10px;
	line-height:20px;
}

#twitter-tools ul li { /* override Twitter Tools plugin */
	font-size: small !important;
	margin-bottom: 12px !important;
	padding: 5px 0 5px 0;
	line-height: 14px;
}

#wassup-widget ul li ul .links { /* override Wassup plugin */
	list-style-type:none !important;
	font-size: small !important;
}

#wrapper {
	background: #f1f1e5 url(/images/wrapper-bg.jpg) repeat-y 0 0; /* cream2 */
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
/* END// CUSTOM NAMES ************************************/




/*  PIC DIVS ******/
.bigpicdiv, .big-pic-div {
	margin:-5px 4% 8px 4% !important;
	padding:0px 3% 0px 3% !important;
}
.bigpic, .big-pic {
	margin:5px 0 2px 0 !important;
}

.picdiv, .pic-div {
	margin:-5px 15px 15px 15px !important;
}
.picdivleft, .pic-div-left {
	margin:-5px 15px 15px 15px !important;
	text-align: left;
}
.picdivright, .pic-div-right {
	margin:-5px 15px 15px 15px !important;
	text-align: right;
}
.picdivcenter, .pic-div-center {
	margin:-5px 15px 15px 15px !important;
	text-align: center;
}
/*  END// PIC DIVS ******/



/*  PICS ************************************/
.caption {
	color:#A3B69E;
	font-size: 10.5px;
	text-align: center !important;
	font-weight: normal; 
	font-style: italic;
	line-height: 118%;
	padding: 4px 0px 5px 0px;
}

.mainpic, .main-pic {
	/* align:right; */ /* incorrect syntax */
	padding-left:10px;
	margin-left:15px;
}

.photo, .photo img {
/*	margin:5px 5px 5px 5px !important; */
/*	border: 3px groove rgb(51, 51, 51); */
	border-color: #CCCCCC #666666 #666666 #CCCCCC; 
	border-width: thick; 
	border-style: solid;

	-moz-border-radius: 15px !important;
	-khtml-border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	border-radius: 15px !important;

/*	background: #F8F7F2; */ /* clouds */
	padding:0px !important; /* necessary due to border */
}

.pic {
	margin:5px 0px 5px 0px !important;
}

.pic-norm {
	border: 0px solid rgb(51, 51, 51);
	background-color: transparent !important; /* e9e0d3 MHM sandy [row background] */
	background: transparent !important; /* overrides #main-content img */
	-moz-border-radius-bottomleft: 0px !important;
	-moz-border-radius-bottomright: 0px !important;
}
/* END// PICS ************************************/




/*  SPECIFIC ************************************/

/*  TESTIMONIALS ************************************/
.testimonial {
	width:620px;
	float:left;
	margin:15px 0 30px 0;
}

div#quote-start, .quote_start, .quote-start { /* left-quote  */
	float:left;
	background:url(/images/quote-start.png) no-repeat top;
	width:50px;
	height:44px;
	margin: -8px 0 3px 0;
	padding: 0 6px 3px 3px;
	overflow:visible;
	z-index: 5;
}

div#quote-end, .quote_end, .quote-end { /* right-quote  */
	float:right;
	background:url(/images/quote-end.png) no-repeat top;
	width:50px;
	height:44px;
	margin: -6px 2px 0 0;
	padding: 6px 3px 3px 0px;
	overflow:visible;
	z-index: 5;
}

.old_quote_start {
	float: left;
	height: 45px;
    margin-top: -20px;
    padding-top: 45px;
    margin-bottom: -50px;	
    font-size: 700%;
	color:#788CA0; /* 788CA0 blue_lt [content border] */
	font: bold 1.0em Georgia, "Times New Roman", Times, serif !important;
}

.old_quote_end {
	float: right;
	height: 25px;
    margin-top: 0px;
    padding-top: 45px;	
    font-size: 700%;
	color:#788CA0; /* 788CA0 blue_lt [content border] */
	font: bold 1.0em Georgia, "Times New Roman", Times, serif !important;
}

.testi-text {
	float:left;
	text-align:justify;
	width:470px;
	padding-right:65px;
	background:url(/graphics/quote-right.jpg) no-repeat right bottom;
}

.testi-pic {
	float:left;
	width:77px;
	height:104px;
	margin-left:70px;
	display:inline;
}

.testi-name {
	float:left;
	padding:30px 0 0 15px;
}
/* END// TESTIMONIALS ************************************/



/* Web Packages ****************/
/* BASELINE Web Package ****************/
#package_baseline, #package-baseline {
	padding: 5;
	margin: 5;
	background: #E3E6DA; /* e3e6da busybee light green */
	color: #458862;
	line-height: 14px;
	font-size: 12px;
	text-align: left;
	font-weight: normal; 
	font-style: normal;

	border-width: medium medium medium medium;
	border-spacing: 5px;
	border-style: groove groove groove groove;
	border-color: green green green green;
	border-collapse: separate;
	background-color: #E3E6DA; /* e3e6da busybee light green */
}

#package_baseline th, #package-baseline th, .package_row_hdr, .package-row-hdr {
	color: #114477; /* dark blue */
	font-weight: bold;
	font-size: 14px;
	border: teal 2px;
	text-decoration: underline;
	
	border-width: medium medium medium medium;
	padding: 3px 3px 3px 3px !important;
	border-style: outset outset outset outset;
	border-color: green green green green;
	background-color: #E9E0D3;  /* */
	-moz-border-radius: 9px 9px 9px 9px;	
}

.package_baseline_title, .package-baseline-title {
	color: #114477 !important; /* dark blue */
	font-weight: bold;
}

#package_baseline td, #package-baseline td {
	border-width: thin thin thin thin;
	padding: 3px 3px 3px 3px !important;
	margin: 3px 3px 3px 3px !important;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: #F8F7F2; /* f8f7f2 mhm clouds [content background] */
	-moz-border-radius: 9px 9px 9px 9px;
}

.package_item_hdr, .package_desc_hdr, .package_baseline_hdr, .package-item-hdr, .package-desc-hdr, .package-baseline-hdr {
/*	background-color: #C7E1FF; */ /* e9e0d3 MHM sandy [row background] */
/*	background-color: #A3B69E; */  /* a3b69e mhm light green [banner] / [link] */
}

.package_baseline_hdr, .package-baseline-hdr {
	background-color: #d2e0de;  /* A3B69E */
}


/* STANDARD Web Package ****************/
#package_standard, #package-standard {
	padding: 5;
	margin: 5;
	background: #E3E6DA; /* e3e6da busybee light green */
	color: #458862;
	line-height: 14px;
	font-size: 12px;
	text-align: left;
	font-weight: normal; 
	font-style: normal;

	border-width: medium medium medium medium;
	border-spacing: 5px;
	border-style: groove groove groove groove;
	border-color: green green green green;
	border-collapse: separate;
	background-color: #E3E6DA; /* e3e6da busybee light green */
}

#package_standard th, #package-standard th, .package_row_hdr, .package-row-hdr {
	color: #114477; /* dark blue */
	font-weight: bold;
	font-size: 14px;
	border: teal 2px;
	text-decoration: underline;
	
	border-width: medium medium medium medium;
	padding: 3px 3px 3px 3px !important;
	border-style: outset outset outset outset;
	border-color: green green green green;
	background-color: #E9E0D3;  /* */
	-moz-border-radius: 9px 9px 9px 9px;	
}

.package_standard_title, .package-standard-title {
	color: #114477 !important; /* dark blue */
	font-weight: bold;
}

#package_standard td, #package-standard td {
	border-width: thin thin thin thin;
	padding: 3px 3px 3px 3px !important;
	margin: 3px 3px 3px 3px !important;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: #F8F7F2; /* f8f7f2 mhm clouds [content background] */
	-moz-border-radius: 9px 9px 9px 9px;
}

.package_standard_hdr, .package-standard-hdr {
	background-color: #d2e0de;  /* A3B69E */
}


/* PREMIUM Web Package ****************/
#package_premium, #package-premium {
	padding: 5;
	margin: 5;
	background: #E3E6DA; /* e3e6da busybee light green */
	color: #458862;
	line-height: 14px;
	font-size: 12px;
	text-align: left;
	font-weight: normal; 
	font-style: normal;

	border-width: medium medium medium medium;
	border-spacing: 5px;
	border-style: groove groove groove groove;
	border-color: green green green green;
	border-collapse: separate;
	background-color: #E3E6DA; /* e3e6da busybee light green */
}

#package_premium th, #package-premium th, .package_row_hdr .package-row-hdr {
	color: #114477; /* dark blue */
	font-weight: bold;
	font-size: 14px;
	border: teal 2px;
	text-decoration: underline;
	
	border-width: medium medium medium medium;
	padding: 3px 3px 3px 3px !important;
	border-style: outset outset outset outset;
	border-color: green green green green;
	background-color: #E9E0D3;  /* */
	-moz-border-radius: 9px 9px 9px 9px;	
}

.package_premium_title, .package-premium-title {
	color: #114477 !important; /* dark blue */
	font-weight: bold;
}

#package_premium td, #package-premium td {
	border-width: thin thin thin thin;
	padding: 3px 3px 3px 3px !important;
	margin: 3px 3px 3px 3px !important;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: #F8F7F2; /* f8f7f2 mhm clouds [content background] */
	-moz-border-radius: 9px 9px 9px 9px;
}

.package_premium_hdr, .package-premium-hdr {
	background-color: #d2e0de;  /* A3B69E */
}


/* ULTIMATE Web Package ****************/
#package_ultimate, #package-ultimate {
	padding: 5;
	margin: 5;
	background: #E3E6DA; /* e3e6da busybee light green */
	color: #458862;
	line-height: 14px;
	font-size: 12px;
	text-align: left;
	font-weight: normal; 
	font-style: normal;

	border-width: medium medium medium medium;
	border-spacing: 5px;
	border-style: groove groove groove groove;
	border-color: green green green green;
	border-collapse: separate;
	background-color: #E3E6DA; /* e3e6da busybee light green */
}

#package_ultimate th, #package-ultimate th, .package_row_hdr, .package-row-hdr {
	color: #114477; /* dark blue */
	font-weight: bold;
	font-size: 14px;
	border: teal 2px;
	text-decoration: underline;
	
	border-width: medium medium medium medium;
	padding: 3px 3px 3px 3px !important;
	border-style: outset outset outset outset;
	border-color: green green green green;
	background-color: #E9E0D3;  /* */
	-moz-border-radius: 9px 9px 9px 9px;	
}

.package_ultimate_title, .package-ultimate-title {
	color: #114477 !important; /* dark blue */
	font-weight: bold;
}

#package_ultimate td, #package-ultimate td {
	border-width: thin thin thin thin;
	padding: 3px 3px 3px 3px !important;
	margin: 3px 3px 3px 3px !important;
	border-style: inset inset inset inset;
	border-color: green green green green;
	background-color: #F8F7F2; /* f8f7f2 mhm clouds [content background] */
	-moz-border-radius: 9px 9px 9px 9px;
}

.package_ultimate_hdr, .package-ultimate-hdr {
	background-color: #d2e0de;  /* A3B69E */
}


/* ALL Web Packages ****************/
.package_row, .package-row {
	border-width: thin;
	border-style: groove;
}

.package_item, .package-item {
	font-weight: bold;
	margin-left: 4px !important;
	padding: 2px;
}

td.package_item:before, td.package-item:before {
	content:url(/images/check.png);
	margin-left: 2px;
}

.package_desc, .package-desc {
	font-style: italic;
	font-size: 10.5px;
	padding: 2px;	
}

.package-indicator {
	color: #19FF63 !important; /*  */
	font-weight: bold;
	padding-right: 4px;
}

.options_div, .options-div {
	background: #E3E6DA; /* e3e6da busybee light green */
	padding: 15px;
}

.options_hdr, .options-hdr {
	background-color: #A3B69E; /* e9e0d3 MHM sandy [row background] */
	font-weight: bold;
	font-style: normal;
	font-size: 14px;
	margin-left: 5px;
}

.options {
	/* background-color: #C7E1FF; */ /* e9e0d3 MHM sandy [row background] */
	font-style: normal;
	font-size: 11px;
}
/* END// Web Packages ****************/



/*  DELICIOUS LINKS ************************************/
img.faviconimg {
	border:0 !important;
	width:14px !important;
	height:14px !important;
	padding:0 4px 0 4px !important;
	margin:0 2px -7px 4px !important;
	max-width: 15px;
	max-height: 15px;
	/* opacity: 0.5; */
}

img.faviconimg a:hover {
	/* opacity:1 !important;  */
}

ul.favilist {
	list-style:none !important;
	padding:0 4px !important;
	margin:0 4px -7px 4px !important;
}

.deliciousplus-post {
	list-style:none !important;
}

.deliciousplus-post img.faviconimg {
	list-style:none !important;
	display:none;
	visibility: hidden;
}

.pbs_clearfix {
	/* background: url("http://milehighcentral.com/styles/clean-light/http://milehighcentral.com/images/divider.gif") repeat-x 0 100%; */
	/* background-color: #8e8e83; */ /* dark beige */
	-moz-border-radius-topleft: 5px !important;
	-moz-border-radius-topright: 5px !important;
	-webkit-border-top-left-radius: 5px !important;
	-webkit-border-top-right-radius: 5px !important;
	background: #F1F1E5 url(/images/wrapper-bg.jpg) repeat-y 0 0;
}

.deliciousplus-tags, .deliciousplus-tags a:link, .deliciousplus-tags a:visited {
	color:#8e8e83 !important; /* dark beige */
}

.pod_delicious_links_subtitle, .link_date {
	font-size:70%;
}

.pbs_top_left { /* delicous-plus widget/code */
	/* background: #E2E2D6;  */
	width: 100% !important;
	background-color: #d5d5c9; /* delicous-plus */	                           
	margin-left: 18px;	                           
	margin-bottom: 0pt;	                           
	margin-right: 0pt;	                           
	margin-top: -15px; /* -58px */	                           
	background:transparent;
}
/* END// DELICIOUS LINKS ************************************/



/* SHRINK THE WEB: WP-PORTFOLIO PLUGIN ************************************/
.portfolio-website {
	padding: 10px;
	margin-bottom: 10px;
}
.website-thumbnail {
	float: left;
	margin: 0 20px 20px 0;
}
.website-thumbnail img {
	border: 1px solid #555;
	margin: 0;
	padding: 0;
}
.website-name {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 3px;
}
.website-name a,.website-url a {
	text-decoration: none;
}
.website-name a:hover,.website-url a:hover {
	text-decoration: underline;
}
.website-url {
	font-size: 9pt;
	font-weight: bold;
}
.website-url a {
	color: #777;
}
.website-description {
	margin-top: 15px;
}
.website-clear {
	clear: both;
}
/* END// SHRINK THE WEB: WP-PORTFOLIO PLUGIN ************************************/


#list-benefits ul li ul.small-list li {
/* 	background: none; */
	font-size: 12px;
/* 	list-style: square !important; */
	margin-bottom:-10px;
/* 	padding-left: 0px !important; */
	margin-left: 40px !important;
	padding: 3px 10px 16px 25px;
	background:url("http://milehighcentral.com/images/check-circle16x16.png") no-repeat scroll left 1px transparent;
	list-style-type: none !important;
}

.features-box {
	/* height:205px; */
	padding-bottom:15px;	
	margin-bottom:15px;	
}



/* COLORS */
.green {
	color: #458862;
}
.red {
	color: #B2265D;
}