/*
STYLESHEET FOR WWW.RIGGSWARD.COM

ToC:
	1. DEFAULTS
	2. STRUCTURE
	3. LINKS AND NAVIGATION
	4. FONTS
	5. IMAGES
	6. FORMS
	7. HACKS

Notes:

*/

/* --------------- 1. DEFAULTS --------------- */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 62.5% Arial, Helvetica, sans-serif; /* 62.5% resets 1em to 10px */
	background: #fff;
	/*color: #7a877d;*/
	color: #444;
}

/* --------------- 2. STRUCTURE --------------- */



#wrapper {
	text-align: left;
	/* margin-left: 24px; 
	margin: 0 auto;
	padding-top: 60px; */
	width: 980px;
	margin: 60px auto 0;
    overflow: auto;
    position: relative;
}


#toplink {
	width: 171px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 80px;
}

#return a {
	float: left;
	display: block;
	width: 33px;
	height: 33px;
	background: url(images/return.png) top left no-repeat;
}

#next a {
	float: right;
	display: block;
	width: 136px;
	height: 33px;
	background: url(images/nextproject.png) top left no-repeat;
}


.slideshow { 
	height: 400px; 
	width: 759px; 
	margin-bottom: 40px;
	text-align: left;
	/*clear: left;*/
}

.slideshow img { 
	padding: 0; 
	border: 0; 
}


#projectsContainer {
	float: left;
	width: 784px;
	/*Moves content down to navigation level 81px*/
	margin-top: 81px;
	text-align: left;
	/*position: relative;*/
}

div.thumbContainer {
	float: left;
	width: 784px;
	margin-bottom: 40px;
	text-align: left;
	position: relative;
	z-index: 100;
}

#caseContainer {
	float: left;
	width: 760px;
	margin-top: 40px;
	text-align: left;
	position: relative;
	clear: left;
}

#navContainer {
	width: 186px;
	margin: 0;
	padding-left: 10px;
	text-align: left;
	float: left;
	position: relative;
	background: url('images/logo.png') no-repeat;
}


#newsContainer {
	width: 588px;
	margin-top: 81px;
	text-align: left;
	float: left;
	position: relative;
	/*clear: left;*/
}


#featuresContainer {
	width: 512px;
	padding: 0;
	margin-bottom: 40px;
	text-align: left;
	float: left;
	position: relative;
	clear: left;
}

.news {
	width: 480px;
	float: left;
	margin: 0 0 20px 0;
	text-align: left;
}

.clientlist {
	width: 588px;
	float: left;
	margin: 20px 0 20px 0;
	text-align: left;
}


.projectdesc {
	width: 520px;
	float: left;
	margin-top: 81px;
	text-align: left;
}

div.project, div.projectvert {
	text-align: left;
	margin: 0 0 45px 0;
	padding: 0;
	width: 563px;
	float: right;
	background: url(images/overlay-project.gif) repeat-y 100% 0;
}

div.thumbnail, div.thumbnailempty {
	width: 172px;
	/*height: 103px;*/
	float: left;
	margin: 0 24px 24px 0;
	background: url(images/overlay.gif) no-repeat;
}


/* The Featred Projects title on homepage */
div.featured {
	width: 172px;
	height: 103px;
	float: left;
	margin: 0 24px 24px 0;
	background: url(images/overlay-featured.gif) no-repeat;
}


#mission {
	width: 760px;
	height: 103px;
	margin-bottom: 40px;
	padding: 0;
}

div.statement {
	width: 564px;
	float: left;
	margin-right: 24px;
	padding: 0;
}


div.viewprojects {
	width: 172px;
	height: 95px;
	float: left;
	margin: 0;
	padding-top: 8px;
	text-align: center;
	background: url(images/divider.gif) no-repeat;
}


div.contactaddress {
	width: 172px;
	float: left;
	padding: 15px 23px 0 0;
	text-align: left;
}
	
.clear { clear: left; }


#footer {
	font-size: 1.1em;
	color: #444;
	padding: 150px 0 20px 196px;
	clear: both;
}


/* --------------- 3. LINKS AND NAVIGATION --------------- */
a:link, a:active, a:visited {
	color: #444;
	text-decoration: none;
	border: 0;
}
a:hover {
	color: #999;
	text-decoration: none;
}

#navigation {
	font-size: 1.2em;
	line-height: 1.7em;
	text-transform: uppercase;	
	padding: 0;
}

#navigation {
	margin: 80px 0 20px 0;
}

#navigation li.current { color: #cc3300; }

#navigation li.current a { color: #cc3300; text-decoration: none;}


#navigation ul {
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	z-index: 100;
}

#navigation .current  {	color: #cc3300;	}


div.thumbnail:hover {
	background: url(images/overlay-red.gif) no-repeat;
}

div.thumbnail h2:hover {
	color: #cc3300;
}



/* --------------- 4. FONTS --------------- */

div.thumbnail h2 {
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: bold;	
	color: #cc3300;
}

div.thumbnail h3 {
	font-size: 1.0em;
	line-height: 1.4em;
	font-weight: normal;
	color: #444;
}

div.clientlist h3 {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	color: #444;
	padding: 5px 0 0 0;

}

div.clientlist h2 {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: uppercase;
	color: #444;
	margin: 0 0 20px 0;
}

div.clientlist p {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: normal;
	font-style:italic;
	color: #444;
	padding: 0 0 0 10px;
}

div.news h2 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-weight: bold;	
	color: #cc3300;
}

div.news h3 {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: normal;
	color: #444;

}

div.news p {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: normal;
	color: #444;
	margin-bottom: .5em;
}


div.projectdesc h1 {
	font-size: 1.7em;
	line-height: 1.0em;
	font-weight: bold;	
	color: #cc3300;
}

div.projectdesc h2 {
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 2.2em;
	font-weight: normal;
	color: #444;

}

div.projectdesc p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.3em;
	font-weight: normal;
	color: #444;
	margin-bottom: 10px;
}


h1, h2, h3, h4, p, ul {
	margin: 0px;
}

h1 { font-size: 1.2em; line-height: 1.0em;	font-weight: normal; color: #444; }

p.missionstatement {
	font: 19px/22px Georgia, "Times New Roman", Times, serif;
	color: #444;
	padding: 0;
} 

p.sectitle {
	font: 18px/20px Georgia, "Times New Roman", Times, serif;
	/*font-size: 1.1em;*/
	line-height: 1.0em;
	font-weight: normal;
	/*text-transform: uppercase;*/
	color: #444;
	width: 500px;
	margin: 0 0 20px 0;
} 

ul {
	list-style-type: none;
}


ul {
	list-style-type: none;
}


/* --------------- 5. IMAGES --------------- */

h2 img {
	float:left;
}

img {
	border: 0;
}
	
div.thumbnail img {
	/* border-left: 7px solid #cc3300; */
	margin: 0 0 5px 7px;
}

div.project img {
	width: 556px;
	float: left;
	margin: 0 0 0 7px;
}

div.projectvert img {
	width: 361px;
	float: left;
	margin: 0 0 0 7px;
	clear: left;
}

.map {
	border: 1px solid #cc3300;
	margin-bottom: 20px;
}

