body{
	padding: 0px;
	margin: 0px;
	background:#ccc;
    color: #333;
    font: 12px arial, sans-serif;
}

html{ 
	height: 100%;
}

.clear_left{
	clear: both;
}

/**HTML5 fix - do not touch**/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/**
* Common Element Specific
*/
p{ 
  padding: 0 0 15px 0;
  margin: 0;
  text-align:justify;
  line-height: 18px;
}

.widget p { 
  padding: 0 0 0 0;
  margin: 0;
  text-align:justify;
  line-height: 18px;
}

img { border: 0;}

h1, h2, h3, h4, h5, h6 { 
	font: normal 175% 'Yeseva One', cursive;
  	color: #000;
  	margin: 0 0 15px 0;
  	padding: 15px 0 5px 0;
}

h2{ 
	font: normal 175% 'Yeseva One', cursive;
	padding: 0;
	margin: 0 0 15px 0;
}

h3{ 
	font: normal 150% 'Yeseva One', cursive;
	padding: 0;
	margin: 0 0 5px 0;
	color:#4080bd;
}

h4, h5, h6{ 
	margin: 0;
  	padding: 0 0 5px 0;
  	font: normal 120% arial, sans-serif;
  	color: #000;
}

h5, h6{ 
	font: italic 95% arial, sans-serif;
  	padding: 0 0 15px 0;
  	color: #000;
}

h6{ color: #000;}

a{ 
	outline: none;
  	text-decoration: none;
  	color: #000;
}

a:hover{ 
	color:#9f6c00;
	text-decoration:none;
}

ul{ 
  padding: 0;
  margin: 0;
}

ul li{ 
	list-style-type: circle;
	padding: 0;
	margin: 0;
}

ol{ 
	padding: 0;
	margin: 0;
}

ol li{ 
	padding: 0;
	margin: 0;
}

.floatleft {
	float:left;
	padding: 0 10px 10px 0;
}

.floatright {
	float:right;
	padding: 0 0 10px 10px;
}


/**
* Layout Specific
*/

/*.topbar {
	text-align:center;
	color:#fff;
	padding:5px 0;
	background: #000;
	width:100%;
	position:absolute;
	height:20px;
	z-index:999;
}*/

#global-container {
	width:960px;
	margin:0 auto;
}

#content-container {
	width: 960px;
	height: auto;	
	position:relative;
	background:#fff;
	box-shadow: 0 0px 10px #999;
	/*box-shadow: 0 9px 0px -9px white, 0 -9px 0px -9px white, 0 0 20px -4px rgba(153, 153, 153, 1.0), 0 0 20px -4px rgba(153, 153, 153, 1.0);*/
	margin:0 auto;
}

header {
	width: 960px;
	float: left;
	margin:0 auto;
	/*min-height: 150px;*/
}

.logo {
	width: 920px;
	margin: 5px 20px;	
}

/*.header-column-one {
	width:auto;
	float:left;
	background: #ececec;
	height:20px;
	width:250px;
	padding:40px 0;
}

.header-column-two {
	width:auto;
	float:right;
	background: #ececec;
	height:20px;
	width:500px;
	padding:40px 0;
}*/

.navigation {
	display:block;
	width:100%;
	float:right;
	z-index:999; 	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #85c0f6), color-stop(1, #5091cd));
	background: -o-linear-gradient(bottom, #85c0f6 0%, #5091cd 100%);
	background: -moz-linear-gradient(bottom, #85c0f6 0%, #5091cd 100%);
	background: linear-gradient(to bottom, #85c0f6 0%, #5091cd 100%);		
	height:45px;
}

.banner {
	display:block;
	float:left;
	padding:25px 20px 0 20px;
	width:920px;
	height:300px;
}

.banner-shadow {
	clear:both;
	background:url(images/shadow.jpg);
	width:920px;
	height:26px;
	padding:0 20px;
}

section {
	width:960px;
	margin:0 auto;
}

#component {
	float: left;
	width: 650px;
	/*margin: 0 0 20px 0;*/
}

.component-column /** can display multiple partials, set width & height in your own markup **/ {
	display:inline;
	width:650px;
	float:left;
	background: #fff;
	padding:0 0 15px 20px;
}

.component-right {
	display:block;
	float:right;
	width:250px;
	margin:0 20px 0 0;
}

.component-right-title {
	background-color:#85c0f6; 
	width:250px; 
	height:40px; 
	border-top-left-radius:10px; 
	border-top-right-radius:10px;
}

.component-right-title h2 {
	font-family: Arial, sans-serif;
	padding:10px 0 0 15px; 
	font-size:18px;
}

.component-right-content {
	border:1px solid #CCC; 
	border-bottom-left-radius:10px; 
	border-bottom-right-radius:10px;
	padding:15px 0 0 0;
	margin:0 0 20px 0;
}

.component-links {
	clear:both;
	width:100%;
	border-top:1px dotted #CCC;
	padding:15px 0;
}

.component-links h2 {
	padding:0 0 5px 20px;
}

footer {
	background:#000;
	color:#fff;
	float:left;
	width:960px;
	height:20px;
	margin:0;
	padding:20px 0 15px 0;
}

.footer-content  /** can display multiple partials, set width & height in your own markup **/  {
	display:inline;
	float:left;
	width: 520px;
	margin:0 20px;
	position:relative;
}

.bottombar {
	float:left;
	width:400px;
	text-align:right;
}

.bottombar a {
	color: #fff;
	font-weight:bold;
	text-transform: uppercase;
	font-size:11px;
	padding: 0 20px 0 0;
}

ul.sidebar {
	padding:0 0 10px 25px;
}

ul.sidebar li {
	list-style: url(images/bullet.jpg);
}

ul.sidebar li a {
	font-size:12px;
	line-height:18px;
}

ul.sidebar li a:hover {
	/*color:#4080bd;*/
	color:#9f6c00;
	text-decoration:underline;
}

ol.content {
	padding:0 0 15px 18px;
}

.button {
	width:95px;
	height:25px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #85c0f6), color-stop(1, #5091cd));
	background: -o-linear-gradient(bottom, #85c0f6 0%, #5091cd 100%);
	background: -moz-linear-gradient(bottom, #85c0f6 0%, #5091cd 100%);
	background: linear-gradient(to bottom, #85c0f6 0%, #5091cd 100%);	
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.button a {
	color:#333;
	font-size:14px;
	line-height:25px;
	padding:0 0 0 13px;
}

.button a:hover {
	color:#FFF;
}

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

a.links2 {
	color:#0000FF;
	text-decoration:underline;
}

a.links2:hover {
	color:#9f6c00;
}
.pfs-bod tr td{
    vertical-align: top;
    padding: 15px;
    border-bottom: 1px dotted #85c0f6;
}
.pfs-bod tr td:first-child{
    border-right: 1px dotted #85c0f6;
}
.pfs-bod ul {
    margin: 10px 0 15px;
    display: block;
}
.pfs-bod li {
    list-style: disc inside;
    margin-bottom: 8px;
}
.pfs-bod a {
    color: #9f6c00;
}
.pfs-bod a:hover {
    color: #4080bd;
    text-decoration: underline;
}

 
.count_down ul li {
  width: 50px;
  display: inline-block;
  text-align: center;
}
.count_down ul li span {
	font-size: 20px;
	font-weight: bold;
}

.timeRefDays , .timeRefHours , .timeRefMinutes , .timeRefSeconds
{
	text-align: center !important;
}

.countdown
{
padding: 8px 15px;
    background: #D1E9FF;
}

