 
#wrapper {
   margin: 0px auto;
   /*width: 1200px;*/
}
#header{
	background-image:url(../img/header.jpg);
	min-width: 1200px;
	height:165px;
}
#inner_header{
	width:1141px;
	margin: 0px auto;
	height:165px;
}
#logo{
        clear: left;
	padding-top:13px;
	float:left;
}

.logo {
   width: 300px;
}

/*@media only screen and (max-width: 1140px) {
   .logo {
      width: 200px;
   }
   
   #inner_header { width: 940px; }
}*/

#top-banner{
	float:right;
	padding-top:15px;
}
#top-left{
	float:left;
}
	
#top-links{
	
	padding-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	width:300px;
}
#top-links a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
#top-nav{
	padding-top:14px;
	width:600px;
	float:left;
}
#top-nav img{
	padding-left:2px;
}
#top-right{
	padding-left:822px;
	padding-top:130px;
	/*float:right;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}
#search{
	padding-left:40px;
}
#top-right input.search{
    background: url(../img/search-dark.png) no-repeat 10px 6px #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #ccc;
    width: 150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
#line{
	height:5px;
	background-color:#EFA000;
	width:100%;
}
#main{
	/*width: 1200;*/
	height:100%;
	background-color:#F2F2F2;
}
#inner-main{
	margin: 0px auto;
	/*width:1141px;*/
	height:1277px;
	
}
	

#social{
	padding-top:15px;
}
#social img{
	padding-left:5px;
}
#licenses{
	padding-top:15px;
	text-align:center;
}
#community{
	padding-top:15px;
	text-align:center;
}
#education{
	padding-top:15px;
	text-align:center;
}
#main-right{
	float:right;
}
#content{
	/*max-width:770px;*/
	background-color:#fff;
}
#left-column{
	width:195px;
	float:left;
}
#right-column{
	width:195px;
	float:right;
}
#center{
	min-width:620px;
	text-align:center;
	margin-left:195px;
}
h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	padding-top:20px;
}
	
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	padding-top:10px;
	padding-bottom:12px;
}
#text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
	line-height:20px;
}
#grey_line{
		background-color:#F2F2F2;
		height:5px;
}
.grey_box{
	background-color:#F2F2F2;
	width:700px;
	height:30px;
	padding:15px;
}
.blue-text{
	color:#00A1D8;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}
.grey_text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}
.teacher_name{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
}
	
#white_line{
		background-color:#fff;
		height:2px;
}
#advertise{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	padding-top:15px;
	padding-bottom:30px;
}
#ad1{
	text-align:center;
	padding-bottom:15px;
}
#ad2{
	text-align:center;
}
	
#back{
	text-align:center;
	padding-top:20px;
}
#back a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#CA8000;
	font-weight:bold;
	text-decoration:none;
}
#footer{
	width:1200px;
	height:213px;
	background:url(../img/footer.jpg);
	margin: 0px auto;
}
#inner-footer{
	width:1141px;
	margin: 0px auto;
}
#footer-left{
	width:527px;
	float:left;
}

#footer-right{
	width:612px;
	margin-left:527px;
}
#try{
	padding-top:30px;
	padding-left:20px;
}
#white-text{
	padding-left:20px;
	padding-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

#free-account{
	padding-top:80px;
	text-align:center;
}
#footer2{
	width:1200px;
	height:375px;
	background:url(../img/footer2.jpg);
	margin: 0px auto;
}
#inner-footer2{
	width:1141px;
	margin: 0px auto;
}
#footer-left2{
	width:317px;
	float:left;
}

#footer-right2{
	width:824px;
	margin-left:317px;
}
#school-notes{
	padding-top:46px;
	padding-left:20px;
}
#social2{
	padding-left:20px;
	padding-top:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCC;
	text-shadow: 0.1em 0.1em #666;
}
#social2 img{
	vertical-align:middle;
	padding-left:10px;
}
#social2 p{
	padding-bottom:10px;
}
#copyright{
	padding-top:20px;
}
#links{
	padding-top:46px;
	padding-left:200px;
}
	

#links table{
	width:700px;
}
#links th{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-shadow: 0.1em 0.1em #666;
	font-weight:bold;
	text-align:left;
}
#links td{
	
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCC;
	text-shadow: 0.1em 0.1em #666;
	text-align:left;
}
#footer3{
	width:1200px;
	height:311px;
	background:url(../img/footer3.jpg);
	margin: 0px auto;
}
#inner-footer3{
	width:1141px;
	margin: 0px auto;
}
#womens{
	text-align:center;
	padding-top:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #CCC;
	text-shadow: 0.1em 0.1em #666;
}
#womens img{
	padding-top:20px;
}
/* Slider */
/* Easy Slider */

   .imgslide {
      width: 620px;
   }

	#slider{ margin: 0px auto; }	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		/*width:770px;
		height:384px;*/
                width: 620px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:none;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(img/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(img/btn_next.gif) no-repeat 0 0;	
		}												
  

@media only screen and (max-width: 1024px) {
 /*  .imgslide {
      width: 524px;
   }
   
  #slider li{ 
      width:524px;
      height:256px;          
      overflow:hidden; 
   }*/

   
   #slider { display: none; }
 
}

