@charset "utf-8";

/* CSS Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ul {
	list-style: none;
}
ol li {
	margin-bottom:7px;	
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Body
-------------------------------------------------------------- */

/* Font Defaults */

body {
	behavior:url("../css/csshover.htc");
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

strong {
	font-weight: bold;
}

em {
	font-style:italic;
}

u {
	text-decoration: underline;
}

/* Paragraphs */

p {margin: 10px 0;}

.indent {
	text-indent: 50px;
}

/* Links */

a {color: #304742; font-weight:bold; text-decoration: none; }
a:hover {color: #547872; }

#right_column p a { text-decoration: underline; }
#right_column p a:hover { text-decoration:none; }

/* Headers */

h1, h2, h3, h4 {
	color: #383838;
	font-weight: bold;
}

h1 {font-size: 16px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}

#right_column h1, #right_column h2, #right_column h3, #right_column h4 {
	margin: 10px 0;
}

/* Images */

img {border: 0 none;}

/* Lists */

#right_column ul {
	list-style-image: url("../images/triangle_right.gif");
	margin: 10px 0 10px 20px;
}

#right_column ul li {
	margin: 5px 0;
}

#right_column ul ul {
	list-style-image: url("../images/triangle_right_sub.gif");
	margin: 10px 0 10px 40px;
}

/* Remove Page Elements
-------------------------------------------------------------- */

/* Layout */

#header {
	display: none;
}

#social {
	display: none;
}

#left_column {
	display: none;
}

#footer {
	display: none;
}

/* Page Content */

.coda-slider-wrapper {
	display: none;
}

.coda-slider-wrapper img {
	display: none;
}

.icon {
	display: none;
}

.advertisement {
	display: none;
}

.twtr-widget {
	display: none;
}
