﻿/*----------------------------------------------------------
The base color for this template is White. If you'd like
to use a different color start by replacing all instances of
White with your new color.
----------------------------------------------------------*/
body {
    background-color: White;
    font-size: 12px;
    font-family:  Calibri, "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}


.submitLink
{
	background-color: transparent;
	border: none;
	display: inline;
	font-style: normal;
	cursor:pointer;
}

a:link, .submitLink {
    color: #034af3;
    text-decoration: underline;
}

a:visited {
    color: #505abc;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #12eb87;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #5067AF;
}

h1 {
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
    padding: 0 0 10px 0;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: Black;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main-wrap, #banner-wrap {
	clear: both;
	width: 100%;
	padding: 20px 0;
}

#banner 
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#main 
{
	width: 1000px;
	margin-left: auto ;
    margin-right: auto ;
    background-color: White;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
}

footer, 
#footer {
    background-color: #fff;
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0 0 30px 0;
    font-size: .9em;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 200px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"] {
    font-size: 1.2em;
    padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

table {
    border: solid 1px #e8eef4;
    border-collapse: collapse;
}

table td {
    padding: 5px;
    border: solid 1px #e8eef4;
}

table th {
    padding: 6px 5px;
    text-align: left;
    background-color: #e8eef4;
    border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

#menubar {
	clear:both;
	width:100%;
	height:45px;
	background-image:url('images/FooterBackgroundPurple.png');
	background-repeat:repeat-x;
	margin:10px 0 0 0;
	padding: 0;
}

#menu {
	width:1000px;
	height:45px;
	margin: 0 auto;
}

/*----------------- menu -----------------*/

.nav { list-style:none; font-size:1.2em;}
.nav li { float:left; line-height:45px; height:45px;}
.nav li ul li {margin-top:0;}
.nav li a { display:block; color:White; text-decoration:none; float:left; text-align:center; width:140px; height:45px; }
.nav li a:hover { position:relative; visibility:visible; z-index:50; line-height:45px; }
.nav li a:hover span { display:block; height:45px; position:absolute; left:0; top:0; cursor:pointer; }
.nav li ul, .nav li div  { position:absolute; left:-9999px; }
.nav li:hover { position:relative; }
.nav li:hover > a { line-height:45px; color:Silver; }
.nav li:hover > a b { display:block; width:140px; height:45px; background-image:url('images/FooterBackgroundPurple.png'); background-repeat:repeat-x; }
.nav li:hover > a span { display:block; width:140px; height:45px; position:absolute; left:0; top:0; cursor:pointer; }
.nav :hover div { left:0; top:48px; width:290px; height:45px; padding:10px; background:#4860AB; z-index:100; border:solid 1px White; }
/* menu drop down */
.nav :hover ul { padding:0; margin:0; list-style:none; left:0; top:30px; width:203px; height:145px; z-index:120; 
padding-top:25px; font-size:0.9em; }
.nav :hover ul li { height:27px; }
.nav :hover ul li a { height:27px; line-height:25px; color:White; width:242px; text-align:left; text-indent:20px; }
.nav :hover ul li a:hover { color:Silver;}
.nav :hover ul li:hover > a { color:Silver; }

div#title {
    display: block;
    float: left;
    text-align: left;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: White;
}

#logindisplay a:link {
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: white;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, 
.editor-label {
    margin: 1em 0 0 0;
}

.display-field, 
.editor-field {
    margin: 0.5em 0 0 0;
}

.text-box {
    width: 30em;
}

.text-box.multi-line {
    height: 6.5em;
}

.tri-state {
    width: 6em;
}

/* Added by Tony
----------------------------------------------------------*/
.contentwrap {
	width:100%;
	clear: both;
}

.contentofcontentwrap {
	width:300px;
	float:left;
	padding: 0;
	margin: 20px 10px;
	overflow:hidden;
}

.noteHeader 
{
	background-color: #73BDB2;
	font-weight: bold;
	font-size: large;
	color: White;
}

.note 
{
	background-color: #F8FAEF;
	border-color: #F8FAEF;
	border-width: thick;
}
table.note
{
	width: 100%;
}

table.note td, th
{ 
	padding:4px;
	border-spacing:0x;
	text-align: left;
}	
