﻿/*
****************************************************************
Main elements
****************************************************************
*/

* {
margin: 0;
padding: 0;
}
html,body { height:100%; }


#container
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
#header,#footer
{
	height:150px;
	clear:both;
	width:890px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:65px;
	margin-top:20px;
}
.borderT,.borderB,.borderLB,.borderLT,.borderRB,.borderRT
{
    height:20px;
}
.borderL,.borderR,.borderLB,.borderLT,.borderRB,.borderRT
{
    width:20px;
}
#contentInner
{
    width:810px;
    min-height:300px;    
    padding:20px;
    display:block;
}
#textSection
{
    margin-left:200px;
}
#menu
{
    float:left;
    margin-left:20px;
}
.borderL,.borderLB,.borderLT{float:left;clear:left;}
.borderR,.borderRB,.borderRT{float:right;clear:right;}
#titleBox form
{
    width:100%;
    height:100px;
}
#title
{
    margin-bottom:15px;
    margin-left:auto;
    margin-right:auto;
    width:800px;
	text-align:center;
}
/*
****************************************************************
Images
****************************************************************
*/

#headerImages div a
{
    float:left;
    margin:15px;
    display:block;
    
}
#headerImages div a img
{
    border:0px;
}
#headerImages div
{
    float:left;
}
#headerImages
{
   padding:5px;
}
.shortImage img
{
    height:125px;     
}
.longImage img
{
    margin-top:8px;
    width:250px;
}

/*
****************************************************************
Colors
****************************************************************
*/
.borderT
{
    background-image:url('Images/bordersVertical.jpg');
    background-position:0px 0px;
}
.borderB
{
    background-image:url('Images/bordersVertical.jpg');
    background-position:0px 20px;
}
.borderR
{
    background-image:url('Images/bordersHorizontal.jpg');
    background-position:20px 0px;
}
.borderL
{
    height:100%;
    background-image:url('Images/bordersHorizontal.jpg');
    background-position:0px 0px;
}
.borderRT,.borderLT,.borderLB,.borderRB
{
    background: url('Images/borders.jpg');
    opacity:0;   filter:alpha(opacity=0) 
}
.borderRT
{
    background-position: 20px 0px;
}
.borderRB
{
    background-position: 20px 20px;
}

.borderLT
{
    background-position: 0px 0px;
}
.borderLB
{
    background-position: 0px 20px;
}


    
#headerImages
{
    background-color:White;
}
#navbarM,#contentInner,#content,table,td
{
	background-color:#C9CAFF;
	color:black;
}
body,#main,#header,#container,th
{
    background-color:#696FC6;
    color:White;
}
.section
{
    background-color:white;
}
.buttonM
{
    color:White;
	font-weight:bold;
}
    


/*
****************************************************************
Menu
****************************************************************
*/

#navbarT,#navbarB
{
    height:20px;
}
#menu ul
{
	list-style-type:none;
	height:100%;
	overflow:hidden;
	display:block;
}
#menu li
{
   /*float:left;*/
   display: block;
	text-align:center;
	margin:5px 0px 5px 0px;
	/*text-transform:uppercase;*/
    line-height: 50px;
}
#menu li a
{
	text-decoration:none;		
	display: block;
	color:White;
	
}
.buttonL,.buttonR
{
    width:15px;    
}
input.buttonM 
{
    width:125px;
}
.buttonAll
{
    margin:0px 5px 0px 5px;
    width:155px;
    
}
.buttonAll,.buttonL,.buttonR,.buttonM 
{
    height:50px; 
    border: 0px;
    
}
.buttonR
{
    float:right;
    background-image:url('Images/buttonBorders.jpg');
    background-position:15px 0px;
    
}
.buttonL
{
    float:left;
    background-image:url('Images/buttonBorders.jpg');
    background-position:0px 0px;
    
}
.buttonM
{
    background-image:url('Images/buttonGradient.jpg');
    background-repeat:repeat-x;
}


/*
****************************************************************
Text formatting
****************************************************************
*/
    
h1,h2,h3,h4,h5,h6
{
	text-align:center;
	font-family:Times New Roman;
}
h1
{
    font-size:28px;
    text-transform:uppercase;
}
#header div.text,#footer div.text,#title div.text
{
    text-align:center;
    font-size:80%;
    color:#D8D8D8;
}
.section
{
    margin: 15px;
    padding:25px;
    text-align:justify;
    font-family:Calibri;
}
.section h3
{
    margin-bottom:15px;
}
.section div
{
    text-indent:15px;
}
.email
{
    text-decoration:underline;
    color:Blue;
}
.field
{
    margin:10px;
    padding:3px;
}
.form .buttonAll
{
    margin: 20px 10px 10px 10px;
    text-indent:0px;
}
.form .buttonR,.form .buttonL
{
    background-image:url('Images/formButtonBorders.jpg');
    
}
.form .buttonM
{
    background-image:url('Images/formButtonGradient.jpg');
}



