/* CSS Document */
/* HACKS */

/* ALL MARGINS = 0 */
* {
	margin: 0px;
	padding: 0px;
}

/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */
	height: 0;                  /* ensure the period is not visible */
	clear: both;               /* make the container clear the period */
	visibility: hidden;	     /* further ensures the period is not visible */
	background-color: #CCCCCC;
}

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {
	background-image: url(../images/baseart/headerbg.gif);
	background-repeat: repeat-x;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */   

/* REMOVE BORDER */
.removeborder {
	text-align: left;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}

* html #content { 
	float:left; 
	}
	
	
#header_inner, #nav_inner, #content_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
	
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background-image: url(../images/baseart/footer.gif);
	width: 955px;
	height: 50px;
	background-repeat: no-repeat;
	margin-top: 25px;
}

#footer_inner {
	padding-top: 5px;
}

/* LAYOUT*/

body {
		behavior:url("../htc/csshover.htc");
	}

body {
	background-image: url(../images/baseart/body_head.gif);
	background-repeat: repeat-x;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main_wrapper {
	height: 100%;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 96px;
	width: 955px;
}

#header_inner {
}

#nav {
	background-image: url(../images/baseart/nav.gif);
	height: 35px;
	width: 955px;
	margin-top: 2px;
	background-repeat: no-repeat;
	z-index: 10;
	float: left;
}

#nav_inner {
	z-index: 10;

}

#content {
	width: 955px;
	height: 100%;
	float: left;
}

#content_inner {
	float: left;

}


img.head_title {
	margin-top: 40px;
	margin-left: 10px;
}

img.letters {
	margin-top: 15px;
	margin-left: 5%;
}

img.clock {
	margin-left: 50px;
	margin-top: 15px;
}


/* TEXT */

h1 {
	font-size: 0.8em;
	text-align: left;
	padding-left: 15px;
	color: #666666;
}

h2 {
}

h3 {
	font-size: 0.8em;
	padding-top: 3px;
	padding-left: 4px;
	color: #31515a;
	font-weight: bold;
	padding-bottom: 10px;
}

h4 {
}

h5 {
}

h6 {
	font-size: 0.7em;
	margin-top: 7px;
	color: #666666;
	margin-left: 3px;
	text-align: left;
}

ul {
}

p {
	font-size: 0.8em;
	font-weight: normal;
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
}

/* TEXT */

a:link {
	font-size: 0.8em;
	color: #333333;
	text-decoration: none;
	margin-right: 30px;
	margin-left: 12px;
}

a:visited {
	font-size: 0.8em;
	margin-right: 30px;
	margin-left: 12px;
	color: #333333;
	text-decoration: none;
}

a:hover {
	font-size: 0.8em;
	color: #FF6600;
	margin-right: 30px;
	margin-left: 12px;
	text-decoration: none;
}

a:active {
}


/* CONTENT */

.row {
	height: 100%;
	width: 955px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 1;
}

.left_box1 {
	height: 236px;
	width: 313px;
	padding-left: 4px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 1px;
	float: left;
}

.left_box1_inner {
	background-color: #31515a;
	height: 100%;
	width: 100%;
}

#flash_box {
	height: 241px;
	width: 636px;
	background-image: url(../images/baseart/main_image_h.jpg);
	float: right;
}

.right_box1_inner {
}


.box_1 {
	float: left;
	height: 82px;
	width: 321px;
	padding-left: 3px;
	padding-top: 1px;
}

.box_2 {
	float: left;
	height: 105px;
	width: 321px;
	padding-left: 3px;
	padding-top: 2px;
}

.box_1_inner {
	height: 100%;
	width: 100%;
	background-image: url(../images/baseart/box_1.gif);
	background-repeat: repeat-x;
}

.box_1_inner2 {
	height: 100%;
	width: 100%;
	background-image: url(../images/baseart/box_2.gif);
	background-repeat: repeat-x;
}

.row_splitter {
	height: 1px;
	width: 948px;
	clear: both;
	margin-right: 3px;
	margin-left: 4px;
	background-color: #FF8000;
}
