/* styles.css */


/* Meyer Reset */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 ✰ Boilerplate */

/* HTML5 ✰ Display Definition */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* HTML5 ✰ Base */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }
::-moz-selection { background: #9c0; color: #fff; text-shadow: none; }
::selection { background: #9c0; color: #fff; text-shadow: none; }

/* HTML5 ✰ Links */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* HTML5 ✰ Typography */

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* HTML5 ✰ Lists */

dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* HTML5 ✰ Embedded Content */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

/* HTML5 ✰ Figures */

figure { margin: 0; }

/* HTML5 ✰ Forms */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* HTML5 ✰ Tables */

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* Site Styles */

/* Overall */

html, body { height: 100%; }
body { font-family: Helvetica, Helvetica Neue, Arial, sans-serif; }

/* Headlines */

h1,h2,h3,h4 { font-family: "ddt", Helvetica, Helvetica Neue, Arial, sans-serif; font-weight: 400; }

h1 { font-size: 2.4em; color: #690; text-shadow: -1px -1px 2px #333; }
h2 { font-size: 2.1em; color: #333; font-weight: 400; }
h3 { font-size: 1.8em; color: #333; font-weight: 400; }
h4 { font-size: 1.5em; color: #333; }
h5 { font-size: 1.1em; color: #333; font-family: Helvetica, Helvetica Neue, Arial, sans-serif; font-weight: bold; }
h6 { font-size: .9em; color: #333; font-family: Helvetica, Helvetica Neue, Arial, sans-serif; font-weight: bold; }

em { font-style: italic; }

/* Links */

a:link, a:active, a:visited { color: #0078B4; text-decoration: none; }
a:hover { color: #000; text-decoration: none;  }

/* Containers and Wrappers */

#container { min-height: 100%; height: auto !important;height: 100%; margin: 0 auto -160px; }

.wrapper { width: 960px; margin: 0 auto; }
#header-container { height: 175px; background: url(/assets/images/header-back.png) repeat-x top left #fff; }
#main-container {  }
#footer-push { height: 200px; }
#footer-container { height: 160px; background: url(/assets/images/footer-back.png) repeat-x top left #fff; }

/* Header */

#header-top { height: 32px; font-size: .8em; margin: 0; padding: 0 10px; }

#header-top a, #header-top a:active, #header-top a:visited { color: #d7d7d7; text-decoration: none; }
#header-top a:hover { color: #0078B4; text-decoration: none; }

#header-top ul { list-style-type: none; margin: 0 10px; }
#header-top ul li { float: left; height: 32px; line-height: 32px; margin-right: 15px; }
#header-top ul#languages { float: left; }
#header-top ul#social { float: right; margin-right: 15px; }
#header-top ul#social li { line-height: 32px; margin-right: 5px; }
#header-top ul#social li a { margin-top: 6px; width: 20px; height: 20px; display: block; }
#header-top ul#social li a#facebook { background: url(/assets/images/header-icons-black.png) 0 0 no-repeat; }
#header-top ul#social li a#twitter { background: url(/assets/images/header-icons-black.png) -20px 0 no-repeat; }
#header-top ul#social li a#rss { background: url(/assets/images/header-icons-black.png) -40px 0 no-repeat; }

#header-top form { float: right; height: 32px; line-height: 32px;}
#header-top form .email { float: left; background: url(/assets/images/header-field.png) 0 0 no-repeat; width: 152px; height: 20px; border: 0; margin-top: 6px; padding: 0 4px; color: #d7d7d7; }
.ie7 #header-top form .email { padding-top: 4px; }
.ie8 #header-top form .email { padding-top: 4px; }
#header-top form .submit { float: left; display: block; cursor: pointer; margin: 6px 0 0 5px; color: #fff; background: url(/assets/images/header-button.png) top left no-repeat transparent; width: 65px; height: 20px; border: 0; }
#header-top form .submit:hover { background-position: bottom left; }

#header-top #login { float: right; height: 32px; line-height: 32px; margin-left: 18px; }

#header-logo { height: 92px; }
#header-logo img { margin: 26px 0 0 14px; }

/* Navigation */

nav ul { float: left; list-style-type: none; height: 40px; font-size: 15px; color: #0078B4; font-family: "ddt", Helvetica, Helvetica Neue, Arial, sans-serif; margin-left: 20px; font-weight: 400; }
nav ul li { float: left; height: 32px; line-height: 32px; margin-right: 25px; color: #000; }
nav ul#get-started { float: right; }
nav ul#get-started li { float: right; margin-right: 30px; }
nav ul#get-started li a { float: right; padding-left: 14px; height: 41px; background: url(/assets/images/menu-conversation-back.png) top left no-repeat #fff; }
.ie7 nav ul#get-started li a { width: 93px; }
nav ul#get-started li a span { float: right; height: 41px; line-height: 30px; padding: 0 14px 0 0; background: url(/assets/images/menu-conversation-back.png) top right no-repeat #fff;
}

nav a:link, nav a:active, nav a:visited { color: #0078B4; text-decoration: none; text-shadow: none; }
nav a:hover { color: #000; text-decoration: none; text-shadow: none; }

nav li.current a:link, nav li.current a:visited, nav li.current a:hover, nav li.current a:active { color: #000; text-decoration: none; text-shadow: none; }

nav ul#get-started li a:link, nav ul#get-started li a:visited, nav ul#get-started li a:active { color: #fff; text-shadow: none; }
nav ul#get-started li a:hover, nav ul#get-started li a.current { color: #fff; background-position: bottom left; }
nav ul#get-started li a:hover span, nav ul#get-started li a.current span { background-position: bottom right; text-shadow: 1px 1px 2px #000; }

/* Arabic */
.rtl nav ul { float: right; }
.rtl nav ul li { float: right; }
.rtl nav ul#get-started { float: left; }

/* Main */

#main-home { position: relative; }
#main-home #slide-prev {
  position: absolute;
  display: block;
  top: 127px;
  left: 5px;
  width: 30px;
  height: 52px;
  z-index: 1000;
}
#main-home #slide-prev a {
  display: block;
  position: relative;
  width: 30px;
  height: 52px;
  cursor: pointer;
  background: url(/assets/images/home-arrow-left.png) top left no-repeat transparent;
}
#main-home #slide-prev a:hover {
  background-position: bottom left;
}
#main-home #slide-next {
  position: absolute;
  display: block;
  top: 127px;
  right: 5px;
  width: 30px;
  height: 52px;
  z-index: 1000;
}
#main-home #slide-next a {
  display: block;
  position: relative;
  width: 30px;
  height: 52px;
  cursor: pointer;
  background: url(/assets/images/home-arrow-right.png) top left no-repeat transparent;
}
#main-home #slide-next a:hover {
  background-position: bottom left;
}
#main-home #slider { width: 960px; height: 300px; background: url(/assets/images/home-slide-back.png) top left no-repeat #fff; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#main-home #slider ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#main-home #slider ul li {
  width: 960px;
  height: 300px;
  overflow: hidden;
}
#main-home #slider ul li .slide {
  width: 820px;
  height: 275px;
  padding: 25px 70px 0 70px;
}

#main-home #slider ul li .slide-text {
  float: left;
  width: 400px;
}

#main-home #slider ul li .slide-text h2 {
  width: 400px;
  font-weight: 400;
  text-shadow: -1px -1px 2px #333;
  color: #416e25;
  font-size: 2.1em;
}

#main-home #slider ul li .slide-text p {
  width: 390px;
  font-size: 1.1em;
  color: #333;
  line-height: 1.5em;
  margin: 20px 0 0 0;
}
#main-home #slider ul li .slide-text .clip-home {
  float: left;
  margin-top: 10px;
}
#main-home #slider ul li .slide-text a.button-link {
  float: left;
  clear: left;
  height: 42px;
  line-height: 41px;
  margin-top: 25px;
  padding-left: 20px;
  background: url(/assets/images/home-button.png) top left no-repeat transparent;
}
/* Arabic */
.rtl #main-home #slider ul li .slide-text,
.rtl #main-home #slider ul li .slide-text .clip-home,
.rtl #main-home #slider ul li .slide-text a.button-link {
  float:right;
}
.rtl #main-home #slider ul li .slide-text h2,
.rtl #main-home #slider ul li .slide-text p {
  direction: rtl;
  float: right;
}

#main-home #slider ul li .slide-text a.button-link span.button-text {
  float: left;
  height: 42px;
  line-height: 41px;
  padding-right: 20px;
  background: url(/assets/images/home-button.png) top right no-repeat #fff;
  font-size: 1.3em;
  font-family: "ddt", Helvetica, Helvetica Neue, Arial, sans-serif; 
  color: #fff;
  font-style: normal;
}
.ie7 #main-home #slider ul li .slide-text a.button-link span.button-text {
  min-width: 240px;
}

#main-home #slider ul li .slide-text a:link,
#main-home #slider ul li .slide-text a:visited,
#main-home #slider ul li .slide-text a:active {
  text-decoration: none;
}
#main-home #slider ul li .slide-text a.button-link:hover {
  background-position: bottom left;
}
#main-home #slider ul li .slide-text a.button-link:hover span {
  background-position: bottom right; text-shadow: 1px 1px 2px #000;
}

#main-home #slider ul li img {
  float: right;
  /*
  -moz-box-shadow: 2px 2px 2px #999;
  -webkit-box-shadow: 2px 2px 2px #999;
  box-shadow: 2px 2px 2px #999;
  */
}

#main-home #three-columns {
  margin: 40px 10px 0 10px;
}

#main-home #three-columns .column {
  float: left;
  padding: 0 10px;
  width: 280px;
  margin-right: 20px;
}

#main-home #three-columns .column h4 {
  padding-bottom: 10px;
  font-weight: 500;
}

#main-home #three-columns .column p {
  margin-top: 10px;
  color: #666;
  line-height: 1.5em;
}

#main-home #three-columns .last {
  margin: 0;
}

#main-home #three-columns .column a.arrow {
  display: block;
  margin-top: 8px;
  padding: 3px 2px 2px 18px;
  float: right;
  font-size: 1em;
  font-family: "ddt", Helvetica, Helvetica Neue, Arial, sans-serif;
  font-weight: 500;
  background: url(/assets/images/page-main-home-link-back.png) top left no-repeat transparent;
}

#main-home #three-columns .column a.arrow:hover {
  background: url(/assets/images/page-main-home-link-back.png) 0 -17px no-repeat transparent;
  color: #000;
}
/* Arabic */
.rtl #main-home #three-columns .column h4,
.rtl #main-home #three-columns .column p {
  direction: rtl;
}
.rtl #main-home #three-columns .column a.arrow {
  float: left;
  padding: 3px 18px 2px 2px;
  background: url(/assets/images/page-main-home-link-back-rtl.png) top right no-repeat transparent;
}
.rtl #main-home #three-columns .column a.arrow:hover {
  direction: rtl;
  background: url(/assets/images/page-main-home-link-back-rtl-hover.png) top right no-repeat transparent;
}

#main-header #crumb {
  width: 920px;
  padding: 8px 20px 8px 20px;
  color: #666;
  font-size: .8em;
  border-top: 1px solid #ccc;
}
#main-header #crumb a:link, #main-header #crumb a:active, #main-header #crumb a:visited { color: #666; text-decoration: none; }
#main-header #crumb a:hover { color: #666; text-decoration: none; }
#main-header h1#title {
  border-top: 1px solid #ccc;
  padding: 12px 20px 12px 20px;
  font-size: 30px;
  font-weight: 500;
  font-family: "ddt", Helvetica, Helvetica Neue, Arial, sans-serif;
  text-shadow: none;
  color: #000;
}
#main-header #language-text {
  color: #000;
  font-size: 1.2em;
  line-height: 1.7em;
  border-top: 1px solid #ccc;
  padding: 30px 20px;
  font-weight: bold;
}
/* Arabic */
.rtl #main-header #crumb,
.rtl #main-header h1#title { direction: rtl; }
.rtl #main-header #language-text { direction: rtl; }
#main-page {
  border-top: 1px solid #ccc;
  /* background: url(/assets/images/page-main-back.png) 0 0 no-repeat transparent; */
}
#main-sect {
  float: left;
  width: 720px;
}
#main-sect #header-copy {
  float: left;
  width: 670px;
  padding: 30px 30px 14px 20px;
  border-bottom: 1px solid #ccc;
}
#main-sect #header-copy #header-image {
  float: left;
}
#main-sect #header-copy #header-image img {
  padding: 0;
  margin: -10px 10px 0 -10px;
  background-color: none;
}
#main-sect #header-copy #header-text {
  float: right;
  width: 545px;
}
#main-sect #header-copy p {
  color: #000;
  font-size: 1.2em;
  line-height: 1.7em;
}

#main-sect h3 {
  margin: 4px 0 16px 0;
}
#main-sect h5 {
  margin-bottom: 16px;
}
#main-sect p {
  margin-bottom: 16px;
  color: #666;
  font-size: .9em;
  line-height: 1.8em;
}
#main-sect ul, #main-sect ol {
  clear: left;
  margin: 0 20px 8px 40px;
  color: #777;
  font-size: .9em;
  line-height: 1.8em;
}
#main-sect ul {
  list-style-image: url(/assets/images/page-main-list-bullet.png)
}
#main-sect ul li, #main-sect ol li {
  padding-bottom: 8px;
}
#main-sect p strong,
#main-sect ul strong,
#main-sect ol strong {
  color: #000;
  font-weight: normal;
}
#main-sect #main-copy img {
  max-width: 630px;
  margin: 5px 10px 10px 10px;
  padding: 5px;
  background-color: #e2edf3;
}
#main-sect img.right {
  float: right;
  margin-left: 20px;
}

#main-sect img.left {
  float: left;
  margin-right: 20px;
}
#main-sect blockquote {
  margin: 5px 10px 20px 0;
  padding: 5px;
  background-color: #e2edf3;
}

#main-sect blockquote p {
  color: #069;
  line-height: 1.5em;
  font-size: 1.3em;
  font-family: utopia-std, Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  text-shadow: -1px 1px 1px #aeaeae;
  margin: 0;
  padding: 15px 20px;
  border: 1px solid #fff;
}
#main-sect blockquote p span {
  display: block;
  text-align: right;
  font-style: normal;
  font-size: .7em;
}

#main-sect a.special {
  display: block;
  clear: left;
  padding: 0 0 0 11px;
  padding-bottom: 0;
  background: url(/assets/images/page-main-sect-arrows-r.png) top left no-repeat transparent;
}

#main-sect a.special:hover {
  font-weight: 400;
  background: url(/assets/images/page-main-sect-arrows-r.png) 0 -20px no-repeat transparent;
  color: #000;
}
#main-sect ul#pagination {
  padding: 20px 0;
  margin-bottom: 20px;
  list-style-type: none;
  list-style-image: none;
}
#main-sect ul#pagination li {
  float: left;
  margin-right: 6px;
  font-weight: 500;
  font-family: "ddt", Helvetica, Helvetica Neue, Arial, sans-serif;
}
#main-sect ul#pagination li a, #main-sect ul#pagination li#active {
  display: block;
  padding: 0 6px;
  border: 1px solid #069;
}
#main-sect ul#pagination li a:hover {
  border-color: #000;
}
#main-sect ul#pagination li#active {
  color: #fff;
  background-color: #069;
}
#main-sect ul#pagination li#previous {
  margin-right: 14px;
}
#main-sect ul#pagination li#next {
  margin-left: 8px;
}

#main-sect #main-copy {
  clear: both;
  padding: 30px 20px 0 20px;
}

#main-sect .news-list {
  clear: both;
  padding: 30px 20px;
  border-bottom: 1px solid #ccc;
}
#main-sect #news-entry {
  padding: 30px 20px;
}
#main-sect .news-list h3 {
  margin: 4px 0 0 0;
  font-weight: 500;
}

#main-sect .news-list .date,
#main-sect #news-entry .date {
  margin-top: 5px;
  color: #537f00;
}
#main-sect #news-entry .subheader {
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 2px 0;
}
#main-sect .news-list img {
  float: left;
  margin: 0 10px 10px 0;
  padding: 5px;
  background-color: #e2edf3;
}
#main-sect #last {
  border: 0;
}

#main-sect .testimonial-entry {
  clear: both;
  float: left;
  margin: 20px 20px 0 20px;
}
#main-sect .testimonial-entry .bubble {
  padding: 25px 25px 13px 25px;
  background: url(/assets/images/page-main-bubble-back.png) bottom left repeat-x #78b400;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}
#main-sect .testimonial-entry .bubble .text {
  margin: 0;
  background: url(/assets/images/page-main-quote-back.png) top left no-repeat transparent;
}
#main-sect .testimonial-entry .bubble .text-full {
  margin: 20px 0 5px 0;
  padding: 25px 0 0 0;
  border-top: #d5e7b3 solid 1px;
}
#main-sect .testimonial-entry .bubble .text p {
  margin: 0 0 12px 0;
  color: #fff;
  font-family: utopia-std, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.6em;
  font-size: 1.6em;
  font-style: italic;
  font-weight: normal;
  text-shadow: -1px 1px 1px #666;
;
}
#main-sect .testimonial-entry .bubble .text-full p {
  margin: 0 0 10px 0;
  color: #d5e7b3;
  font-family: utopia-std, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.5em;
  font-size: 1.3em;
  font-style: italic;
  font-weight: normal;
  text-shadow: none;
}
#main-sect .testimonial-entry .bubble .text p strong {
  color: #fff;
}
#main-sect .testimonial-entry .bubble .text-full p strong {
  color: #fff;
  text-shadow: -1px 1px 1px #666;
}
#main-sect .testimonial-entry p.author {
  font-family: "ddt", Helvetica, Helvetica Neue, Arial, sans-serif;
  line-height: 1.3em;
  font-size: 1.9em;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  margin: 0;
  padding: 20px 15px 0 0;
  color: #000;
  text-shadow: none;
  background: url(/assets/images/page-main-sect-bubble-tri.png) top right no-repeat transparent;
}
#main-sect .testimonial-entry p.school {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: .9em;
  line-height: 1.4em;
  text-align: right;
  margin: 0 0 15px 0;
  padding: 5px 15px 0 0;
  color: #000;
  text-shadow: none;
  background: none;
}
#main-sect .testimonial-entry a {
  display: block;
  float: left;
  color: #069;
  font-family: "ddt", Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: .9em;
  cursor: pointer;
  padding-left: 18px;
  margin: 25px 0 -22px 0;
}
#main-sect .testimonial-entry a.full-down,#main-sect .testimonial-entry a.full-down:link,#main-sect .testimonial-entry a.full-down:visited,#main-sect .testimonial-entry a.full-down:active {
  background: url(/assets/images/page-main-sect-arrows-v.png) transparent left top no-repeat;
}
#main-sect .testimonial-entry a.full-down:hover {
  background: url(/assets/images/page-main-sect-arrows-v.png) transparent left top no-repeat;
}
#main-sect .testimonial-entry a.full-up,#main-sect .testimonial-entry a.full-up:link,#main-sect .testimonial-entry a.full-up:visited,#main-sect .testimonial-entry a.full-up:active {
  background: url(/assets/images/page-main-sect-arrows-v.png) transparent left -34px no-repeat;
}
#main-sect .testimonial-entry a.full-up:hover {
  background: url(/assets/images/page-main-sect-arrows-v.png) transparent left -34px no-repeat;
}

#main-sect h5.table-title {
  margin-bottom: 10px;
}
#main-sect table {
  border-top: 1px solid #999;
  margin-bottom: 20px;
  padding: 0;
}
#main-sect table th {
  text-align: left;
}
#main-sect table th, #main-sect table td {
  line-height: 1.6em;
  padding: 4px 8px;
}
#main-sect table tr {
  border-bottom: 1px solid #999;
}
#main-sect table td {
  background: url(/assets/images/page-main-td-back.png) repeat-x top left;
  border-right: 1px solid #fff;
}
#main-sect table td p {
  margin:0;
  padding:0;
  font-weight: normal;
}
#main-sect table th.school { width: 240px; }
#main-sect table th.date { width: 180px; text-align: center; }
#main-sect table td.date { width: 180px; text-align: center; font-weight: bold; }

#main-sect #main-form {
  padding: 30px 20px 0 20px;
}
#main-sect #main-form legend {
  font-size: 1.8em; color: #333; /* match h3 */
  font-weight: 400;
  font-family: "ddt", Helvetica, Helvetica Neue, Arial, sans-serif;
}
#main-sect #main-form fieldset {
  display: block;
  padding: 10px 0 20px 0;
}
#main-sect #main-form label {
  float: left;
  margin: 0 8px 6px 0;
  color: #666;
  font-size: .9em;
  line-height: 1.8em;
}
#main-sect #main-form .label-text {
  float: left;
  margin: 0;
  color: #666;
  font-size: .9em;
  line-height: 1.8em;
}
#main-sect #main-form .label-group {
  float: left;
  margin: 0;
  width: 240px;
}
#main-sect #main-form select, #main-sect #main-form input, #main-sect #main-form textarea {
  margin: 0 0 5px 0;
}
#main-sect #main-form .column {
  width: 240px;
}
#main-sect #main-form .row {
  clear: left;
  float: left;
  width: 680px;
}
#main-sect #main-form .submit {
  background: url(/assets/images/page-main-form-button.png) top left repeat-x;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  font-size: 1.1em;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  border: 0;
  padding: 6px 25px;
}
#main-sect #main-form .submit:hover {
  background: url(/assets/images/page-main-form-button.png) bottom left repeat-x;
}
#main-sect #main-form textarea {
  float: left;
}
#main-sect #main-form .required {
  color: red;
}
#main-sect #main-form .spacer {
  margin-left: 12px;
}
#main-sect #main-form .name {
  width: 160px;
}
#main-sect #main-form .contact {
  width: 200px;
}
#main-sect #main-form .school {
  width: 220px;
}
#main-sect #main-form .score {
  width: 100px;
}
#main-sect #main-form .number {
  width: 55px;
}
#main-sect #main-form .text {
  width: 360px;
}
#main-sect #main-form input[type="text"], #main-sect #main-form textarea {
  background-color: #7fbbd9;
  border: 0;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  font-size: 1.2em;
  line-height: 1.2em;
  padding: 5px;
  color: #000;
  font-weight: bold;
}
@-moz-document url-prefix() { #main-sect #main-form input[type="text"] { padding: 6px 5px 4px 5px; }
}
#main-sect #main-form textarea {
  height: 150px;
}
#main-sect #main-form select {
  margin: 4px 0 0 0;
  padding: 1px;
}

#main-side {
  float: right;
  width: 240px;
  background: url(/assets/images/page-side-back.png) 0 0 no-repeat transparent;
  min-height: 600px;
}

#main-side ul#menu {
  padding: 40px 0;
  list-style-type: none;
  font-family: "ddt", Helvetica, Helvetica Neue, Arial, sans-serif;
}
#main-side ul#menu a {
  font-size: 1.1em;
  padding: 8px 25px;
  display: block;
}
#main-side ul#menu li ul {
  list-style-type: none;
}
#main-side ul#menu li ul li a {
  font-size: .9em;
  padding-left: 50px;
}
#main-side ul#menu li a.current {
  background-color: #069;
  color: #fff;
}
/* Arabic */
.rtl #main-side ul#menu { direction: rtl; }


#main-side img {
  padding: 5px 5px 0 5px;
  background-color: #c0d7e4;
}


#main-side .box {
  background-color: #c0d7e4;
  padding: 25px 25px 15px 25px;
  margin-bottom: 20px;
}

#main-side .box p, #main-side .box ul,  #main-side .box ol {
  color: #363636;
  font-size: .8em;
  line-height: 1.3em;
}

#main-side .box ul, #main-side .box ol {
  margin-left: 15px;
  margin-bottom: 5px;
}

#main-side .box ul li, #main-side .box ol li {
  margin-bottom: 5px;
  font-weight: bold;
  color: #444;
}
#main-side .box ul.links {
  margin-left: 0;
}
#main-side .box ul.links li {
  list-style-type: none;
}
#main-side .box ul.links li a {
  display: block;
  padding-left: 12px;
  background: url(/assets/images/page-side-link-back.png) top left no-repeat transparent;
}
#main-side .box ul.links li a:hover {
  background: url(/assets/images/page-side-link-back.png) 0 -50px no-repeat transparent;
}

#main-side .box p,#main-side .box h6 {
  margin-bottom: 10px;
}
#main-side .box blockquote {
  margin: 0 0 10px 0;
  padding: 8px 8px 0 8px;
  background-color: #e2edf3;
}
#main-side .box blockquote p {
  padding: 0 0 8px 0;
  margin-bottom: 0;
  color: #069;
  text-shadow: -1px 1px 1px #aeaeae;
}

#main-side .quote {
  margin: 30px 10px;
}
#main-side .quote .bubble {
  padding: 15px 20px;
  background: url(/assets/images/page-main-bubble-back.png) bottom left repeat-x #78b400;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
}
#main-side .quote .bubble p {
  color: #fff;
  text-shadow: -1px 1px 1px #666;
  font-family: utopia-std, Georgia, Cambria, "Times New Roman", Times, serif;
  line-height: 1.4em;
  font-size: 1.1em;
  font-style: italic;
}
#main-side .quote .bubble .clip-side {
  margin-top: 5px;
}
#main-side .quote p.author {
  font-family: "ddt", Helvetica, Helvetica Neue, Arial, sans-serif;
  line-height: 1.1em;
  font-size: 1.4em;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
  padding: 15px 10px 0 0;
  background: url(/assets/images/page-main-side-bubble-tri.png) top right no-repeat transparent;
}
#main-side .quote p.school {
  font-size: .7em;
  text-align: right;
  padding: 5px 10px 0 0;
}

/* Footer */

#footer-top { height: 32px; font-size: .8em; padding: 0 20px; color: #d7d7d7; }

#footer-top ul {
  list-style-type: none;
  margin-bottom: 5px;
}

#footer-top ul li {
  float: left;
  height: 32px;
  line-height: 32px;
}

#footer-top ul#main-links {
  float: left;
}
#footer-top ul#main-links li {
  padding-right: 18px;
  background: url(/assets/images/footer-link.png) top right no-repeat transparent;
}
.ie7 #footer-top ul#main-links li,
.ie8 #footer-top ul#main-links li {
  background: none;
}
#footer-top ul#main-links li:last-child {
  background: none;
}
#footer-top ul#minor-links {
  float: right;
}
#footer-top ul#minor-links li {
  padding-left: 18px;
  background: url(/assets/images/footer-link.png) top left no-repeat transparent;
}
.ie7 #footer-top ul#minor-links li,
.ie8 #footer-top ul#minor-links li {
  background: none;
}
#footer-top ul#minor-links li:first-child {
  background: none;
}

#footer-top a, #footer-top a:active, #footer-top a:visited { color: #d7d7d7; text-decoration: none; }
#footer-top a:hover { color: #0078B4; text-decoration: none; }

/* Arabic */
.rtl #footer-top ul#main-links {
  float: right;
}
.rtl #footer-top ul#main-links li {
  float: right;
  padding-right: 0;
  padding-left: 18px;
  background: url(/assets/images/footer-link.png) top left no-repeat transparent;
}
.rtl #footer-top ul#main-links li:last-child {
  background: none;
}
.rtl #footer-top ul#minor-links {
  float: left;
}
.rtl #footer-top ul#minor-links li {
  float: right;
  padding-left: 0;
  padding-right: 18px;
  background: url(/assets/images/footer-link.png) top right no-repeat transparent;
}
.rtl #footer-top ul#minor-links li:first-child {
  background: none;
}


#footer-bottom { padding: 8px 20px; height: 102px; font-size: .8em; color: #d7d7d7; }

#footer-bottom ul {
  float: left;
  list-style-type: none;
  margin: 10px 0;
}

#footer-bottom ul li {
  height: 16px;
  line-height: 16px;
}

#footer-bottom ul li span {
  float: left;
  width: 60px;
}
#footer-bottom ul li strong {
  float: left;
  width: 200px;
}

#footer-bottom #nagap {
  float: right;
  margin: 10px 0;
  text-align: right;
  width: 300px;
}

#footer-bottom #nagap a {
  float: right;
  margin-left: 10px;
}

#footer-bottom #nagap-text strong {
  display: block;
  padding-bottom: 5px;
}


#footer-bottom #copyright {
  float: right;
  clear: right;
  margin-top: 18px;
}

#footer-bottom a, #footer-bottom a:active, #footer-bottom a:visited { color: #fff; text-decoration: none; }
#footer-bottom a:hover { color: #0078B4; text-decoration: none; }

/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }



/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 480px) {
  /* Style adjustments for viewports 480px and over go here */

}

@media only screen and (min-width: 768px) {
  /* Style adjustments for viewports 768px and over go here */

}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
