/* CSS Document */

* {
	outline: none;
}

body{  height:  auto;  min-height: 100%;  font-family: verdana, helvetica, sans-serif;
  background-color: #7cc3e4;
  margin: 0 auto;
  color: #4f4f4f;
  font-size: 12px;
}

#outter_container {
  width: 100%;
  text-align: center;
  background-image: url(../images/sitebg.jpg);
  background-repeat: repeat-x;
  margin: 0;
}

#container {
  width: 1000px;
  height: 100%;  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  background-color: #f3f4f6;
  border: 1px solid #000;
}

/*********************************************************************
******                  HEADER / NAVIGATION                    *******
**********************************************************************/

#logo {
	width: 260px;
	margin: 10px 0 0 25px;
}

#address {
	float: right;
	text-align: right;
	margin: 30px 25px 0 0;
	font-size: 14px;
	font-weight: bold;
}

#large_image {
	width: 934px;
	height: auto;
	border: 10px solid #7cc3e4;
	margin: auto;
}

#navigation {
	width: 930px;
	height: 25px;
	margin-top: 28px;
	font-size: 14px;
	text-align: center;
}

#navigation ul {
	height: 25px;
	margin-top: 0px;
	list-style: none;
	padding-top: 0px;
}

#navigation li {
	width: 125px;
	height: 25px;
	color: #000000;
	display: block;
	float: left;
	font-size: 14px;
	padding-left: 0px;
	padding-right: 0px;
}

#navigation a {
	height:25px;
	display: block;
	line-height: 25px;
	color: #000000;
	font-size: 14px;
	border-left: 1px solid #afafaf;
	text-decoration: none;
	margin: auto;
}

#navigation a:hover {
	background-color: #7cc3e4;
	color: #fff;
}


/*********************************************************************
******                         BODY                            *******
**********************************************************************/

#content {
	width: 950px;
	height: auto;
	min-height: 500px;
	margin: 10px 25px 25px 25px;
}


h1,
h2,
h3,
h4
{
	color: #808000;
}

h1 {
	/*padding: 0 0 0 20px;*/
	/* color: #4f4f4f; */
}

h2 {
	/* color: #4f4f4f; */
	
}

h3 {
	/* color: #4f4f4f; */
	
}
h4 {
	/* color: #4f4f4f; */
	
}






.inputlabel
{
	width: 140px;
}

td.inputlabel
{
	vertical-align: top;
}

.inputbox
{
	width: 430px;
}

textarea.inputbox
{
	height: 75px;
}

.success
{
	color: green;
}

.error,
.required
{
	color: red;
}

.success,
.error
{
	font-weight: bold;
	text-align: center;
}


