/* Global Elements
===========================================================================*/
html {
	font-size: 62.5%; /* Sets 1.0em == 10px, 0.5em == 5px, etc. */
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

h1{
	margin: 0px;
	padding: 0px;
	font-size: 3.2em;
	line-height: 3.0em;
	font-weight: normal;
}

h3{
	font-size: 1.6em;
	line-height: 1.8em;
	font-weight: bold;
}

h4{
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
}

.file-size{
	font-style: italic;
}


/* Primary Navigation
===========================================================================*/

div#navigation-container ul#primary-navigation li {
	font-size: 1.5em;
	line-height: 42px;
	font-weight: normal;
	text-align: center;
}

div#navigation-container ul#primary-navigation li a {
	font-weight: normal;
	text-align: center;
    line-height: 42px;
}

div#navigation-container ul#primary-navigation li a:hover {
	text-decoration: none;
}

div#navigation-container ul#primary-navigation li ul li a:hover {
	text-decoration: none;
	color: #333;
}



div#navigation-container ul#primary-navigation li#login a:hover {
	color: #CCCCCC;
}

div#navigation-container ul#primary-navigation li a.currently-selected-item {
	font-weight: bold;
	cursor:pointer;
}

div#navigation-container ul#primary-navigation li a.currently-selected-item:hover {
	text-decoration: none;
}


/* Sublink Navigation (Dropdown Navigation)
===========================================================================*/
div#navigation-container ul#primary-navigation li li a {
	font-size: .6em;
	text-align: left;
}


/* Secondary Navigation
===========================================================================*/

ul#secondary-home-navigation a {
	position: relative;
	top: -4px;
	font-size: 1.2em;
	line-height: 2.4em;
	font-weight: normal;
}

ul#secondary-navigation a {
	position: relative;
	font-size: 1.4em;
	font-weight: normal;
}

ul#secondary-navigation li.currently-selected-item a{
	position: relative;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}


ul#secondary-navigation li ul.sublinks a {
	position: relative;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
}

ul#secondary-navigation li ul.sublinks li{
	font-size: 0.95em;
}

ul#secondary-navigation li ul.sublinks li.currently-selected-item a {
	position: relative;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}

ul#secondary-navigation li ul.sublinks li ul.sublinks li.currently-selected-item a {
	position: relative;
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: none;
}


ul#secondary-navigation li ul.sublinks li ul.sublinks a {
	position: relative;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
}


ul#secondary-navigation li ul.sublinks li ul.sublinks a:hover, ul#secondary-navigation li ul.sublinks li a:hover {
	text-decoration: underline;
}

ul#secondary-navigation li ul.sublinks li ul.sublinks li.currently-selected-item a:hover {
	text-decoration: none;
}



/* Containers
===========================================================================*/

div#content-container p{
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: normal;
}

body.home div#content-container div.right-column p{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
}

body.home div#content-footer div.right-column p{
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
}

body div#content-container div.right-column li{
	font-size: 1.4em;
	line-height: 1.6em;
}

body div#content-container div.right-column{
	padding-bottom: 25px;
}

body div#content-container div.right-column ul.spaced li ul.bullets li{
	font-size: 1.0em;
}

/* Footer
===========================================================================*/
div#footer{
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}

div#footer a{
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: normal;
}

div#footer a.currently-selected-item{
	font-weight: bold;
}

div#footer div#copyright{
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
}

#content-footer h3{
	text-shadow: rgb(20,134,201) .1em .1em .1em;
}

div#content-footer .left-column ul li{
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
}

div#content-footer .left-column ul li a, div#content-footer .left-column ul li a:link{
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
	text-decoration: none;
}

div#content-footer .left-column ul li a:hover{
	text-decoration: none;
	border-bottom: 1px dotted rgb(255,255,255);
}

div#content-footer div.right-column a{
	border-bottom: none !important;
}

div#content-footer div.right-column a:hover{
	text-decoration: none;
	border-bottom: 1px dotted rgb(255,255,255) !important;
}



div#content-footer .right-column p{
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	text-decoration: none;
}
 
div#content-footer .right-column p a:hover{
	text-decoration: none;
	border-bottom: 1px dotted rgb(255,255,255);
}


/* History
===========================================================================*/

body#overview-company-history h2{
	font-weight: normal !important;
	font-size: 13px
}

body#overview-company-history h2 strong{
	font-weight: bold !important;
	font-size: 14px !important;
}

body#overview-company-history h2 a{
	font-weight: normal;
}

body#overview-company-history h2 a span{
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
}


body#overview-company-history .collapse p{
	font-size: 12px;
}


