/* Start of CMSMS style sheet 'My : Post' */
/**
 * Main.
 */
/* With BluePrint.
#main_text #sub-heading {color: #014e72; font-size: 1.5em; font-weight: bold;}
#main_text {text-align: center;}
#main_text p {font-size: 1em; padding-bottom: 1em;}
#main_info {color:#eeeeee;}
#copyright {text-align: center;}
*/

/**
 * With YUI grids.
 */
#hd #menu {margin-bottom: 0; background-color: #555150;}
#hd #breadcrumbs {padding: 0.5em 0; background-color: #e4e2df;}
#hd #breadcrumbs {padding-left: 10px;}
#hd #breadcrumbs a {color: #000;}

#ft a,
#ft a:link,
#ft a:visited { 
  color: #eee;
}
#ft a:hover {
  text-decoration: none;
}
#ft .links li {float: left;}
#ft .links li.first {margin-right: 0.5em;}
#ft #addthis {text-align: right;}
#ft #copyright {text-align: center; color: #eee; font-size: 13px;}

/**
 * jQuery Tabs.
 */
.ui-tabs .ui-tabs-hide {
     display: none;
}
.ui-widget-header {
  background-color: #ffe933;
  border-color: #ffe933;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited { 
  color: #0093d8;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited { 
  color: #555150;
}
.ui-state-hover a,
.ui-state-hover a:link,
.ui-state-hover a:visited { 
  color: #0093d8;
}
.ui-state-default.ui-tabs-selected a { 
  color: #0093d8;
}
.ui-widget-header {
  background: #ffe933 none;
  border: 1px solid #ccc;
}

/**
 * YUI Tab View - set height of first tab to force correct container height in IE.
 */
/*
#tab-packages div#tabs {
  height: 500px;
}
*/

/**
 * Home.
 */
#bd.home {padding: 1em;}
#bd.home #content #text #sub-heading {color: #0093d8; font-size: 1.5em; font-weight: bold;}
#bd.home #content #text {text-align: center;}
#bd.home #content #text p {padding-bottom: 1em;}
#bd.home #content #info {color:#eee;}

.content-main div#text p {font-size: 1.1em;}
.offer {padding: 1em; border: 3px solid #ef8c08; color: #000; background-color: #eee; font-weight: normal;}
.offer-header {color: #0093d8; font-size: 1.2em; font-weight: bold; text-align: center;}
.offer .more,
.offer .more a {color: #ef8c08;}

/**
 * About Us.
 */
#about-us {margin: 1em;}
#about-us h6 {font-weight: bold;}

/**
 * Contact Us.
 */
.contactform .error_message {color: #0093d8;}
.contactform .fbsubmit {margin-top: 0.5em;}

/* End of 'My : Post' */

