/* CSS Framework Import */

@import url("framework/core.css");

@import url("framework/plugins/helpers.css");

/*Site specific styles and structure begin here*/

body { 
	margin: 0; 
	background: #bfad8b url(../images/bodyBg.jpg) repeat-x;
}

a { 
	color: #710100;
	text-decoration: none;
}
a:hover { 
	color: #fff;
	text-decoration: none;
}

#background { 
	background: url(../images/mainLayout.jpg) no-repeat center top; 
	height: 1250px;
}

#wrapper { 
	position: relative;
}

#content { 
	width:500px;
	padding-top: 40px;
}

#header .logo { 
	margin: 12px 0 0 38px;
}

#header .veterans { 
	margin: 0 0 20px 13px;
}

#nav { 
	font-size: 1.3em; 
	font-weight: bold; 
	text-align: center;
	margin-bottom: 15px;
}

#nav a { 
	color: #fff;
	text-decoration: none;
}
#nav a:hover { 
	color: #710100;
	text-decoration: none;
}

.module { 
	width: 388px;
	margin: 0 0 0 15px;
	padding: 50px 40px 20px;
}

#ourPurpose { 
	background: url(../images/ourpurpose.jpg) no-repeat;
}
#youcanhelp { 
	background: url(../images/youcanhelp.jpg) no-repeat;
}
#relatedlinks { 
	background: url(../images/relatedlinks.jpg) no-repeat;
}
#photogallery { 
	background: url(../images/photogallery.jpg) no-repeat;
}
#lettersarticles { 
	background: url(../images/lettersarticles.jpg) no-repeat;
}


p.quote { 
	color: #1e214f; 
	font-weight: bold; 
	font-style: italic;
	text-align: center;
}

#sidebar { 
	position: absolute; 
	top: 550px; 
	left: 530px;
}

#footer { 
	position: absolute;
	width: 815px; 
	top: 1200px; 
	text-align: center;
}

#footer a { 
	color: #710100;
	text-decoration: none;
}
#footer a:hover { 
	color: #fff;
	text-decoration: none;
}
.imagecaption { 
	background-color: #bdac8b;
	text-align: center;
}
.imageborder { 
	border:3px solid #bdac8b;
}
.imagemargin { 
	border:3px solid #bdac8b;
	margin: 0 10px 0 0;
	float: left;
}
.imagegallery { 
	border:3px solid #bdac8b;
	margin: 0 10px 0 0;
}

