/*padding goes like this:  top right bottom left*/
body { 
      background-color: #E8E8E8; 
      color: #000000;
      font-family: "Times New Roman", Times, serif;
      background-image:url(images/header_sliver.gif);
      background-repeat: repeat-x;

}

h1, h4 { 
        color: #000099;
		font-family: "Times New Roman", Times, serif;
		font-size:1.1em;
		line-height:1.5em;
		font-weight:700;
		text-align:left;
		padding: 1.5em 0 0 0;
		margin-top:0px;
		margin-left:1%;


}

h2 { 
        color: #000000;
		font-family: "Times New Roman", Times, serif;
		font-size:1em;
		line-height:1.5em;
		font-weight:500;
		text-align:right;
		padding: 4em 0 0 0;
		margin-top:0px;
		margin-right:1%;


}

h3 { 
        color: #000099;
		font-family: "Times New Roman", Times, serif;
		font-size:1.1em;
		line-height:1.5em;
		font-weight:700;
		text-align:center;
		padding: 4em 0 0 0;
		margin-top:0px;
		margin-right:1%;


}



#header-content  {
		  background-image:url(images/new-cas-logo.jpg);
		  background-repeat:no-repeat;
		  padding:2em 0 0 0;
		  height:200px;
		  width:100%;
		  margin-right:auto;
		  margin-left:auto;
		  margin-bottom:1.1em;
		  background-color:#FFFFFF;
		  z-index: 100;

}

a {color: #000000;
   text-decoration:none;}

a:hover  {
	    color:#3399cc;
}


#wrapper {
	width:84.5%;
	background-color:#FFFFFF;
	margin-top:0%;
	margin-left:auto;
	margin-right:auto;
}

#fullcontent  {width:81.25%;
	margin-left:auto;
	margin-right:auto;
}

/*MENU NAVIGATION HERE*/

#nav {
	float: right;
	padding: 20px;	
}

#menu-icon {

	display: none;
	width: 48px;
	height: 48px;
	background: #4C8FEC url(/images/menu-icon.png) center;
}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 10px

}

.current {

	color: #2262AD;

}

/*END NAVIGATION INFORMATION*/


	
	
table {
	width:84.5%;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #CCCC99;
}

th, td {
	text-align:left;
	padding:10px 0 10px 3px;
	border:1px solid #E8E8E8;
	font-size: .9em;

}


p { 
   font-size: 1.1em; color: #000000; text-align: left; margin-top:1.5em; margin-left:1%; line-height:1.5em; font-weight:500; text-align:justify;
}

img {
	max-width:100%;
	height:auto; 
}
.heading {padding:7px 0 7px 0}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#listreg {font-size:1.1em;
	  line-height:1.5em;
	  float:left;
}


.testimonial {width:32.5%; padding-left:50px;
}

.customer {
	clear:both;
	font-size:.8em;
	color:#000000;
	text-align:right;
	padding:0 5px 5px 0;
}

#footer  {
	clear:both;
	font-size:.9em;
	color:#000099;
	text-align:right;
	padding:20px 5px 5px 0;
}

#video {margin-left:5em; padding-top:15px;}




/* =Start From Code
----------------------------------------------------------------------*/

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background:#F8F8F8;
	font-size:.85em;
}

legend  {
	 font-weight: 100;
}

label {
	display:block;
	cursor:pointer;
}

input.f  {width: 20em;
}

textarea {
	height:10em;
}

/* =End Form Code
----------------------------------------------------------------------*/

/* =Youtube CSS
----------------------------------------------------------------------*/
/* And set the max-width of the parent element */
.video-wrap {
  width: 100%;
  max-width: 600px;
  margin: auto;
}

.iframe-container{
  position: relative;
  width: 100%;
  max-width:600px;
  padding-bottom: 56.25%; 
  height: 0;
}
.iframe-container iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  max-width:100%;
  height: 100%;
}

/* =End Code
----------------------------------------------------------------------*/

