@charset    "UTF-8";

/* CSS Document */
body
{
	background-position: -1px -1px;
	background-repeat: repeat;
	font: 100% Georgia, "Times New Roman", Times, serif;
	color: #595959;
	margin: 0px;
}

.bg1 { background-image: url(../images/bg/mig.gif); }
.bg2 { background-image: url(../images/bg/car.gif); }
.bg3 { background-image: url(../images/bg/lespaul.gif); }
.bg4 { background-image: url(../images/bg/fir.gif); }

#container
{
	width: 881px;
	margin: 0px auto 40px auto;
	padding: 0 60px;
	background-color: #fff;
	height: 100%;
	border-bottom: 4px #858585 solid;
	border-left: 1px #858585 solid;
	overflow: hidden;
}

/* --------- NAV -------- */
nav
{
	float: left;
	width: 100px;
	margin: 8px 15px 20px 0px;
	display: block;
	clear: left;
}

nav ul
{
	display: block;
	list-style-type: none;
	height: 90px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.78em;
	min-height: 2em;
	line-height: 1.5em;
	border-bottom: 1px #8E8B80 dotted;
	float: left;
	padding-left: 0px;
}

nav li
{
	display: block;
	float: left;
	color: #62c325;
	padding-left: 1px;
	clear: left;
	width: 99px;
}

nav a, footer a
{
	color: #595959;
	text-decoration: none;
}

#nav a:hover { color: #62c325; }
nav li a.currentpage { color: #62c325; }

/* --------- SUBNAV -------- */
.subnav
{
	float: left;
	width: 100px;
	margin: 0px 15px 0 0px;
	border-top: 1px #8E8B80 dotted;
	padding-top: 0px;
}

.subnav ul
{
	display: block;
	list-style-type: none;
	/*height:460px;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.78em;
	min-height: 2em;
	line-height: 1.5em;
}

.aboutsub
{
	height: auto;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 16px;
	margin-bottom: 0px;
}

.worksub
{
	height: auto;
	margin-top: 0px;
	padding-top: 4px;
	padding-bottom: 16px;
	margin-bottom: 0px;
}

.subnav li
{
	display: block;
	float: left;
	color: #62c325;
	padding-left: 7px;
	width: 50px;
}

.subnav a, footer a
{
	color: #595959;
	text-decoration: none;
}

#subnav a:hover { color: #62c325; }

/*subnav li a.currentpage { color: #62c325; }

/* --------- CONTENT -------- */

header { margin-bottom: 10px; }

header#branding
{
	width: 766px;
	float: right;
	height: 50px;
	margin: 60px 0 0 0;
	padding: 0 0 40px 115px;
	border-bottom: 1px dotted #8b8380;
}

header#branding h1
{
	display: block;
	width: 245px;
	height: 48px;
	overflow: hidden;
	background: url(../images/we_logo_med.gif) top left no-repeat;
	text-indent: -999em;
}

section
{
	width: 766px;
	float: right;
	padding: 2px 0 19px 0;
}

section.botStory { border-top: 1px dotted #8b8380; }
section.botStory_noborder { border-top: 1px dotted #FFF; }

section.topStory article
{
	width: 100%;
	/*border-bottom: 1px dotted #8b8380;*/
}

article
{
	width: 370px;
	float: left;
	padding: 0px;
	margin: 0px 25px 0px 0px;
	text-align: left;
	vertical-align: top;
}

article:last-child, article.last-child { margin-left: 25px; }
section.botStory article:last-child, section.botStory article.last-child,
section.botStory_noborder article:last-child, section.botStory_noborder article.last-child,
section.topStory article:last-child, section.topStory article.last-child { margin: 0; }

/* text styles*/
p
{
	color: #595959;
	font-family: georgia, times, serif;
	font-size: 0.75em;
	vertical-align: top;
	text-align: left;
	margin: 0px;
}

.centerme
{
	/*text-align: center;*/
	left: 30%;
}

a
{
	color: #00a4ef;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #9CF;
}

a:active { outline: none; }
a:focus { -moz-outline-style: none; }

/* headings */
section header h2
{
	font-weight: normal;
	color: #595959;
	font-size: 1.1em;
	margin-bottom: 10px;
}

/*section header*/
h3
{
	font-weight: normal;
	color: #595959;
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 9px;
}

h4
{
	font-weight: normal;
	color: #595959;
	font-size: 1.1em;
	margin-top: 0px;
	margin-bottom: 0px;
}

section header h2 span { color: #62c325; }
section article h3 span { color: #62c325; }

section article h2 span
{
	font-size: 0.9em;
	color: #62C325;
}

section img
{
	/*10px*/
	margin: 0 0 6px 0;
}

footer
{
	clear: both;
	border-top: 1px #8E8B80 dotted;
	margin-top: 30px;
	position: relative;
	height: 45px;
	display: block;
}

footer p.copyright
{
	width: auto;
	margin: 10px auto;
	text-align: center;
}

footer p.mobiles
{
	position: absolute;
	top: 10px;
	left: 0;
}

footer p.email
{
	position: absolute;
	top: 10px;
	right: 0;
}
