/*=============================================================
Master Style Sheet
STYLE.CSS
Client: Masters Commission Alliance
Account: masterscommissionalliance.com

Authored by: Flexile Concepts, Mike Mattner
Date: 03/13/2006
Site: http://www.flexileconcepts.com
===============================================================*/

body {
	background-color: #ffffff;
	margin: 0px;
}

/*=============================================================
Primary Layout
===============================================================*/
#bodycontainer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-color: #333333;
	background-image: url(../images/bodyBG.gif);
}

/*Interior content*/
#container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 704px;
	background-image: url(../images/contentBG2.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/*Homepage container*/
#container-two {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 704px;
	background-image: url(../images/BG.gif);
	background-repeat: repeat-y;
	background-position: center;
}

/*Home page boxes left and right*/
#leftbox {
	height: 151px;
	width: 270px;
	float: left;
	background-image: url(../images/frontpagebox-bg.gif);
	margin-top: 0px;
        *margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
        *margin-left: 1px;
}
#rightbox {
	height: 151px;
	width: 423px;
	*float: left;
	background-image: url(../images/frontpagebox-bg.gif);
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 274px;
        *margin-left: 2px;

}

.left-boxside{
	float: left;
	height: 151px;
	width: 10px;
	background-image: url(../images/left-boxside.gif);

}
.right-boxside{
	float: right;
	height: 151px;
	width: 10px;
	background-image: url(../images/right-boxside.gif);

}
.content-box{
	float: right;
	width: 92%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}
.content-box2{
	float: right;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;

}

/*Header styles*/
#headercontainer {
	position: relative;
	margin-right: auto;
	width: 704px;
	height: 95px;
	background-color: #ffffff;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: center;
	background-image: url(../images/BG.gif);
}
#header {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 700px;
	height: 65px;
	padding-top: 5px;
	background-repeat: repeat-x;
	background-image: url(../images/topheaderBG.gif);
}
#logo {
	background-image: url(../images/logo.gif);
	height: 64px;
	width: 203px;
	text-indent: -9999px;
	margin-left: 5px;
	background-repeat: no-repeat;
	float: left;

}
#uppercont {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 250px;
	height: 65px;
	margin-top: 0px;
	float: right;
}

/*Content Page Header, where the page title is located*/
#innerheader {
	height: 59px;
	width: 700px;
	background-image: url(../images/innerheaderBG.gif);
	background-repeat: repeat-x;
}
#location {
	text-transform: uppercase;
	padding-top: 18px;
	padding-left: 15px;
}

/*The main attraction on the front page*/
#home-intro{
	height: 249px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;

}

/*Most of the content is served through this style, both columns, etc.*/
#content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}

/*=============================================================
Left column and list menu
===============================================================*/
#leftcol{
	float: left;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#leftcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	border-bottom: 1px solid #ccc;
}
#leftcol ul li {
	position: relative;
}

/*Primary rollover for menu*/
#leftcol ul li a {
	text-decoration: none;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	padding: 5px 10px 5px 0px;
	display: block;
	margin: 0px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;	
}
#leftcol ul li a:hover {
	text-decoration: none;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	padding: 5px 10px 5px 0px;
	display: block;
	margin: 0px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-image: url(../images/mainBG-2.gif);
}

/*Heading rollover for menu*/
#leftcol ul li a.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 0px solid #ccc;
	text-align: left;
	padding: 5px;
	/*margin: 0px;
	display: block;
	color: #000000;	
	background-color: #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;*/	
}
#leftcol ul li a.main:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	border-top: 0px solid #ccc;
	text-align: left;
	padding: 5px;
	/*margin: 0px;
	display: block;
	color: #000000;
	background-color: #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;	
	background-image: url(../images/mainbg.gif); */
}
/* Fix IE. Hide from IE Mac \*/
* html #leftcol ul li { float: left; }
* html #leftcol ul li a { height: 1%; }
/* End */

/*=============================================================
Right Column, content container, footer
===============================================================*/
#rightcol{
	width: 500px;
	background-color: #FFFFFF;
	margin-left: 200px;
        *margin-left: 0px;
        *float: left;
	background-image: url(../images/contentBG.gif);
	background-repeat: repeat-y;

}
#contentcontainer {
	width: 465px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
}
#contentcontainer ul {
	list-style-type: disc;
}
#contentcontainer ul ul {
	font-size: 10px;
	font-style: italic;
	list-style-type: circle;
}
#footer {
	height: 25px;
	width: 100%;
	background-image: url(../images/footerBG.gif);
	background-repeat: repeat-x;
        clear: both;

}
#footer-menu {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	color: #999999;

}

#legal {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	margin-top: 5px;

}

/*=============================================================
Menu
===============================================================*/
#menu {
	background-color: #E0DFE3;
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
	position: relative;
	height: 26px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#menu ul{
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

/*Ministries*/
#menu ul li.ministries a {
    display: block;
    width: 79px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/ministries-menu.jpg) no-repeat 0px 0px;
}
#menu ul li.ministries a:hover {
	display: block;
	width: 79px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/ministries-menu.jpg) no-repeat 0px -26px;
}

/*Institutes*/
#menu ul li.institutes a {
    display: block;
    width: 84px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/institutes-menu.jpg) no-repeat 0px 0px;
}
#menu ul li.institutes a:hover {
	display: block;
	width: 84px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/institutes-menu.jpg) no-repeat 0px -26px;
}

/*Curriculum*/
#menu ul li.curriculum a {
    display: block;
    width: 93px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/curriculum-menu.jpg) no-repeat 0px 0px;
}
#menu ul li.curriculum a:hover {
	display: block;
	width: 93px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/curriculum-menu.jpg) no-repeat 0px -26px;
}

/*Trips*/
#menu ul li.trips a {
    display: block;
    width: 59px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/trips-menu.jpg) no-repeat 0px 0px;
}
#menu ul li.trips a:hover {
	display: block;
	width: 59px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/trips-menu.jpg) no-repeat 0px -26px;
}

/*Israel*/
#menu ul li.israel a {
    display: block;
    width: 61px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/israel-menu.jpg) no-repeat 0px 0px;
}
#menu ul li.israel a:hover {
	display: block;
	width: 61px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/israel-menu.jpg) no-repeat 0px -26px;
}

/*People*/
#menu ul li.people a {
    display: block;
    width: 70px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/people-menu.jpg) no-repeat 0px 0px;
}
#menu ul li.people a:hover {
	display: block;
	width: 70px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/people-menu.jpg) no-repeat 0px -26px;
}

/*FAQ*/
#menu ul li.faq a {
    display: block;
    width: 62px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/faq-menu.jpg) no-repeat 0px 0px;
}
#menu ul li.faq a:hover {
	display: block;
	width: 62px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/faq-menu.jpg) no-repeat 0px -26px;
}

/*Apply*/
#menu ul li.apply a {
    display: block;
    width: 62px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/apply-menu.jpg) no-repeat 0px 0px;
}
#menu ul li.apply a:hover {
	display: block;
	width: 62px;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/apply-menu.jpg) no-repeat 0px -26px;
}

/*HACKS TO MAKE THE BEAST WORK*/
/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; }
* html #menu ul li a { height: 1%; }
/* End */

/*=============================================================
Upper Menu
===============================================================*/
#uppermenu {
	height: 25px;
	width: 114px;
	float: right;
	margin-top: 40px;

}
#uppermenu ul{
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#uppermenu ul li{
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

/*Home*/
#uppermenu ul li.home a {
    display: block;
    width: 52px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/home-uppermenu.jpg) no-repeat 0px 0px;
}
#uppermenu ul li.home a:hover {
	display: block;
	width: 52px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/home-uppermenu.jpg) no-repeat 0px -25px;
}

/*Sitemap UNUSED*/
#uppermenu ul li.sitemap a {
    display: block;
    width: 60px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/sitemap-uppermenu.jpg) no-repeat 0px 0px;
}
#uppermenu ul li.sitemap a:hover {
	display: block;
	width: 60px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/sitemap-uppermenu.jpg) no-repeat 0px -25px;
}

/*Contact*/
#uppermenu ul li.contact a {
    display: block;
    width: 62px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/contact-uppermenu.jpg) no-repeat 0px 0px;
}
#uppermenu ul li.contact a:hover {
	display: block;
	width: 62px;
	height: 25px;
	text-indent: -9999px;
	background: url(../images/contact-uppermenu.jpg) no-repeat 0px -25px;
}

/*=============================================================
Font Styles
===============================================================*/
h1 {
	display: inline;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 28px;
}
h2 {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #FFFFFF;
}
h3 {
	display: inline;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0B70C2;
}
h4 {
	display: inline;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.strikethrough {
	text-decoration: line-through;
}
.locationtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.small {
	font-size: 10px;
}
.medium {
	font-size: 12px;
}
.large {
	font-size: 14px;
}

/*=============================================================
Link Styles
===============================================================*/
a:link, a:visited, a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}

/*The Black Links*/
a.black:link, a.black:visited, a.black:active {
	color: #000000;
	text-decoration: underline;
}
a.black:hover {
	text-decoration: underline;
	color: #CC0000;
}
a.blackhome:link, a.blackhome:visited, a.blackhome:active {
	color: #000000;
	text-decoration: none;
}
a.blackhome:hover {
	text-decoration: underline;
	color: #CC0000;
}

/*The Blue Links*/
a.blue:link, a.blue:visited, a.blue:active {
	color: #0B70C2;
	text-decoration: none;
}
a.blue:hover {
	text-decoration: underline;
	color: #0B70C2;
}

/*The All Important Flexile Mark, yeah we made it*/
#flexile {
	margin: 0px;
	padding: 0;
	text-indent: -9999px;
	width: 125px;
	height: 35px;
}
#flexile a	{
	display: block;
	margin: 0;
	padding: 0;
	width: 125px;
	height: 35px;
	text-decoration: none;
	background: url(../images/flexile-stamp.gif) no-repeat left top;
}
#flexile a:hover { background: url(../images/flexile-stamp.gif) no-repeat 0px -35px; }

/*Masters Commissions International Network Logo, UNUSED*/
#mcin {
	margin: 0px;
	padding: 0;
	text-indent: -9999px;
	width: 58px;
	height: 58px;
	float: right;
}
#mcin a	{
	display: block;
	margin: 0;
	padding: 0;
	width: 58px;
	height: 58px;
	text-decoration: none;
	background: url(../images/mcin.gif) no-repeat left top;
}
#mcin a:hover { background: url(../images/mcin.gif) no-repeat 0px -58px; }


/*=============================================================
Various In-text Layout Styles
===============================================================*/
/*Picture Alignment*/
.right-pic {
	float: right;
	margin: 3px;
}
.left-pic {
	float: left;
	margin: 3px;
}

/*Other object alignment*/
.left {
	float: left;
}
.right {
	float: right;
}

/*Tuition Table*/
.tableborder {
	border: 1px solid #f3f3f3;
	font-size: 11px;
}
.tableborder-bg {
	background-color: #F3F3F3;
	font-size: 11px;
}
.tabledesign2 {
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
}
.tabledesign2border {
	border: 1px solid #CCCCCC;
}
#breakdown {
	height: 22px;
	width: 163px;
	font-size: 12px;
	background-image: url(../images/breakdown.gif);
	text-align: center;
	padding-top: 15px;
	background-repeat: no-repeat;
	margin-left: 10px;
	font-weight: bold;
}
.formtext {
	border: 1px solid #E4E4E4;
}
.table-rightbox {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
/*=============================================================
SIFR Styles, DO NOT EDIT
===============================================================*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	letter-spacing: 0;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 24px;
}
.sIFR-hasFlash h3 {
	visibility: hidden;
	font-size: 16px;
	*font-size: 18px;
}
