﻿body {
    margin: 20px;
    background-color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: small;
    line-height: 1.4em;
    color: #FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#wrapper
{
    width: 875px;
    margin: auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#header
{
    width: 875px;
    margin: auto;
    height: 97px;
    position: relative;
    top: 0px;
    left: 0px;
}

#top-information-phone {
	text-align:center;
	border-left:1px dashed #CACACA;
	position:absolute;
	top:0;
	left:75%;
	height:100%;
	padding:0 0 0 2%;
	}
	
#top-information-home {
	text-align:right;
	border-bottom:1px dashed #CACACA;
	position:absolute;
	top:0;
	right:25.5%;
	height:2em;
	width:15%;
	padding:0 1.5% 0 0;
	}
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Photo Poster area

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	

#middlestrip {
    position: relative;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    height: 115px;
}

#feature-area {
    padding: 10px;
    position: absolute;
    top: 0px;
    right: 10px;
    float: right;
    width: 20%;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
    width: auto;
    margin: auto;
    background-image: url('../images/footer-bg.gif');
    background-repeat: repeat-x;
    line-height: 30px;
    padding-right: 10px;
    padding-left: 10px;
}

#footer div {
	background:#4b6cb5 url('../../images/bg-nav-side.png') no-repeat right bottom;
	width:23%;
	_width:25.5%;
	position:absolute;
	top:164px;
	right:164px;
	padding:.8em 0 1em 0;
    height: 4px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    text-align: center;
    padding: 10px;
    position: relative;
    background-color: #FFFFFF;
}

#footer-sub img {
    margin: 0 65px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-container-two-column {
    margin-top: 3px;
    margin: auto;
    padding: 15px;
    width: 842px;
    border: 1px solid #818181;
    background: url('../images/bg-content-side.png') repeat-y right
50%;
    position: relative;
    top: 0px;
}

#content-main-two-column {
    width: 625px;
    float: left;
}

#content-side-two-column {
	float:right;
	width:187px;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - Main

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#main-container {
    
}

#video-container {
    padding-right: 10px;
}

#picture-container {
    position:absolute;
    top: 10px;
    left: 51px;
    right: 598px;
}
