/*----------------------------------------------------------------DEFAULT */

html {
	background-image: url(../images/background.gif);
	background-position: center top;
	background-repeat: no-repeat;
	margin: auto;
}

body {
	position: relative;
	margin: auto;
	width: 822px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

h1,
h2,
h3,
h4 {
	color: #0035AD;
	font-weight: 500pt;
	line-height: 150%;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 16px;
}

h3 {
	color: #4277B6;
	font-size: 13px;
	font-weight: 200pt;
	margin: 10px 0px 5px 0px;
}

h4 {
	font-size: 12px;
	line-height: 150%;
	margin: 0px;
	font-weight: normal;
	vertical-align: top;
	/*font-weight: 200pt;*/
}

a {
	color: #0035AD;
}

p {
	margin: 0px 0px 15px 0px;
}

.error {
	color: #FF0000;
	margin: 10px 0px 0px 0px;
}

/*----------------------------------------------------------------MENU */
#menu {
	position: relative;
	padding: 0px 0px 0px 10px;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 3px;
}

#menu ul li {
	position: relative;
	display: inline;
	float: left;
	text-align: center;
	padding: 0px 2px 0px 0px;
}

#menu ul li a {
	background-image: url(../images/button_link.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 131px;	/*width of menu_link image*/
	height: 30px;
	padding: 10px 0px 5px 0px;	/*change with button height */
	cursor: pointer;
}

#menu ul li a:hover {
	background-image: url(../images/button_hover.gif);
}

#menu img {
	border: none;
}


/*----------------------------------------------------------------HEADER */

#header {
	background-image: url(../images/header2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 822px;
	height: 188px;
}

/*----------------------------------------------------------------BODY */

#container {
	background-image: url(../images/text_bg.jpg);
	background-repeat: repeat-y;
	position: relative;
	/*top: 188px;
	left: auto;*/
	width: 822px;
	height: 520px;
	/*height: 600px;*/
}


#container .background-top {
	background-image: url(../images/container_background_top.gif);
	background-repeat:no-repeat;
	position: absolute;
	height: 410px;
	width: 822px;
}

#container .background-bottom {
	background-image: url(../images/container_background_bottom.gif);
	background-repeat:no-repeat;
	position: absolute;
	bottom: 0px;
	height: 112px;
	width: 822px;
}

/*----------------------------------------------------------------CONTENT */

#content {
	clear: both;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	/*padding: 10px 40px 40px 40px;*/
	padding: 10px 20px 0px 0px;
	text-align: justify;

	
}

#content .col1 {
	position: relative;
	left: 40px;
	width: 350px;
}

#content .col2_top,
#content .col2_high,
#content .col2 {
	position: absolute;
	top: 0px;
	right: 40px;
	width: 350px;
}

#content .col2 {
	top: 350px;
}

#content .col2_high {
	top: 70px;
}

#content .text {
	position: relative;
	top: 0px;
	margin-left: 40px;
}

#content ul {
	list-style: square;
	margin: -5px 0px 15px 25px;
	padding: 0px;
}

#content ul li {
}

#content ul li a {
	/*text-decoration: none;
	color: #333333;*/
}

#content .staff-list {
	list-style: none;
	margin: -10px 0px 0px 0px;
}

#content .staff-table tr td {
	padding: 0px 10px 0px 0px;
}





#content .image {
	border: none;
	position: absolute;
	right: 10px;
	top: -15px;
}

#contact-form p {
	margin: 10px 0px 0px 0px;
}

#contact-form input,
#contact-form textarea {
	width: 330px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}



/*----------------------------------------------------------------FOOTER */

#footer {
	background-image: url(../images/footer2.jpg);
	background-repeat:no-repeat;
	position: relative;
	
	width: 822px;
	height: 65px;
	
	font-size: 12px;
	color: #b7d4f0;
}



#footer .menu {
	position: relative;
	left: 220px;
	top: 10px;
	margin: 0px 50px 0px 0px;
}

#footer .menu tr td {
	padding: 8px;
}


#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


#author {
	color: #999999;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

#author img {
	border: none;
	vertical-align:middle;
}

#author a {
	color: #89A1D5;
	text-decoration: none;
}

#author a:hover {
	text-decoration:underline;
}