/*---- Reset everything ----*/

* {
	margin: 0;
	padding: 0;
}

html {height:100%}
body {min-height:101%} /*fix for Firefox, Opera scrollbar jump*/

body {
	font: 76%/1.6 Arial, Helvetica, sans-serif;
	min-width: 900px;
	background: url(../images/bg-gradient.png) repeat-x left top;
	text-align: center;
	color: #251957;
}

/*
body { overflow: -moz-scrollbars-vertical; } alternative fix for Firefox scrollbar jump*/

/*---- Main layout elements ----*/

#wrapper {
	width: 900px;
	margin: 20px auto 0;
	text-align: left;
	background: #FFF url(../images/leftbg.jpg) no-repeat 12px 275px;
	border: 5px solid #FFF;
}

#header {
	height: 150px;
	padding: 3px 0 5px 5px;
	background: #fff url(../images/french-language-services.gif) no-repeat 99% 96%;
}

#headerImage {
	width: 899px;
	border-top: 1px solid #918CAA;
	border-bottom: 1px solid #B3B0C5;
	height: 121px;
	background: url(../images/french-teaching-montage.jpg) no-repeat left top;
}

#support #headerImage {
	background: url(../images/language-support-montage.jpg) no-repeat left top;
}

#training #headerImage {
	background: url(../images/language-training-montage.jpg) no-repeat left top;
}

#translation #headerImage {
	background: url(../images/translations-montage.jpg) no-repeat left top;
}

.logo {
	margin-right: 5px;
}

#content {
	width: 880px;
	float: right;
}

#mainContent {
	width: 560px;
	margin: 0;
	float: left;
	padding-top: 25px;
	padding-bottom: 20px;
}

#secondaryContent {
	width: 300px;
	display: inline; /* :IE double margin float bug */
	float: right;
	background-color:#FFF;
} 

#footer {
	clear: both;
	padding: 10px 20px 20px 15px;
	border-top: 1px solid #918CAA;
	background: #F4F4F4;
	text-align: right;
	color: #666;
} 

#footer #info {
	width: 600px;
	float: left;
	text-align: left;
	font-size: 90%;
}

/*---- Link styles ----*/

a:link, a:visited {
	color: #412C96;
	text-decoration: underline;
}

a:hover   {
	color: #251957;
	text-decoration: none;
	background: #C0BCCF;
}

a:active {
	color: #3688BA;
	text-decoration: none;
}

.cvw a:link, .cvw a:visited {
	color: #CCC;
	text-decoration: none;
}

.cvw a:hover {
	color: #251957;
}

/*--- Navigation ---*/

#navigation {
	float:left;
	width:900px;
	background:#CCC;
	font-size:120%;
	line-height:2em;
	border-bottom:1px solid #CCC;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
    
#navigation li {
	display:inline;
	margin:0;
	padding:0;
}

#navigation a {
	float:left;
	background:url(../images/tab-left.gif) no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	width: 175px;
}

#navigation a span {
	float:left;
	display:block;
	background:url(../images/tab-right.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#FFF;
	text-align: center;
}
    
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navigation a span {float:none;}
    /* End IE5-Mac hack */

#navigation a:hover span {
	color:#251957;
}

#navigation a:hover, #home li.home a, #training li.training a, #support li.support a, #contactus li.contactus a, #translation li.translation a { /* includes page-specific styles for tabs*/
      background-position:0 -42px;
}

#navigation a:hover span, #home li.home a span, #training li.training a span, #support li.support a span, #contactus li.contactus a span, #translation li.translation a span { /* includes page-specific styles for tabs*/
      background-position:100% -42px;
}

/*---- Paddings ----*/

#secondaryContent {
	padding-top: 30px;
}

#column1 *, #secondaryContent * {
  padding-left: 15px;
  padding-right: 20px;
}

#column1 * {
  padding-left: 0;
  padding-top: 5px;
  padding-right: 0;
}

#column1 * *, #secondaryContent * * {
  	padding-left: 0;
  	padding-right: 0;
}

/*---- Headings ----*/

h1, h2, h3, #mainContent .contact {
	font-weight: normal;
	border-bottom: 1px solid #EDEDE5;
	padding-bottom: 5px;
	color: #412C96;
}

h1, h2, h3, p {
  	margin: 1em 0;
}

h1 {
	font-size: 1.7em;
	margin-top: 0;
	color: #241B54;
}

h2 {
	font-size: 1.5em;
}

h3, #mainContent .contact {
font-size: 1.2em;
}

/*---- Main element styles ----*/

p, li {
  	font-size: 1em;
}

#header h1 {
  	margin: 0;
}

#secondaryContent h2 {
	font-size: 1.5em;
	margin: 0;
}

#secondaryContent li {
	border-bottom: 1px solid #B3AEC4;
	margin-top: 20px;
	padding-bottom: 10px;
}

#mainContent p, #secondaryContent p {
	line-height: 1.4em;
	font-size: 100%;
}

#content  ul li {
	margin-left: 20px;
	list-style: square url(../images/bullet.gif);
	margin-bottom: 5px;
}

#content ol li {
	margin-left: 0px;
	list-style: none;
	background: url(../images/step1.gif) no-repeat left top;
	padding-left: 35px;
}

#content ol li.item1 {
	background: url(../images/item1.gif) no-repeat;
}

#content ol li.item2 {
	background: url(../images/item2.gif) no-repeat;
}

#content ol li.item3 {
	background: url(../images/item3.gif) no-repeat;
}

#content ol li.item4 {
	background: url(../images/item4.gif) no-repeat;
}

#content ol li.item5 {
	background: url(../images/item5.gif) no-repeat;
}

#content ol li.item6 {
	background: url(../images/item6.gif) no-repeat;
}

#content ol {
	margin-right: 30px;
}

#address, .highlighted {
	margin-right: 15px;
	border-top: 4px solid #D2D0DD;
	border-right: 1px solid #D2D0DD;
	border-bottom: 4px solid #D2D0DD;
	border-left: 1px solid #D2D0DD;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-top: 15px;
}

.highlighted {
	background: #E1E0E9;
	padding: 10px;
}

ul.highlighted li, ol.highlighted li {
	border-bottom: 1px solid #D3D0DD;
	padding-bottom: 10px;
}

.subdued {
	color: #7C7C7C;
}

.dropcap:first-letter {
	float: left;
	font-size: 400%;
	line-height: 0.8em;
	margin-right: 3px;
	/*border: 1px solid #D8DEDD;*/
	padding: 2px;
	color: #412C96;
}

.dropcap {
	margin-bottom: 1.6em;
}

.doubleList {
	width: 270px;
	margin-top: 0px;
}

.pborder {
	border-top: 3px solid #DCDAE4;
	padding-top: 10px;
}

/*---- Images ----*/

img {
    border: none;
}
.img-logo {
	margin-left: 13px;
}


/*---- Others ----*/

.fleft {
	float: left;
	margin-right: 10px;
}

hr {
	background:#B3AEC4;
	height:1px;
	color:#B3AEC4;
	border:none;
	margin-top: 0.5em;
}

.fright {
	float: right;
	margin-left: 10px;
}

/*---- Styles for 2 column layout ----*/

#error #secondaryContent {
	display: none;  	
} 

#error #mainContent {
	width: 600px;
}

.clearboth {
	clear: both;
}

/*---- Contact form ----*/

#contactus form

 {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin: 0 0 20px;
	padding: 0;
	/*min-width: 500px;*/
	max-width: 100%;
	width: 99%;
	font-size: 100%;
}
#contactus form fieldset {
	padding: 10px;        /* padding in fieldset support spotty in IE */
	margin: 0;
	border: 3px solid #F2E2CC;
}

#contactus form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

#contactus form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
	color: #412C96;
	letter-spacing: 1px;
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

#contactus form input, #contactus form textarea, #contactus form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#contactus form input#reset {
	margin-left:0; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

#contactus form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

#contactus form .required {
	font-weight:bold;} /* uses class instead of div, more efficient */

#contactus form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.morepadding {
	padding-top: 40px;
}

.morepadding2 {
	padding-top: 20px;
}

.moremargin {
	margin-top: 75px;
	margin-left: 20px;
}
