@charset "utf-8";
*{margin:0px; padding:0px;}

body {
	background-color: #050505;
	background-image: url(../images/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}
.scroller b {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFFF33;
}

#contianer {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 46px;
}
#contianer #left {
	float: left;
	height: 495px;
	width: 185px;
}
#logoHome {
	height: 77px;
	width: 174px;
}
#logo {
	background-image: url(../images/logo.jpg);
	height: 77px;
	width: 174px;
}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 12px;
	padding-top: 15px;
	line-height: 13px;
}
#nav ul {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cf140a;
	text-decoration: none;
}
#nav .selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cf140a;
	text-decoration: none;
}





#contianer #right {
	float: left;
	height: 480px;
	width: 715px;
}

#right #image {
	width: 617px;
	margin-left: 3px;
}
#right #image .imgTop {
	background-image: url(../images/imageTopBg.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 617px;
}
#right #image .imgMid {
	background-image: url(../images/imageMidBg.jpg);
	background-repeat: repeat-y;
	width: 617px;
	text-align: center;
}
#right #image #imgMid {
	background-image: url(../images/imageMidBg.jpg);
	background-repeat: repeat-y;
	width: 617px;
	text-align: center;
}
#right #image .imgBot {
	background-image: url(../images/imageBotBg.jpg);
	height: 16px;
	width: 617px;
}
#right #content {
	width: 617px;
	margin-left: 3px;
	background-repeat: repeat-y;
}
#right #content .heading {
background-image: url(../images/contentMid.jpg);
	background-repeat: repeat-y;
	width: 617px;
	height: 25px;
	margin: 0px;
	padding: 0px;
}
#right #content .text {
	background-image: url(../images/contentMid.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 8px;
}
#right #content .textNoBg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 8px;
}
#right #content .smallText {
	background-image: url(../images/contentMid.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 8px;
}
#content .scroller {
	overflow: auto;
	height:230px;
}
#content .aboutScroller {
	overflow: auto;
	height:118px;
}
#content .teamScroller {
	overflow: auto;
	height:418px;
}


#right #content .contentBot {
	background-image: url(../images/contentBot.jpg);
	height: 25px;
	width: 617px;
}
.button  {
	margin-top: 8px;
	display: block;
	text-align: center;
}
#content form {
	width: 617px;
	background:none;
	background-image: url(../images/contentMid.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
}
#content center {
	background-image: url(../images/contentMid.jpg);
	background-repeat: repeat-y;
}

#content input {
	background-color: #a0a0a0;
	border: 1px solid #FFFFFF;
}
#content textarea {
	background-color: #a0a0a0;
	border: 1px solid #FFFFFF;
}
#content table {
	display: inline;
}

#content #calc {
  width: 117px;
  height: 19px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/calc_button.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#content #calc:hover {
  width: 117px;
  height: 19px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/calc_buttonOver.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#content #send {
  width: 72px;
  height: 17px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/send_button.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#content #send:hover {
  width: 72px;
  height: 17px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/send_buttonOver.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#content #submit {
  width: 117px;
  height: 19px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/sub_button.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
#content #submit:hover {
  width: 117px;
  height: 19px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(../images/sub_buttonOver.jpg) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bbbbbb;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	width: 700px;
	text-align: left;
	letter-spacing: .1em;
}
#footer .copy {
	color: #666666;
}
#flashContent {
	height: 300px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	text-align: center;
}
#contianer #right #content .text ul {
	margin-left: 40px;
	list-style-image: none;
	line-height: 20px;
}
