@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, #content2, img, ul, li{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align:center;
	color: #666666;
	font-size: 62.5%;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-color: #78789E;
}

html { 
      height: 100%; margin-bottom: 1px; 
       overflow-y: scroll;
   }

#wrapper {
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFFFFF;
	border: 15px solid #FFFFFF;
}

#header {

}
#contentWrapper  {
	width: 764px;
	float: right;
}

#video  {
	width: 960px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}


#container {
	background-repeat: repeat-y;
	background-position: left 15px;
}
#side-a {
	float: left;
	width: 185px;

}
#side-b {
	float: right;
	width: 170px;
	background-repeat: repeat-x;
	padding: 1px;
	border: 1px solid #E5E5E5;
	background-color: #FFFFFF;
}
#content {
	float: left;
	width: 579px;
	margin-left: 0px;
	background-color: #FFFFFF;
	margin-bottom: 15px;
	padding: 1px;
	border: 1px solid #E5E5E5;
}
#contentLge{
	float: left;
	margin-left: 0px;
	background-color: #F2F5FA;
	padding: 1px;
	border: 1px solid #C7DCBD;
	margin-bottom: 15px;
	width: 727px;
}

.content2 {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../images/backGrade.jpg);

}
#footer {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
	background-repeat: repeat-x;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #4F4F6C;
}

/* Text */

p, #content li, #contentLge li {
	font-size: 1.2em;
	margin-bottom: 0.6em;
	line-height: 1.5em;
	color: #333333;
}
#footer p{
	font-size: 0.9em;
	color: #FFFFFF;
	line-height: 15px;
	padding-top: 6px;
	padding-left: 15px;
}
h1 {
	color: #FFFFFF;
	font-size: 2.6em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0.2em;
	padding-top: 0em;
	padding-right: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0em;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
}
h2 {
	color: #333333;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0.6em;
	letter-spacing: 0.5px;
}

h3{
	color: #A31D1A;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0.4em;
	letter-spacing: 0.5px;

}
h4{
	color: #FFFFFF;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0.4em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #4F4F6C;
}
h5 {
	color: #FFFFFF;
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 0.4em;
	background-color: #89C0A6;
	padding: 3px 3px 3px 5px;
}	
#side-b .boxBlue p, #side-a .boxBlue p, #side-b .boxGreen p, #side-a .boxGreen p{
	font-size: 1.1em;
		margin: 10px;
}
#side-b .boxBlue div.quote{
	font-size: 1.1em;
	margin-top: 0.7em;
	padding-top: 10px;
}
#side-b .boxBlue a, #side-a .boxBlue a, #content a, #contentLge a{
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
#side-b .boxBlue a:hover, #side-a .boxBlue a:hover, #content a:hover, #contentLge a:hover{
	text-decoration: none; 
	
}
#footer a {
	font-weight: normal;
	color: #fff;
	}
div.clear {
	clear: both;
	height: 10px;
}	
/* Boxes */

#side-b .boxBlue, #side-a .boxBlue, #content .boxBlue{
	margin-bottom: 0px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-bottom-color: #E5E5E5;
	border-left-color: #E5E5E5;
}
#side-b .boxBlue .content, #side-a .boxBlue .content, #content .boxBlue .content{
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	background-image: url(../images/backGrade.jpg);
}


/* Lists */

#content ul, #contentLge ul, #side-b ul {
	list-style-type: none;
	margin-right: 10px;
	margin-left: 10px;

}
#content li, #contentLge li, #side-b li{
	margin-bottom: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 22px;

}
/* Various */

.inline{display:inline;
}
.left2 {
	float:left;
	margin-right: 15px;
	margin-bottom: 10px;
	background-color: #FAFBFD;
	padding: 4px;
	border: 1px solid #8FBBDE;
	}

.textBox {
	padding: 10px;
	border: 1px solid #EDEDED;
	margin-top: 15px;
	background-image: url(../images/backGrade4.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
	}

img.left {
	float: left;
	border: 1px solid #ccc;
	padding: 4px;
	background-color: #FFFFFF;
	margin-right: 15px;
	margin-bottom: 10px;
}
/*--Show hide case studies--*/
.show {
	TEXT-ALIGN: right;
	DISPLAY: block;
	COLOR: #c00;
	CURSOR: pointer;
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.hidden IMG {
	PADDING-BOTTOM: 10px; PADDING-LEFT: 0px; PADDING-RIGHT: 10px; FLOAT: left; PADDING-TOP: 10px
}
P.jfy {
	TEXT-ALIGN: justify
}

