* {
	border:0;
	margin:0;
	padding:0;
}

body {
	background:black;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size:12px;
	padding:50px 0;
	cursor:default;
}

a {
	text-decoration:none;
	border-bottom:1px solid;
	color: #99CCFF;
}

a:hover {
	text-decoration:none;
	border-bottom: none;
	color: #006699;
}

#gallery #index2_body a {
	border-bottom: none;
}

h3 {
	font-size: 16px;
}

.menu {
	position:relative;
	overflow:auto;	
	margin-bottom:5px;
}

	.menu ul {
		list-style:none;
		float:right;
	}
	
	.menu li {
		display:inline;
		border-right:1px solid;
	}
	
	.menu li.last {
		border-right:0;
	}
	
	.menu a {
		color:#ccc;
		border-bottom:none;
		margin:0 5px;
		text-transform:uppercase;
	}
	
	.menu a:hover {
		border-bottom:1px solid;
		color:#fff;
	}
	
	.bottom.menu {
		margin-top:10px;
	}

#main-frame{
	width:755px;
	text-align:justify;
}

#main-border{
	border:1px solid white;
	background:#111;
	/*
	overflow:auto;
	*/

	clear:both;
}

#head{
	text-align:left;
	overflow:auto;
	background-color:#4e87a2;
	margin:25px 0px;
	padding:10px 40px;
	position:relative;
	
}

	#head h1 {
		position:absolute;
		left:40px;
		top:30px;
		font-weight:normal;
		text-transform:uppercase;
		width:380px;
		font-size:30px;
		line-height:28px;
		position:absolute;
	}
	
	#head p {
		margin-left:380px;
		letter-spacing:1px;
	}
	
#head-sub{
	background-color:#ae692e;
	overflow:auto;
	padding:10px 30px;
	font-weight:bold;
}

	#head-sub p.left{
		font-size:12px;
		display:block;
		float:left;
		text-align:center;
	}
	
	#head-sub p.right{
		font-size:16px;
		display:block;
		float:right;
		line-height:36px;
	}

/* To be placed in index.css */
img#building {
	padding-top:100px;
}

#foot-sub{
	background-color:#ae692e;
	height:17px;
	font-weight:bold;
}

#index2_body{
	min-height:337px;
	background-color: #111;
}

	#index2_body p {
		padding:8px 20px;
		margin:0px;
	}

	#col1 {
		width:300px;
		min-height: 335px;
		/*
		float: left;
		*/
		position: relative;
		left: 20px;
		display: table-cell;
	}
	
	#col1 p, #col1 ul {
		padding:8px 20px 8px 60px;
		margin:0px;
	}
	#col2 h3 {
		padding:8px 20px 8px 60px;
		margin:0px;
		font-size: 12px;
	}
	.orange_txt {
		color: #AE6A2D;
	}
	
	#col2 {
		width:450px;
		min-height: 335px;
		position: relative;
		display: table-cell;
	}
	#col2 p, #col2 ul {
		padding:8px 20px 8px 60px;
		margin:0px;
	}
	#col2 h3 {
		padding:8px 20px 8px 60px;
		margin:0px;
		font-size: 12px;
	}

#index2_head{
	text-align:left;
	/*
	overflow:auto;
	background-color:#111;
	*/
	margin:30px 0px;
	padding:0px 40px;
	height:121px;
	position:relative;
	background: url('../images/header.jpg') no-repeat;
}

	#index2_head h1 {
		position:absolute;
		left:500px;
		top:20px;
		font-weight:normal;
		text-transform:uppercase;
		font-size:24px;
		line-height:28px;
		position:absolute;
	}
	
	#index2_head h2 {
		position:absolute;
		left:40px;
		top:20px;
		font-weight:normal;
		text-transform:uppercase;
		font-size:18px;
		line-height:28px;
		position:absolute;
		width: 396px;
	}
	
	#index2_head p {
		margin-left:380px;
		letter-spacing:1px;
	}
	
#footer {
	position: relative;
	width:775px;
	font-size: 12px;
	font-weight: bold;
	height: 25px;
	padding-top: 10px;
}
#footer a {
	color: #CCCCCC;
}
.white_border {
	border: solid 1px #fff;
}