﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #183612;
    font-size: .75em;
    font-family: Palatino Linotype, Comic Sans MS, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #366813;
    background:url(images/style/background.png) repeat;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}


/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

.rightColumn
{
  float:right;
  text-align:left;
  margin-left:0px;
  width:405px;
}

.leftColumn
{
  float:left;
  margin-left:0px;
  width:525px;
}





/* 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: 993px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    background:url(images/style/headerImage.png) bottom right no-repeat white;
    position: relative;
    margin-bottom: 0px;
    margin-top:10px;
    color: #000;
    padding: 0;
    height:149;
}

#hdr
{
    background:url(images/style/Logo.png) bottom right no-repeat #010080;
    display:block;
    height:149px;
    width:349px;
    padding-left:25px;
    
}

#header h1
{
   
    padding: 5px 0;
    margin: 0;
    color: #010080;
    line-height: 2em;
    font-size: 1px !important;
}

#main
{
    padding: 10px;
    background-color: #e9ce7b !Important;
    background:url(images/style/MainBackground.png) bottom left no-repeat;
    margin:0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    overflow:visible;
    line-height:1.2em;
    position: relative;
}

#footer
{
    color: #cc9900;
    padding: 10px 0px 10px 0px;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: 1.2em;
}

#footer a
{
  font-family: Palatino Linotype, Comic Sans MS;
  font-weight:bold;
  color: #cc9900;
  text-decoration:none;
}

#footer a:hover
{
  font-family: Palatino Linotype, Comic Sans MS;
  font-weight:bold;
  color: #cc9900;
  text-decoration:underline;
}

/* TAB MENU   
----------------------------------------------------------*/
#menucontainer
{
    margin-top:4px;
    margin-bottom:4px;
    width:100%;
}
ul#menu
{
    padding:5px 0px 5px 0px;
    position: relative;
    margin: 0;
    text-align: center;
    list-style:none;
    background:#cc9900;
}

ul#menu li
{
    display: inline;
    height:30px;
    padding:0px;
    margin:0px;
   
}

ul#menu li a
{
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #2c600c;
    height:30px;
    border:#ddb13a solid 2px;
    background:url('images/style/menu.jpg') repeat-x;
    font-style:italic;
    font-size:1.25em;
     
}

ul#menu li a:hover
{
    background-color:#e7cb79;
    text-decoration: underline;
    height:30px;
    font-weight:bold;
    font-style:italic;
    font-size:1.25em;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
    height:30px;
    font-weight:bold;
    font-style:italic;
    font-size:1.25em;
}

ul#menu li.selected a
{
    background-color: #fff;
    font-weight:bold;
    font-style:italic;
    font-size:1.25em;
    height:30px;
    text-decoration:underline;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}


/* MISC  
----------------------------------------------------------*/
.rounded
{
    -moz-border-radius: 8px;
    behavior:url(images/style/border-radius.htc);
    border:solid 3px #cc9900;
    border-radius: 8px;

}

.internal
{
  padding:10px 10px;
  margin:30px;
  background:#f6e6b6;
}

.internalNoPadding
{
 
  padding:10px 10px;
  background:#f6e6b6;
}

.clear
{
    clear: both;
}

.error
{
    color:Red;
}



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;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.Padded30
{
  padding:20px;
}

a {
	font-family: "Palatino ", "comic sans";
	font-size: 12px;
	color: #000066;

}

a:visited {
	font-family: "Palatino ", "comic sans";
	font-size: 12px;
	color: #000066;

}
a:active {
	font-family: "Palatino ", "comic sans";
	font-size: 12px;
	color: #000066;

}

a:hover {
	font-family: "Palatino ", "comic sans";
	font-size: 12px;
	color: #000066;

}