@charset "utf-8";
/* General Layout */
#nav-bar {
	background-image:url("/images/nav_bar.png");
	background-repeat:no-repeat;
	width:914px;
	height:55px;
	margin-top:-10px;
}
#nav-text {
	width:900px;
	float:left;
}
#nav-text li {
	display:inline;
	list-style-type:none;
	padding-right:20px;
	color:#FFF;
}
#nav-text ul {
	margin-left:20px;
	margin-top:15px;
}
#content-container-back {
  background-image: url(/images/content_background.png);
  background-repeat: repeat-y;
}
#header {
	background-image:url(/images/header.png);
	background-repeat:no-repeat;
	width:914px;
	height:178px;
}
#sub-nav-text {
	float:right;
	width:390px;
	margin-right:130px;
}
#sub-nav-text ul{
	margin-left:-25px;
}
#sub-nav-text li {
	list-style-type:none;
	display:inline;
	padding-right:10px;
}
#main-content-back {
	float:left;
  background-image: url(/images/contentBackground2.png);
  background-repeat:no-repeat;
	width:914px;
	height:556px;
}
#main-content2 {
	float:left;
  background-image: url(/images/content_background.png);
  background-repeat:repeat-y;
	width:914px;
	margin-left:-1px;
	
}

#main-content-blog {
	float:left;
  background-image: url(/images/content_background.png);
  background-repeat:repeat-y;
	width:914px;
	
}
#main-content-idx {
	float:left;
  background-image: url(/images/content_background.png);
  background-repeat:repeat-y;
	width:914px;
	padding-left:8px;
	margin-left:-1px;
}

#content-top-blog{
	float:left;
	background-image:url(/images/mainContentTop.png);
	background-repeat:no-repeat;
	width:914px;
	height:67px;
}
#content-top-sub{
	float:left;
	background-image:url(/images/mainContentTop.png);
	background-repeat:no-repeat;
	width:914px;
	height:67px;
	margin-left:-1px;
}

#content-bottom-blog {
	float:left;
	background-image:url(/images/contentBottom.png);
	background-repeat:no-repeat;
	width:914px;
	height:152px;
}
#content-bottom-sub {
	float:left;
	background-image:url(/images/contentBottomSub.png);
	background-repeat:no-repeat;
	width:914px;
	height:53px;
}

#main-text {
	float:left;
	padding:30px 0px 0px 70px;
	color:#FFF;
	width:600px;
}
#main-text2 h2 {
	color:#EBAF44;
	font-size:16px;
}
#main-text-blog {
	float:left;
	padding:0px 0px 0px 70px;
	color:#FFF;
}
#main-text2 {
	float:left;
	padding:0px 0px 0px 70px;
	color:#FFF;
	width:780px;
	margin-top:-30px;
}

#main-text-idx {
	float:left;
    margin:5px 0 0 41px;
	padding:10px 0px 10px 0px;
	color:#000;
	width:795px;
	/*background-color:#FEFFF1;
    border:1px solid #EBAF44;*/
}

#main-blog {
	float:left;
	padding:30px 0px 0px 70px;
	color:#FFF;
	width:914px;
}

#main-text h1 {
	color:#EBAF44;
	font-size:15px;
	font-weight:bold;
}
#sandy-image {
	float:right;
	background-image:url(/images/sandyPic.png);
	background-repeat:no-repeat;
	background-position:bottom;
	width:244px;
	height:446px;
}
#content-footer {

	background-image:url(/images/contentFooter.png);
	background-repeat:no-repeat;
	width:670px;
	height:103px;
}
#footer {
	float:left;
  background-image: url(/images/footer.png);
	background-repeat:no-repeat;
	width:914px;
  height: 35px;
}
#footer-text {
	text-align:center;
	color:#3D352A;
	font-size:11px;
}
#index-footer {
	color:#EBAF44;
	font-weight:bold;
	margin:-10px 0 0 140px;
	width:530px;
	font-size:11px;
}
/* HTML Tags */
body {
	background-image:url("/images/background.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#CECAC3;
}
a.footer:link {
	color:#3D352A;
	text-decoration:none;
}
a.footer:visited {
	color:#3D352A;
	text-decoration:none;
}
a.footer:hover {
	color:#FFF;
	text-decoration:none;
}
a.footer:active {
	color:#3D352A;
	text-decoration:none;
}

* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Flash Messages */
.flash {
  padding: 5px;
}
.flash_error {
  background-color: #FFCCCC;
  border: 2px solid #FFB0B0;
  font-weight: bold;
}
.flash_header {
  font-weight: bold;
  text-align: center;
}
.flash_list {
  color: black;
}
.flash_list_item {
  
}
.flash_success {
  background-color: #C4F8C0;
  border: 2px solid #9BE171;
  font-weight: bold;
  height: 15px;
}
.flash_warning {
  background-color: #FFFFB3;
  border: 2px solid #E1E100;
}
#icons {
	position:absolute;
	top:620px;
	margin-left:160px;
}
/* Signature */
#viewtiful {
  left: 50%;
  margin-left: -450px;
  position: relative;
  width: 914px;
}
a:link {
	color:#FFF;
	text-decoration:underline;
}
a:active {
	color:#FFF;
	text-decoration:underline;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
a:visited {
	color:#FFF;
	text-decoration:underline;
}
#cHutchins{
	float:right;
}