@charset "utf-8";

@import url(nav.css);

/* CSS Document */







/* Blanket Styles*/

body {

	background:url(images/BG.gif);

	margin: 0; padding: 0;

	font-size: small;

	color: #383838;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	}

* html body {

	font-size: x-small; /* for IE5/Win */

	f\ont-size: small; /* for other IE versions */

	}

 

img {

	border-style: none;

}



* {

	margin: 0; padding: 0;

	}

 

a:link, a:visited {

	color: #383838;

	text-decoration: underline;

	}

	

a:hover, a:active {

	color: #585858;

	}

 

 

 

/* Conatiner */ 

#container {

	background-color: #fff;

	width: 793px;

	margin: 0 auto;

	overflow: hidden;

	margin-top:10px;

	border:4px solid #719fd0;

		}



/* Header */

#container h1 {

	margin: 10px 0 5px 5px;

	font-family :Ligurino, Verdana, "Arial Rounded MT Bold", Arial, Georgia, "Times New Roman", Times, serif;

	font-size:16px;`

	}



#buttons {

	margin: 42px 27px 0;

	float: right;

	}

	

#buttons img {

	padding-left: 20px;

	}





/* Info */

#info {

	width: 793px;
	margin: 0 auto;

	clear: both;

	}

	

#info h2 {

font-family :Ligurino, Verdana, "Arial Rounded MT Bold", Arial, Georgia, "Times New Roman", Times, serif;

	font-size:16px;

	color: #505050;

	padding: 22px 0 10px 25px;

	font-weight:bolder;

	}

	

#info p {

	width: 220px;

	color: #898888;

	padding: 5px 0 0 25px;

	}

	

#whatisthis {

	float: left;

	width: 270px;

	}

	

#templatetypes {
	float:left;
	width: 255px;
	font-size:10px;
	vertical-align:bottom;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;

	}

#templatetypes h2{margin-left:-20px;}

#supportlinks {

	float: right;

	width: 255px;

	text-align:left;
	}

	

#info ul {

	list-style-image: url(images/bullet.gif);

}



#info li {

	line-height: 22px;

	}

	

#info a:link, #info a:visited {

	color: #585858;

	text-decoration: none;

	}

	

#info a:hover, #info a:active {

	color: #585858;

	background-color: #FFFFFF;

	}

	

	

	

/* Main Content Area */

#content_main {

	width: 620px;

	padding: 0 0 0 15px;

	margin: 20px 0;

	float: left;

	text-align: justify;

	margin-left: 15px;

	}

	

#content_main p {

	line-height: 23px;

	display: block;

	text-align: left;

	padding-bottom: 10px;

	}	

	

#nav_main {

	float: right;

	width: 150px;

	background: url(images/r_bg.gif) repeat-y;

	height: 200px;

	padding: 0 0px 0 25px;

	margin: 32px 0;

	}

	

#nav_main ul {

	list-style: none;

	}

	

#nav_main ul li {

	line-height: 23px;

	}

	

#nav_main a:link, #nav_main a:visited {

	color: #383838;

	text-decoration: none;

	}

	

#nav_main  a:hover, #info a:active {

	color: #585858;

	}

	

#card {

	float: left;

	}

	

h3 {

	font-family: "Times New Roman", Times, serif;

	font-size: 180%;

	font-weight: 100;

	}

	

h4 {

	color: #bbbbbb;

	font-family: "Times New Roman", Times, serif;

	font-weight: 100;

	padding-bottom: 8px;

	}

	

hr { 

	border: 0;

	color: #d7d5cb;

	background: #d7d5cb;

	height: 1px;

	margin: 15px 0 20px 0;

}	

	

/* Footer */

#footer {

	width: 822px;

	color: #fff;

	font-size: 85%;

	margin: 20px auto;

	padding-bottom: 20px;

	}	

	

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {

	color: #fff;

	text-decoration: none;

	}

	

#copyright {

	float: left;

	}

	

#nav_footer {

	float: right;

	list-style: none;

	}

	

#nav_footer li {

	float: left;

	}

	

	/* Special Formatting */



code {

  margin: 5px 0;

  padding: 10px;

  text-align: left;

  display: block;

  overflow: auto;  

  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;

  /* white-space: pre; */

  background: #FAFAFA;

  border: 1px solid #f2f2f2;  

  border-left: 3px solid #666666;

}

blockquote {

	margin: 15px; 	padding: 0 0 0 20px;  	

  	background-color: #FAFAFA; 

	background-position: 8px 10px;

	border: 1px solid #f2f2f2; 

	border-left: 3px solid #666666;  

	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 

	color: #666666;	

}



blockquote p, blockquote ul, blockquote ol {

	line-height: normal;

	font-style: italic;

}



.float-left  { float: left; padding-right: 5px; }

.float-right { float: right; padding-left: 5px; }

.align-left  { text-align: left; }

.align-right {	text-align: right; }



/* Table Styling */



table {

	border-collapse: collapse;

	margin: 10px 15px;	

}



th strong {

	color: #fff;

}



th {

	background: #717170;

	background-image:url(images/nav/nav_bg.png); background-repeat:repeat-x;

	height: 35px;

	padding-left: 11px;

	padding-right: 11px;

	color: #fff;

	text-align: left;

	border-left: 1px solid #999999;

	border-bottom: solid 2px #FFF;

}



tr {

	height: 30px;

}



td {

	padding-left: 11px;

	padding-right: 11px;

	/* border-left: 1px solid #FFE1C3; */

	border-left: 1px solid #FFF;

	border-bottom: solid 1px #ffffff;

}



td.first,th.first {

	border-left: 0px;

}



tr.row-a {

	background: #F8F8F8;

}



tr.row-b {

	background: #EFEFEF;

}



/* form styling */



form {

	margin:10px 15px; padding: 5px;

	border: 1px solid #EEEEEE; 

	background-color: #FAFAFA; 

}



label {

	display:block;

	font-weight:bold;

	margin:5px 0;

}



input {

	width: 275px;

	padding: 2px;

	border:1px solid #eee;

	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;

	color:#777;

}



textarea {

	width:375px;

	padding:2px;

	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;

	border:1px solid #eee;

	height:100px;

	display:block;

	color:#777;

}



input.button { 

	margin: 0; 

	font: bold 1em Arial, Sans-serif; 

	background: #FFF url(gradientbg.jpg) repeat-x; 

	padding: 2px 3px; 

	color: #333;	

	border: 1px solid #DADADA;	

}



.logo{background-image:url(images/Vista_Learners_Logo.gif); background-repeat:no-repeat; width:390px; height:65px; float:left;}

.phone{ color:#999999; font-size:16px; font-weight:bold;}

.banner{background-image:url(images/mainBanner.jpg); width:793px; height:171px;}

.bannerLearn{
	background-image:url(images/LearnBanner2.jpg);
	width:555;
	height:105px;
	background-repeat:no-repeat;
	margin-left:200px;
}

.seperetor{border-bottom-style:dashed; size:1px; color:#999999;}

.listtype{padding:1px 10px 0px 10px;}

.listtype li {list-style-type:none; color:#333333;}

.listtype h2 {color:#336600; padding:30px 5px 3px 5px; font-size:16px;}

.listtype h3 {color:#669900; padding:30px 5px 3px 5px; font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif; padding-left:20px; font-weight:bold;}

.listtypeh3 {color:#669900; padding:10px 5px 3px 5px; font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif; padding-left:20px; font-weight:bold;}

.paddingleft20{padding-left:20px;}

.headingred{color:#CC0000;}

.headingBluue{color:#0066CC;}

.font1{color:#2969a9; font-size:14px; margin-top:20px;}

.font2{color:#2969a9; font-size:11px; margin:4px;}

.footerblock{background-image:url(images/nav/nav_bg.png); height:35px; text-align:right; padding:3px; color:#FFFFFF; font-weight:bold; text-decoration:none; font-size:10px; vertical-align:middle;}

.clearboth{clear:both;}

.joinnowbtn{margin-left:25px; margin-bottom:20px;}

.pricebox{background-color:#EBEBEB; border:2px solid #CEF4CF;}

.courses2{margin-left:40px; font-weight:bold; text-decoration:underline; color:#c56c4e;}

.contactseperator{border-right:2px solid #fff; width:30%;}

.bg2{background-color:#F0F0F0; margin:5px;}

.separator-line
{
margin-left:10px;
margin-right:10px;
margin-bottom:10px;
 height:5px;
 background-image:url(images/separator.jpg);
 background-repeat:repeat-x;
}

#chadpicture
{
padding-left:5px;
width:30%;
float:left;
}
#chadinfo
{
width:65%;
float:right;
}
