body {
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #333;
	background: #FFF url(images/body_bkg.jpg) repeat-x top;
	margin: 0px;
	padding: 0px;
}
#main-body {
	position: relative;
	width: 1022px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
h1, h2, h3, h4 {font-weight: lighter;}
h1 {font-size: 1.8em; color: #033153;}
h2 {font-size: 1.6em; color: #033153;}
h3 {font-size: 1.4em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}

a:link {
	color: #06C;
	text-decoration: underline;
}
a:visited {
	color: #339;
	text-decoration: underline;}
a:hover {
	color: #FF6600;
	text-decoration: underline;}
a:active {
	color: #f00;
	text-decoration: underline;}

/* SLOGAN & TOP NAVIGATION */

a.logo {
	outline: none; /* hide dotted outline in Firefox */
}
#top-nav {
	font-size: 1.4em;
	color: #40637D;
	top: 10px;
	margin: 0px;
	padding: 7px 0px 0px;
	right: 0px;
	position: absolute;
	text-align: right;
}
#top-nav a {
	color: #FFF;
	text-decoration: none;
	padding: 3px 7px;
	outline: none; /* hide dotted outline in Firefox */
}
#top-nav a:link, #top-nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#top-nav a:hover, #top-nav a:active {
	color: #033153;
	text-decoration: none;
	background-color: #FDCD47;
}
.phone {
	color: #FFF;
	font-size: 1em;
	font-weight: lighter;
	padding-bottom: 25px;
	
}

/* TOP BANNER */

#TopBanner {
	height: 210px;
	width: 1022px;
	margin-top: 5px;
	padding-top: 40px;
}
.TopBannerText {
	margin-left: 545px;
	border-left: 1px solid #FFF;
	color: #FFF;
	font-size: 1.6em;
	padding-left: 5px;
	padding-top: 5px;
	line-height: 1.6em;
}
.TopBannerText a {
	padding: 2px 4px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: -4px;
	outline: none; /* hide dotted outline in Firefox */
}
.TopBannerText a:link, .TopBannerText a:visited {
	color: #FFF;
	text-decoration: none;
}
.TopBannerText a:hover, .TopBannerText a:active {
	color: #033153;
	text-decoration: none;
	background-color: #FDCD47;
}

/* CONTENT */

#ContainerContent {
	margin-top: 0px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(images/color-flags.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 35px 25px 25px;
}
#MainContent {
	padding-top: 15px;
	padding-right: 15px;
	font-size: 1.4em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #033153;
	float: left;
	width: 740px;
}
.clearer {
	font-size: 1px; 
	height: 1px;
	clear: both;
}
#SideContent {
	width: 205px;
	float: right;
	margin-top: 0px;
	right: 25px;
}
a.arrow-down {
	font-size: 1.6em;
	line-height: 48px;
	text-decoration: none;
	height: 48px;
	background: url(images/arrow-down-off.gif) no-repeat left top;
	vertical-align: 50%;
	display: block;
	padding-left: 55px;
}
a.arrow-down:link, a.arrow-down:visited { 
	background: url(images/arrow-down-off.gif) no-repeat left top;
	color: #033153;}
a.arrow-down:hover, a.arrow-down:active {
	background: url(images/arrow-down-on.gif) no-repeat left top;
	color: #033153;
	text-decoration: underline;
}

a.side-link {
	font-size: 1.6em;
	line-height: 48px;
	text-decoration: none;
	height: 48px;
	display: block;
	//padding-left: 55px;
}
a.side-link:link, a.side-link:visited { 
	color: #033153;}
a.side-link:hover, a.side-link:active {
	color: #033153;
	text-decoration: underline;
}

a.more, a.more:link, a.more:visited {
	padding: 3px 12px 3px 5px;
	border: 1px solid #ACD3FF;
	text-decoration: none;
	color: #033153;
	background: #fff url(images/arrow-off.gif) no-repeat 95% 50%;
	margin-bottom: 2px;
}
a.more:hover, a.more:active {
	border: 1px solid #ACD3FF;
	color: #033153;
	text-decoration: none;
	background: #FDCD47 url(images/arrow-on.gif) no-repeat 95% 50%;
}

a.more2, a.more2:link, a.more2:visited {
	padding: 3px 12px 3px 5px;
	border: 1px solid #ACD3FF;
	text-decoration: none;
	color: # ;
	background: #fff url(images/arrow-off.gif) no-repeat 95% 50%;
	margin-bottom: 2px;
}
a.more2:hover, a.more2:active {
	border: 1px solid #ACD3FF;
	color: #fff;
	text-decoration: none;
	background: #FF0000 url(images/arrow-on.gif) no-repeat 95% 50%;
}

a.more3, a.more3:link, a.more3:visited {
	padding: 3px 12px 3px 5px;
	border: 1px solid #ACD3FF;
	text-decoration: none;
	color: #033153;
	background: #fff url(images/arrow-off.gif) no-repeat 95% 50%;
	margin-bottom: 2px;
}
a.more3:hover, a.more3:active {
	border: 1px solid #ACD3FF;
	color: #033153;
	text-decoration: none;
	background: #23ad2d url(images/arrow-on.gif) no-repeat 95% 50%;
}
a.lang, a.lang:link, a.lang:visited {
	padding: 3px 5px 3px 5px;
	border: 1px solid #ACD3FF;
	text-decoration: none;
	color: #033153;
	background: #fff  no-repeat 95% 50%;
	margin-bottom: 2px;
}
a.lang:hover, a.lang:active {
	border: 1px solid #ACD3FF;
	color: #033153;
	text-decoration: none;
	background: #FDCD47  no-repeat 95% 50%;
}

/* 3 COLUMNS */
#container3 {
	position: relative;
	margin-top: 20px;
	clear: both;
}
#wrapper {
	float: left;
	width: 67%;
}
#col-right {
	float: right;
	width: 30%;
}
#col-left {
	float: left;
	width: 47%;
}
#col-middle {
	float: right;
	width: 47%;
}
#number1 {
	background: url(images/number-1.gif) no-repeat left top;
	padding-left: 30px;
	padding-bottom: 5px;
}
#number2 {
	background: url(images/number-2.gif) no-repeat left top;
	padding-left: 30px;
	padding-bottom: 5px;
}
#number3 {
	background: url(images/number-3.gif) no-repeat left top;
	padding-left: 30px;
	padding-bottom: 5px;
}
/* FOOTER */
#ContainerCopyright {
	color: #FFF;
	background-color: #000;
	font-size: 1.4em;
	padding: 25px;
	margin-bottom: 25px;
}
#footer-nav {
	color: #666;
	margin-bottom: 7px;
}
#footer-nav a {
	color: #FFF;
	text-decoration: none;
	padding: 2px 2px;
	outline: none; /* hide dotted outline in Firefox */
}
#footer-nav a:link, #footer-nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer-nav a:hover, #footer-nav a:active {
	color: #033153;
	text-decoration: none;
	background-color: #FDCD47;
}
#footer-phone {
	color: #FFF;
	font-size: 1.5em;
	font-weight: lighter;
	padding-bottom: 5px;
	float: right;
}
#footer-phone a, #footer-phone a:link, #footer-phone a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer-phone a:hover, #footer-phone a:active {
	color: #033153;
	text-decoration: none;
	background-color: #FDCD47;
}
.small-number{
	color: #FFF;
	font-size: 8pt;
	font-weight: lighter;
}
.contact-title{
	color: #333;
	font-size: 1.5em;
	font-weight: lighter;
}
.contact-data{
	color: #333;
	font-size: 1.5em;
	font-weight: lighter;
}
.contact-data-sm{
	color: #333;
	font-size: 12pt;
	font-weight: lighter;
}
.contact-data-note{
	color: #333;
	font-size: 8pt;
	font-weight: bold;
}