/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

body, html {
  text-align: center;
  background: #FFFFFF;
	overflow: auto;
}

body {
	font-size: 62.5%;
}

a {
	color: #3274AB;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px;
}

p {
	margin-bottom: 10px;
}

#container {
	width: 1000px;
	margin: 0px auto;
	font-family: "Verdana", "Arial", Sans-Serif;
	font-size: 1em;
	text-align: left;
	color: #333333;
	position: relative;
}

#top {
	height: 178px;
}

#menu li, #submenu li {
	float: left;
	list-style: none;
}

#menu {
	height: 63px;
}

#submenu {
	height: 35px;
}

#social {
  position: absolute; 
  top: 300px;
  left: 895px;
}
#title {
	background: url(../images/title_bg.gif);
	width: 925px;
	height: 45px;
	padding-left: 75px;
}

#content {
	padding: 10px 20px 50px 85px;
	line-height: 1.5em;
	background: url(../images/content_bg.gif) repeat-y;
	width: 895px;
}

#content li {
	margin-bottom: 10px;
}

#text {
	width: 560px;
	float: left;
}

#images {
	width: 220px;
	float: right;
	margin-right: 40px;
	text-align: center;
	position: relative;
	left: -330px;
}

#images img {
	width: 200px;
	background: white;
	border: 1px solid #999999;
}

#footer {
	width: 1000px;
	height: 59px;
	background: url(../images/footer.gif);
	margin-bottom: 15px;
}

#props {
	text-align: right;
	padding-right: 20px;
}

#photo-gallery {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#photo-gallery li {
	width: 125px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 15px;
	float: left;
}

#photo-gallery img {
	width: 123px;
	border: 1px solid black;
}

.article_image {
	float: left;
	margin: 3px 5px 5px 0px;
	border: 1px solid #CCCCCC;
	width: 125px;
}

.spacer {
	clear: both;
}

table.form {
	font-size: 10px;
	border-top: 1px solid #BFBEAE;
	border-spacing: 0px;
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
}
table.form tr td {
	padding: 6px;
	border-bottom: 1px solid #d2d0bf;
	vertical-align: top;
}

table.form td {
	border-top: 1px solid silver;
	padding: 5px;
}

table.form td.label {
	width: 20%;
	font-size: 9px;
	font-weight: bold;
	color: #665E59;
	text-transform: uppercase;
	vertical-align: top;
}

table.form td.control {
	width: 80%;
	vertical-align: top;
}