/*   
Theme Name: Franchise Theme
Theme URI: http://www.intuitivewebsites.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v2.9.1
Author: IW
Author URI: http://www.intuitivewebsites.com
Version: 1
*/

@media screen {

* { margin: 0; padding: 0; }
body { background: white; font: 14px/1.4 arial, helvetica, sans-serif; }
.screen-reader-text { position: absolute; left: -9999px; top: -9999px; }
.clear { clear: both; }
.group:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .group, *:first-child+html .group { zoom: 1; } /* First selector = IE6, Second Selector = IE 7 */

#page-wrap { width: 960px; margin: 20px auto; }

h1, h2, h3 { font-weight: normal; margin: 0 0 10px 0; }
h1 { }
h2 { }
h3 { }

p {   margin: 10px auto 0; }
a { }
a:hover { } 

blockquote { }
blockquote p { }

ul, ol { margin: 0 0 10px 0; }

.post { }

.entry { }
.entry a { }
.entry a:hover { }

pre { }
code, tt { }

#meta { }
.postmetadata { }

#sidebar { }

.navgation { }
   .next-posts { }
   .prev-posts { }

#searchform { }
	#s { }
	#searchsubmt { }
	
ol.commentlist { list-style: none; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor { }
ol.commentlist li.byuser { }
ol.commentlist li.comment-author-admin { }
ol.commentlist li.comment { border-bottom: 1px dotted #666; padding: 10px; }
ol.commentlist li.comment div.comment-author { }
ol.commentlist li.comment div.vcard { }
ol.commentlist li.comment div.vcard cite.fn { font-style: normal; }
ol.commentlist li.comment div.vcard cite.fn a.url { }
ol.commentlist li.comment div.vcard img.avatar { float:right; margin: 0 0 10px 10px; }
ol.commentlist li.comment div.vcard img.avatar-32 { }
ol.commentlist li.comment div.vcard img.photo { }
ol.commentlist li.comment div.vcard span.says { }
ol.commentlist li.comment div.commentmetadata { }
ol.commentlist li.comment div.comment-meta { font-size: 10px; }
ol.commentlist li.comment div.comment-meta a { color: #ccc; }
ol.commentlist li.comment p { }
ol.commentlist li.comment ul { }
ol.commentlist li.comment div.reply { font-size: 11px; }
ol.commentlist li.comment div.reply a { font-weight: bold; }
ol.commentlist li.comment ul.children { list-style: none; margin: 10px 0 0; }
ol.commentlist li.comment ul.children li { }
ol.commentlist li.comment ul.children li.alt { }
ol.commentlist li.comment ul.children li.bypostauthor { }
ol.commentlist li.comment ul.children li.byuser { }
ol.commentlist li.comment ul.children li.comment { }
ol.commentlist li.comment ul.children li.comment-author-admin { }
ol.commentlist li.comment ul.children li.depth-2 { border-left: 5px solid #555; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-3 { border-left: 5px solid #999; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-4 { border-left: 5px solid #bbb; margin: 0 0 10px 10px; }
ol.commentlist li.comment ul.children li.depth-5 { }
ol.commentlist li.comment ul.children li.odd { }
ol.commentlist li.even { background: #fff; }
ol.commentlist li.odd { background: #f6f6f6; }
ol.commentlist li.parent { border-left: 5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even { }
ol.commentlist li.thread-odd { }

form { }
input[type=text] { }
textarea { }


} /* END screen media */


@media print {

.do-not-print { display: none; }
#comments { page-break-before: always; }

body { width: 100% !important; margin: 0 !important; padding: 0 !important; line-height: 1.4; word-spacing: 1.1pt; letter-spacing: 0.2pt; font-family: Garamond,"Times New Roman", serif; color: #000; background: none; font-size: 12pt; }
h1,h2,h3,h4,h5,h6 { font-family: Helvetica, Arial, sans-serif; }
h1 { font-size: 19pt; }
h2 { font-size:17pt; }
h3 { font-size:15pt; }
h4,h5,h6 { font-size:12pt; }
code { font: 10pt Courier, monospace; } 
blockquote { margin: 1.3em; padding: 1em; }
img { display: block; margin: 1em 0; }
a img { border: none; }
table { margin: 1px; text-align:left; }
th { border-bottom: 1px solid #333;  font-weight: bold; }
td { border-bottom: 1px solid #333; }
th, td { padding: 4px 10px 4px 0; }
caption { background: #fff; margin-bottom: 2em; text-align: left; }
thead { display: table-header-group; }
tr { page-break-inside: avoid; } 
a { text-decoration: none; color: black; }
	
} /* END print media */


 /* general layout styles (header, footer, main sections, home page) */
 
 
 body
 {
 background: url("/wp-content/themes/franchise/images/bg-body.gif") repeat-x scroll 0 34px #FFFFFF;
 }
 
 #topbar
 {
 width: 100%;
 height: 35px;
 border-bottom: 4px solid #d2e4f3;
 background-color: #72a9d9;
 }
 
 
 #topbarleft
 {
 float: left;
 color: #fff;
 font-weight: bold;
line-height: 30px;
height: 30px;
 }
 
 
  #topbarright
 {
 float: right;
 line-height: 30px;

 }
 
   #topbarright a
 {
 color: #fff;
 margin-left: 20px;
 text-decoration: none;
 margin-right: 10px;
 
 }
 
 #container
  {
    border: 0 none;
    height: auto;
    margin: 0 auto;
padding: 0px;
    position: relative;
	min-height: 500px;
    width: 990px;
    z-index: 1;
	background: url("/wp-content/themes/franchise/images/world-map.gif") no-repeat scroll left top transparent;
}
 
 
 #inner {
    border: 0 none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 990px;
    z-index: 2;

}
 

#logos
{
position: relative;
width: 990px;
float: left;
margin-top: 30px;

}

#mainmenu
{
position: relative;
top: 10px;
width: 990px;

float: left;


}

#content
{
position: relative;
float: left;
width: 990px;
margin-top: 15px;

}

#contentleft
{
position: relative;
float: left;
width: 700px;
min-height: 400px;
background-color: #fff;
border: 1px solid #a6c9e2;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 10px;
font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;

}

#contentleft li
{
margin-left: 30px;
}

#contentleft a
{
color: #e17009;
}

img
{
border: 0px;
}

#contentright
{
margin-top: -8px;
float: right;
width: 240px;

}


#footer
{
height: 100px;
clear: both;
position: relative;
	padding-top: 50px;
}

#kids
{
float: right;
padding-bottom: 30px;
}

#grass
{

margin-top: 80px;
width: 100%;
background: url('/wp-content/themes/franchise/images/grass.gif') repeat-x scroll 0 0 transparent;
height: 36px;
}

#greenfade
{
   background: url("/wp-content/themes/franchise/images/bg-footer.gif") repeat-x scroll 0 0 transparent;
    border-top: 1px solid #FFFFFF;
    height: 91px;
	text-align: center;
	font-size: 10px;
  
}


h2
{
 color: #E17009;
 font-weight: bold;
 
 }
 
 
 td#arrowcell
 {
 background: url("/wp-content/themes/franchise/images/map_arrow.jpg") no-repeat scroll right center transparent;
 }
 
  /* end general layout styles */
 
 
 
 
  /* About FasTracKids and The FTK Way page styles */
 
 
  
fieldset.classDescription {
    background: none repeat scroll 0 0 #DEECF8;
    border: 1px solid #86B5D9;
    margin-bottom: 20px;
    padding: 10px;
}


fieldset.classDescription legend {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
}

h3.headerNumber
{
margin-left: 10px;
}

.insertContentButton {
    display: block;
    float: right;
    margin: 0 10px 0 auto;
    text-align: center;
    width: auto !important;
}
 
fieldset.classDescription input, .ftkWayItem input, .ftkWayIntro input {
    background: url("/wp-content/themes/franchise/images/bgd_button.gif") repeat-x scroll 0 0 transparent;
    border: medium none;
    display: block;
    float: left;
    font-size: 12px !important;
    height: 31px;
    margin: 0 auto;
    text-align: center;
}

.buttonLeft {
    background: url("/wp-content/themes/franchise/images/bgd_button_left.gif") repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 31px;
    width: 9px;
}

.buttonRight {
    background: url("/wp-content/themes/franchise/images/bgd_button_right.gif") repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 31px;
    width: 9px;
}


 /* end classes styles */
 
 /* about styles */
 
 
 .ftkWayIntro {
    background: url("/wp-content/themes/franchise/images/ftk_intro_bgd.gif") repeat-y scroll 0 0 transparent;
    border: medium none;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0;
    width: 664px;

}




.ftkWayItem {
    background: none repeat scroll 0 0 #DEECF8;
    border: 1px solid #86B5D9;
    margin-bottom: 20px;
    margin-left: 3px;
    padding-bottom: 10px;
    width: 656px;
	
}
.ftkWayItem {
    font-size: 14px;
	

}


.ftkWayItem p
{
padding: 0 10px 10px 10px;
}


.floatRight {
    display: inline;
    float: right;
}

.floatLeft {
    display: inline;
    float: left;
}

.ftkWayIntro .ftkWayHeader h3 {
    color: #E17009;
    font-size: 18px;
    overflow: hidden;
    padding: 16px 12px;
	font-weight: bold;
}


.ftkWayHeader h3 {
    font-size: 15px;
    margin: 0 auto;
    padding: 10px;
	font-weight: bold;
}

.ftkWayItem h2 {
    color: #000 !important;
    font-size: 16px;
    overflow: hidden;
    padding: 16px 12px;
	font-weight: bold;
}




#ftkwaycontent
{
width: 600px;margin-left: 10px;
}

.ftkWayIntro .ftkWayHeader {
    background: url("/wp-content/themes/franchise/images/ftk_intro_top.gif") repeat scroll 0 0 transparent;
    border-bottom: medium none;
    height: 48px;
    overflow: hidden;
}
.ftkWayIntro div {
    width: 100%;
}


.ftkWayItem h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 0;
}

.ftkWayHeader {
    background: none repeat scroll 0 0 #EFF8FF;
    border-bottom: 1px solid #AFDDFF;
    height: 35px;
    width: 100%;
} 
 
 
 .ftkWayItem li
 {
 margin-left: 20px;
 }
 
 
 .ftkIntroBottom {
    background: url("/wp-content/themes/franchise/images/ftk_intro_bottom.gif") repeat scroll 0 0 transparent;
    clear: both;
    height: 8px;
    margin-top: 8px;
    overflow: hidden;
}

 img.ftkwayImg {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #86B5D9;
    float: left;
    margin: 10px;
    padding: 2px;
}


.ftkWayIntro p {
    padding: 0 14px 10px;
}
 
 
   /* End About FasTracKids and The FTK Way page styles */
 
 
 

 /* right hand column styles */
 
 .rightBoxTop h4 {
    color: #FFFFFF;
    font-size: 15px;
    margin-top: 2px;
    text-align: center;
    text-transform: none;
}
 


.rightBoxTop {
    background: url("/wp-content/themes/franchise/images/right_box_top.png") repeat scroll 0 0 transparent;
    height: 41px;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
    width: 230px;
}


.listingRightBox {
    background: url("/wp-content/themes/franchise/images/right_box_bgd.png") repeat-y scroll 0 0 transparent;
    overflow: hidden;
    padding: 15px;
    width: 206px;
}


.rightBoxBottom {
    background: url("/wp-content/themes/franchise/images/right_box_bottom.png") repeat scroll 0 0 transparent;
    height: 5px;
    overflow: hidden;
    width: 230px;
}


.discoveryForm #jr_inquiryFormOuter {
    background-color: #EFF8FF;
    margin-bottom: 0;
	padding: 5px;
    width: 185px !important;
}






.discoveryForm {
    min-height: 20px;
}

.rightBoxTop h4.discoverySideTitle {
    font-weight: bold;
    margin-top: -4px;
    padding: 10px 0 0;
	line-height: 1.0em;
}
.rightBoxTop h4 {
    color: #FFFFFF;
    font-size: 15px;
    margin-top: 2px;
    text-align: center;
    text-transform: none;
}





 /* end right hand column styles */
 
 


.shailan-dropdown-menu,
.menu-vietnamese-container
{
max-width: 990px;
}


.dm-align-left table {
    float: left;
	max-width: 990px;
}


#smtable td
{
padding: 7px;
}


#branding {
z-index:999;
}


.menu-vietnamese-container ul,
.menu-default-menu-container ul {
	margin: 0px;
	display: block;
	background: rgba(255,255,255,0.8);
	border-radius: 5px;
	padding: 10px;
	text-align: left;}
	
.menu-vietnamese-container li,
.menu-default-menu-container li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.menu-vietnamese-container li a,
.menu-vietnamese-container li a:visited,
.menu-default-menu-container li a,
.menu-default-menu-container li a:visited {
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #2c7ec5;
	font-size: 14px;
}


.menu-vietnamese-container li a:hover,
.menu-default-menu-container li a:hover {
	background: #fff;
	color: #114b7f;
}



/* Map styles */



.mapWrap {
    display: inline;
    float: left;
}


#gm_module_results {
    margin-bottom: 10px;
    margin-top: 10px;
}


.relatedListings {
    clear: both;
    overflow: hidden;
}


/* End Map styles */

/* WP Image Alignment Fix */

.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}

.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

p img {
padding: 0;
max-width: 100%;
}
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}



#lang_sel
{


z-index: 999999999;

}
