/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #AAA;
}

a, a:active {
	color: blue;
	text-decoration: none;
}

a:visited {
	color: blue;
}

a:hover {
	color: purple;
}

h1 {
	color: #6666CC;
}

h2 {
	color: #6666CC;
	font-size: 12px;
}



legend {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}

input, textarea {
	font: 12px Arial;
	border: 1px solid #CCC;
	overflow: hidden;
}

/** structure **/
#container {
	width: 1024px;
	margin: auto;
}

#header {
	margin: auto;
	margin-bottom: 0px;
	background: url('../images/header2.jpg') no-repeat;
	width: 982px;
	height: 145px;
}

#header img {
	margin-top: 50px;
	margin-left: 100px;
}

#menu {
	margin: auto;
	margin-top: 0px;
	width: 982px;
	height: 70px;
	background: url('../images/menu.jpg') no-repeat;
}

#menu ul {	
	list-style-type: none;
	width: 784px;
	height: 70px;
	float: right;
	margin-right: 12px;
	margin-top: 0px;
}

#menu ul li {
	float: left;
}

#menu ul li a {
	display: block;
	width: 112px;
	height: 70px;
	background-image: url('../images/Button_1.jpg');
	background-repeat: no-repeat;
	padding-top: 15px;
}

#menu ul li a:hover {
	display: block;
	width: 112px;
	height: 70px;
	background-image: url('../images/Button_2.jpg');
}

#footer {
	margin: auto;
	background: url('../images/bottom_link_bar.jpg') no-repeat;
	width: 942px;
	height: 49px;
	color: white;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 40px;
	text-align: center;
	letter-spacing: 1px;
}

#footer a, a:active {
	color: white;
}

#footer a:hover {
	color: #333;
}

#content {
	margin: auto;
	width: 982px;
	background: url('../images/content_bg.jpg') repeat-y;
	background-color: white;
	text-align: left;
}

#content table {
	width: 90%;
	margin-left: 50px;
	text-align: left;
}

#content table td {
	vertical-align: top;
}


#sampleImage {
	width: 420px;
	margin-left: 500px;
	vertical-align: top;
}
/** styles **/

#menu a, a:active {
	color: white;
	font-weight: bold;
}

.onehalf {
	width: 450px;
	vertical-align: top;
}

.icon {
	width: 100px;
	vertical-align: top;
}

.locationContainer {
	color: #666666;
}

.locationContainer ul {
	list-style-type: none;
}

.comments {
	height: 100px;
	width: 250px;
}
.label {
	text-align: right;
	color: #666;
}


.textMedium {
	width: 150px;
}

.textSmall {
	width: 50px;
}
