/**********************
Basic Tags Definition
**********************/

* {margin: 0; padding: 0; outline: 0;}

p, ul, ol, table {line-height: inherit; margin: 0 0 .64em 0;}
ul, ol {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}

img, fieldset, abbr, acronym {border: 0;}

address, caption, cite, code, dfn, th, var {font-style: normal; font-weight: normal;}

strong {
	font-weight: bold;
	text-align: left;
}
em {font-style: italic;}

caption, th {text-align: left;}
q:before, q:after {content: '';}


/**********************
Headings
**********************/

h1, h2, h3, h4, h5, h6 {line-height: 1.08em; font-weight: bold;}
h1 {font-size: 3em;}
h2 {font-size: 2em;}
h3 {font-size: 1.33em; margin-bottom: 7px;}
h4 {font-size: 1em;}
h5 {font-size: .92em;}
h6 {font-size: .88em;}

h1.top, h2.top, h3.top, h4.top, h5.top, h6.top,
#body h2:first-child, #body h3:first-child, #body h4:first-child {margin-top: 0 !important;}

.h0 {
	border-bottom: 1px solid #ff0099;
	float: left;
	margin-bottom: 1em;
	padding-bottom: 25px;
	text-align: center;
	width: 100%;
}


/**********************
Anchors
**********************/

a, a:link, a:active, a:visited {color: #ff0099; text-decoration: none;}
a:hover {color: #039; text-decoration: underline;}


/**********************
Main Structure
**********************/

body {
	background: #333 url(../images/bg.gif) repeat-x 0 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6875em;
	line-height: 1.27em;
	text-align: center;
}

#wrap {
	margin: auto;
	text-align: left;
	width: 693px;
	position: relative;
}

#header {
	background: url(../images/action-angels-header.jpg) no-repeat 0 0;
	height: 222px; width: 693px;
	position: relative;
}
	#logo a {
		height: 96px; width: 400px;
		position: absolute;
		top: 65px; left: 63px;
	}

#body {
	background: #000 url(../images/bg_body.gif) repeat-y 0 0;
	padding: 25px 49px 0 49px;
	width: 595px;
	position: relative;
}
	
#footer {
	background: #fff url(../images/bg_body.gif) repeat-y 0 0;
	height: auto; width: 693px;
	padding: 25px 0 0 0;
	position: relative;
}


/**********************
General Elements
**********************/

#footer p.copy {
	background: url(../images/bg_footer.jpg) no-repeat 0 bottom;
	float: left; clear: both;
	margin: 0;
	text-indent: -10000px; line-height: 0;
	height: 79px; width: 100%;
}

#body div.main-content {
	float: left;
	border: 1px solid #000;
	padding: 15px;
	width: 560px;
}

#body div.sample-graphic {
	float: right;
	background: #333 url(../img/bg_graphics.html) no-repeat 0 bottom;
	padding: 15px;
	min-height: 178px; height: auto !important; height: 178px;
	width: 165px;
}


/**********************
Navigation
**********************/

ul.nav {margin-bottom: 0;}

/* Main Nav */
ul#nav {
	background: #000;
	color: #fff;
	height: 34px; width: 619px;
	padding-left: 32px;
	position: absolute;
	top: 180px; left: 21px;
}
ul#nav li {
	float: left;
	line-height: 34px;
}
ul#nav li:after {content: "::";}
ul#nav li.last:after {content: "";}
ul#nav li a {
	float: left;
	color: #fff;
	font-size: 1.27em;
	line-height: 34px;
	margin: 0 10px;
	text-decoration: none;
}
ul#nav li a:hover {color: #fff;}

/* Footer Nav */
#footer ul.nav {
	float: left; display: inline;
	color: #006;
	font-size: 1.09em;
	margin: 0 0 5px 60px;
}
#footer ul.nav li {
	float: left;
}
#footer ul.nav li a {
	float: left; display: inline;
	margin: 0 5px;
	text-decoration: none;
}
#footer ul.nav li:after {content: "::"; float: left;}
#footer ul.nav li.last:after {content: "";}


/**********************
General Forms
**********************/

input, select, textarea {font: 1em/1.2em Arial, Helvetica, sans-serif; width: auto;}
input, textarea {padding: 1px;}
input, select {vertical-align: middle;}
textarea {overflow: auto; height: auto;}

input.text {width: 195px;}
select.select {width: 200px;}
textarea.textarea {width: 195px;}


/**********************
Common Classes / Misc.
**********************/

.txt0 {color: #039;}

.fl, .wrap {float: left;}
.wrap {display: inline;}
.fr {float: right;}
.clear {clear: both;}

.hidden {display: none;}
.replace {display: block; text-indent: -10000px; line-height: 0;}
.nomargin {margin-bottom: 0 !important;}
.noborder {border: 0 !important;}

.l {text-align: center;}
.c {text-align: center;}
.r {text-align: right;}
