@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 950px;
	margin: auto;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
#wrapper #navigation {
	margin-left: 355px;
	padding-top: 162px;
}
#wrapper #navigation a:link {
	font-weight: bold;
	color: #020063;
	text-decoration: none;
}
#wrapper #navigation a:visited {
	font-weight: bold;
	color: #020063;
	text-decoration: none;
}
#wrapper #navigation a:hover {
	font-weight: bold;
	color: #020063;
	text-decoration: none;
}
#wrapper #navigation a:active {
	font-weight: bold;
	color: #020063;
	text-decoration: none;
}
#wrapper #contentarea {
	margin-left: 355px;
}
#wrapper #contentarea #leftside {
	float: left;
	width: 420px;
}
#wrapper #contentarea #leftside h1 {
	font-size: 24px;
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	line-height: 28px;
}
#wrapper #contentarea #leftside p {
	padding-top: 5px;
	padding-bottom: 10px;
}
.large {
	font-size: 16px;
	font-weight: bold;
}
#wrapper #contentarea #rightside {
	margin-left: 430px;
}
#wrapper #contentarea #clearfloats {
	clear: both;
}

#wrapper #footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(images/flag1.gif);
	background-repeat: no-repeat;
	background-position: left ;
}
/*Round corners on boxes -FABRIC */ 

.roundcontfab {
	width: 155px;
	background-color: #fdc4a5;
	color: #F9F9F9;
	margin-top: 10px;
}

.roundcontfab p {
	margin: 0 10px;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 14px;
}
.roundcontfab h1 {
	color: #000000;
	font-size: 18px;
	padding-bottom: 5px;
	margin-top: -5px;
	text-align: center;
}
.roundcontfab a:link {
	color: #0033CC;
	text-decoration: underline;
}
.roundcontfab a:visited {
	color: #663366;
	text-decoration: underline;
}
.roundcontfab a:hover {
	color: #0033CC;
	text-decoration: underline;
}
.roundcontfab a:active {
	color: #0033CC;
	text-decoration: none;
}
.roundtopfab {
	background-image: url(images/corners/ftr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundbottomfab {
	background-image: url(images/corners/fbr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}
/*Round corners on boxes -TESTIMONIALS */ 
.roundcont {
	width: 155px;
	background-color: #B2C7FE;
	color: #F9F9F9;
	margin-top: 10px;
}

.roundcont p {
	margin: 0 10px;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 14px;
}
.roundcont h1 {
	color: #000000;
	font-size: 18px;
	padding-bottom: 5px;
	margin-top: -5px;
	text-align: center;
}
.roundcont a:link {
	color: #0033CC;
	text-decoration: underline;
}
.roundcont a:visited {
	color: #663366;
	text-decoration: underline;
}
.roundcont a:hover {
	color: #0033CC;
	text-decoration: underline;
}
.roundcont a:active {
	color: #0033CC;
	text-decoration: none;
}
.roundtop {
	background-image: url(images/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundbottom {
	background-image: url(images/br.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/*Round corners on boxes -OPTIONS */ 
.roundcontopt {
	width: 155px;
	background-color: #C0FD9E;
	color: #F9F9F9;
	margin-top: 10px;
}

.roundcontopt p {
	margin: 0 10px;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	line-height: 14px;
}
.roundcontopt h1 {
	color: #000000;
	font-size: 18px;
	padding-bottom: 5px;
	margin-top: -5px;
	text-align: center;
}
.roundcontopt a:link {
	color: #0033CC;
	text-decoration: underline;
}
.roundcontopt a:visited {
	color: #663366;
	text-decoration: underline;
}
.roundcontopt a:hover {
	color: #0033CC;
	text-decoration: underline;
}
.roundcontopt a:active {
	color: #0033CC;
	text-decoration: none;
}
.roundtopopt {
	background-image: url(images/corners/otr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.roundbottomopt {
	background-image: url(images/corners/obr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
