body {
	background-image: url(../images/back.jpg);
	margin: 0px;
	font-family: verdana, sans-serif;
  font-size: 11px;
	text-align: center;
}

h2,h3 {
  font-family: georgia, verdana, sans-serif;
	font-size: 1.4em;
	margin: 3px;
}

/* General Formatting */
input, textarea, blockquote, legend, td{
  text-align: left;
  font-family: "Lucida Sans Unicode", tahoma, arial, sans-serif;
}
td, p{
  font-size: 11px;
  text-align: left;
  cursor: default;
}
br{
  clear: both;
}
input, textarea{
  width: 250px;
  color: #4d4d4d;
  font-size: 1.0em;
  padding: 5px;
  margin: 0px;
  border: 1px solid #9e2a2a;
  background: url(../images/formfade.gif) top left repeat-x #d5e7fb;
}
.formfieldwrapper{
  text-align: center;
  padding: 1px;
  background: #767676;
}
button.submit{
  width: 96px;
  height: 41px;
  margin: 0px;
  padding: 0px;
  text-indent: -500px;
  overflow: hidden;
  border: 0px;
  background: url(../images/button_submit.gif) top left no-repeat;
}
form p{
  margin-bottom: -20px !important;
}
#calcpg form p{
  margin-bottom: 0px !important;
}
.c_form{
  width: 294px;
}
.notify{
  background: #9e2a2a;
  margin: 15px;
  padding: 15px;
}
.notify b{
  color: #ffffff !important;
}
.medium-input{
  display: block;
  width: 100px;
}
.medium-input input{
  width: 86px;
}

.left{
  float: left;
}
.right{
  float: right;
}
a, button{
  cursor: pointer;
}
a img{
  border: 0px;
}

a, a:link, a:active, a:visited {
	text-decoration: underline;
	color: #740000;
	margin: 2px;
}
a:hover {
	color: #1d6b91 !important;
}
#mainbody a{
  color: #ffffff;
}

a.white, a.white:hover, a.white:active, a.white:visited {
	text-decoration: underline;
	color: #FFFFFF;
	margin: 2px;
}

a.imgframe, a.imgframe:hover {
  width: 152px;
  height: 118px;
  display: block;
  text-align: left;
  padding: 6px 0px 0px 6px;
  margin: 20px 0px 0px 20px;
  background: url(../images/frameimg.gif) top left no-repeat;
}
a.imgframe img {
  width: 128px;
  height: 88px;
  margin: 0px;
  display: block;
}

div.homesframe {
  text-align: center;
}
div.homesframe p{
  margin: -15px 0px 0px 0px;
  padding: 0px 0px 0px 20px;
}

#landscape {
	position:absolute;
	top: 0px;
	left: 0px;
  background-image: url(../images/landscape.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 700px;
	margin: 0px;
	padding: 0px;
}

#container {
  position:relative;
	width:980px;
	margin-left: auto;
	margin-right: auto;
}

#mainbody {
  float: left;
	width:606px;
	background-color: #333333;
  background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
}

#mainbody #welcome {
  float: left;
	width:605px;
}

#mainbody #welcome div.header {
	height: 75px;
  margin: 10px;
}

#mainbody #welcome div.header p {
  padding: 25px 0px 0px 10px;
	font-family: georgia, verdana, sans-serif;
	font-size: 2.0em;
	color: #FFFFFF;
}

#mainbody #featured {
  float: left;
	width:183px;

}

#mainbody #newsfeed {
  float: right;
	width:413px;

}

#mainbody div.firsth {
  width: 576px;
}
#mainbody div.header {
  background-image: url(../images/headers.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 45px;
  margin: 10px;
	background-color: #666666;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 10px;
}

#mainbody div.header p {
  margin: 0px;
  padding: 15px 0px 0px 10px;
	font-family: georgia, verdana, sans-serif;
	font-size: 1.5em;
	color: #FFFFFF;
}

#mainbody p {
  padding-left: 15px;
  padding-right: 15px;
	font-family: verdana, sans-serif;
	font-size: 1.2em;
	color: #CCCCCC;
}

#mainbody p.red {
	font-family: verdana, sans-serif;
	font-size: 1.4em;
	color: #CC3333;
}

#welcome img {
  margin: 10px;
  border: 5px solid #ffffff;
}

#mainbody hr {
  height: 1px;
  border: 0px;
  border-bottom: 1px solid #666666;
  margin-left: 15px;
  margin-right: 15px;
}

#logo {
  float:left;
	width:960px;
	height:173px;
	background-image: url(../images/logo.jpg);
	clear: both;
}

.nav {
  float: left;
	width:606px;
	height:53px;
  overflow: hidden;
	background-image: url(../images/navinactive.jpg);
	background-repeat: repeat-x;
}

.nav a {
  float: left;
  display: block;
  height: 51px;
  overflow: hidden;
  text-indent: -800px;
  margin: 1px 0px 0px 0px;
  background-repeat: no-repeat;
  background-position: 0px -51px;
}
.nav a:hover {
  background-position: 0px -102px;
}
.nav a.selected, .nav a.selected:hover{
  cursor: default;
  background-position: 0px 0px;
}

.nav li.inactivesmall {
	width: 100px;
	height: 51px;
}

.nav li.activesmall {
	background-image: url(../images/navactivesmall.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 51px;
}
.nav li.activesmall a {
  color: #FFFFFF;
}

.nav li.inactivemedium {
	width: 116px;
	height: 51px;
}

.nav li.activemedium {
	background-image: url(../images/navactivemedium.jpg);
	background-repeat: no-repeat;
	width: 116px;
	height: 51px;
}
.nav li.activemedium a {
  color: #FFFFFF;
}

.nav li.inactivelarge {
	width: 155px;
	height: 51px;
}

.nav li.activelarge {
	background-image: url(../images/navactivelarge.jpg);
	background-repeat: no-repeat;
	width: 155px;
	height: 51px;
}
.nav li.activelarge a {
  color: #FFFFFF;
}

.prop {
  height:734px;
  float:right;
  width:1px;
}

#photo {
  float: left;
	width:354px;
	height:178px;
	background-image: url(../images/photo.jpg);
}

#maincontainer {
  width: 606px;
  float:left;
}

#rightcontainer {
}

#mainhead {
  float: left;
	width:606px;
	height:21px;
	background-image: url(../images/mainhead.jpg);
}



#tickleft {
  float: left;
	width:74px;
	height:95px;
	background-image: url(../images/tickleft.jpg);
}

#ticker {
  float: left;
	width:192px;
	height:95px;
	background-color: #FFFFFF;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#ticker a.r, #ticker a.l {
  width: 12px;
  height: 12px;
  text-indent: -100px;
  overflow: hidden;
  border: 0px;
  display: block;
  float: left;
  -moz-opacity: 0.5;
  opacity: 0.5;
	filter: alpha(opacity=50);
}
#ticker a.r:hover, #ticker a.l:hover {
  -moz-opacity: 0.9;
  opacity: 0.9;
	filter: alpha(opacity=90);
}
#ticker a.r { background: url(../images/button_arrow-r.gif) center center no-repeat; }
#ticker a.l { background: url(../images/button_arrow-l.gif) center center no-repeat; }

#tickright {
  float: left;
	width:68px;
	height:95px;
	background-image: url(../images/tickright.jpg);
}

#people {
  float: left;
	width:354px;
	height:224px;
	background-image: url(../images/people.jpg);
}

#ifleft {
  float: left;
	width:23px;
	height:312px;
	background-image: url(../images/ifleft.jpg);
}

#iframe {
  float: left;
	width:331px;
	height:312px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

iframe {
  width: 100%;
  height: 312px;
  background-color: #FFFFFF;
}

#footer {
  clear: both;
	width:980px;
	height:200px;
	padding: 30px;
  text-align: center;
  margin: 0px auto 0px auto;
	background: url(../images/footer.jpg) top left no-repeat;
}

#footer div {
  margin: 10px;  
  height: 60px;
  float: left;
}

#footer div.footsep {
  width: 2px;
  background-color: #444444;
}

#footer div.footlinks {
  padding-bottom: 5px;
}

#footer p {
  vertical-align: middle;
}
#footer img {
  float: left;
}

#footer a {
  color: #000000;
}

.clear {
  clear: both;
}
