/*
-------------------------------------------------
URI: http://www./
Created by Forte Trinity
-------------------------------------------------

CONTENTS

1: SITE MASTER SETUP (including reset from Tripoli)

2: TYPOGRAPHY/DESIGN 

3: LAYOUT
	3.1 main form
	3.2 container
	3.3 header
	3.4 content
	3.5 primary content
	3.6 secondary content
	3.7 tertiary content
	3.8 footer
	
4: GLOBAL ELEMENTS / CONTROLS
	4.1 accessibility
	
5: TEMPLATE / PAGE SPECIFIC
	
6: USEFUL CLASSES

/* -----------------------------------------------
1. SITE MASTER SETUP
----------------------------------------------- */

/* Imported mostly from Tripoli reset.css - http://www.monc.se/tripoli/css/reset.css */
* { margin:0; padding:0; text-decoration:none; outline:none } code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font:inherit } a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border:none } table { border-collapse:collapse; border-spacing:0 } caption, th, td, center { text-align:left; vertical-align:top } q { quotes:"" "" } font { color:inherit !important; font:inherit !important; color:inherit !important } marquee { overflow:inherit !important; -moz-binding:none } blink { text-decoration:none } nobr { white-space:normal }
/* end of import */
body { height:100%; text-align:center; min-width:775px; background:#bce3ff; margin:0; padding:0   }
body.subpage { height:100%; text-align:center; min-width:775px; background:url(_includes/images/background/subpage-bg.gif) bottom left no-repeat #bce3ff }
ul { list-style:disc outside }
ol { list-style:decimal outside }

/* -----------------------------------------------
2. TYPOGRAPHY / DESIGN
----------------------------------------------- */

html { font-size:62.5%; font-family:arial, verdana, "microsoft sans serif", helvetica, sans-serif; line-height:1.4em; color:#000 }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size:1.1em; font-family:monaco, "Lucida Console", courier, mono-space }
h1 { font-size:1.6em; color:#000; margin:0 0 12px 0 }
h2 { font-size:1.5em; color:#015592; margin:0 0 12px 0 }
h3 { font-size:1.4em; color:#015592; margin:0 0 12px 0 }
h4 { font-size:1.3em; color:#000; margin:0 0 12px 0 }
h5 { font-size:1.2em; color:#000; margin:0 0 12px 0 }
h6 { font-size:1.1em; color:#000; margin:0 0 12px 0 }
p {  font-size:1.0em; color:#015592; margin:0 0 12px 0; line-height:160% }
a {  }
a:hover {  }
a:visited {  }
a:active {  }
ul { margin:0 0 12px 0; font-size:1.1em; color:#015592 }
ol { margin:0 0 12px 0; font-size:1.1em; color:#015592 }
dl { margin:0 0 12px 0; font-size:1.1em; color:#015592 }
hr { display:block; background:#aaa; color:#aaa; width:100%; height:1px; border:none }
address { font-size:1.1em; color:#000 }
blockqoute {  }
table {  }
th, td { padding:5px; color:#015592 }
fieldset { border:1px solid #ccc; }
legend { background:#fff; }
label { font-size:1.1em }
textarea, input[type='text'], select { border:1px solid #000; background:#fff; font-size:11px; color:#000 }

/* -----------------------------------------------
3. LAYOUT
----------------------------------------------- */

/* 3.1 - main form */
form.main { width:100%; height:100% }

/* 3.2 - container */
div#container { width:100%; float:left; position:relative; text-align:left }
body.subpage div#container { width:100%; float:left; position:relative; text-align:left;  }

/* 3.3 - header */
div#header { height:180px; background:url(_includes/images/background/header-bg.jpg) no-repeat  }
div#header img { float:left }

/* 3.4 - content */
div#content { float:left; width:622px }

/* 3.5 - primary content */
body.index div#primary-content { width:393px; float:left; background:#fff; padding:15px 15px 115px 15px }
body.index div#primary-content ul li { padding-bottom:10px; margin-left:10px }

body.subpage div#primary-content { width:504px; float:left; background:#fff; padding:15px 15px 40px 15px }
body.subpage div#primary-content ul li { padding-bottom:10px; margin-left:10px; font-size:1.0em }

/* 3.6 - secondary content */
body.index div#secondary-content { width:179px; float:left; padding:15px 0 0 15px }
body.index div#secondary-content ul li { padding-bottom:10px; margin-left:10px }

body.subpage div#secondary-content { width:179px; float:left; padding:15px 0 0 15px }
body.subpage div#secondary-content ul li { padding-bottom:10px; margin-left:10px }

/* 3.7 - tertiary content */
body.index div#tertiary-content {  }

/* 3.8 - footer */
body.index div#footer-outer { clear:both; background: url(_includes/images/background/index-footer-bg.gif) 85px 0px no-repeat #0168b3 }
body.subpage div#footer-outer { clear:both; background: url(_includes/images/background/subpage-footer-bg.gif) 85px 0px no-repeat #0168b3}
div#footer { width:541px; padding:35px 0; padding-left:346px }

ul#basewords { width:887px; text-align:center; margin-top:20px; padding:0 0 40px 0 }
ul#basewords li { list-style:none; display:inline; margin:0 8px; color:#fff; font-size:0.8em; font-weight:bold }

div#basescript { width:887px; padding:50px 0 0 15px; clear:both; text-align:left }
div#basescript h1 { font-size:12px }
div#basescript p { font-size:10px }

/* -----------------------------------------------
4. GLOBAL ELEMENTS / CONTROLS
----------------------------------------------- */

/* 4.1 - accessibility */
ul#skiplinks { display:none }
ul#skiplinks a, ul#skiplinks a:hover, ul#skiplinks a:visited { position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden } 
ul#skiplinks a:active, ul#skiplinks a:focus { position:static; width:auto; height:auto }

/* 4.2 - primary navigation */

/* 4.3 - footer links */
div#footer{float:left; font-size:1.1em; margin:0; color:#fff }

/* -----------------------------------------------
5. TEMPLATE/PAGE SPECIFIC
----------------------------------------------- */
#company-logo { float:left }

#top-quicklinks { float:left; margin:10px 0 0 85px }
#top-quicklinks li { float:left; list-style:none; border-right:1px solid #fff; padding:0 5px }
#top-quicklinks li.last { border-right:none }
#top-quicklinks li a { color:#015593; font-weight:bold }
#top-quicklinks li a:hover { color:#fff }

div#navigation-and-search { width:250px; float:left }

div#language-bar { margin:0 0 20px 8px; text-align: center;}

div#language-bar a{padding-left: 5px; padding-right: 5px;}

#index-main-ttl { height:22px; background:url(_includes/images/background/index-main-ttl-bg.gif) no-repeat; display:block; font-size:1.4em; color:#fff; padding:10px 15px 5px 15px; margin:0 }
.smaller-ttl { font-size:1.6em; color:#015592; padding:0 0 15px 0; margin:0 }
#subpage-main-ttl { height:22px; background:url(_includes/images/background/subpage-main-ttl-bg.gif) no-repeat; display:block; font-size:1.4em; color:#fff; padding:10px 15px 5px 15px; margin:0 }

.blueheading { font-size:1.6em; color:#015592; margin-bottom:15px; line-height:140% }

#breadcrumb { width:607px; height:24px; background:url(_includes/images/background/breadcrumb-ttl-bg.gif); font-size:1.0em; font-weight:bold; color:#015592; padding:5px 0 0  15px }
#breadcrumb a { color:#015592 }
#breadcrumb a:hover { color:#fff }

div#index-contact-btn { width:165px; padding-top:50px; padding-left:110px }
div#index-contact-btn a { height:50px; background:url(_includes/images/buttons/contact-btn.gif) no-repeat; display:block; text-indent:-9999px }
div#index-contact-btn a:hover { background-position:0% 100% }

/* -----------------------------------------------
6. USEFUL CLASSES
----------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clr { overflow:hidden; clear:both; height:1px; margin-top:-1px }
.la { text-align:left }
.ra { text-align:right }
.ca { text-align:center }
.fl { float:left }
.fr { float:right }
.vt { vertical-align:top }
.vm { vertical-align:middle }
.vb { vertical-align:bottom }
.nb { border:0 none }
