﻿/*----------------------------------------------------------
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 {
    font-size: .75em;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    color: #696969;
    /*background-image:url('/content/images/bg.gif');*/
}

a {
    color: #EA7F00;
    text-decoration: underline;
}


a:hover {
    color: #EA7F00;
    text-decoration: none;
}



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.5em;
    color: #EA7F00;
}

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%;
    background:#fafafa;
    margin-left: auto;
    margin-right: auto;
}

header, #header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    padding-top:10px;
    background-color:White;
}

header h1, #header h1 {
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 1px 1px 2px #111;
}

#main {
	box-sizing: border-box;
    padding:5px;
    padding-right:0px;
    border-radius: 4px 0 0 0;
    width:100%;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    background:white;
	margin-left: 195px;
}

#main p 
{
    text-align:justify;
}


#referenceWorkImage img{
	width:100%;
}

#leftContent
{
	box-sizing: border-box;
    width:185px;
    float:left;
    padding:5px;   
    text-align:right;
}

#leftContent h3
{
    font-weight:bold;
    margin:0px;
    padding:0px;
    color:#EA7F00;
}

#leftContent a {color:#EA7F00;}

/* Fast contact
-----------------------*/
#fastContact p  {width:180px; display:inline-block; text-align:right; margin:0px; padding:0px; padding-bottom:5px; padding-top:5px;}
#fastContact img.icon  {float:left; width:32px; margin-top:5px;}
#fastContact a {color: #EA7F00;}


footer, 
#footer {
    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;
}

/* LEFT MENU
-------------------------*/
#leftMenu
{
    /*background-image:url('/content/images/leftcolumn_bg.png');
    background-color:#FFBC17;*/


    
    text-align:right;
}

#leftMenu ul
{
    margin:0;
    padding: 5px;
}

#leftMenu ul li
{
    list-style: none;
    padding:5px;
    border-bottom:1px dotted #F2D507;
    text-align:right;
}

#leftMenu ul li.last
{
    border-bottom:0px;
}

#leftMenu ul li a
{
    color:White;
    text-decoration:none;      
}


/* TAB MENU   
----------------------------------------------------------*/
ul#menu {
    padding: 0 0 0px;
    position: relative;
    margin: 0;
    text-align: left;
    background-image:url('/content/images/menu_bg.png');
    background-repeat:repeat-x;
}

ul#menu li {
    display: inline;
    list-style: none;
}

ul#menu li#greeting {
    padding: 5px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a {
    padding: 5px 20px;
    text-decoration: none;
    line-height: 2.5em;
    color: #fff;
    font-size:12px;
    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 {
    text-decoration: none;
    font-weight:bold;
}

/*
ul#menu li a:active {
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a {
    background-color: #fff;
    color: #000;
}*/




/* TABLE
----------------------------------------------------------*/

table {
    
    border-collapse: collapse;
}

table td {
    padding: 5px;
    
}

table th {
    padding: 6px 5px;
    text-align: left;
    
}

/*footer
------------------------*/
#footer
{
    color:White;
    background-color:#F99300;
}

/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}


nav, 
#menucontainer {
    margin-top: 5px;
}

div#logo {
    display: block;
    float: left;
    text-align: left;
}

div#logo img
{
    border:0px;
}

#logindisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    margin: 10px;
    color: Black;
}

#logindisplay a:link {
    color: Black;
    text-decoration: underline;
}

#logindisplay a:visited {
    color: Black;
    text-decoration: underline;
}

#logindisplay a:hover {
    color: Black;
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.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;
}

/* ask us form
--------------------------*/
.askusForm label {display:block; width:100px; padding:10px;}
.askusForm input {padding:5px; width:250px; border:1px solid #ccc;}
.additionalContactInfo input {width:350px;}
.askusForm textarea {padding:5px; width:520px; border:1px solid #ccc; height:150px;}

/* messageBox
--------------------------*/
.errorMessageBox
{
    padding:15px;
    background:#FFD7D7;
    color:black;
    border:1px solid #DF8F8F;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin:20px;
}

.successMessageBox
{
    padding:15px;
    background:#ECFAE3;
    color:black;
    border:1px solid #5BCF5D;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin:20px;
}


/* last reference works
--------------------------------*/
#lastReferenceWorks
{
    float:right;
}

#lastReferenceWorks img
{
    float:right;
    width:110px;
	height: 80px;
    margin:5px;
}

img{border:0px;}


/*  PAGING 
------------*/
div.paging { margin-top: 10px;margin-bottom: 10px;}
div.pages { text-align: center;}
div.pages a{ padding-left: 5px;padding-right: 5px;padding-bottom: 3px;padding-top: 3px; border: 1px solid orange;text-decoration: none;}
div.pages a:hover { background: orange;color: white;}
div.pages a.selected {background: orange;color: white;}

/* LOGIN
-------------*/
/*.loginForm {width: 400px;padding: 20px; border: 1px solid orange;margin-left: auto;margin-right: auto;background: #ffd99f;}*/
.loginForm label{ width: 120px;display: inline-block;}
.loginForm div { padding-top: 5px;}
.loginForm div.submitButtonWrapper { text-align: right;padding: 20px;}
.loginForm div.captcha img { float: left;}
.loginForm .captcha{ line-height: 25px;}
.loginForm input { padding: 5px;}

/* ADMIN 
 -------------*/

#adminLogoutMenu{ text-align: right;}

#adminMenu{ text-align: center;}
#adminMenu ul{ list-style: none;margin: 0;padding: 0;}
#adminMenu ul li{ display: block;text-align: right;}
#adminMenu ul li a { display: block; padding: 5px; border: 1px solid orange;text-decoration: none;background: #ffd99f;margin-top: 3px;}

.referenceWorkListItem div.image {width: 150px; float: left; }
.referenceWorkListItem div.data { width: 500px;float: right;}




