html, body
{
	margin: 0;
	padding: 0;
	color: #616161;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body { height: 100%; background: #f8f8f8 url(../images/bg_blue.png) repeat-x;}

body *, ul
{
	margin: 0;
	padding: 0;
}

img { border: 0; }

a, a:visited
{
	color: #616161;
	text-decoration: none;
}

a:hover, a:active { text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
p { margin: 0 0 0.5em; }
input, textarea { padding: 2px; }
select { padding: 0; }
option { padding: 0 8px 0 0; }

input, select, label, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#body-container { background: url(/images/main-bg.png) repeat-y 50% 0%; }

#container
{
	width: 990px;
	margin: 0 auto;
	padding: 0;
}

/***** Header *****/
#header
{
	min-height: 143px;
	position: relative;
	top:-4px; 
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.header-bar
{
	margin: 12px 15px 9px;
	float: left;
	display: inline-block;
	width: 960px;
}

.header-bar-left
{
	float: left;
	display: inline-block;
}

.header-bar-left li
{
	float: left;
	display: inline-block;
	padding: 0px 8px 0px 4px;
	margin-right: 4px;
	border-right: 1px solid #b5b5b5;
	height: 11px;
	line-height: 11px;
}

.header-bar-left li.none
{
	float: left;
	display: inline-block;
	padding: 0px 8px 0px 4px;
	margin-right: 4px;
	border-right: 0px;
	height: 11px;
	line-height: 11px;
}

.header-bar-left li a:link, .header-bar-left li a:visited { font-size: 11px; }
.header-bar-left li a:hover, .header-bar-left li a:active { text-decoration: underline; }
.header-bar-left li.last { border: 0px; }

.header-bar-right
{
	float: right;
	display: inline-block;
}

.header-bar-right li
{
	float: left;
	display: inline-block;
	padding: 0px 2px;
	height: 11px;
	line-height: 11px;
	font-size: 11px;
}

.header-bar-right li a:link, .header-bar-right li a:visited
{
	font-size: 11px;
	text-decoration: underline;
}

.header-bar-right li a:hover, .header-bar-right li a:active { text-decoration: none; }

.logo
{
	clear: both;
	float: left;
	display: inline-block;
	margin: 0px 0px 9px 17px;
}

.slogan
{
	float: right;
	display: inline-block;
	margin: 5px 45px 9px 0px;
	width: 570px;
}

.slogan ul
{
	margin: 0 auto;
	list-style-image:url(/images/check.png);
	color:#383838;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

.slogan h2
{
	color: #086d95;
	font-size: 18px;
	font-weight: bold;
	font-family: "Myriad Pro", Arial, Helvetica, Tahoma, sans-serif;
}

.slogan-text
{
	font-size: 15px;
	color: #7d7d7d;
	line-height: 18px;
	margin: 0px 10px;
	padding-right: 15px;
	display: inline-block;
	text-align: center;
}

.orange { color: #f05011 !important; }

#header-line
{
	background: url(/images/header-line.png) no-repeat 0% 0%;
	float: left;
	display: inline-block;
	width: 1010px;
	height: 20px;
	position: relative;
	left: -10px;
}

/***** Header END *****/
/***** Content *****/
#content
{
	clear: both;
	display: inline-block;
	width: 960px;
	margin: 18px 15px 21px;
	border-bottom: 1px solid #abadb3;
	padding-bottom: 50px;
}

#search-column
{
	float: left;
	display: inline-block;
	width: 176px;
}

#content-column
{
	float: left;
	display: inline-block;
	width: 769px;
	margin: 0px 0px 0px 15px;
}

#search-box, #categories
{
	margin: 0px 3px 24px;
	float: left;
	display: inline-block;
	width: 170px;
}

#search-box h3, #categories h3
{
	text-align: center;
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	margin-bottom: 14px;
}

#search-box select
{
	border: 1px solid #abadb3;
	width: 100%;
	display: inline-block;
	float: left;
	font-size: 12px;
	padding: 0px;
	margin-bottom: 9px;
	color: #616161;
}

.search-button
{
	float: left;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 13px;
}

.quick-search
{
	float: left;
	display: inline-block;
	width: 100%;
}

.quick-search input.input-text
{
	border: 1px solid #b0b2b7;
	border-right: 0px;
	float: left;
	display: inline-block;
	height: 17px;
	color: #616161;
	width: 141px;
}

.quick-search input.quick-search-btn
{
	border: 0px;
	float: left;
	display: inline-block;
	width: 23px;
	padding: 0px;
}

ul.box-content { list-style: none none; }

ul.box-content>li
{
	background: url(/images/menu-dot.png) 0% 5px no-repeat;
	padding-left: 15px;
	color: #606060;
	margin-bottom: 3px;
/*	margin-bottom: 10px; */
}

ul.box-content li li { 
	margin-top: 3px; 
}

ul.box-content li a:link, ul.box-content li a:visited
{
	font-size: 12px;
	color: #616161;
	text-decoration: none;
}

ul.box-content li a:hover, ul.box-content li a:active
{
	text-decoration: underline;
	color: #3d3d3d;
}

ul.box-content li a.open-link
{
	text-decoration: underline;
	color: #3d3d3d;
}

/***** Content END *****/
#content-column { margin-top: -5px; }

#content-column #top-children, #other-children
{
	border-bottom: 1px solid #abadb3;
	float: left;
	display: inline-block;
	width: 100%;
}

#other-children { margin-top: 10px; }

#content-column #top-children  h2, #other-children h2
{
	color: #006699;
	font-size: 18px;
	display: inline-block;
	float: left;
	margin-bottom: 8px;
	clear: both;
}

#content-column #top-children  h2 span
{
	color: #a6a6a6;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	position: relative;
	top: -2px;
}

#content-column #top-children .top-children-right
{
	float: right;
	display: inline-block;
	position:relative;
	top:-10px; 
	text-align:center;
	margin-right: 15px;
	font-weight: bold; 
	font-weight:normal;
/*	text-transform: uppercase; */
	color: #4ccf4b;
}
#content-column #top-children .top-children-right .green-arrow
{
	padding-right:30px;
	font-family:Arial, sans-serif;
	text-align:center;
	background:url(/images/arrow.png) no-repeat right;
}
#content-column #top-children .top-children-right .green-arrow h3
{
	font-size:14px;
}
#content-column #top-children .top-children-right span#rcount_text
{
	text-decoration: underline !important;
	color: #616161;
	padding-left: 4px;
}

.content-box
{
	float: left;
	display: inline-block;
	width: 100%;
	padding: 8px 1px;
	border-bottom: 1px solid #abadb3;
}

.content-box.last { border: 0px; }
.content-box:hover { background: #f8f8f8; }

.content-box-img
{
	border: 1px solid #ccc;
	float: left;
	display: inline-block;
	margin: 5px 14px 5px 0px;
	width: 125px;
}

.content-box-img:hover
{
	border: 1px solid #f05011;
}

.content-box-info
{
	float: left;
	display: inline-block;
	color: #000;
	margin-right: 14px;
	width: 400px;
}

.content-box-info h3
{
	font-size: 14px;
	float: left;
	display: inline-block;
	margin-bottom: 5px;
}

.content-box-info span
{
	float: left;
	display: inline-block;
	clear: both;
	width: 100%;
}

.content-box-info span a:link, .content-box-info span a:visited
{
	color: #000;
	text-decoration: underline;
}

.content-box-info span a:hover, .content-box-info span a:active { text-decoration: none; }

.content-box-info a:hover span 
{
	text-decoration: underline;
}

.content-box-info .note
{
	font-size: 12px;
	float: left;
	display: inline-block;
	padding-top: 7px;
}

.content-box .content-box-button
{
	float: left;
	display: inline-block;
	margin-top: 24px;
	width: 180px;
}

.request-submitted
{
	text-transform: uppercase;
	font-weight: bold;
	background: url(/images/check.png) 0% 0% no-repeat;
	height: 16px;
	padding-left: 23px;
	padding-top: 4px;
}

.request-info
{
	float: left;
	display: inline-block;
	font-size: 11px;
	color: #ef4605;
	padding: 2px 15px;
	clear: both;
}

.request-link { text-align: center; }

.request-link a:link, .request-link a:visited
{
	font-size: 11px;
	color: #888;
	text-decoration: underline;
}
a.info-form-submit-button 
{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background: url(/images/request-info.png) 0% 0% no-repeat;
	height: 28px;
	line-height: 28px;
	width: 139px;
	display: inline-block;
	text-align: center;
}

.request-link a:hover, .request-link a:active { text-decoration: none; }
.request-button { text-align: center; }

.request-button a:link, .request-button a:visited
{
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	background: url(/images/request-info.png) 0% 0% no-repeat;
	height: 28px;
	line-height: 28px;
	width: 139px;
	display: inline-block;
	text-align: center;
}

.request-button a:hover, .request-button a:active
{
	text-decoration: none;
	background: url(/images/request-info-hover.png) 0% 0% no-repeat;
}

.content-more-line
{
	float: left;
	display: inline-block;
	margin: 12px 2px;
}

.content-more-line a:link, .content-more-line a:visited
{
	text-transform: uppercase;
	color: #888;
	font-size: 11px;
	font-weight: bold;
}

.content-more-line a:hover, .content-more-line a:active { }

.ops-small-cancel-link 
{
    text-transform: none;
    font-weight: normal;
    font-size: 11px;
}

.ops-small-cancel-link a
{
    text-decoration: underline;
}

.ops-small-cancel-link a:hover
{
    text-decoration: none;
}

.ops-close-summary a {
    text-decoration: underline;
}

.ops-close-summary a:hover {
    text-decoration: none;
}

/* Footer */
.footer
{
	clear: both;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.top-footer
{
	list-style: none none;
	color: #0066cc !important;
	display: inline-block;
	margin-bottom: 19px;
	width: 100%;
}

.top-footer li { display: inline; }

.top-footer li a:link, .top-footer li a:visited
{
	color: #0066cc !important;
	font-weight: bold;
	text-decoration: underline;
}

.top-footer li a:hover, .top-footer li a:active { text-decoration: none; }

.bottom-footer
{
	list-style: none none;
	color: #0066cc !important;
	display: inline-block;
	margin-bottom: 3px;
	width: 100%;
}

.bottom-footer li { display: inline; }

.bottom-footer li a:link, .bottom-footer li a:visited
{
	color: #0066cc !important;
	text-decoration: underline;
}

.bottom-footer li a:hover, .bottom-footer li a:active { text-decoration: none; }

.copyrights
{
	display: inline-block;
	margin-bottom: 20px;
}

#info-form-div
{
    width: 447px;
    margin: 0;
}

#info-form-top
{
    border: 1px solid blue;
}

.info-form-header 
{
	background: url(/images/blue1x23.gif) 0% 0% repeat;
	color: white;
	font-size: 18px;
	text-align: center;
}

.info-form-franchisor-name
{
    color: #003AAC;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

.info-form-franchisor-capital
{
    font-size: 16px;
	color:#000;
    text-align: center;
    margin-bottom: 20px;
}

.info-form-table 
{
    margin-left:15px;
    margin-bottom:10px;
    margin-top:0;
    margin-right:0;
    border-collapse:collapse;
}

td.info-form-left-column
{
    width:195px;
    float: left;
	padding: 3px 5px 3px 5px;
}

div.info-form-left-column
{
    width: 205px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
}

.info-form-left-column input
{
    width: 185px;
}

td.info-form-right-column {
	width: 195px;
	float: left;
	padding: 3px 5px 3px 5px;
}

div.info-form-right-column
{
    width: 205px;
    float: left;
    margin-left: 10px;
    margin-bottom 10px;
}

.info-form-right-column input 
{
    width: 185px;
}

.info-form-submit-button 
{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.info-form-checkbox {
    margin-left: 20px;
    font-size: 13px;
    float: left;
}

.info-form-checkbox-text {
    margin-left: 5px;
    font-size: 13px;
    float: left;
	color:#000;
}

.info-form-checkbox-list ol {
    font-size: 11px;
    margin-left: 57px;
    margin-top: 5px;
    margin-bottom: 10px;
    float: left;
	color:#000;
}

.info-form-bottom-text {
    font-size: 13px;
    text-align: center;
    margin: 5px;
}

.info-form-bottom-text a, #info-form-liquid-capital a
{
	color: #003AAC;
	text-decoration: underline;
}

.info-form-bottom-text a:hover, #info-form-liquid-capital a:hover
{
	color: #FF2200;
}

#info-form-franchise-location 
{
    width: 160px;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
}

#info-form-franchise-location select
{
    width: 145px;
}

#info-form-liquid-capital 
{
    width: 130px;
    float: left;
    margin-left: 0px;
    margin-bottom: 10px;
}

#info-form-liquid-capital select
{
    width: 120px;
}

#info-form-time-frame 
{
    width: 100px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

#info-form-time-frame select
{
    width: 100px;
}

.info-form-label 
{
    margin-left: 5px;
    color: black;
}

#static-page 
{
    padding-right: 30px;
}
#static-page h2, p
{
    color: #000000;
}
#static-page td
{
    color: #000000;
}
.star
{
	position:relative;
	top:5px;
	font-size:35px;
}

