/* Reset default browser rendering */
@import url("reset.css");

/* **************************************** */

/* holding page */

#holding_logo {
	margin-top: 200px;
	margin-left: 200px;
	margin-right: auto
	
	
}


/* = Generic HTML Styles */



body {
	background-color: #111412;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-decoration: none;
	color: #637369;
	
}

#header {
	width: 850px;
	height: 65px;
	overflow: visible;
	margin: auto;
	margin-top: 20px;
	background-color: #242B27;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 24pt;
	font-weight: bold;
}

#content {
	width: 850px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	margin: auto;
	background-color: #242B27;
	font-size: 85%;
}

#footer {
	width: 850px;
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
	overflow: visible;
	margin: auto;
	background-color: #242B27
}


#footerContainer {
	width: 850px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	height: 20px;
	overflow: visible;
	margin: auto;
	font-size: 80%;}

#footer2 {
	width: 550px;
	overflow: visible;
	margin: auto;
	font-size: 80%;
	float: left;
}

#footer3 {
	width: 350px;
	overflow: visible;
	margin: auto;
	font-size: 80%;
	float: left;
	margin-left: 25px;
}

#beta {
	width: 250px;
	height: 20px;
	overflow: visible;
	font-size: 80%;
	line-height: 85%;
	float: right;
	text-align: right;
	margin-right: 5px;
}



.col {
	width: 270px;
	height: 530px;
	float: left;
	border-right: solid 5px #434642;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../img/dark_corner.png);
	-moz-outline:
}


.col:focus {
	margin-bottom: 0; text-decoration: none;
	/* Webkit */
	outline: auto 0px -webkit-focus-ring-color; outline-offset: -2px;
	/* Gecko */
	-moz-outline: -moz-mac-focusring solid 0px; -moz-outline-radius: 0 0px 0px;
	-moz-outline-offset: 0;
	}
	
.colCenter {
	width: 270px;
	height: 530px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
	border-right: solid 5px #434642
}

.colCenter:focus {
	margin-bottom: 0; text-decoration: none;
	/* Webkit */
	outline: auto 0px -webkit-focus-ring-color; outline-offset: -2px;
	/* Gecko */
	-moz-outline: -moz-mac-focusring solid 0px; -moz-outline-radius: 0 0px 0px;
	-moz-outline-offset: 0;
}

.hdrCol {
	width: 250px;
	float: left;
	border-bottom: solid 5px #637369
	
}

.hdrColCenter {
	width: 250px;
	margin-right: 35px;
	margin-left: 35px;
	float: left;
	border-bottom: solid 5px #637369
}

.colRow {
	width: 220px;
	min-height: 210px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../img/dark_corner.png);
	background-color: #434642;
	padding: 20px
}

.colRow:focus {
	margin-bottom: 0; text-decoration: none;
	/* Webkit */
	outline: auto 0px -webkit-focus-ring-color; outline-offset: -2px;
	/* Gecko */
	-moz-outline: -moz-mac-focusring solid 0px; -moz-outline-radius: 0 0px 0px;
	-moz-outline-offset: 0;
}

.colRow2 {
	width: 220px;
	min-height: 220px;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../img/dark_corner.png);
	background-color: #434642;
	padding: 20px;
	margin-top: 10px
}

.colRowInside {
	width: 180px;
	height: 180px;
	background-color: #242B27;
	padding: 20px;
}

.colRowInside:focus {
	margin-bottom: 0; text-decoration: none;
	/* Webkit */
	outline: auto 0px -webkit-focus-ring-color; outline-offset: -2px;
	/* Gecko */
	-moz-outline: -moz-mac-focusring solid 0px; -moz-outline-radius: 0 0px 0px;
	-moz-outline-offset: 0;
}

.colRowInsideImg {
	width: 220px;
	height: 220px;
	background-color: #242B27;
}

.colRowInsideImg2 {
	width: 220px;
	height: 220px;
	background-color: #242B27;
	overflow: hidden
}

/* typography */

.bodytext {
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	text-transform: none
}

.bold {
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.heading1 {
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase
}

.heading1_2 {
	font-size: 70%;
	font-weight: normal;
	text-align: left;
	text-transform: uppercase;
	vertical-align: top
}



a {
	text-decoration: none;
	font-weight: normal;
} 

a:link	{
	color: #637369;
} 

a:visited	{
	color: #637369;
} 

a:active	{ 
	color: #637369;
} 

a:hover	{ 
	color: #EF8B1E; 
}

a.imglinkfade {
	border:none
} 

a.imglinkfade:link	{
	border:none
} 

a.imglinkfade:hover	{ 
	border:none;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60)
}

li {
	list-style-position: inside;
	list-style-type: square;
}



