/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 Arial, Tahoma, sans-serif;
  background-color:#D4D4D4;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}
h3 {
  font-size: 1.4em;
}
a{
	color: #000000;
}

#wrapper {
  background-color: #fff;
}

#branding {
  height: 110px;
  background-color:#fff;
  padding: 20px;
  text-align: center;
}

#homebranding {
  height: 275px;
  background-color:#fff;
  padding: 20px;
  text-align: center;
}

#branding p, #homebranding p {
  margin: 0;
  font-size: 0.9em;
}

#homebranding p {
	color: #D21242;
	font-weight: bold;
	font-size: 1.5em;
}

#mainNav {
  background-color:#000;
  float: left;
  text-align:center;
}

#mainNav #first {
	margin-top: 15px;
}
#mainNav li {
	list-style:none;
}

#secondaryContent {
  border: 1px solid #000;
  width: 46%;
  float: left;
  margin-top: 10px;
  margin-left: 10px;
}

#secondaryContent h1 {
  font-size: 1.6em;
  color: #fff;
  margin-top: 0px;
}

#secondaryContent p {
  font-size: 1.2em;
}

#secondaryContent h1 {
  background-color: #000;
}

#footer {
  padding: 1px 20px;
  height: 100px;
  background: #fff url(../images/footerline.gif) repeat-x bottom left;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  width: 90%; 
  margin: 0 auto; 
  text-align: left; 
}

#mainNav { 
  width: 20%;
  height:340px;
  margin-top: 10px;
  margin-right: 10px;
}

#content { 
  clear: both;
}

#mainContent { 
  width: 30%; 
  margin: 10px 0px 0px 0px; 
  text-align:center;
  float: left;
} 
#mainContent p {
	margin: 0px;
}

#footer { 
  clear: both; 
}

/* add some padding to the contents in the main nav and secondary content areas */

#mainNav, #secondaryContent {
  padding-top: 20px;
  padding-bottom: 20px;
}

#mainNav *, #secondaryContent * { 
 padding-left: 10px;
 padding-right: 10px;
}

#mainNav * *, #secondaryContent * * { 
 padding-left: 0;
 padding-right: 0;
}

#homecontent {
	text-align:center;
	height: 510px;
}

#homefooter {
	clear:both;
	background-color: #D21242;
	height: 45px;
	color: #fff;
}
#homefooter #left{
	float: left;
	width: 310px;
	margin-left: 10px;
}
#homefooter #middle{
	width: 80px;
	padding-top: 1px;
	margin:0 auto;
	text-align: center;
}
#homefooter #middle a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#homefooter #middle a:hover{
	text-decoration: underline;
}
#homefooter #right{
	float: right;
	width: 245px;
	text-align: right;
	margin-right: 10px;
}
#branding #brandingleft {
	float: left;
}
#branding #brandingright {
	float: right;
	text-align: right;
}
#branding #headerresline1{
	font-size: 1.5em;
	font-weight: bold;
}
#branding #headerresline2{
	font-size: 2.4em;
	font-weight: bold;
	color: #C72F2C;
	line-height: 1.2em;
}
#branding #headerresline3{
	font-size: 1.3em;
	font-weight: bold;
}
#branding #headerresline4{
	font-size: 1.3em;
	color: #000;
}

#branding #headerresline5{
	font-size: 1.3em;
}
#nav {
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	height: 22px;
}
#nav #navleft {
	float: left;
	margin: 0px 20px 0px 20px;
}
#nav #navleft a, #nav #navright a {
	margin: 0px 0px 0px 20px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#nav #navleft a:hover, #nav #navright a:hover {
	color: #C72F2C;
	text-decoration: underline;
}
#nav #navleft p, #nav #navright p{
	margin: 0px;
	padding: 0px;
}
#nav #navright {
	float: right;
	margin: 0px 20px 0px 20px;
}
#footer p{
	text-align: center;
	font-size: 1.1em;
}
#footer p.firstline {
	color: #C72F2C;
	font-weight: bold;
	font-size: 1.3em;
}
.subheading {
	color: #C72F2C;
	font-size: 1.5em;
	font-weight: bold;
}
.linkname {
	font-size: 1.3em;
	color: #ff0000;
	text-decoration: none;
	text-transform: uppercase;
}
#submit, #reset {
	color: #fff;
	background-color: #C72F2C;
}
.gallery {
	text-align: center;
}

#homecontent .pics {  
    height:  290px; 
    width:   650px;
	margin: 20px auto;
} 
 
#homecontent .pics img {  
    top:  0; 
    left: 0;
} 