@import url("splash.css");
/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	background-color:#474743;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 61%;
	line-height: 1.6;
	color: #333333;
	background-image: url(../images/banner/background.gif);
	background-repeat: repeat;
}

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

h1, h2, h3, h4, p {
  margin: 1em 0;
}

h1 {
  font-size: 2em;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  margin: 0;
}

h2 {
  font-size: 1.4em;
  font-weight: normal;
  line-height: 0;
  color: #94b767;
  margin: 0;
}


h3 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1;
	color: #666666;
	margin: 0;
}

h4 {
	font-size: 1.8em;
	line-height: 2em;
	color: #4B3434;
	margin: 0;
	letter-spacing: 0.3em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 25px;
}
h6 {
	font-size: 1.3em;
	line-height: 2em;
	color: #000000;
	margin: 0;
	letter-spacing: .1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;

}

#footer {
	background-color:#000000;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	height: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 20px;
}

A:link {
	text-decoration: underline;
	color: #0099FF;
}

A:hover {
	text-decoration: underline; 
	color: #FF9933;
}

#wrapper {
	width: 748px;
	text-align: left;
	background-color: #fff;
	background-image: url(../images/whitecastbg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 720px;
	float: right;
}

#mainContent {
	voice-family: "\"}\"";  /*use to heck IE/MAC margins */
	voice-family: inherit;
	width: 720px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

#mainContent {  /*use to heck IE/MAC margins */
}


#mainContent p {
	font-size: 1.2em;
	line-height: 15px;
}

#secondaryContent {
	width: 680px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 20px;
}

#secondaryContent p {
	font-size: 1.2em;
	line-height: 2em;
	clear: both;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-align: left;
	color: #6B6761;
} 

#footer {
	clear: both;
	background-image: url(../images/footer2.jpg);
	color: #666666;
	height: 22px;
	font-size: 10px;
} 

/* Image thumbnail */
.img-wrapper {
	float: left;
	background-image: url(../images/frames/shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.img-outer {
	background:url(../images/bottom-left2.gif) no-repeat left bottom;
	float: left;
}

.img-inner {
	float: left; /* :KLUDGE: Fixes problem in IE5.2/Mac */
	background-image: url(../images/frames/top-right2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
}

.img-wrapper img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	padding: 4px;
}
#google {
	margin-left: -18px;
}
