/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */


/* Headings
-------------------------------------------------------------- */
body
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  text-transform: normal;
  letter-spacing: normal;
  line-height: 1.4em;
}
h1,
h2,
h3,
h4,
h5,
h6
{
	color: #111;
}
h1,
.h1
{
	font-size: 20px;
	font-weight:bold;
	line-height: 1.1;
	margin-bottom: 0.5em;
	color:#000;
	padding-right:5px;
}
h2,
.h2
{
	font-size: 14px;
	font-weight:bold;
	color:#006dab;
	text-transform:uppercase;
	padding:0 5px 0 0px;
}
h3,
.h3
{
	font-size: 14px;
	font-weight:bold;
	padding:0 5px 0 5px;
}
h4
{
	font-size: 1.2em;
	line-height: 1.25;
	margin-bottom: 1.25em;
}
h5
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 1.5em;
}
h6
{
	font-size: 1em;
	font-weight: bold;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img
{
	margin: 0;
}
/* Text elements
-------------------------------------------------------------- */

p
{
}
p img.left
{
	float: left;
}
p img.right
{
	float: right;
}
a:focus,
a:hover
{
	color: #000;
	text-decoration:underline;
}
a
{
	color: #006dab;
	text-decoration: underline;
}
blockquote
{
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong,
b
{
	font-weight: bold;
	color:#006dab
}
em,
dfn
{
	font-style: italic;
}
dfn
{
	font-weight: bold;
}
sup,
sub
{
	line-height: 0;
}
abbr,
acronym
{
	border-bottom: 1px dotted #666;
}
address
{
	margin: 0 0 1.5em;
	font-style: italic;
}
del
{
	color:#666;
}
pre
{
	margin: 1.5em 0;
	white-space: pre;
}
pre,
code,
tt
{
	font: 1em 'monaco', 'andale mono', 'lucida console', monospace;
	line-height: 1.5;
}
/* Lists
-------------------------------------------------------------- */

li ul,
li ol
{
}
ul,
ol
{
}
ul
{
	list-style-type: disc;
}
ol
{
	list-style-type: decimal;
}
dl
{
	margin: 0 0 1.5em 0;
}
dl dt
{
	font-weight: bold;
}
dd
{
	margin-left: 1.5em;
}
/* Tables
-------------------------------------------------------------- */

table
{
	margin-bottom: 1.4em;
	width:100%;
}
th
{
	font-weight: bold;
}
thead th
{
	background: #c3d9ff;
}
th,
td,
caption
{
	padding: 4px 10px 4px 5px;
}
tr.even td
{
	background: #e5ecf9;
}
tfoot
{
	font-style: italic;
}
caption
{
	background: #eee;
}
/* QUOTES */

blockquote
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #666;
}
blockquote *:first-child:before
{
	content: "\201C";
}
blockquote *:first-child:after
{
	content: "\201D";
}
/* FORMS */

fieldset
{
	padding:1.4em;
	margin: 0 0 1.5em 0;
	border: 1px solid #ccc;
}
legend
{
	font-weight: bold;
	font-size:1.2em;
}
label
{
	font-weight: bold;
}
textarea,
input[type='text'],
input[type='password'],
select
{
}
textarea:hover,
input[type='text']:hover,
input[type='password']:hover,
select:hover
{
}
textarea:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus
{
}
input,
select
{
	cursor: pointer;
}
input[type='text'],
input[type='password']
{
	cursor: text;
}
/* MARGINS & PADDINGS */

blockquote *:first-child
{
	margin: .8em 0;
}
hr,
p,
ul,
ol,
dl,
pre,
blockquote,
address,
table,
form
{
}
/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1
{
}
h2
{
}
h3
{
}
h4
{
}
h5
{
}
h6
{
}
caption
{
	padding-bottom: .8em;
} /* padding instead of margin for IE */
blockquote
{
	padding: 0 1em;
	margin: 1.6em 0;
}
fieldset
{
	padding: 0 1em 1em 1em;
	margin: 1.6em 0;
} /* padding-top is margin-top for fieldsets in Opera */
legend
{
	padding-left: .8em;
	padding-right: .8em;
}
legend+*
{
	margin-top: 1em;
} /* compensates for the opera margin bug */
textarea,
input
{
}
select
{ /*padding: .1em .2em 0 .2em; */
}
option
{ /*padding: 0 .4em;*/
}
a
{
} /* for larger click-area */
dt
{
	margin-top: .8em;
	margin-bottom: .4em;
}
ul
{
	margin-left: 1.5em;
}
ol
{
	margin-left: 2.35em;
}
ol ol,
#content ul ol
{
	margin-left: 2.5em;
}
form div
{
}
/* COLORS */

code,
pre
{
	color: #c33;
} /* very optional, but still useful. W3C uses about the same colors for codes */
.red-border
{
	border:2px solid #b20000;
}
/* TEXT CLASSES */

.small
{
	font-size:.8em;
	margin-bottom:1.875em;
	line-height:1.875em;
}
.large
{
	font-size:1.2em;
	line-height:2.5em;
	margin-bottom:1.25em;
}
.thin
{
	font-weight: lighter;
}
.hide
{
	display:none;
}
.quiet
{
	color:#666;
}
.loud
{
	color:#000;
}
.highlight
{
	background:#ff0;
}
.top
{
	margin-top:0;
	padding-top:0;
}
.bottom
{
	margin-bottom:0;
	padding-bottom:0;
}
.added
{
	background:#060;
	color: #fff;
}
.removed
{
	background:#900;
	color: #fff;
}
.error,
.notice,
.success
{
	padding:.8em;
	margin-bottom:1.6em;
	border:solid #ddd;
	border-width:2px 0;
}
.error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}
.notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}
.success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}
.error a
{
	color:#8a1f11;
	background:none;
	padding:0;
	margin:0;
}
.notice a
{
	color:#514721;
	background:none;
	padding:0;
	margin:0;
}
.success a
{
	color:#264409;
	background:none;
	padding:0;
	margin:0;
}
.center
{
	text-align: center;
}
/* to create serif italic dramatic text, use this class */
.fancy
{
	color: #666;
	font-family: "Warnock Pro", "Goudy Old Style", "Palatino", "Book Antiqua", Georgia, serif;
	font-style: italic;
	font-weight: normal;
}
/* creates small caps */
.caps
{
	font-variant: small-caps;
	letter-spacing: 1px;
	text-transform: lowercase;
	font-weight:bold;
}

/**/
