/*
Theme URI: http://www.sterlingconstruction.org
Description: Sterling Construction - Nampa, Idaho.
Version: 1.0
*/

/*------------Clearing the way to content----------------*/

.hide	{
	display:none;
	}

/*---------------------------------------------------*/

/*----------Start General Page Layout-----------*/

/*-------This section describes things in the order they appear on the page--------------*/


body {
	margin:0; /*It is generally good practice to
	zero out your margins and padding on the page,
	since some agents don't so this*/
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 76%; Tips for scaling up the font ladder,
	start with 76% and then use mostly ems for the rest of the page*/
	font-size: 12px;
	font-style: normal;
	line-height: 1.6em;
	color: #000000;
	text-align:center;
	background: #C1C2E4;
	}

#wrapper {
        background: url(images/two_column.gif) repeat-y;
	width: 720px;
	margin: 0 auto;
        border: 1px solid #464CA8;
        text-align: left;
	color: #333;
	position:relative;
	}

#header	{
	background: #FFFFFF url(../images/logo.jpg) no-repeat;
        background-position: 0 0;
 	height:119px;
        width:720px;
        border-bottom: 1px solid #FF6000;
    	}
    	
#showcase {
	background: #FFFFFF url(../images/top_content.jpg) no-repeat;
	background-position: 0 0;
 	height:116px;
	width:720px;
        border-bottom: 1px solid #FF6000;
    	}
    	
#navigation {
        clear:both;
        display: block;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 0px;
	height:40px;
	background:#464CA8;
	}

#header h1 {
	padding-top: 20px;
	margin: 0;
	font-family: Lucida Sans Serif, Arial;
        font-style: italic;
	font-size: 2em;
	text-align: center;
	color: #3A3FA7;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	color: red;
	}

/* ---------- Header Title ----------------------- */

h1 {
	padding-top: 20px;
	margin: 0;
	font-size: 1em;
	text-align: center;
	color: #3A3FA7;
	}

h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #3A3FA7;
	}

/* ---------- Begin mainnav ----------------------- */

#mainnav {
  	float:left;
  	width:700px;
  	}

#mainnav ul { padding: 0; }

#mainnav ul li { display: inline; }

#mainnav ul{
        margin: 0;
        color: #ffffff;
	font-size: 12px;
        letter-spacing: 2px;
	}

#mainnav ul li a {
        padding: 0px;
	font-weight:bold;
	text-decoration: none;
        float: left;
        }

#mainnav ul li a:hover  {
        background-color: #95B2F4;
	color: #000000;
	}

#navlist li a:hover, #navlist li a:active {
	color: #FFFFFF;
	text-decoration: none;
	background: #95B2F4;
	text-align: left;
        }

/* ---------- End mainnav area----------------------- */

#content_container  {
	position:relative;
	margin:0;
	padding:0;

 	}

#left	{
	float:left;
	width: 140px;
	font-size: 12px;
/*	position-top: 0;
	position-left: 0;	*/
  	}

#content {
       float:right;
       width: 690px;
       text-align: justify;
       padding-right:15px;
       padding-left:15px;
       color:#000000;
       background: #FFFFFF url(../images/background.gif) repeat-y;
       }

#right	{
       float:right;
       width: 610px;
       margin-left:400px;
       padding-right:10px;
       padding-left:400px;
       background:#A2A27A;

    /*	position-top: 0;
      	position-right: 0;	*/
      }
ul  {
       list-style-type: none;
       }

hr {
       border: 0;
       color: #3A3FA7;
       background-color: #3A3FA7;
       height: 1px;
       }

fieldset {
       border-color:#3A3FA7;
       width:90%;
       }

.block {
      width:690px;
      float: left;
      }

.block1  {
      width:220px;
      float: left;
      margin: 5px;
      padding-top: 3px;
      }

.block2 {
      width:220px;
      float: left;
      margin: 5px;
      padding-top: 3px;
      }

.block3 {
      width:210px;
      float: left;
      margin: 5px;
      padding-top: 3px;
      }

#footer	{
	clear:both;
	margin:0;
	padding-top:5px;
	width:720px;
	height:100px;
        background: #3C43A5 url(../images/bottom_content.gif) no-repeat;
        font-size: 12px;
        line-height: 14px;
        color: #FFFFFF;
        }

.disclaimers	{
	margin:0;
	padding: 5px;
	text-align:center;
	}

/*----------End General Page Layout-----------*/


/*--------Start of Header Template CSS elements---------------*/

h1 {
        font-size: 4em;
        text-align: center;
        }

.description {
	font-size: 1.2em;
	text-align: center;
	}

/*--------Start of Main Index CSS elements---------------*/


h1 {
        font-size: 1.8em;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        }

h2, h3 {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #764000;
	}

#left h2 {
	font-size: 1.3em;
	padding-left: 5px;
	color: #FFDA67;
	line-height: 1.2em;
	}

.small	{
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 5px;
	font-size: .8em;
	margin: 0;
	padding:0;
	line-height: 1em;
	}

/*------ -----------*/


/*-------------------------------------------------*/

.center {
	text-align: center;
	}

/*--------Time for some Footer Template action--------------------------*/

#footer a:link {
	text-align: center;
        color: #ffffff;
        }

#footer a:visited	{
	color: #ffffff;
	}

#footer a:hover	{
	color:  #ffffff;
 	margin: 0;
 	}

#footer a:active	{
	text-align: center;
	}


/*--------Time for some Footer Template action--------------------------*/

#footer1 a:link {
	text-align: center;
	text-decoration: none;
	color: red;
        }

#footer1 a:visited	{
	text-decoration:none;
	color: red;
	}

#footer1 a:hover	{
	text-decoration:none;
	color: red;
 	margin: 0;
 	}

#footer1 a:active	{
	text-decoration:none;
	text-align: center;
	}




/*---------------Misc------------------*/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #A9BBE5;
	background-color: #FFF;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #A9BBE5;
	background-color: #FFF;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 1px solid #A9BBE5;
	background-color: #FFF;
        }

.floatimgleft {
        float:left;
        margin-top:10px;
        margin-right:15px;
        margin-bottom:10px;
        }

.floatimgright {
        float:right;
        margin-top:10px;
        margin-left:15px;
        margin-right:10px;
        margin-bottom:10px;
        }

.alignright {
	float: right;
        }

.alignleft {
	float: left
        }

.clear {
        clear: both;
        margin: 0;               /* keep flush with adjacent containers */
        padding: 0;
        height: 0;
        overflow: hidden;
        }