@charset "UTF-8";
/*
--------------------------------------------------------------
BODY ATTRIBUTES SPECIFIC TO CLIENT EDITOR
--------------------------------------------------------------
-	Other Body tag attributes reside in Master.css file
-------------------------------------------------------------- */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.0
*/
body {
	font:13px/1.231 Helvetica, Arial, Verdana, sans-serif;
	*font-size:small;
	*font:x-small;
	color: #333333;
	text-align: left;
	}	
table { font-size:inherit;font:100%; }
/* Bump up IE to get to 13px equivalent */
pre, code, kbd, samp, tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
	}
	
body,table {
	/*font-family: Arial, Helvetica, sans-serif;*/
	}

	
/*
---------------------------------------------------------------
End Glolbal site text settings
---------------------------------------------------------------
-	77% = 10px
-	85% - 11px
-	93% - 12px
-	100% - 13px
-	108% - 14px
-	116% - 15px
-	123.1% - 16px
-	131% - 17px
-	138.5% - 18px
-	146.5% - 19px
-	153.9% - 20px
-	161.6% - 21px
-	167% - 22px
-	174% - 23px
-	182% - 24px
-	189% - 25px
-	197% - 26px
---------------------------------------------------------------
---------------------------------------------------------------
**	GLOBAL LINKS
--------------------------------------------------------------- */
a:link,
a:visited {
	color:#990000;
	text-decoration: underline;
	}
a:hover {
	color:#DF0000;
	text-decoration: none;
	}
/*
---------------------------------------------------------------
**	HEADS
--------------------------------------------------------------- */
h1 { font-size: 138.5%; }
h2 { font-size: 123.1%; }
h3 { font-size: 116%; }
h4 { font-size: 108%; }
h5 { font-size: 100%; }
h6 { font-size: 93%; }
h1,h2,h3,h4,h5,h6 { margin: 0 0 1em 0; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
/*
---------------------------------------------------------------
**	STANDARD UNORDERED LIST, ORDERED LIST, DEFINED LIST
	AND BLOCKQUOTE
--------------------------------------------------------------- */
blockquote, ul, ol, dl { margin: 1em; }
ol, ul, dl { margin-left: 2em; }
ul ul { margin-bottom: 0; margin-left: 2em; list-style-type: circle; }
ol li { list-style: outside; list-style-type: decimal; }
ul li { list-style: outside; list-style-type: disc; }
dl dd { margin-left: 1em; }
/*
---------------------------------------------------------------
**	BOLD, STRONG, ITALIC, EMPHASIZED, ABBREVIATION, ACRONYM,
	CAPTION, PARAGRAPH, FIELDSET AND PREFORMATTED TEXT ELEMENT
--------------------------------------------------------------- */
b, strong { font-weight: bold; }
i, em { font-style:italic;}
abbr,acronym { border-bottom: 1px dotted #000; cursor:help; }
caption{margin-bottom:.5em;text-align:center;}
p,fieldset,pre{margin-bottom:1em;}
/*
-------------------------- */
h1, h2 {
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:182%;
	font-weight:normal;
	}

h2 { 
	margin-bottom:0.154em;
	}
h3 {
	font-color:#333333;
	font-size:116%;
	color:#000000;
	}
h4 {
	font-size:93%;
	margin-bottom:1.538em;
	}
ul.arrow {
	margin-left: 0px;
	}
ul.arrow li {
	list-style-type: none;
	padding-left: 14px;
	background-image: url(images/bg-grey-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-bottom: 4px;
	}
.no-margin {
	margin-bottom:0.154em;
	}
#footer p {
	font-size: 85%; /* 11px */
	font-weight: bold;
	color: #484848;
	padding:0 0 0.154em 0;
	margin:0;
	}
#footer .copyright {
	font-size: 85%; /* 11px */
	font-weight: normal;
	color: #666666;
	}
#footer a:link,
#footer a:visited {
	text-decoration: none; 
	color:#990000;
	}
#footer a:hover {
	text-decoration:underline;
	}

/*
-------------------------------------------------------------------
EDITOR STYLES
------------------------------------------------------------------- 
------------------------------------------------------------------- 
-------------------------------------------------------------------
EDITOR IMAGE STYLES/CONTROLS
------------------------------------------------------------------- */
.imageleft {
	float: left;
	margin: 0 1em 1em 0;
	}
.imageright {
	float: right;
	margin: 0 0 1em 1em;
	}
.imageleft-border {
	float: left;
	margin: 0 1em 1em 0;
	padding: .23em;
	border: 1px solid #CCC;
	background-color: #FFF;
	}
.imageright-border {
	float: right;
	margin: 0 0 1em 1em;
	padding: .23em;
	border: 1px solid #CCC;
	background-color: #FFF;
	}
.image-border {
	margin: 0;
	padding: .23em;
	border: 1px solid #CCC;
	background-color: #FFF;
	}

/*
-------------------------------------------------------------------
EDITOR TEXT STYLES/CONTROLS
------------------------------------------------------------------- */
.highlight1 { color: #FF0000; }
.highlight2 { color: #FF9900; }
.gray { color: #666; }

.small { font-size: 77%; }
.large { font-size: 197%; }
.caption { font-size: 85%; }

.line-above {
	display: block;
	clear: both;
	width: 100%;
	border-top: 1px solid #EEEEEE;
	padding-top: 1em;
	margin-bottom: .462em;
	margin-top: 1.462em;
	}
.line-below {
	display: block;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
	padding-top: 1em;
	padding-bottom: .462em;
	margin-bottom: .462em;
	}
ul#square li { list-style-type: square; }
ul#circle li { list-style-type: circle;   }
ul#disc li { list-style-type: disc; }
ul#customList-A {
	margin-left: 1em;
	list-style: none;
	list-style-type: none;
	}
ul#customList-A li {
	margin-left: 0;
	padding: 0 0 0 1em;
	list-style: none;
	list-style-type: none;
	background-image: url(images/list-links-bullet.gif);
	background-position: center left;
	background-repeat: no-repeat;
	}
ul#customList-A li a:link,ul#customList-B li a:visited  { text-decoration: none; }
ul#customList-A li a:hover { text-decoration: none; }
ul#customList-B {
	margin-left: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	}
ul#customList-B li {
	border-top: 1px solid #CCC;
	margin-left: 0;
	padding: .385em 0 .385em 1em;
	list-style: none;
	list-style-type: none;
	background-image: url(images/list-links-bullet.gif);
	background-position: center left;
	background-repeat: no-repeat;
	}
ul#customList-B li a:link,ul#customList-B li a:visited  { text-decoration: none; }
ul#customList-B li a:hover { text-decoration: none; }

.featurebox {
	display: block;
	width: 94%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	background-color: #dedede;
	}
