@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bkgd.png);
	background-position: top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #01496A;
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Century Gothic, Arial, Helvetica;
	font-size: 13px;
	color: #000000;
}
a:link {
	color: #ff0000;
}
a:visited {
	color: #ff0000;
}
a:hover {
	color: #FF7171;
}
a:active {
	color: #ff0000;
}
h1 {
	font-size: 23px;
	color: #FF0000;
	margin-top: 10px;
	font-weight: lighter;
}

h2 {
	font-size: 18px;
	color: #3366FF;
	margin-top: 0px;
}

h3 {
	font-size: 15px;
	color: #456D97;
	margin-top: 0px;
}

hr {
	border-top: #ff0000 dotted 2px;
	border-bottom: none;
	}

/* Classes */

.quote {
	color: #ff0000;
	font-size: 22px;
	text-transform: uppercase;
	
	}
	
.large {
	font-size: 16px;
	}

.middle-column-header {
	background-image: url(images/index_carrieb_02.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 999px;
	height: 113px;
	vertical-align: bottom;
	}

.middle-column-top {
	background-image: url(images/index_carrieb_04.png);
	background-position: top;
	background-repeat: no-repeat;
	width: 999px;
	height: 62px;
	vertical-align: bottom;
	}

.content {
	background-image: url(images/index_carrieb_06.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 999px;
	height: 300px;
	vertical-align: top;
	}
	
.content-padding {
	padding-left: 45px;
	padding-top: 5px;
	padding-right: 55px;
	}
	
.left-column-top {
	
	
	width: 50%;
	height: 175px;
	}
	
.left-column-middle {
	
	background-repeat: no-repeat;
	width: 50%;
	height: 300px;
	}
	
.left-column-bottom {
	background-image: url(images/index_carrieb_08.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	width: 50%;
	height: 272px;
	}
	
	
.right-column-top {
	
	width: 50%;
	height: 175px;
	}
	
.right-column-middle {
	
	width: 50%;
	height: 300px;
	}
	
.right-column-bottom {
	background-image: url(images/index_carrieb_09.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 50%;
	height: 272px;
	}
	
.footer {
	background-image: url(images/index_carrieb_10.png);
	background-position: top;
	background-repeat: no-repeat;
	vertical-align: top;
	width: 999px;
	height: 106px;
	font-size: 11px;
	}
#footer {
	color: #ffffff;
	padding-top: 50px;
	}	
	
#footer a:link {
	color: #ffffff;
	}
#footer a:hover {
	color: #6DBCEB;
	}
#footer a:visited {
	color: #ffffff;
	}


	
	
.box-content {
	background-image: url(images/box_02.png);
	background-repeat:repeat-y;
	height: 200px;
	padding-right: 11px;
	padding-left: 11px;
	color: #ffffff;
	}
	
.box-content a {
	color: #b6e5fb;
	}
	
.box-title {
	color: #74cdf6;
	font-size: 16px;
	font-weight: bold;
}

.box-small {
	font-size: 11px;
	}
