/* -------------------------------------------------------------- 
	
	layout.css	
	* Lays out the main page structure and design.
	
-------------------------------------------------------------- */

body
{
    background: #F3FBFE url(images/layout/bg-body.jpg) top left repeat-y;
    text-align: center;
    color: #4d4d4d;
    padding-bottom: 24px;
}

#envelope
{
    position: relative;
    margin: 0 auto;
    padding: 0 14px 12px 16px;
    width: 926px;
    background: #fff;
    text-align: left;
}

#logo
{
}

#logo a
{
    display: block;
    width: 191px;
    height: 86px;
    background: url(images/logo-bridgestar.gif) top left no-repeat;
}

#logo span
{
    display: none;
}

#constants
{
    position: absolute;
    top: 58px;
    right: 14px;
    font-size: 1.05em;
}

/* Constants Nav Styling on layout.css */


#search
{
    position: absolute;
    top: 20px;
    right: 13px;
}

#search fieldset
{
    padding: 0;
    border: none;
}

#search label
{
    display: none;
}

#search input.sf_searchText
{
    float: left;
    width: 200px;
    height: 15px;
    font-size: 1.2em;
}

#search input.sf_searchSubmit
{
    float: left;
    position: relative;
    left: -1px;
    font-size:1.1em;
}

#navigation
{
    position: absolute;
    top: 86px;
    right: 14px;
    width: 251px;
}

/* Constants Nav Styling on layout.css */


.content
{
    height: auto;
    min-height: 680px;
    background: url(images/layout/bg-contentarea.gif) top left;
    border-bottom: 7px solid #fff;
}

.content.twoCol
{
    background: none;
}

#contentArea
{
    float: left;
    width: 672px;
    border-right: 3px solid #fff;
}

.twoCol #contentArea
{
    width: 900px;
}

#heroFlash
{
    height: 220px;
}

#heroImg
{
    height: 96px;
}

#heroImg img
{
    float: left;
    border-bottom: 2px solid #fff;
}

#heroImgMain
{
    height: 180px;
}

#heroImgMain img
{
    float: left;
    border-bottom: 2px solid #fff;
}


#focusNav
{
}

/* Focus Nav Styling on layout.css */


#leftCol
{
    float: left;
    width: 220px;
    padding: 18px 0 0 1px;
    margin-right: 13px;
    font-size: 1.2em;
}
#leftCol.noMargin
{
    margin: 0;
}


#rightCol
{
    float: left;
    padding: 18px 12px 0 0;
    width: 419px;
    line-height: 18px;
}

.twoCol #rightCol
{
    width: 532px;
}

#rightCol.JobBoard
{
    padding: 32px 0 0 0;
    width: 450px;
}

#focusAreas
{
    float: left;
    padding-top: 48px;
    width: 251px;
    background: #fff;
}

.twoCol #focusAreas
{
    display: none;
}

#sideImg
{
    width: 251px;
    height: 172px; /*height: 187px; 	background: url(images/navigation/sideimg-hr.gif) bottom left no-repeat;*/
}

#footer
{
    clear: both;
    margin-bottom: 16px;
    padding: 0 0 0 1px;
}

#art
{
}

#flash
{
}





/*******************************************************************************************

TITLE: the genius development framework

VERSION: 1.0.0
URI: http://www.geniusswitchstudio.com/
AUTHOR: Christian Alexander Seeber, Principal + User Experience Architect
COPYRIGHT: 2009 genius switch studio llc

DISCLAIMER: Of course the copyright is not worth much to me, 
please feel free to borrow, steal, learn, critique (not critisize). I certainly
borrowed from countless bits i've accumulated over the years to reach this level, and 
i'm sure we'll be making updates as time goes on. I think the world of web dev is a 
great place to share and teach each other, not get pissy about who owns what... That said
we're proud of this framework, and hope if you're reading this far down, that you're gaining 
something here. Metta!

DESCRIPTION: HTML/CSS/JS Framework or Repository created by genius switch 
in order to streamline all our builds. HTML Structure is always the same, 
CSS Structure is always the same, jQuery drives everything. 
Our Markup is nearly identical on every build except for the content, 
our stylesheets, elements and classes are structured nearly identically 
every time with the only difference being the actual stylings.

**********************************************************************************************/
