﻿/*
Homeward Designs
Copyright Graphic Orange LLC
bdroullard / kdroullard
20081103; rev20091121;
HWD Green: 00A652
HWD Blue: 00AEEF
TAN: EDEA9D
Gray: 
*/

body
{
    font-family: Georgia, Verdana, Arial;
    font-size: .87em;
    color: #000000;
}

/************************
Main Div and Header
************************/

div.container
{
    margin: 0 auto;
    width: 750px;
    background-color: #ffffff;
    position: relative;
	border: 1px solid #00A652;
}

div.header
{
    margin: 0;
    padding: 0;
	height: 140px;
	width: 100%;
    background-image: url(images/topbg.png);
    background-repeat: repeat-x;
	border-bottom: 4px solid #00A652;
}
div.headerleft
{
    position: absolute;
    left: 100px;
    top: 30px;
    height: 80px;
    width: 175px;
    background-repeat: no-repeat;
    background-image: url(images/selogo.png);
    cursor: pointer;
}
div.headerright
{
    position: absolute;
    right: 40px;
    top: 20px;
    height: 100px;
    width: 228px;
	background-repeat: no-repeat;
    background-image: url(images/hwdlogo.png);
}

/************************
Left Column
************************/
div.leftcolumn
{
    margin: 0;
    padding: 0;
    background-image: url(images/leftbg.png);
    background-repeat: repeat-y;
    width: 100%;
    height: 100%;
	background-color: #EDEA9D;
	/*border: blue solid thin;*/
	}
div.left
{
    float: left;
    width: 230px;
    height: 100%;
    padding: 30px 10px 10px 20px; 

}
div.menu
{
    height: 20px;
    text-align: left;
    width: 85%;
    padding: 10px;
	font-size: 16px;
}
div.address
{
	padding: 40px 0 0 20px;
}

/************************
Main Content
************************/
div.content
{
    width: 500px;
    text-align: justify;
    margin: 0px 0px 0px 250px;
    height: 100%;
    background-color: #EDEA9D;
	/*border: red solid thin;	*/
}
div.main
{
	padding: 10px 40px 10px 50px;
	height: 100%;
	background-color: #EDEA9D;
	/*border: 1px solid purple;*/
}

.mainpic
{
    height: 270px;
	width: 400px;
	border: 4px solid #00A652;
	margin: 0 0 0 0;
}

.maingallery
{
    height: 270px;
	width: 400px;
	border: 4px solid #00A652;
	margin: 10px 0 0 0;
}
.portfoliogallery
{
	position: absolute;
	left: 210px;
    top: 190px;
    height: 400px;
    width: 500px;
}	
.galleryLink
{
	position: absolute;
	left: 400px;
	top: 610px;
}
/************************
Footer
************************/

div.footer
{
    width: 710px;
    height: 20px;
	border-top: 4px solid #00AEEF;    
	padding: 10px 20px 10px 20px;
	   background-color: #EDEA9D;

}
div.copyright
{
	float: left;
    background-color: Transparent;
    color: #000000;
	font-size: 80%;
}


.clear
{
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
	/*border:  1px solid orange;*/
}

/************************
Text
************************/

.header00
{
    color: #000000;
    font-size: 20px;
    margin: 20px 0 20px 0;
}
.header01
{
    color: #000000;
    font-size: 18px;
    margin: 0 0 5px 0;
}
.header02
{
    color: #565656;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.header03
{
    color: #00ADEE;
    font-size: 12px;
    font-weight: bold;
    margin: 20px 0 0 0;
}
.header04
{
    color: #565656;
    font-size: 10px;
    font-weight: bold;
    margin: 0 0 3px 0;
}
.subtitle02
{
    color: #808285;
    font-size: 13px;
    font-style: italic;
    margin: 5px 5px 5px 5px;
}
hr
{
    height: 1px;
    color: #848DAC;
}
.underline 
{
	text-decoration: underline;
}
.linkList
{
	margin: 0;
	}
.quote
{
	font-style: italic;
}
.alignRight
{
	text-align: right;
	margin-bottom: 30px;
}

/************************
Image
************************/

img.center
{
    margin: 10px 0 10px 0;
    border: none;
}
.button
{
    background-image: url(images/yellow_btn.png);
    background-color: Transparent;
    border: none;
    font-size: 7pt;
    color: #5B7C9E;
    height: 15px;
    width: 75px;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}
.alignright
{
    float: right;
    margin: 0 0 0 20px;
}
.alignleft
{
    float: left;
}
.padding10
{
    padding: 0 10px 10px 0;
}

/************************
Links
************************/
A.base:link
{
    text-decoration: none;
    color: #00ADEE;
}
A.base:visited
{
    text-decoration: none;
    color: #00ADEE;
}
A.base:active
{
    text-decoration: none;
    color: #00ADEE;
}
A.base:hover
{
    text-decoration: none;
    color: #14A751;
}

A.menu
{
    width: 90%;
    text-align: left;
    font-weight: bold;
    font-size: 100%;
    text-decoration: none;
    color: #000000;/*#26ABE2;*/
    padding: .5em;
}
A.menu:hover
{
    color: white;/*#14A751;*/
    font-size: 110%;
    text-decoration: none;
}
A.menu-on
{
    width: 90%;
    text-align: left;
    font-weight: bold;
    font-size: 110%;
    text-decoration: none;
    color: white;/*#14A751;*/
    padding: .5em;
}

A.copyright:link
{
    text-decoration: none;
    color: #26ABE2;
}
A.copyright:visited
{
    text-decoration: none;
    color: #26ABE2;
}
A.copyright:active
{
    text-decoration: none;
    color: #26ABE2;
}
A.copyright:hover
{
    text-decoration: none;
    color: #14A751;
}

/************************
Lists
************************/
.maplist
{
    list-style-type: none;
    list-style-image: url(images/bullet-link.gif);
    list-style-position: outside;
    line-height: 200%;
}
.textlist
{
    list-style-type: none;
    list-style-image: url(images/bullet-link.gif);
    list-style-position: inherit;
	vertical-align: sub;
	line-height: 200%;
}
.margin20px
{
    margin-bottom: 20px;
}


