/* ---------------------------------------------------------------------------

	Advanced Practice Toolkits for Emergency Preparation Screen Styles
	http://advancedpracticetoolkits.com
	
	author: Travis Schmeisser // rockthenroll
	http://rockthenroll.com

--------------------------------------------------------------------------- */

/* RESET! */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
fieldset, img, abbr, acronym { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }

/*  ---------------------------------------------------------------------------

	layout

--------------------------------------------------------------------------- */

body {
	font: small/1.45em 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, sans-serif;
	color: #333;
	background: #c2c2c2 url(../img/bg.gif) repeat-y top center;
	text-align: center;
}
	
#container {
	position: relative;
	margin: 0 auto;
	padding-top: 50px;
	width: 800px;
	background-color: #fff;
	text-align: left;
}
	
#header {
	height: 205px;
	background: url(../img/header_bg.jpg) no-repeat 0 0;
}

#sidebar {
	float: left;
	margin-left: 15px;
	width: 214px;
}
	
#content {
	float: right;
	padding-top: 30px;
	width: 525px;
}
	
#foot {
	position: relative;
	clear: both;
	padding: 20px 0;
	font-size: 90%;
	color: #eee;
	background-color: #656565;
	border-top: 5px solid #3c3c3c;
	text-align: center;
	text-transform: uppercase;
}

/* ---------------------------------------------------------------------------
	
	links

--------------------------------------------------------------------------- */

a:link { color: #069; }
	
a:visited { color: #999; }
	
a:hover { color: #c68c00; }

/* ---------------------------------------------------------------------------
	
	typography

--------------------------------------------------------------------------- */

h1, h2 {
	position: absolute;
	top: 0;
	left: -9999px;
}

h3 {
	margin-bottom: 10px; 
	font-size: 100%;
	color: #000;
}

h4 {
	margin-bottom: 5px;
	font-size: 130%;
	color: #000;
}

h5 {
	margin-bottom: 5px;
	font-size: 110%;
	color: #000;
}

p { margin-bottom: 25px; }

/* ---------------------------------------------------------------------------
	
	lists

--------------------------------------------------------------------------- */

ul { 
	margin: 0 0 25px 35px;
	list-style-type: circle;
}

li { margin: 0 0 2px 0; }

/* ---------------------------------------------------------------------------
	
	images

--------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------
	
	header

--------------------------------------------------------------------------- */

#sponsor {
	width: 175px;
	height: 62px;
	text-indent: -9999px;
}

#sponsor a {
	display: block;
	width: 100%;
	height: 100%;
}
	
/* ---------------------------------------------------------------------------
	
	contact info

--------------------------------------------------------------------------- */

#contact {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 85%;
}

#contact strong, #contact span { color: #939393; }

/* ---------------------------------------------------------------------------
	
	navigation

--------------------------------------------------------------------------- */

#sidebar h3 { 
	color: #c68c00;
	font-size: 110%;
}

#nav {
	margin: 0 0 25px 0;
	list-style: none;
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
}

#nav li {
	margin-bottom: 8px;
	background: url(../img/nav_bg.jpg) no-repeat 0 0;
}

#nav li a {
	display: block;
	padding: 7px 4px 4px 25px;
}

#nav a:link, #nav a:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 4px solid #2f8891;
}

#nav a:hover {
	color: #2f8891;
	text-decoration: none;
	border-bottom: 4px solid #a5a5a5;
}

/* ---------------------------------------------------------------------------
	
	content

--------------------------------------------------------------------------- */

#intro {
	margin-right: 25px;
	font-size: 110%;
	color: #000;
	line-height: 1.5;
}

div.kit {
	margin-right: 35px;
	padding-top: 20px;
	background: url(../img/px.gif) repeat-x 0 0;
}

div.kit img {
	float: left;
	margin: 0 15px 10px 0;
	border: 1px solid #888;
}

/* div.kit p { padding-left: 124px; } */

/* ---------------------------------------------------------------------------
	
	foot

--------------------------------------------------------------------------- */

#foot p { margin-bottom: 5px; }

#foot p.copyright { text-transform: none; }

#foot a:link, #foot a:visited { color: #fff; }

#foot a:hover { color: #9acce5; }

#foot_public {
	position: absolute;
	top: 10px;
	left: 130px;
}

#foot_apc {
	position: absolute;
	top: 10px;
	right: 150px;
}

/* ---------------------------------------------------------------------------
	
	misc

--------------------------------------------------------------------------- */

p.breadcrumbs {
	margin-bottom: 15px;
	font-size: 90%;
	color: #666;
}

p.breadcrumbs a:link, p.breadcrumbs a:visited {
	color: #c68c00;
	border-bottom: 1px dotted #c68c00;
	text-decoration: none;
}

p.breadcrumbs a:hover {
	color: #069;
	border-bottom: 1px solid #069;
	text-decoration: none;
}

