@charset "utf-8";
/* CSS Document */
html{
    overflow: -moz-scrollbars-vertical;
    /* overflow-y: scroll; */
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg_home-03.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #cccccc;
	background-position: 0px 0px;
}
input[type=text], input[type=password]
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	width: 220px;
}
input[type=button]
{
	padding: 3px 5px 3px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #990033;
	color: #FFFFFF;
}
.page
{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
.page .head {
	height: 117px;
}
.page .head .left {
	float: left;
	width: 220px;
}
.page .head .right {
	float: left;
	width: 550px;
	height: 117px;
}
.page .content .right fieldset {
	width: 205px;
	margin-top: 35px;
	display: block;
}
.page .content .right input[type=text] {
	padding: 2px;
	width: 120px;
}
.page .content .right input[type=submit] {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9a0000;
	background-color: #cccccc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.page .content
{
	display: block;
	margin-top: 20px;
	width: 760px;
	background-image: url(   '../img/bg_content.gif' );
	background-repeat: no-repeat;
	overflow: hidden;
	clear: both;
}
.page .content li a:hover
{
	color: #333333;
}


.page .content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
.page .content .left
{
	float: left;
	width: 540px;
	text-align: justify;
}
.page .content .right
{
	width: 210px;
	float: left;
	text-align: left;
	margin-left: 10px;
}
.page .content .right legend {
	color: #9a0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: capitalize;
}

.page .content .right ul
{
	margin: 0px;
	list-style-type: none;
	overflow: hidden;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
.page .content .right li
{
	display: block;
	clear: both;
	width: 210px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #9a0000;
	float: left;
}
.page .content .right li a
{
	padding: 10px 0px 10px 25px;
	display: block;
	margin: 0px;
	text-transform: capitalize;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-position: 10px 15px;
	background-image: url(   "../img/dot.gif" );
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	color: #9a0000;
}
.page .content .right li.selected a
{
	color: #FFFFFF;
	background-color: #9a0000;
}
.page .content .right li a:hover
{
	color: #FFFFFF;
	background-color: #9a0000;
}
.page .foot
{
	clear: both;
	display: block;
	overflow: hidden;
	padding-top: 15px;
	margin-bottom: 10px;
}
.page .foot .top {
	padding-bottom: 20px;
}
.page .foot .top ul {
	list-style-type: none;
	margin: 0px;
	overflow: hidden;
	padding: 0px;
}
.page .foot .top li {
	display: inline;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.page .foot .top li a {
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
	padding-right: 20px;
}

.page .foot .bottom {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #cccccc;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page .content h1 .innerPage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9a0000;
	text-transform: uppercase;
}
.homeHead
{
	background-repeat: no-repeat;
	width:760px;
	float:left;
}
.navigation ul
{
	margin: 10px 0px 15px 0px;
	list-style-type: none;
	display: block;
	background-color: #9a0000;
	float: left;
	overflow: hidden;
	width: 760px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.navigation li {
	display: inline;
	float: left;
}
.navigation li a
{
	padding: 5px 18px 5px 18px;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.navigation li a:hover
{
	color: #666666;
}
textarea
{
	padding: 5px;
	width: 215px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100px;
}
.homePage a
{
	color: #333333;
	text-decoration: none;
}
.foot a
{
	color: #333333;
	text-decoration: none;
}
a
{
    color: #990000;
    text-decoration: none;
    font-weight: bold;
}
.image-1
{
	padding: 5px 20px 5px 0px;
}
.content .left li a
{
	font-size: 12px;
	text-decoration: underline;
	color: #CC0000;
}
.content h2
{
    font-size: 13px;
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 15px 0px 0px 0px;
}
.logo
{
    float: right;
}
.noRightBorder
{
    border-right-style: none;
}
.content h3
{
    color: #666666;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    text-transform: capitalize;
    font-family: Arial, Helvetica, sans-serif;
}
.staffs
{
    overflow: hidden;
    float: left;
    width: 760px;
    margin-top: 20px;
}
.staffTxt
{
    font-size: 11px;
    color: #808080;
    font-weight: bold;
}
.homeHead .left
{
    width: 500px;
    float: left;
}
.iLogo
{
    background-color: #FFF;
}
.iLogo img
{
    float: right;
}
.franchiseLogo
{
    width:264px;
    height:93px;
    float:right;
}
.masterLogo
{
    width:129px;
    height:101px;
    float:left;
}