﻿/*----------------------------------------------------------
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: url('../images/Background.jpg') fixed #333;
    font-size: 1em;
    font-family: "Futura Std", Sans-Serif, "Trebuchet MS";
    margin: 0;
    padding: 0;
    color: #fff;
}

html,
body {
margin:0;
padding:0;
height:100%;
}
#wrapper {
min-height:100%;
position:relative;
}
#footer {
width:100%;
height:80px;
position:absolute;
bottom:0;
left:0;
}

a img{
	border: none;
}

a:link {
    text-decoration: underline;
}

a:link, a:visited  {
    color: #000;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

a:active {
    color: #999;
}

p, ul {
    margin-bottom: 20px;
    line-height: 1.6em;
}

header,
footer,
nav,
section {
    display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-size: 1.25em;
    color: #000;
}

h1 {
    padding-bottom: 0;
    margin-bottom: 0;
}

h2 {
	color:#FFF;
    font-size: 40px;
    padding: 30px;
    margin-bottom: 0;
	vertical-align:middle;
}

h3 {
    font-size: 32px;
}

h4 {
	color: #fff;
}

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: 98%;
    margin-right: 320px;
}

#contentbox{
	padding-left: 50px;
	opacity:0.5;
	filter:alpha(opacity=50);
}

#corner{
	float:left;	
}

#contentimg{
	width: 100px;
}

div.contentheader{

	border:0 solid #000;

}

div.contenttitle
{
	background-color: #000;
	margin-left: 100px;
	height: 100px;
}

div.box
{
	width:100%;
}

#content {
	padding: 15px;
	background-color: #000;
}

.contenttable{
	margin-top: 25px;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

header h1, #header h1 {
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
	text-align:right;
}

#main {
	margin-top: 120px;
    padding: 1px 0px 0px 100px;
    background-color: #F2EC40;
	border-bottom: 5px solid #000;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    border-bottom: 1px #015289 solid;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

ul#menu li a:hover {
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
    border: 0px 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;
	padding: 0px;
	border: 0px;
	resize: none;
}

input[type="text"], 
input[type="password"] {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
    width: 350px;
}

select {
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 1.2em;
    color: #444;
}

input[type="submit"],
input[type="button"] {
    font-size: 1.2em;
    padding: 5px;
}

td .inputDesc
{
	text-align: right;
}

/* TABLE
----------------------------------------------------------*/

table th 
{
    text-align: left;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.error {
    color: Red;
}

div#title {
    display: block;
    text-align: left;
}

/* 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
----------------------------------------------------------*/
.outputBox
{
    resize:none; 
    width:400px; 
    height:200px;
}



.headerlogo
{
	padding-top:20px;
}

.phone
{
	text-align:right;
	margin-top:80px;
}

td.boxed 
{
	background-color: #0072BC ;
	opacity:0.7;
	filter:alpha(opacity=70);
	width: 175px;
	padding: 0 20px;
	-moz-box-shadow: 10px 10px 5px #000;
	-webkit-box-shadow: 10px 10px 5px #000;
	box-shadow: 10px 10px 5px #000;
	vertical-align:top;
}

.verticallogo
{
	position:absolute;
	z-index:-1;
	right:0px;
	bottom:0px
}

.twitter-timeline
{
	float: right;
}