
/*body
{
	background: #fff url(../images/top-line.gif) repeat-x top left;
	text-align: left;
}
form 
{
	background: #fff url(../images/top-line.gif) repeat-x top left;
}*/
a img, a.nb
{
	background: none;
}
a.more
{
	font-size: 10px;
}
div.hr
{
	border-bottom: 1px solid #EAEAEA;
	height: 30px;
	margin: 30px 0;
	clear: both;
}
.small
{
	font-size: 10px;
}
.red
{
	color: #ff9900;
}
.grey
{
	color: #999;
}
.white
{
	color: white;
}
.brown
{
	color: #5b4d2e;
}
h2, h3, h4
{
	margin: 15px 0 10px;
	text-align: right;
	direction: rtl;
}
.left
{
	float: left;
	margin: 15px 15px 15px 0;
}
.right
{
	float: right;
	margin: 15px 0 15px 15px;
}

strong
{
	direction: rtl;
	line-height: 1.8em;
}
#mainContent h1, #mainContent h2
{
	font-family: "Nassim" , "Times New Roman" , Times, serif;
	font-size: 18px;
	font-weight: bold;
	direction: rtl;
	text-align: right; /*  height:100%; */
}
.node
{
	padding: 15px 0 15px 20px;
}
#mainContent.wide .node
{
	padding: 10px 0;
}

/**
* System Overrides
*/

body.mceContentBody
{
	background: #fff;
	padding: 10px;
}
body.mceContentBody
{
	list-style: circle;
	margin: 1em;
}
ul.x-menu li
{
	margin: 0;
}
#sideBarContainer ul.x-menu li, li.leaf, li.expanded, li.collapsed
{
	list-style-image: none;
	list-style-type: none;
	padding: 0;
}
tr.even
{
	background: #fff;
	border-bottom: 1px solid #e5e5e5;
}
tr.odd
{
	background: #F8F8F8;
	border-bottom: 1px solid #e5e5e5;
}
div.error, tr.error
{
	background: #FFF1F1;
	color: #220000;
	padding: 5px;
}
div.error
{
	border: 1px solid #FFAAA6;
	margin: 5px 0 0 20px;
	direction: rtl;
	padding: 10px;
}
div.error li
{
	direction: rtl;
	line-height: 1.8em;
}
.form-item .description
{
	direction: rtl;
}
.captcha
{
	direction: rtl;
}
.captcha label
{
	font-weight: normal;
	margin-bottom: 5px;
}
.captcha .description
{
	display: none;
}
.messages
{
	direction: rtl;
	padding: 5px;
	border: 1px solid #ccc;
	background: #f9f9f9;
	margin: 5px 0 5px 10px;
}
.ajaxsubmit-message .messages
{
	direction: rtl;
	padding: 5px;
	border: none;
	background: #D71920;
	margin: 5px 0;
	color: #fff;
}
.ajaxsubmit-message .messages.status
{
	background: #12AD2B;
}
#newsletter-form label, #newsletter-form .form-submit
{
	display: none;
}
.item-list
{
	margin-top: 4em;
}
.item-list .pager li
{
	border: 1px solid #CCC;
	background: #f1f1f1;
	padding: 0.5em .8em;
	margin: 0 0 0.25em 1em;
}
.item-list .pager li.pager-current
{
	background: none;
}
.views-exposed-form .views-exposed-widget .form-submit
{
	margin-top: 0.1em;
}
/**
* Layout
*/
.fixed
{
	width: 980px;
	margin: 0pt auto;
}
#header .fixed
{
	height: 110px;
	border-bottom: 1px solid #E7E7E7;
	margin-bottom: 7px;
}
#header h1#logo
{
	width: 205px;
	height: 73px;
	float: right;
	margin: 0;
	margin-top: 38px;
}
#header h1#logo a
{
	display: block;
	background: url(../images/EduLogo.JPG) no-repeat 0 0;
	height: 73px;

}
#nav
{
	width: 720px;
	height: 92px;
	margin-right: 52px;
	margin-top: 4px;
	float: right;
}
#nav ul
{
	margin: 0;
	padding: 0;
}
#nav li
{
	float: right;
	background: url(../images/navmenu-bg-hover.gif) no-repeat;
	background-position: 0 -92px;
	height: 92px;
	position: relative;
	z-index: 100;
}
#nav li.active-trail
{
	background-position: 0 0;
}
#nav li a.main
{
	background: url(../images/navmenu-separator.gif) no-repeat 100% 0;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 72px 6px 0 5px;
	font-family: Nassim;
	font-size: 16px;
	color: #555;
}
#nav li a.main:hover
{
	text-decoration: none;
	background-color: #f8f8f8;
}

#nav li#home a
{
	background: url(../images/navmenu-customers.png) no-repeat;
	background-position: 0 0;
	width: 94px;
	text-indent: -999px;
}
#nav li#home a:hover
{
	text-decoration: none;
	background-color: #f8f8f8;
}

#nav li .submenu
{
	height: 0;
	width: 150px;
	overflow: hidden;
	position: absolute;
	background: #f8f8f8;
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
	opacity: 0;
	transition: height 100ms, opacity 100ms;
	-moz-transition: height 100ms, opacity 100ms;
	-webkit-transition: height 100ms, opacity 100ms;
	-o-transition: height 100ms, opacity 100ms;
}
#nav li .submenu h3
{
	padding: 5px;
	margin: 0 5px;
	line-height: 20px;
	background: #eee;
}

#nav li:hover .submenu
{
	display: block;
	height: 100px;
	opacity: 1;
}
#nav li .submenu a
{
	display: block;
	margin: 0 5px;
	padding: 5px;
	line-height: 20px;
	text-decoration: none;
	border-top: 1px dotted #999;
	color: #e02a21;
	text-align:right;
}
#nav li .submenu a:first-child
{
	border: none;
}
#nav li .submenu a:hover
{
	background: #f60;
	color: #fff;
}

#top-links
{
	margin-top: 8px;
	float: left;
}
#top-links li
{
	float: right;
	direction: rtl;
	margin-left: 10px;
}
#top-links li.last
{
	margin-left: 0;
}
#top-links #phone
{
	background: url(../images/top-links-icons.gif) no-repeat top right;
	line-height: 15px;
	padding-right: 18px;
}
#top-links #main-site a
{
	line-height: 15px;
	padding-right: 18px;
	display: block;
	color: #e41304;
	padding-top:5px;
	margin-top:30px;
}
#top-links #main-site a#lbSignIn
{
	background: url(../images/signIn.png) no-repeat bottom right;
	padding-right:20px;
	font-weight:bold;
	color:Red;
}

#search-n-stuff .fixed
{
	background: #2D3133;
	border: 1px solid #DCDCDC;
	height: 37px;
	margin-bottom: 10px;
}
#searchbox
{
	float: left;
	margin: 4px;
	width: 184px;
	text-align: left;
}
#searchbox .focused
{
	border-color: #D71920;
	color: #CCC;
}
#breadcrumb
{
	padding: 13px;
	color: #9A9A9A;
	direction: rtl;
	font-size: 10px;
	direction: rtl;
	text-align:right;
}
#breadcrumb a
{
	color: #fff;
}
#breadcrumb a:hover
{
	color: #9A9A9A;
}
#breadcrumb-home
{
	width: 13px;
	height: 13px;
	display: inline-block;
	background: url(../images/icon-breadcrumb-home.gif) no-repeat;
}
#breadcrumb .x-separator
{
	color: #ff9900;
}
#landing-header-pic
{
	margin-bottom: 10px;
	padding: 1px;
	border-bottom: 1px solid #D5D5D5;
}
#main-body
{
	margin-bottom: 15px;
}
#mainContent
{
	float: right;
	width: 755px;
	text-align:right;
}
#mainContent.wide
{
	float: none;
	width: auto;
}
#custom-body
{
	width: 700px;
	float: right;
}
#custom-sideBarContainer
{
	width: 265px;
	float: left;
}
#page-title
{
	border-bottom: 1px solid #D3D3D3;
	padding: 5px 0 10px 0;
}
#sideBarContainer
{
	float: left;
	width: 222px;
	border-right: 1px solid #D3D3D3;
	background: url(../images/sideBarContainer-delimiter-bg.gif) repeat-y top right;
}
#sideBarContainer .x-block
{
	margin-bottom: 15px;
}
#sideBarContainer .block-body
{
	padding: 10px;
	background: #F8F8F8 url(../images/sideBarContainer-delimiter-bg.gif) repeat-y top right;
}
#sideBarContainer #block-user-1, #sideBarContainer #block-user-1 li
{
	direction: ltr;
	text-align: left;
}
#sideBarContainer .x-block h3
{
	background: #999;
	color: #fff;
	padding: 8px 10px 8px 10px;
	font-family: "Nassim" , "Times New Roman" , Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
#sideBarContainer .x-block h3.x-menu
{
	background: #ff6600;
}
#sideBarContainer .x-block h3.orange
{
	background: #FFAE00;
}
#sideBarContainer .x-block ul
{
	margin: 0;
	padding: 0;
}
#sideBarContainer .x-block li
{
	border-bottom: 1px solid #EAEAEA;
	padding: 1px 0 1px 0;
	direction: rtl;
	text-align: right;
	line-height: 1.8em;
}
#sideBarContainer .x-block li a
{
	display: block;
	height: 100%;
	color: #666;
	padding: 7px;
}
#sideBarContainer .x-block li .x-text
{
	color: #666;
	padding: 7px;
}
#sideBarContainer .x-block li.active-trail a
{
	background: #EFEFEF;
	border-right: 2px solid #CCCCCC;
}
#sideBarContainer .x-block li a:hover
{
	color: #000;
	background-color: #f4f4f4;
}
#sideBarContainer .x-login input.x-textbox
{
	height: 11px;
	width: 199px;
	direction: ltr;
}
#sideBarContainer .x-login label.x-label
{
	font-weight: normal;
	margin: 0px;
}
#sideBarContainer .x-block li .x-login
{
	padding: 7px;
	background-color: #fff7f1;
	color: #333;
}
#sideBarContainer .x-login .x-button
{
	border: 1px solid #aaa;
	margin-top: 4px;
}
#sideBarContainer .x-login .x-checkbox input
{
	margin-top: 6px;
}
#sideBarContainer .x-login .x-button:hover
{
	border-color: #5ed5f3 !important;
}
#sideBarContainer .x-block li .x-login a
{
	display: inline !important;
	color: #333 !important;
	float:left !important;
}
#sideBarContainer .x-block li .x-login a:hover
{
	color: inherit !important;
	background-color: inherit !important;
}
#sideBarContainer .x-login .x-login-error
{
	color: #fff;
	background-color: #fb322d;
	padding: 4px;
	margin-bottom: 5px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 4px 4px 8px #888;
}
/**
* Footer
*/
#footer-top
{
	background: #C3C3C3;
	height: 5px;
	margin-bottom: 1px;
	clear: both;
}
#footer
{
	background: #4D4D4D;
	color: #9B9B9B;
	font-size: 10px;
	line-height: 1.6em;
	direction: rtl;
	text-align:right;
}
#footer a
{
	color: #D2D2D2;
	line-height: 1.6em;
}
#footer a:hover
{
	color: #FFAE00;
}
#footer .fixed
{
	padding: 0 0 12px;
}
#footer #copyright
{
	background: url(../images/copyright-bg.gif) no-repeat top right;
	padding-top: 110px;
	float: right;
	width: 310px;
	margin-left: 30px;
}
#footer-links
{
	margin-top: 10px;
}
#footer-links li
{
	float: right;
	background: url(../images/footer-links-separator.gif) no-repeat center left;
	padding-left: 10px;
	margin-left: 10px;
}
#footer-links li.last
{
	background: none;
}
#footer .footer-extra-links
{
	padding-top: 20px;
	float: right;
	width: 175px;
	margin-left: 50px;
}
#footer .footer-extra-links h3
{
	font-family: "Nassim" , "Times New Roman" , Times, serif;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#footer .footer-extra-links li
{
	border-bottom: 1px solid #5A5A5A;
}
#footer .footer-extra-links li a
{
	display: block;
	height: 100%;
	padding: 5px;
	direction: rtl;
	text-align: right;
}
#footer .footer-extra-links li.last
{
	border: none;
}

#footer .footer-extra-links li:last-child
{
	border: none;
}
#footer #newsletter
{
	padding-top: 40px;
	float: right;
	width: 190px;
}
#newsletter-form .form-text.throbbing
{
	background-image: url(../images/newsletter-loader.gif);
}
#newsletter-form .form-item
{
	display: inline;
}
#newsletter-form .form-submit
{
	padding: 5px;
}
#footer-feed
{
	margin-top: 10px;
}

#footer-feed li
{
	border-bottom: 1px solid #5A5A5A;
	height: 20px;
	clear: both;
	padding: 3px;
}
#footer-feed a.rss
{
	background: url(../images/icon-rss.gif) no-repeat center right;
	padding-right: 20px;
	display: inline-block;
	float: left;
}

#MainContentContainer
{
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
}

.wide #MainContentContainer
{
	padding: 0;
}


#nav li .submenu a
{
    text-align:right;}


@font-face {
    font-family: 'SGKara-Regular';
    src: url('../fonts/SGKara-Regular.eot');
	src: url('../fonts/SGKara-Regular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../fonts/SGKara-Regular.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../fonts/SGKara-Regular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../fonts/SGKara-Regular.ttf') format('truetype');
}