/*

Mario Charron

CMS Fonts (Font, Title, Sub Title, White Font, White Title Font)
.txt {
	line-height: 125%;
	color:#212121;
}
.txtTitle {
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color:#212121;
}
.txtTitleSml {
	line-height: 125%;
	color:#D47825;
	font-weight:bold;
}
.txt-white {
	line-height: 125%;
	color:#FFFFFF;
}
.txtTitle-white {
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color:#FFFFFF;
}
Created By: 
www.mediaforce.ca

*/

/*****************************************************
* Global
*****************************************************/
.titlesLrg{
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color:#212121;
}

img {
	border: 0;
}

a {
	outline: none;
}
.clear {
	position: relative;
	clear: both;
}
.hidden {
	display: none;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.align-l {
	text-align: left;
}
.align-r {
	text-align: right;
}
.align-c {
	text-align: center;
}
/*****************************************************
* Typography
*****************************************************/

body {
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 125%;
	color:#212121;
}

/* External Typography*/
.txt-white {
	line-height: 125%;
	color:#FFFFFF;
}
.txtTitle-white {
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color:#FFFFFF;
}

/* Internal Typography*/
.txt {
	line-height: 125%;
	color:#212121;
}
.txtTitle {
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight:bold;
	color:#212121;
}
/**/

.txtTitleSml {
	line-height: 125%;
	color:#D47825;
	font-weight:bold;
}
.txtRedLrg {
	font-size: 150%;
	font-weight:bold;
	line-height: 125%;
	color:#990000;
}
.txtFeatures {
	font: normal 80% Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	font-weight:bold;
	color:#FFFFFF;
	text-align:right;
	padding:10px 12px 0 10px;
}

#content-l {
	width:450px;
	padding:0 10px 10px 10px; 
	float:left;
}
#content-l-int {
	width:750px;
	height:100%;
	padding:0 10px 0 10px; 
	float:left;
	background-color:#FFFFFF;
}
#content-r {
	width:260px;
	height:235px;
	padding:0 10px 10px 0;
	float:right;
	background: url(../images/features-bkg.gif) no-repeat;
}

h1 {
	color: #0095dd;
	padding-bottom: 20px;
}
#property-img {
	padding:10px 10px 10px 15px;

}
h2 {
}
h3 {
	
}
#footer p {
	color: #FFFFFF;
	font-size:85%;
}
#sidebar-info p {
	text-align:left;
	line-height:125%; 
}
.pgRightTitles {
	font-size:150%;
	color:#2B7EC2;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;

}
.pgContentSubTitles {
	font-size:90%;
	color:#B49B61;
	text-align:center;
	padding-top:10px;
	line-height: 120%;
	font-weight:bold;
}
.pgContentGrey {
	font-size:80%;
	color:#666666;
	text-align:center;
	padding-top:10px;
	line-height: 120%;
}
.contact-info{
	color:#FFFFFF;
	font-size:90%;
	line-height: 110%;
	text-align:right;
}
hr{
	background-color:#D47825;
	color:#D47825;
	width:100%;
	height:2px;
}
/*****************************************************
* Links
*****************************************************/

a, a:visited {
	color: #D47825;
	text-decoration: underline;

}
a:hover {
	color: #CC4315;
	text-decoration: underline;
}

#header ul li a {
	font-size: 90%;
	font-weight:bold;
	padding-top: 10px;
	width: 90px;
	height: 31px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
#header ul li a:hover {
	color: #D47825;
	text-decoration: none;

}


#headerMenu {
	width: 570px;
	height: 31px;
	padding-bottom:10px;
	float:right;
}


#footer a {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color:#333333;
	text-decoration: underline;
}
#royal-logo {
	background: url(../images/royal.gif) no-repeat;
	width:186px;
	height:107px;
	padding:0 0 10px 0;
	margin-top:10px;
}
#chairman-logo {
	background: url(../images/chairman.gif) no-repeat;
	width:186px;
	height:71px;
	padding-bottom:20px;
}


/*****************************************************
* Layout
*****************************************************/

body {
	background: url(../images/body-bkg.gif) repeat;
	padding:0;
	margin:0;
}
#wrap {
	width: 980px;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
}
#wrap-int {
	width: 980px;
	margin: 0 auto;
	margin-top:20px;
	margin-bottom:20px;
	background: url(../images/wrap-bkg.gif) repeat;	
}
#headerwrapper {
	background: url(../images/header-bkg.gif) repeat-x top left;
}
#bannerwrapper {
	background: url(../images/banner-sides.jpg) repeat-x top left;

}
#banner {
	background: url(../images/banner.jpg) no-repeat;
	margin: 0 auto;
	width: 1000px;
	height:269px;

}

#headerwrap {
	width: 960px;
	margin: 0 auto;
}

#header {
	width: 440px;
	height: 31px;
	float:left;
	margin-left:50px;
}

#links {
	width: 60px;
	height: 31px;
	float:right;
	padding-top:20px;
}
#logo {
	padding-top:6px;
	padding-bottom:4px;
	float:left;
}
#colm-l {
	width: 186px;
	float:left;
	border-right:1px solid #333333;
	padding-right:10px;
	margin:0;
}
#colm-r {
	float:right;
    margin-top: 0;
	width: 770px;
}
#colm-r-int {
	float:right;
    margin-top: 0;
	width: 770px;
	padding-left:10;	
	background-color:#FFFFFF;
	height:100%;
}

#footerwrapper {
	padding-top:15px;
	height: 60px;
	background: url(../images/footer-bkg.gif); 
}
#footer {
	width:960px;
	margin: 0 auto;

}

/*****************************************************
* Lists
*****************************************************/

#header ul {
	float: left;
}
#header ul li {
	float: left;
	padding-right:10px;
	height: 31px;
	list-style-type:none;
}


