@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: small;
	background: #fff;
	}
a:link {
	color: #CC0000;
	text-decoration: underline;
	}
a:visited {
	color: #369;
	}

/* layout */

#wrap {
	min-width: 500px;
	max-width: 1400px;
	background: url(../images/wrap-bg-teal.gif) repeat-y 70% 0;
	}
#content {
	float: left;
	width: 70%;
	font-size: 95%;
	color: #000000;
	line-height: 1.5em;
	background: url(../images/rat.gif) no-repeat right bottom;
	}
#sidebar {
	float: right;
	width: 30%;
	}
#footer {
	clear: both;
	background: #66a7ae;
	border-top: 3px solid #CC0000;
	}

/* gutters */

#content .gutter {
	padding: 25px;
	}
#sidebar .gutter, #sidebar-2 .gutter {
	padding: 15px;
	}

/* header */

#header {
	background: url(../images/bg-header.jpg) repeat-x left top;
	height: 141px;
	}
#header h1 {
	margin: 0;
	padding: 25px;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #000000;
	}
	
/* message row */

#message {
	margin: 0;
	padding: 10px;
	font-size: 90%;
	color: #cc9;
	text-align: center;
	background: #FFFFFF;
	}
#message strong {
	padding: 0 0 0 28px;
	background: #FFFFFF;
	}
	
/* content */

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 150%;
	color: #cc0000;
	font-weight: normal;
	}
.FirstLetter {
	font-size: 150%;
	font-style: normal;
	color: #d9261c;
}
.FirstLetterYellow {
	color: #FF9900;
	font-size: 150%;
	font-weight: normal;
}

dl.feature {
	margin: 15px 0;
	padding: 15px;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	}
dl.feature:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
dl.feature dt {
	margin: 0 0 .5em 0;
	font-family: Georgia, serif;
	font-size: 140%;
	color: #006666;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 4;
	background: #ffecce;
	border: 1px solid #ffd390;
	}
.imageborder {
	padding: 5px;
	border: 1px solid #ffd390;
	background: #ffecce;
}
.imageborderFloatLeft {
	padding: 5px;
	border: 1px solid #ffd390;
	background: #ffecce;
	float: left;
	margin-right: 10px;
}
dl.feature dd {
	margin-left: 169px;
	line-height: 1.5em;
	color: #000000;
	}

/* sidebars */

.box {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff url(../images/corner_bottom-teal.gif) no-repeat right bottom;
	border: 1px solid #69aab0;
	}
.box h3 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #d9261c;
	background: url(../images/corner_top-teal.gif) no-repeat left top;
	}
.box li a:link{
	color: #666666;
	}
.box h4 {
	margin: 0;
	padding: 12px;
	font-family: Georgia, serif;
	font-size: 140%;
	font-weight: normal;
	color: #d9261c;
	}
.redserif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	font-style: normal;
	color: #d9261c;
	margin: 0px;
	padding: 12px;
}
.redSans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #CC0000;
}
.box p, .box ul {
	margin: 0;
	padding: 0 12px;
	}
.box ul li {
	margin: 0 0 0 12px;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(../images/bullet-filled.gif) no-repeat 0 3px;
	}

/* footer */

#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #333; 
	}

/*  IE fixes */

#content, #sidebar {
	height: 1%;
	}

.feature {
	display: inline-table;
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
.dottedline {
	height: 1px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#footer {
	height: 1%;
	}
/* End hide from IE/Mac */

#footer a {
	color: #e9e9e9;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.teal140 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #006666;
}
.smallGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #666666;
}
.normalBold {
	font-weight: bold;
	color: #000000;
}
.greyBold {
	font-weight: bold;
	color: #333333;
}
.tableOdd {
	background: #ffecce;
	border-bottom: 1px dotted #999999;
}
.tableEven {
	background: #FFFFFF;
	border-bottom: 1px dotted #999999;
}
.clearthefloats {
	clear: both;
}
.indentFirst {
	text-indent: 20px;
}

