@charset "UTF-8";
/* CSS Document */

body {
	margin: 10;
	padding: 10;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	background-color: #ffffff;
}

p, h1, h2, h3, form {
	padding:0;
	margin:0;
}

p {
	padding-top:0.2em;
	padding-bottom:0.2em;

}

h1 {
	font-size:2em;
	color:#333333;
}

h2 {
	font-size:1.5em;
	color:#333333;
	
}

h3 {
	font-size:1em;
	color:#333333;
}

label {

	font-size:1em;
	color:#333333;
	font-weight:bold;

}

input, textarea, select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}

table {
	margin:0;
	padding:0;
	vertical-align:top;
	border:0;
	border-spacing:0;
	border-collapse:collapse;
}

tr, td {
	vertical-align:top;
	padding:3px;
	margin:0;
	border-collapse:collapse;
}

a {
	color: #000066;
	text-decoration:none;
}

a:hover {
	color:#000099;
	text-decoration:underline;
}

img {

border:none;
}


#top, #bottom, #container {
	margin: auto;
	padding: 0;
	width: 950px;
}

#bottom {
	height:42px;
}

#container {}

#header {
	padding-top: 10px;
}

#menu {
	background-image:url(../images/css/menu-bg.png);
	background-repeat:no-repeat;
	height:40px;
	padding-top:14px;
	padding-left:5px;
}

#menu ul, #menu li {
	display: inline;
	margin:0;
	padding:0;
	list-style-type: none;
	list-style-image: none;
}
#menu a {
	color: #000066;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	padding:4px;
	padding-right:12px;
	padding-left:12px;
	margin-top:2px;
	margin-bottom:2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#menu a:hover {
	color: #0068b2;
}

#menu .active{
	color: #0068b2;
}

#subMenu {
	padding:4px;
	margin-bottom:10px;
	background-color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

#content {
	line-height:1.35;
	overflow:hidden;
}

#main {
	width:690px;
}

#sidebar {
	width:235px;
	padding-top:10px;
	float:right;
	padding-left:12px;
}

#sidebar h2, #sidebar h1  {
	font-size:1.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom:10px;
}

#footer {
	padding-top:20px;
	text-align:center;
	font-size:0.8em;
	clear:both;
}

#thumbs {
	float:right;
}

#searchObject {
	height: 160px;
}

.objectImageRow {
	width: 690px;
	height:235px;
}

.objectImageRow a, .objectImageRow a:hover{
	color: #000000;
	text-decoration:none;
}
.objectImageRow img {
	padding-bottom: 3px;
}

.objectImageCol1 {
	width:200px;
	height:203px;
	background-image:url(../images/css/img-menu-bg.png);
	background-repeat: no-repeat;
	padding:10px;
	position:absolute;
}

.objectImageCol2 {
	width:200px;
	height:203px;
	background-image:url(../images/css/img-menu-bg.png);
	background-repeat: no-repeat;
	padding:10px;
	position:absolute;
	margin-left:235px;
}

.objectImageCol3 {
	width:200px;
	height:203px;
	background-image:url(../images/css/img-menu-bg.png);
	background-repeat: no-repeat;
	padding:10px;
	position:absolute;
	margin-left:470px;
}
.objectImageCol1 a, .objectImageCol2 a, .objectImageCol3 a,  {
	color: #000000;
	text-decoration:none;
}

.divider {
	background-image:url(images/divider.gif);
	background-repeat:no-repeat;
	height:5px;
	width:760px;
	background-position: center;	
}

.mainTable {
	width:100%;
}

.mainTable td {
	padding: 5px;
}

.topRow {
	background-image:url(../images/css/list-top-bg.png);
}

.topRow td {
	font-weight:bold;
	text-align:center;
}

.row tr, .row td {
	cursor:pointer;
}

.row td {
	background-color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
}

.paging {
	text-align:center;
	clear:both;
	padding:10px;
	font-size:1.2em;
	font-weight:bold;
}

.object {
	width: 210px;
	height:300px;
	float:left;
	background-color:#fff;
	padding:18px;
	margin:16px;
	cursor:pointer;
	border: 2px solid #eee;
}

.objectTable {
	width:670px;
	
}

.objectTable td {
	background-color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding:5px;
}

.objectTableHead td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

.normalInput, .normalTextarea, .bigTextarea, .smallTextarea {
	width: 230px;
	border: 1px solid #B2B2B2;
	padding:3px;
	font-size:1em;
}

.smallInput {
	width: 130px;
	border: 1px solid #B2B2B2;
	padding:3px;
}

.fileInput {
	border: 1px solid #B2B2B2;
	padding:3px;
}

.bigTextarea {
	height:80px;
}

.normalTextarea {
	height:70px;
}

.smallTextarea {
	height:30px;
	width:200px;
	font-size:0.9em;
}

.buttons {
	text-align:right;
}

.images img {
	float: left;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
}

.newsTable tr, .newsTable td {
	padding:0;
	margin:0;
	padding-bottom:5px;
}

.thumbImg {
	margin-bottom:3px;
	cursor:pointer;
	border: 1px solid #FFF;
	margin-left:30px;
}

.thumbImg:hover {
	cursor:pointer;
}

.selectGroup1 {
	position:absolute;
	margin-right:10px;
	padding:5px;
	margin-bottom:20px;
	background-color:#eee;
	height:135px;
	width:440px;
}

.selectGroup2 {
	position:absolute;
	margin-left:455px;
	padding:5px;
	background-color:#eee;
	margin-bottom:20px;
	height:135px;
	width:325px;
}

.selectGroup3 {
	position:absolute;
	margin-left:795px;
	padding:5px;
	background-color:#eee;
	height:135px;
	width:145px;
}

.highlight {
	background-color:#CCCCCC;
}


/*------------------------------------*\
	IPHONE
\*------------------------------------*/
@media screen and (max-device-width: 480px){
	/*--- iPhone only CSS here ---*/
		body {
			background-color: gray; 
		}
		#top, #bottom, #container {
		margin: auto;
		padding: 0;
		width: 100%;
	}
}
