/*-------------------------------------UNIVERSAL----------------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #f1f0f0 url(../images/main-bg.gif) repeat-x;
}

body,h1,h2,h3,h4,h5,h6,ul,li,img {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	color: #333333;
	text-decoration: none;
}

a:HOVER {
	color: #c20707;
}

a:VISITED {
	color: #333333;
}

img {
	border: none;
}

hr {
	color:#CCCCCC;
	height: 1px;
}

.container:after,.content-con:after,.footer:after {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	content: '.';
	visibility: hidden;
	display: block;
	clear: both
}

/*-------------------------------------CONTAINER----------------------------------------------*/
.container { /*width: 778px;*/
	width: 960px;
	margin: 0px auto 0 auto;
}

/*-------------------------------------HEADER----------------------------------------------*/
.header {
	width: 960px;
	background: url(../images/header.gif) repeat-x;
	height: 72px;
	font-family: Lucida Grande, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	padding: 35px 0 0 0;
}

.header a {
	color: #FFFFFF;
}

.header a:HOVER {
	color: #FFFFFF;
}

.header a:VISITED {
	color: #FFFFFF;
}

/*-------------------------------------CONTENT----------------------------------------------*/
.content-con { /*width: 760px;*/
	width: 942px;
	background: #FFFFFF url(../images/content-bg.gif) repeat-x top;
	border: solid 1px #FFFFFF;
	margin: 9px 0 0 0;
	padding: 8px 8px 25px 8px;
}

.content-con .left {
	float: left;
	width: 222px;
	padding: 0 10px 0 0;
}

.content-con .center {
	float: left;
	/*width: 515px;*/
	width: 458px;
	padding: 0 10px 0 10px;
}

.content-con .right {
	float: left;
	width: 222px;
	padding: 0 0 0 10px;
}

.content-con .ad-con {
	float: right;
	width: 181px;
	padding: 0 0 0 15px;
}

.content-con .ad-con img {
	float: left;
	margin: 0 0 4px 0;
}

.content-inside h1 {
	font-size: 19px;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 1px #dadbdc;
	padding: 0 0 3px 0;
}

.content-inside ul {
	margin: 15px 0 0 0;
}

.content-inside li {
	list-style: none;
	font-size: 14px;
	/*border-bottom: solid 1px #f1f1f1;*/
	padding: 10px 0 10px 30px;
	background: url(../images/list-style.gif) no-repeat 0px 10px;
}

.content-inside li a {
	color: #333333;
}

.content-inside li a:hover {
	color: #c20707;
}

.punchline {
	background: #c20707;
	font-family: Lucida Grande, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	padding: 10px 0;
	letter-spacing: 5px;
	font-weight: bold;
}

/*-------------------------------------NAVIGATION----------------------------------------------*/
.nav {
	padding: 0;
	font-size: 18px;
}

.nav li {
	list-style: none;
	margin: 3px 0 0 0 !important;
}

.nonav li {
	list-style: none;
	margin: 0 !important;
}

.nav a {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	background: url(../images/button.gif) no-repeat;
	padding: 13px 0 0 35px;
	height: 34px;
}

.nav a:hover {
	background: url(../images/button-o.gif) no-repeat;
}

.nav .selected a {
	background: url(../images/button-o.gif) no-repeat;
	padding: 13px 0 0 35px;
	height: 34px;
}

/*-------------------------------------MAILING LIST----------------------------------------------*/
.mailing-list {
	margin: 10px 0 0 0;
	background: url(../images/mailing-bg.gif) repeat-y;
}

.mailing-list .top {
	background: url(../images/mailing-top.gif) no-repeat top;
}

.mailing-list .bottom {
	background: url(../images/mailing-bottom.gif) no-repeat bottom;
	padding: 10px;
}

.mailing-list .subscribe-options {
	width: auto;
	height: auto;
	margin-left:0;
}

#s_ottawa {
	padding-top: 7px;
}

.mailing-list h1 {
	font-size: 21px;
	color: #262222;
	border-bottom: solid 1px #d7d7d7;
	padding: 0 0 5px 0;
}

.mailing-list label {
	display: block;
	margin: 8px 0 0 0;
}

.mailing-list input {
	border: solid 1px #b8b7b7;
	width: 195px;
	height: 20px;
}

.mailing-list select {
	border: solid 1px #b8b7b7;
	width: 198px;
	height: 20px;
}

.mailing-list .button {
	background: url(../images/but-select.gif) no-repeat;
	width: 77px;
	height: 28px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	margin: 10px 0 0 120px;
}

.mailing-list .button-big {
	background: url(../images/but-select-big.gif) no-repeat;
	width: 106px;
	height: 28px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
	margin: 10px 0 0 120px;
}

/*-------------------------------------FOOTER----------------------------------------------*/
.footer {
	padding: 5px 0 0 0;
	color: #666666;
}

.footer a {
	color: #666666;
	font-size: 11px;
}

.footer a:hover {
	color: #c10404;
}

.footer .link {
	width: 300px;
	float: left;
}

.footer .copyright {
	font-size: 11px;
	color: #7d7d7d;
	width: 400px;
	float: right;
	text-align: right;
}

.testimonial-box {
	font-size: 12px;
	padding: 10px 5px;
	margin: 0;
	text-align: justify;
}
.bottom-border {
	border-bottom:1px solid #D7D7D7;
}

