/* CSS Document */

@import url("reset.css");

@font-face {
	font-family: 'Museo700';
	src: url('../fonts/museo-700-webfont.eot');
	src: local('☺'), url('../fonts/museo-700-webfont.woff') format('woff'), url('../fonts/museo-700-webfont.ttf') format('truetype'), url('../fonts/museo-700-webfont.svg#webfontzIOOV4Hm') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background: #FFFFFF url('../images/top-bar-bg.gif') repeat-x top center;
	padding: 6px 0 0 0;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}

img {
	border: 0;
}

h1 {
	float: left;
	background: url(../images/sure-languages.jpg) no-repeat top left;
	width: 352px;
	height: 72px;
	text-indent: -500px;
	margin-top: 30px;
	overflow: hidden;
}

h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h3 {
	font-size: 0.875em;
}

h4, h5, h6 {
	font-size: 0.75em;
}

.clear {
	clear:both;
	height:0;
	line-height:0px;
}

#container {
	width: 980px;
	margin: 0 auto 0 auto;
}

/* BEGIN Header */

#header {
	height: 112px;
	position: relative;
	overflow: hidden;
	padding-left: 19px;
}

#quick-links {
	float: right;
	font-size: 0.625em;
	text-transform: uppercase;
	color: #818181;
}

#quick-links ul {
	display: block;
	width: 114px;
	height: 74px;
	background: url('../images/top-vert-sep.gif') no-repeat top right;
	float: right;
	margin-top: 19px;
}

#quick-links ul.ql-nobg {
	padding-left: 46px;
	background: none;
}

#quick-links ul li {
	margin-top: 5px;
}

#quick-links span {
	color: #5E5E5E;
}

#quick-links ul li a {
	text-decoration: none;
	color: #5E5E5E;
}

#quick-links ul li a:hover {
	text-decoration: underline;
	color: #818181;
}

.ql-space {
	padding-left: 46px;
}

/* END Header */


/* BEGIN Navigation Bar */

ul.topnav {
	width: 980px;
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	background: #222;
	font-size: 0.875em;
	font-weight: bold;
	background:#E9E9E9 url(../images/nav-bar-bg.gif) repeat-x top center;
}

ul.topnav li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.topnav li a {
    line-height: 40px;
	padding: 0 20px 0 20px;
	color: #5E5E5E;
    display: block;
    text-decoration: none;
    float: left;
}

ul.topnav li a:hover {
	color: #E9E9E9;
    background:#242424 url(../images/nav-rollover-bg.jpg) repeat-x center top;
}

ul.topnav li.tophover {
	color: #E9E9E9;
    background:#242424 url(../images/nav-rollover-bg.jpg) repeat-x center top;
}

ul.topnav li.tophover a {
	color: #E9E9E9;
}

ul.topnav li span {
    width: 0px;
    height: 0px;
    float: left;
}

ul.topnav li span.subhover {
	background-position: center bottombottom; cursor: pointer;
}

ul.topnav li ul.subnav {
	z-index: 99;
    list-style: none;
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
    left: 0; top: 40px;
    background: #333;
    margin: 0; padding: 0;
    display: none;
    float: left;
    width: 200px;
    border-left: 1px solid #131313;
    border-bottom: 1px solid #131313;
    border-right: 1px solid #131313;
}

ul.topnav li ul.subnav li {
    margin: 0; padding: 0;
    clear: both;
    width: 200px;
}

html ul.topnav li ul.subnav li a {
	border-top: 1px solid #424242;
    border-bottom: 1px solid #000;
    float: left;
    width: 160px;
    color: #A5A5A5;
    background-color: #131313;
    padding-left: 20px;
}

html ul.topnav li ul.subnav li a:hover {
	border-top: 1px solid #424242;
    border-bottom: 1px solid #2F2F2F;
	color: #E9E9E9;
    background-color: #2F2F2F;
    background-image: none;
}

#photo-img {
	clear: both;
	z-index: -1;
	position: relative;
	width: 980px;
	height: 270px;
	overflow: hidden;
}

/* END Navigation Bar */


/* BEGIN Page Content */

#page-content {
	width: 644px;
	padding: 40px 20px 40px 20px;
	font-size: 0.75em;
	line-height: 1.75em;
	color: #5E5E5E;
	float: left;
}

#page-content a {
	color: #5E5E5E;
}

.main-title {
	width: 100%;
	border-bottom: 1px solid #CECECE;
	padding-bottom: 20px;
	margin-bottom: 22px;
	font-size: 18px;
	font-weight: bold;
}

#page-content p {
	margin: 1.875em 0 1.875em 0;
}

.pagelink {
	padding-top: 15px;
}

#lang-table {
	color: #5E5E5E;
}

#lang-table td {
	vertical-align: top;
	width: 25%;
	padding-bottom: 20px;
}

#lang-table a {
	color: #5E5E5E;
	}

#right-wrapper {
	float: right;
}

#right-content {
	width: 217px;
	font-size: 0.75em;
	line-height: 1.75em;
	color: #5E5E5E;
	padding: 0 29px 20px 30px;
}

#right-content p {
	margin: 1.875em 0 1.875em 0;
}

#client-logos {
	clear: both;
	z-index: -1;
	position: relative;
	width: 215px;
	height: 70px;
	overflow: hidden;
}

/* CMS Generated Markeup */

#page-content ol {
	list-style: decimal;
	margin-top: 1.75em;
	padding: 0 20px 0 20px;
}

#right-content ol {
	list-style: decimal;
	margin-top: 1.75em;
	padding: 0 20px 0 20px;
}

#page-content ul {
	list-style: disc;
	margin-top: 1.75em;
	padding: 0 20px 0 20px;
}

#right-content ul {
	list-style: disc;
	margin-top: 1.75em;
	padding: 0 20px 0 20px;
}

#page-content td {
	color: #5E5E5E;
}

#right-content td {
	color: #5E5E5E;
}

blockquote {
	padding: 0 20px 0 20px;
}

/* END Page Content */


/* BEGIN Quote Form */

#quote-box {
	width: 217px;
	padding: 40px 29px 20px 30px;
	margin-bottom: 40px;
	color: #5E5E5E;
	border: 1px solid #E4E4E4;
	background: #F6F6F6 url('../images/quote-box-bg.jpg') repeat-x bottom center;
}

#quote-box span {
	display: block;
	text-transform: uppercase;
	font-size: 0.625em;
	color: #5E5E5E;
	font-weight: bold;
	margin: 4px 0 4px 0;
}

#quote-box input {
	width: 209px;
}

#quote-box select {
	width: 100%;
}

#quote-box input, select {
	margin: 4px 0 4px 0;
	padding: 2px;
	border: 1px solid #AAA;
	color: #5E5E5E;
	font-size: 12px;
}

.target-lang {
	height: 78px;
	padding-bottom: 0px;
	margin-bottom: 8px;
}

.send-button {
	margin-top: 16px;
}

/* END Quote Form */


/* BEGIN Footer (falls outside #container) */

#footer {
	height: 263px;
	background: #E5E5E5 url('../images/footer-bg.jpg') repeat-x top center;
}

#footer-content {
	width: 940px;
	margin: 0 auto 0 auto;
	padding: 40px 20px 40px 20px;
	background: url('../images/footer-shadow.jpg') no-repeat top center;
	font-size: 0.625em;
	line-height: 2em;
	text-transform: uppercase;
	color: #5E5E5E;
}

#footer-content a {
	color: #5E5E5E;
}

#footer-col1 {
	width: 205px;
	height: 182px;
	float: left;
	background: url('../images/footer-vert-sep.gif') no-repeat top right;
}

#footer-col2 {
	width: 205px;
	height: 182px;
	float: left;
	background: url('../images/footer-vert-sep.gif') no-repeat top right;
	padding-left: 36px;
}

#footer-col3 {
	width: 204px;
	height: 182px;
	float: left;
	background: url('../images/footer-vert-sep.gif') no-repeat top right;
	padding-left: 35px;
}

#footer-col4 {
	width: 220px;
	height: 182px;
	float: left;
	padding-left: 27px;
}

.footer-logo {
	margin-bottom: 12px;
}

.footer-title {
	font-weight: bold;
	text-transform: uppercase;
	color: #4d4d4d;
}

.footer-award {
	margin-bottom: 17px;
}

/* END Footer */

