/* COLOURS

	#D4E155: Border green
	#8DD8F8: Left Background blue 
	#E9F6F9: Module background blue
	#1484AD: Title font blue
	#789ABC: Link blue
	#BA4646: Link hover red
*/


/* Main & generics */
* { margin:0; padding:0; }

body {
	color:#333; 
	font-family:"Lucida Sans",verdana,arial,serif,times;
	font-size:13px;
}

#container {
	width: 800px;
	margin: 20px auto;
	background:#FFF;
}


/* Header */
#header {
	background:url(../_images/speakeasy4Schools.gif) 10px 10px  no-repeat;
}
#headerTopRight{
	background:url(../_images/enterpriseEducation.gif) top right no-repeat;
	padding-top:32px;
}
#headerBottomRight{
	height:25px;
	padding:35px 0 0 460px;
	background:url(../_images/contactHeader.gif) bottom right no-repeat;
}

/* Middle body stuff */
#bodyContainer{
	padding-top:10px;
	background:url(../_images/bodyContainerTop.gif) no-repeat;	
}
#bodyContainerTop{
	background:#D4E155 url(../_images/bodyContainerSub.gif) no-repeat;
}
#bodyContainerBottom{
	padding:0 10px 10px;
	background:url(../_images/bodyContainerBottom.gif) bottom no-repeat;
	height:100%;
}

#bodyContainerBlue{
	background:#8DD8F8 url(../_images/leftNavBottomLeft.gif) bottom left no-repeat;
	height:100%;
}

/* Main content */
#mainContent{
	float:right;
	background:#FFF url(../_images/mainContentMiddle.gif) repeat-y;
	clear:none;
	width:605px;
	
}
#mainContentTopLeft{
	background:url(../_images/mainContentTopLeft.gif) top left no-repeat;
}
#mainContentBottomLeft{
	background:url(../_images/mainContentBottomLeft.gif) bottom left no-repeat;
	
}
#mainContentBottomRight{
	background:url(../_images/mainContentBottomRight.gif) bottom right no-repeat;
	padding:0 0 20px 38px;
	min-height:575px;
  	height:auto !important;
  	height:575px;	
  	
}

.container {
	padding: 27px 20px 0px 15px;
}

/* leftNav */
#leftNav{
	float:left;
	width:155px;
	background:#8DD8F8;
	height:100%;
	clear:none;
	
}

#leftNavTopLeft {
	background:url(../_images/leftNavTopLeft.gif) no-repeat;
}

#leftNavBottomLeft {
	
}

/* footer */
#footer{
	padding:10px;
	font-size:.9em;	
}

#footer .right{
	color:#999;	
}

/* TWO COLUMN LAYOUT */
.twoColumnContainer{
	height:1%;
}
.leftCol{
	float:left;
	width:250px;
	margin-right:20px;
}
.rightCol{
	float:left;
	width:250px;
}

/* HOME PAGE */

#homePage, #videoContainer{
	background:url(../_images/homeCurve.jpg) top right no-repeat;
}

/* MODULES */
.module1 {
	height:248px;
	width:540px;
	background:url(../_images/modules/module1Middle.gif) repeat-x;
}
.module1Left {
	background:url(../_images/modules/module1Left.jpg) no-repeat;
}
.module1Right {
	background:url(../_images/modules/module1Right.gif) top right no-repeat;
}
.module1Content {
	padding: 20px 30px 20px 255px;
	height:248px;	
}



.module2TopLeft {
	background: url(../_images/modules/module2TopLeft.gif) no-repeat;
	height:1%;
}
.module2TopRight {
	background:#E3F0F8 url(../_images/modules/module2TopRight.gif) top right no-repeat;	
	
}
.module2Content {
	padding:15px 20px 0px;
	
	
}
.module2BottomLeft {
	background:url(../_images/modules/module2BottomLeft.gif) bottom left no-repeat;	
	
}
.module2BottomRight {
	background:url(../_images/modules/module2BottomRight.gif) bottom right no-repeat;
	padding-bottom:15px;
}

.module3 {
	height:248px;
	width:530px;
	margin-bottom:20px;
	background:url(../_images/modules/module3Middle.gif) repeat-x;
}

.module3Left {
	background:url(../_images/modules/module3Left.gif) no-repeat;
}
.module3Right {
	background:url(../_images/modules/module3Right.jpg) top right no-repeat;
}

.module3Content {
	padding: 20px 255px 20px 30px;
	height:248px;	
}

.module4 {
	width:250px;
	background:url(../_images/modules/module4Middle.gif) repeat-y;
	margin-left:10px;
	float:right;
	height:1%;
}

.module4Top {
	background:url(../_images/modules/module4Top.jpg) no-repeat;
}
.module4Bottom {
	background:url(../_images/modules/module4Bottom.gif) bottom no-repeat;
	padding-bottom:35px;
}

.module4Content {
	padding: 265px 15px 10px 15px;
	text-align:center;
}

.module5TopLeft {
	background:url(../_images/modules/module5TopLeft.gif) no-repeat;
	height:1%;
}
.module5TopRight {
	background:url(../_images/modules/module5TopRight.gif) top right no-repeat;	
	
}
.module5Content {
	padding:15px 20px 0px;
	
}
.module5BottomLeft {
	background:url(../_images/modules/module5BottomLeft.gif) bottom left no-repeat;	
	
}
.module5BottomRight {
	background:url(../_images/modules/module5BottomRight.gif) bottom right no-repeat;
	padding-bottom:15px;
}

.module6TopLeft {
	background:url(../_images/modules/module6TopLeft.gif) no-repeat;
	height:1%;
}
.module6TopRight {
	background:url(../_images/modules/module6TopRight.gif) top right no-repeat;	
	
}
.module6Content {
	padding:60px 20px 0px;
	
}
.module6BottomLeft {
	background:url(../_images/modules/module6BottomLeft.gif) bottom left no-repeat;	
	
}
.module6BottomRight {
	background:url(../_images/modules/module6BottomRight.gif) bottom right no-repeat;
	padding-bottom:50px;
}


.module7TopLeft {
	background:url(../_images/modules/module7TopLeft.gif) no-repeat;
	height:1%;
}
.module7TopRight {
	background:url(../_images/modules/module7TopRight.gif) top right no-repeat;	
	
}
.module7Content {
	padding:15px 20px 0px;
	
}
.module7BottomLeft {
	background:url(../_images/modules/module7BottomLeft.gif) bottom left no-repeat;	
	
}
.module7BottomRight {
	background:url(../_images/modules/module7BottomRight.gif) bottom right no-repeat;
	padding-bottom:15px;
}


.productModuleTopRight {
	background:url(../_images/modules/productModuleTopRight.gif) top right no-repeat;	
	padding-top:60px;
	height:1%;
}

.productModuleBottomRight {
	background:url(../_images/modules/productModuleBottomRight.gif) bottom right no-repeat;
}
.productModuleBottomLeft {
	background:url(../_images/modules/productModuleBottomLeft.gif) bottom left no-repeat;
	padding:0 30px 30px;	
}


.whatsInBoxTop{
	background:url(../_images/modules/whatsInBoxTop.gif) top left no-repeat;
	width:243px;
	margin-left:20px;
	margin-top:60px;
}
.whatsInBoxTop h3 {
	font-size:2.0em;
	padding:10px 20px 5px;
	margin-bottom:0px;
}
.whatsInBoxBottomBeTheBoss{
	background:url(../_images/modules/whatsInBoxBottomBeTheBoss.gif) bottom left no-repeat;
	padding-bottom:138px;
}
.whatsInBox {
	background:url(../_images/modules/whatsInBoxMiddle.gif) repeat-y;
	padding:0 20px 20px;
}