/* --GLOBALS-- */
ul,li,p,h1,h2,div { 
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	text-align: justify;
	color: #666;
	background: #cacfd8 url(../images/bg.jpg) repeat-x;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
}
a.resources {
	background: url(../images/bullet.jpg) no-repeat 0px 6px;
	padding-left: 20px;
	color: #ed4533;
}
a.ar {
	background: url(../images/ar-icon.jpg) no-repeat 0px 2px;
	padding-left: 30px;
	padding-bottom: 20px;
}
p {
	padding-bottom: 12px;
	line-height: 1.5;
}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 16px;
	color: #ed4533;
	font-weight: bold;
}
h1.title {
	font-size: 25px;
	color: #1473b7;
	font-weight: normal;
	background: url(../images/title-bullet.jpg) no-repeat 0px 2px;
	padding-left: 40px;
	margin-bottom: 15px;
	height: 33px;
}
h1.testimonials {
	color: #ff7c02;
	font-size: 22px;
	font-weight: normal;
	margin-top: 10px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #666;
	font-weight: bold;
	margin-top: 8px;
}
ul {
	margin-bottom: 12px;
	margin-left: 25px;
}	
li {
	list-style-type: none;
	padding-left: 25px;
	padding-bottom: 10px;
	line-height: 1.5;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0 6px;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.canadian {
	color: #ed4533;
	font-size: 14px;
	font-weight: bold;
}
.txtbox {
	border: 1px solid #cccccc;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	height: 16px;
	width: 160px;
}
.messagebox {
    border: 1px solid #cccccc;
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
	height: 60px;
	width: 330px;
}
#nav ul{
	list-style-type: none;
	width: 100%;
	text-align: center;
	margin: 0;
}
#nav ul li {
	display: inline;
	background: url(../images/nav-sep.jpg) no-repeat right center;
	font-size: 15px;
	padding: 0 15px; /* change this 20px value to adjust empty space between navigation items and separators */
}
#nav ul li.first {
	padding-left: 0;
}
#nav ul li.last {
	padding-right: 0;
	background: none;
}
#nav ul li a {
	font-size: 13px;
	text-decoration: none;
	color: #FFF;
	line-height: 40px;
}
#nav ul li a:hover{
	color: #D6FB00;
}
#footer p {
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	line-height: 2;
}
#footer a {
	color: #FFFFFF;
}
.quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
#scroller {
	font-size: 12px;
	text-align: justify;
	line-height: 2;
}
.portfolio a img {
	border: 2px solid #F4F4F4;
	padding: 2px;
}
.portfolio a:hover img {
	border: 2px solid #EBEBEB;
}
h1.cntr {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 40px;
	font-size: 18px;
}