html * {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}

body { 
	 background-color: #B6B5DB; 
	/*background-image: url(../images/layout/body_bg2.png); */
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	height: 100%;
	width: 100%;
}

img {
	border: 0px;
}

a, a:visited, a:link, a:active {
	color: #4847A4;	/* putple */
}

a:hover {
	color: #E4C679;	/* yellow */
}

h1 {
	margin-bottom: 25px;
	color: #4847A4;
}
h3 {
	background-color: #E4C679;
	padding: 5px;
	padding-left: 25px;
}
h4 {
	margin-bottom: 25px;
}

p {
	margin-bottom: 15px;
}


/****************************************   LAYOUT   *******************************************/
#pageContainer {
	min-width: 965px;
}

#pageFooter {
	min-width: 965px;
	color: white;
	margin-top: 25px;
	padding: 10px 0;
	border-top: 1px solid gray;
	background-color: #4847A4;
	text-align: center;
}
#pageFooter a {
	color: white;
	text-decoration: none;
}
#pageFooter a:hover {
	text-decoration: underline;
}

#headerContainer {
	width: 100%;
}
#contentContainer {
	max-width: 1265px;
	padding: 0px 10px;
	margin: 0 auto;
}	

#header {
	background: transparent url(../images/layout/header_bg.png) repeat-x; 
	text-align: center;
}
#header a {
	height: 140px;
}

#navigation {
	background: transparent url(../images/layout/navigationSprite.png) left top repeat-x; 
	margin-bottom: 50px;
}

#navigation ul {
	list-style: none;
	height: 34px;
	width: 931px;
	margin: 0px auto;
}
		
#navigation li {
	background: transparent url(../images/layout/navigationSprite.png) left top repeat-x; 
	float: left;
	height: 34px;
	padding: 0 10px;
	border-right: 2px solid #686868;
	overflow: hidden;
}
#navigation li:first-child {
	border-left: 2px solid #686868;
}
#navigation li:hover {
	background-position: left bottom; 
}

#navigation a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 7px;
	height: 34px;
}
#navigation li:hover a {
	color: #000000;
	text-decoration: underline;
}

#footer {
/*
	background-color: #6564b3;
	background-image: url(../images/layout/header_bg.png);
	height: 200px;
*/	
}

.columnWrapper {float: none; clear: both; width:100%;}
/* Fix used to enclose floats */
.columnWrapper:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
.columnWrapper{display: inline-block;} /* Hides from IE Mac */ 
* html .columnWrapper{height: 1%;} 
.columnWrapper{display:block;} 
/* End Hack */ 

.dualColumn {
	float: left;
	width: 50%;
}
.triColumn {
	float: left;
	width: 33.3%;
	min-height: 5px;
}
.quadColumn {
	float: left;
	width: 25%;
}
/*
.columnCenterWrapper {
   float: left;
   width: 100%;
   background-color: #fff
}
.columnCenter {
   margin-right:240px;
   margin-left:240px;
   background-color: #afeeee;
}
.columnLeft {
   float: left;
   width: 230px;
   margin-left: -100%;
   background-color: #cfcfcf;
}
.columnRight {
   float: left;
   width: 230px;
   margin-left: -200px;
   background-color: #cfcfcf;
}
*/
.columnLeft, .columnCenter, .columnRight {
	float: left;
	margin: 0px 10px;
}

.columnLeft {
   width: 23%;
}
.columnCenter {
   width: 47.5%;
}
.columnRight {
   width: 23%;
}

/****************************************   General   *******************************************/
.quoteAuthor {
	text-align: right;
}

.important {
	color: red;
}

.whiteBox {
	padding-top: 30px;
	padding-bottom: 10px;
	background-color: white;
}

.slideshowWrapper {
	margin-bottom: 25px;
}

.slideshowWrapper .slideshow {
	height: 253px; 
	width: 355px; 
	margin: auto;
	border: 1px solid #ccc; 
	border-bottom: none;
	background-color: #eee; 	
}
.slideshowWrapper .slideshow img { 
	padding: 15px; 
}
.slideshowWrapper .caption {
	width: 355px; 
	margin: auto;
	border: 1px solid #ccc; 
	border-top: none;
	background-color: #eee; 	
}

.slideshowWrapper .caption h4 {
	padding: 15px; 
	padding-top: 0px;
	text-align: center;
	margin-bottom: 0px;
}


/****************************************   Homepage   *******************************************/
#homePage {

}

#homePage .columnLeft, #homePage .columnRight {
/*
	width: 250px;
*/
}
#homePage p {
	margin: 10px 0px;
}
.featured_links {
/*
	width: 200px;
*/
}
	
.featured_links ul {
	list-style-type: none;
}
.featured_links li {
	margin: 0;
	padding: 0 0 20px;
}

#latestNews,
#mediaPlayer {
	margin: 10px 0;
}

#latestNews .inside_68,
#mediaPlayer .inside_68 {
	text-align: left;
}


.latestNewsWrapper h3 {
	background-color: transparent;
	text-align: left;
	padding: 0;
}

.latestNewsWrapper .content {
	padding: 25px;
}


#homePagePlayer {
	margin-top: 20px;
}

#skypeControl {
	margin: 10px auto 0;
	text-align: center;
}

#skypeControl span {
	line-height: 44px;
	vertical-align: top;
	font-weight: bold;
}

/****************************************   Progress   *******************************************/
#businesses {
	margin-bottom: 25px;
}
#businesses .columnWrapper {
	margin-bottom: 15px;
}
#businesses .thumbnail {
	width: 200px;
	margin: 0 auto;
	text-align: center;
}
.thumbnail .photo {
	margin-bottom: 5px;
}

.photo img {
	border: 1px solid black;
}

#message {
	padding: 25px 25px 10px;
}

#contentHeading,
#contactInfo {
	text-align: center;
}
#contentHeading h1 {
	margin-bottom: 10px;
}
#contentHeading h2 {
	margin-bottom: 20px;
}


/****************************************   Progress - Bakery  *******************************************/
.productsAndServicesWrapper {
	margin: 0 auto;
/*
	width: 800px;
*/
	background-color: #ffffff;
	margin-bottom: 25px;
}
.productsAndServicesWrapper h4 {
	text-align: center;
	padding-bottom: 25px;
}

.productsAndServices {
	padding: 25px;
}
.productsAndServices ul {
	list-style: none;
}

.productsAndServices .dualColumn.left {
}
.productsAndServices  .dualColumn.right {
}
