@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 1010px;
	margin: 0 auto;
	color: #535353;
	font-size: 14px;
	line-height: 20px;
}
#topbar {
	height: 105px;
	background-image: url(images/topflagbg.gif);
}
#logo {
	padding-top: 15px;
	padding-left: 10px;
	width: 350px;
	float: left;
}
#skin {
	float: right;
	width: 180px;
	text-align: right;
	font-size: 11px;
	text-transform: uppercase;
	padding-right: 20px;
	padding-top: 65px;
}
#skin ul {
	margin: 0px;
	padding: 0px;
}
#skin li {
	list-style-type: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}
#skin a:link {
	text-decoration: none;
	color: #FFFFFF;
}
#skin a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
#nav {
	height: 55px;
}
#header {
	height: 352x;
}
#content {
	overflow: auto;
	padding-top: 20px;
	padding-right: 15px;
}
#left {
	float: left;
	width: 280px;
}
#right {
	float: right;
	width: 670px;
}
.yellow {
	background-color: #ffd801;
	padding: 10px 20px;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #000000;
}
.grey {
	background-color: #eaeaea;
	padding: 10px 20px;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #908e8e;
}
.grey2 {
	background-color: #d9d7d8;
	padding: 10px 20px;
	color: #000000;
	padding-bottom: 20px;
}
.yellowtitle {
	font-size: 16px;
	line-height: 18px;
	color: #ffd801;
}
.subtitle {
	font-size: 16px;
	line-height: 18px;
	color: #000000;
}
.blacktitle {
	font-size: 37px;
	line-height: 37px;
	color: #000000;
	font-weight: bold;
	letter-spacing: -1px;
}
.leftimg {
	float: left;
	padding-right: 17px;
	display: block;
}
.rightimg {
	float: right;
	padding-left: 17px;
	display: block;
}
#contact {
	color: #696969;
	padding: 5px;
}
#contact input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px;
	border: 1px solid #696969;
	width: 250px;
	margin: 5px 0 5px 0;
}
#contact label {
	float: left;
	width: 80px;
	display: block;
	padding: 3px;
	margin: 3px 0 3px 0;
	clear: both;
	color: #000000;
}
#contact textarea {
	border: 1px solid #696969;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px;
	width: 250px;
	margin: 5px 0 5px;
}
h3 {
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	color: #FFF;
	margin: 0;
	padding: 0;
}




/* === Footer One Section === */
#footer {
	background-image: url(images/bgbottom.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	padding:20px;
}
#bottomcontent {
	margin: 0 auto;
	width: 1010px;
	height: 190px;
	color: #bbbbbb;
}
#b1 {
	float: left;
	width: 225px;
	padding-right: 35px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #191919;
	height: 190px;
	text-align: left;
}
#b3 {
	float: right;
	width: 200px;
	padding-left: 30px;
	text-align: left;
}
#b2 {
	float: left;
	width: 420px;
	margin-left: 45px;
	padding-right: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #191919;
	height: 190px;
	text-align: left;
}
#b2 ul {
	margin: 0px;
	padding: 0px;
}
#b2 li {
	background-color: #5e5e5e;
	list-style-type: none;
	padding: 2px 0 2px 25px;
	margin-bottom: 3px;
}

#footer a:link {
	color: #75a0ac;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* === Footer Two Section === */
#footer2 {
	background-image: url(images/bgbottom2.gif);
	background-repeat: repeat-x;
	height: 52px;
	width: 100%;
	padding:20px;
}
#bottomcontent2 {
	width: 1010px;
	margin: 0 auto;
	color: #bbbbbb;
	font-size: 12px;
}
#bottomcontent2  a:link, a:visited{
	color: #444444;
	text-decoration: none;
}
#bottomcontent2  a:hover {
	color: #ffffff;
	text-decoration: none;
}


.resultstable td
{
    padding-left:20px;
}
