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


body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background: #fff;
	}
a:link {
	color: #006699;
	}
a:visited {
	color: #666666;
	}

/* layout */

#wrap {
	min-width: 500px;
	max-width: 1400px;
	background: url(../images/wrap-bg.jpg) repeat-y 70% 0;
	}
#content {
	float: left;
	width: 70%;
	font-size: 95%;
	color: #660000;
	line-height: 1.5em;
	}
#content p {
	font-size: 110%;
}
#sidebar {
	float: right;
	width: 30%;
	font-size: 110%;
	}
#footer {
	background: #4e8abc url(../images/bg-footer.jpg) repeat-x left top;
	clear: both;
	}

/* gutters */

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

/* header */

#header {
	background: #4e8abc url(../images/bg.jpg) repeat-x left top;
	height: 119px;
	}
#header h1 {
	margin: 0;
	padding: 25px;
	font-size: 150%;
	color: #4e8abc;
	}
	
/* message row */

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

#content h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 150%;
	color: #4e8abc;
	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: #4e8abc;
	}
dl.feature dt img {
	float: left;
	margin: 0 15px 0 0;
	padding: 0 4px 4px 0;
	background: url(../images/photo-frame.gif) no-repeat right bottom;
	}
dl.feature dd {
	margin-left: 169px;
	font-size: 90%;
	line-height: 1.5em;
	color: #666;
	}
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	margin-left: 10px;
}
.clearthefloats {
	clear: both;
	height: 10px;
}
.imageborder {
	border-top: 1px solid #3366CC;
	border-right: 2px solid #3366CC;
	border-bottom: 2px solid #3366CC;
	border-left: 1px solid #3366CC;
}
.imageBorderFloatLeft {
	float: left;
	margin-right: 20px;
	border-top: 1px solid #3366CC;
	border-right: 2px solid #3366CC;
	border-bottom: 2px solid #3366CC;
	border-left: 1px solid #3366CC;
}

/* sidebars */

.box {
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	font-size: 85%;
	line-height: 1.5em;
	color: #666;
	background: #fff;
	border: 1px solid #CC0000;
	}
.redHead {
	font-size: 140%;
	color: #CC0000;
}
.blueSubHead {
	font-size: 120%;
	font-weight: bold;
	color: #4e8abc;
}
.initialCap {
	font-size: 160%;
	color: #CC0000;
}
.tightlines {
	line-height: 125%;
}
.box h3 {
	margin: 0;
	padding: 12px;
	font-size: 140%;
	font-weight: normal;
	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.jpg) no-repeat 0 3px;
	}
.box a:link {
	color: #CC0000;
}
.box a:visited {
	color: #CC0000;
}
.box a:hover {
	color: #FF9900;
}
.box a:active {
	color: #FF9900;
}
.box ul li a:link {
	color: #006699;
}
.box ul li a:visited {
	color: #006699;
}
.box ul li a:hover {
	color: #FF9900;
}
.box ul li a:active {
	color: #FF9900;
}

/* footer */

#footer p {
	margin: 0;
	padding: 15px;
	font-size: 95%;
	color: #FFFFFF;
	line-height: 120%;
	}

/*  IE fixes */

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

.feature { 
	display: inline-table; 
	}
/* Hides from IE/Mac \*/
* html .feature { 
	height: 1%; 
	}
.feature { 
	display: block; 
	}
#footer {
	height: 1%;
	}
#footer a {
	color: #FFFFFF;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #CC0000;
}

