/* ----- CSS ----- */
*
{
	font-family: Arial;
	font-size: 11px;
}

html
{
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

body
{
	height: 100%;
	margin: 0px 0px 0px -130px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	background-color: #6a737b;
	background-image: url('/site/images/background.jpg');
	background-repeat: repeat-y;
	background-position: center
}


/* ----- LISTS ----- */
ul
{
	margin: 0px 0px 0px 1.2em;
	padding: 0px;
	list-style: disc;
}

ol
{
	margin: 0px 0px 0px 2em;
	padding: 0px;
}

ol
{
	color: #6a737b;
	margin: 0px;
	padding: 0px;
}

li
{
	margin-left: -12px;
	list-style: disc;
	color: #6a737b;
	text-align: right;
}


/* ----- TABLES ----- */
td
{
	vertical-align: top;
}

/* ----- STANDARD ITEMS ----- */
#wrapper
{
	width: 1003px !important;
    width: 1010px;
	margin: 0 auto !important;
	padding: 0px;	
	margin-left: -158px;
}

#container
{
	position: relative;
	width: 767px;
	float: left;
	padding: 0px;
	text-align: left;
}

#smallContent
{
	position: relative;
	width: 480px;
}

#logo
{
	clear: left;
	height: 89px;
	width: 257px;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	text-align: right;
}

#header
{
	position: relative;
	width: 767px;
	height: 243px;
	float: left;
	clear:right;
	background-image: url('/site/images/header.jpg');
	background-repeat: no-repeat;
	margin-left: 13px !important;
    margin-left: 16px;
	z-index:0;

}

#content
{
	position: relative;
	float: left;
	width: 767px !important;
	width: 715px;
	padding: 15px 5px 5px 5px;
}

#navigation
{
	position: relative;
	float:left;
	width: 170px;
	text-align: right;
	top: 240px;
}

/* ----- CLASSES ----- */
.hide
{
	display: none;
}

.show
{
	display: block;
}

.center
{
	text-align: center;
}

.right
{
	text-align: right;
}

.clear
{
	float: none;
	clear: both;
}

#content .spacing
{
	padding: 10px 70px 30px 60px !important;
	padding: 10px 45px 45px 70px;
}

div.stickToBottom{
  position: relative;
  float: right;
  margin-top: 160px;
  margin-right: 25px;
}

.rightPadding{
	padding-right: 35px;
}

/* ----- PARAGRAPHS ----- */
p
{
	color: #6a737b;
	font-size: 11px;
	font-family: Arial;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

	text-indent: 0px;
	text-decoration: none;
	letter-spacing: 0px;
	word-spacing: 0px;

}

/* ----- IMAGES ----- */
img
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

#logo img
{
	margin: 30px 0px 0px 0px;
}

img.textImage
{
	margin-left: 20px;
	margin-bottom: 20px;
}

#pictGroupContainer
{
	top: 60px;
	left: 570px;
	position: absolute;
	float: left;
}


/* ----- LINKS ----- */
#content a
{
	color: #6a737b;


	text-decoration: none;
}

#content a:hover
{
	color: #6a737b;
	text-decoration: underline;
}

/* ----- HEADINGS ----- */
h1 /* Pageheader */
{
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-family: Arial, ICT Officina Sans LT Bold Italic, Trebuchet MS, Verdana;
	font-weight: bold;
	line-height: 1em;
	font-size: 16px;
}

h2 /* Pageheader Small */
{
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-family: Arial, ICT Officina Sans LT Bold Italic, Trebuchet MS, Verdana;
	font-weight: bold;
	line-height: 1em;
	font-size: 15px;
	font-style: italic;
}

h3 /* Subheader */
{
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;

	color: #10baad;
	font-family: Arial, ICT Officina Sans LT Bold Italic, Trebuchet MS, Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
}

h4 /* Subheader */
{
	margin: 0px 0px -10px 0px;
	padding: 0px 0px 0px 0px;

	color: #10baad;
	font-family: Arial, ICT Officina Sans LT Bold Italic, Trebuchet MS, Verdana;
	font-size: 14px;
	font-weight: bold;
	line-height: 1em;
}

/* ----- FORMS ----- */

#content fieldset{
	border: 1px solid #6a737b;
	padding: 15px 5px 5px 5px;
}

#content legend{
	color: #6a737b;
	padding: 4px;
	border: 1px solid #6a737b;
}

#content input
{
	border: 0px;
	background-color: #c4eae0;
	height: 20px;
	padding: 0px;
	margin: 0px;
	line-height: 20px;
	vertical-align: middle;
}

#content button
{
	background-color: #79ccc7;
	max-height: 28px;
	border: 0px;
	vertical-align: middle;
	color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 96px;
}

#content input[type="submit"]
{
	background-color: #79ccc7;
	max-height: 28px;
	border: 0px;
	vertical-align: middle;
	color: #ffffff;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 124px;
    height: 22px;
    margin-top: 5px;
}

#content select
{
	border: 0px;
	background-color: #c4eae0;
	height: 20px;
	vertical-align: middle;
	line-height: 20px;
}

#content textarea
{
	border: 0px;
	background-color: #c4eae0;
}

#content input[type="radio"]
{
	border: 0px;
	background-color: #ffffff;
}

#content input[type="checkbox"]
{
	border: 0px;
	background-color: #ffffff;
}

.default_table_label
{
	color: #6a737b;
}

.default_table_required
{
	color: #6a737b;
}
