html, body
{
	font-size: 100.1%;
	margin:0;
	padding:0;
	font: 100.1% Verdana, Arial, Helvetica, sans-serif;
    background-color:#999999;
/*	background-image: url(Graphic_Resources/Infrastructure/bg_gradient.jpg); */
}

th
{
    font-size: 2.3em;
    text-align: left;
}

div#top_spacer_box
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	height: 2px;
    background-color:#999999;
}

div#meta_wrapper
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	height: 100%;
	background-color: #000;
	border: solid #000000;
	border-color: #000;
	margin-top: 10px;
}

html>body #meta_wrapper
{
	height: auto;
	background-color: #000;
	color: #CCC;
}

div#div_Header
{
	width:100%;
	height: 170px;
	background-color: #000;
}

div#div_Logo
{
	width: 100%;
	height: 170px;
	float: none;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 0px;
}

div#content_area
{
	background-color: #000;
}

div#top_navbar
{
	width: 100%;
	height: auto;
	min-height: 24px;
	background-color: #FC0;
	padding-left: 0px;
}

div#left_column
{
	width: 150px;
	height: 100%;
	text-align: left;
	float: left;
	padding-left: 0px;
}

/* Left-navigation styles section*/
div#nav_v
{
	width: 150px;
	min-height: 100%;
	margin-top: 5px;
	font-size: 0.8em;
	padding-top: 5px;
}

div#nav_v ul
{  list-style-type: none;
   margin: 0;
   margin-bottom: 10px;
   padding-left: 10px;
   font-weight: bold;
}

div#nav_v li
{
	border-bottom: 2px dotted #FFCC00;
	margin-top: 5px;    /* vertical spacing */
	margin-bottom: 5px; /* vertical spacing */
}

div#nav_v li:first-child
{
    border-top: 0;
}

div#nav_v ul li a
{
	text-decoration: none;
	color: #FC0;
}

div#nav_v a:hover
{
	color: #FF0;
}

/* a hack for IE Win only \*

* html div#nav_v ul { border-top:2px dotted #FFCC00;}

/*end of hack */

div#contact_area
{
	width: 210px;
	font-size: 0.75em;
	color:#FC0;
	list-style-type: none;
	padding-left: 0px;
	float: right;
	text-align: right;
	padding-right: 10px;
}

H1
{
    color : #FFCC00;
    font-weight : bold; 
	font-size: 1.5em;
	text-align: left;
}

H2
{
    color : #FFCC00;
    font-weight : bold; 
	font-size: 1.0em;
	text-align: left;
}

div#main_text
{
	width: 930px;
	margin-left: 0;
	background-color: #000;
	font-size: 0.8em;
	text-align: left;
	float: left;
	padding: 7px 15px 0px 15px;
	border-color: #FC0;
	min-height: 540px;
}

div#main_text a:hover 
{
    text-decoration: none; 
    color: #808080;
}

div#main_text a
{   
    text-decoration: none; 
    color: white; 
}

.ACE_Archers
{
    margin-left: 0px;
    font-style: italic;
    text-align:left;
/*    color:#FFCC00;*/
    color: #CCC

}

.ACE_Archers-title
{
    margin-left: 0px;
    font-weight: 700;
    font-style: normal;
    text-align:left;
    color: #CCC
/*    color:#FFCC00;*/
}

.ACE_Archers-by-line
{
    margin-right: 50px;
    font-weight: 700;
    font-style: normal;
    text-align:left;
    color:#FFCC00;
}

.testimonial
{
    margin-left: 100px;
    font-style: italic;
    text-align:left;
    color:#FFCC00;
}

.testimonial-title
{
    margin-left: 100px;
    font-weight: 700;
    font-style: normal;
    text-align:left;
    color:#FFCC00;
}

.testimonial-by-line
{
    margin-right: 50px;
    font-weight: 700;
    font-style: normal;
    text-align:right;
    color:#FFCC00;
}

p.news
{
    font-size: 1em;
	text-align: center;
	float: center;
    color: white;
    font-weight: bold;
}


div#ACE_links 
{   
    width: 800px;
    margin-left: 0;
    padding-left: 20px;
}

div#ACE_links a
{
    text-decoration: none;
    color: #ccc;
}

div#ACE_links a:hover
{
    text-decoration: none;
    color: white;
}

div#ACE_links ul
{
    margin:2px 0;
    list-style-type: none;
} /* vertical spacing between the lists */

div#ACE_links ul li a
{
    text-decoration: none; /* removes the underlining off the links */
    color: #ccc; /* the color of the links */
    margin-left: 20px;
}

div#ACE_links ul li a:hover
{
    text-decoration:underline;
    color: white
} /* underlines the links when hovered */


/* Right column section */
div#right_column {
	width: 150px;
	min-height: 300px;
	font-size: 0.8em;
	text-align: left;
	float: right;
	padding-top: 7px;
	list-style-type:none;
	padding-right: 10px;
}


/* Footer styles section */
div#footer {
	width: 100%;
	padding: 4px 0;
	font-size: 0.7em;
	text-align: center;
	background-color: #000;
	border-top: 1px solid #FFCC00;
	border-bottom: 2px solid #FFCC00;
	margin-top: 5px;
} /* orange border */

div#footer ul
{
    margin:2px 0;
} /* vertical spacing between the lists */

div#footer li
{
    display: inline;
    border-left: 1px solid;
    color: white; /* sets the color of the vertical lines  - links colored below */
    padding: 0 5px 0 9px; /* horiz space between links and vert lines - needed different left & right values to centre */
}

div#footer li:first-child
{
    border-left: 0;
} /* removes the left border of the first list item - IDWIMIE */

div#footer ul li a
{
    text-decoration: none; /* removes the underlining off the links */
    color: white; /* the color of the links */
}

div#footer ul li a:hover
{
    text-decoration:underline; 
    color: white
} /* underlines the links when hovered */

div#footer ul.font-family li
{
    color: white;
} /* color for copyright and vert dividers on last row */

div#footer ul.fineprint li a
{
    color: white;
} /* had to explicitly color these or they inherit white from div#footer li */

div#footer ul.fineprint li a: hover
{
    color: white;
} /* turns bottom row white when hovered */


/* Text sizes */
div#content h1
{
    font-size: 1em;
}

div#content p
{
    font-size: 0.8em;
}

div#content li
{
    font-size: 0.5em;
}

.clearfix:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix
{
    display: inline-table;
}

/* Top navigation buttons */
.clear
{ /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 30px; /* SPACING BETWEEN BUTTONS*/
	padding-right: 16px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(Graphic_Resources/Infrastructure/bg_button_a.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a.button span {
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 16px;
	background-color: transparent;
	background-image: url(Graphic_Resources/Infrastructure/bg_button_span.gif);
	background-repeat: no-repeat;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 16px;
	text-align: center;
} 

/* Contact panel button */
a.contact_button {
	color: #444;
	display: block;
	float: right;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 5px;
	padding-right: 16px; /* sliding doors padding */
	text-decoration: none;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(Graphic_Resources/Infrastructure/contact_button_a.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a.contact_button span {
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 16px;
	background-color: transparent;
	background-image: url(Graphic_Resources/Infrastructure/contact_button_span.gif);
	background-repeat: no-repeat;
} 

a.contact_button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.contact_button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 16px;
	text-align: center;
} 

.embedded_images {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #000;
	border: 0px;
	margin: 10px;
	padding: 10px;
}





