﻿body
{
    margin: 0;
    padding: 0;
    border: 0; /* This removes the border around the viewport in old versions of IE */
    width: 88%;
    color:#797979;
    margin:0 auto;
    background-color: #fdfefe;
    min-width: 600px; /* Minimum width of layout - remove line if not required */ /* The min-width property does not work in old versions of Internet Explorer */
    font: normal 100%/120% Verdana,sans-serif;
}
p
{
    margin: 0;
    padding: 0;
}
img
{
    margin: 10px 0 5px;
}
.caps
{
    text-transform: capitalize;
}
#loginArea
{
    font-size: 75%;
    float:right; 
    color: #428BBB;
}
/* Header styles */
#header
{    
    width: 100%;
    border-bottom: solid 0px #063955;
    height: 145px;
    padding:5px 0px;
}
#header p, #header h1, #header h2
{
    padding: 0px 5px;
    margin: 0 auto;
    color: #BC0301;
}
#header h1
{
    font-size: 250%;
    letter-spacing: -0.04em;
    padding: 0px 5px;
    height: 115px;
    background: transparent url( 'images/Logo.png' ) no-repeat center;
    text-indent: -9999px;
}
/* login form */
#submenu
{
    display:block;
    background-color: transparent;
    border-bottom: solid 1px #d90535;
    height:20px;
    margin: 0;
    padding: 10px 1px !important;
    text-align: left;
    font-size: 80%;    
}
#submenu ul
{
    float: left;
    clear: left;
    width: auto;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0;
    text-align: right;
    font-size:120%;
    text-transform:lowercase;    
}
#submenu ul li
{
    display: inline;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100px;
}
#submenu ul li a
{
    float: left;
    clear: left;
    text-align: center;
    color: #a6a6a6;
    text-decoration: none;
    padding: 0px 20px;
    padding-bottom:22px;
    
}
#submenu ul li a:hover
{
    background: #51b8db;
    color: #000;
    font-weight: bold;
    
    background: transparent url( 'images/naviAccent.png' ) no-repeat bottom;
}
#submenu ul li a.active, #submenu ul li a.active:hover
{
    color: #fff;
    background: #6A1C09;
    font-weight: bold;
}
#submenu ul li a.active:hover
{
}
#submenu ul li a span
{
}
/* column container */
.colmask
{
    position: relative; /* This fixes the IE7 overflow hidden bug */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
    padding: 0px;
}
/* common column settings */
.colright, .colmid, .colleft
{
    float: left;
    width: 100%; /* width of page */
    position: relative;
}
.col1, .col2, .col3
{
    float: left;
    position: relative;
    padding: 10px 0 0em 0; /* no left and right padding on columns, we just make them narrower instead only padding top and bottom is included here, make it whatever value you need */
    overflow: hidden;
}
/* 3 Column settings */
.threecol
{
    background: transparent; /* right column background colour */
}
.threecol .colmid
{
    right: 25%; /* width of the right column */
    background: transparent; /* center column background colour */
}
.threecol .colleft
{
    right: 50%; /* width of the middle column */
    background: transparent; /* left column background colour */    
}
.threecol .col1
{
    width: 46%; /* width of center column content (column width minus padding on either side) */
    min-width: 390px;
    left: 102%; /* 100% plus left padding of center column */
    font-size: 90%;
    padding: 0px;
    border: solid 0px #F4F8F9;
    margin-top: 2px;
}
.threecol .col2
{
    width: 21%; /* Width of left column content (column width minus padding on either side) */
    left: 31%; /* width of (right column) plus (center column left and right padding) plus (left column left padding) */
    padding-top: 0px;
    line-height: 25px;
    font-size: 75%;
}
.threecol .col3
{
    width: 21%; /* Width of right column content (column width minus padding on either side) */
    left: 85%; /* Please make note of the brackets here: (100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
    line-height: 25px;
    padding-top: 0px;
    font-size: 70%;
}
/* 2 Column (right menu) settings */

	.rightmenu {
		background:transparent;		/* right column background colour */		
	}
	.rightmenu .colleft {
		right:32%;			/* right column width */
		background:transparent;		/* left column background colour */
	}
	.rightmenu .col1 {
		width:64%;			/* left column content width (left column width minus left and right padding) */
		left:34%;			/* (right column width) plus (left column left padding) */
		min-width:600px;
	}
	.rightmenu .col2 {
		width:28%;			/* right column content width (right column width minus left and right padding) */
		left:38%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
		background-color:#fbfcff;
		border-left:solid 1px #F4F4F4;
		padding:15px;
		min-width:300px;
	}
.topspace
{
    margin-top: 15%;
}
/* Footer styles */
#footer
{
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px dashed #EFF3F4;
    font-size: 80%;
}
