/*
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: #323638;
	/*color: #7a877d;*/
	color: #cccccc;
}

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

.slideshow { 
	height: 320px; 
	width: 564px; 
	margin-bottom: 40px;
	text-align: left;
	float: left;
	position: relative;
	clear: left;
}

.slideshow img { 
	padding: 0; 
	border: 0; 
	background-color: #cc3300; 
}


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


#contentContainer {
	float: left;
	width: 760px;
	/*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: 196px;
	/*margin: 0 0 0 196px;*/
	margin: 0;
	text-align: left;
	float: left;
	position: relative;
	/*clear: left;*/
}


#newsContainer {
	width: 588px;
	margin: 0;
	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;
}

div.backbutton {
	text-align: left;
	margin: 0;
	padding: 0;
	width: 196px;
	float: left;
}

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

div.projectnav
{
	text-align: left;
	margin-top: 35px;
	padding: 0;
	width: 196px;
	float: 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;
	float: left;
	margin: 0 24px 24px 0;
	background: url(images/overlay.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: #808080;
	padding: 150px 0 20px 196px;	clear: both;
}


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

#navigation, #subnav, .backbutton, .projectnav {
	font-size: 1.2em;
	line-height: 1.5em;
	text-transform: uppercase;	
	padding: 0;
}

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

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

/* #navigation a:hover, #subnav a:hover,  {
	color: #59625e;
} */

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

#navigation .current span, #subnav .current span {	font-weight: normal;	color: #cc3300;	margin-right: 5px;	}


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.0em;
	font-weight: normal;
	color: #cccccc;
}

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

}

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

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

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

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

}

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


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

div.projectdesc h2
{
	padding-bottom: 5px;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: normal;
	color: #ffffff;

}

div.projectdesc p
{
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: normal;
	color: #cccccc;
	margin-bottom: 10px;
}



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

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

p.missionstatement {
	font: 19px/22px Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	width: 505px;
	padding: 0 0 30px 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: #ffffff;
	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;
}

/*
#newsContainer img
{
	margin: 0 0 7px 7px;
}
/*