@charset "utf-8";
/* CSS Document */

/********************* Bold Styles *****************************/

.boldGrey {
	font-size: 13px;
	font-weight: bold;
}
.boldHome {
	font-weight: bold;
	font-size: 14px;
}

.boldRed {
}
.boldOrange {
	color: #FFB60F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.boldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #485DC5;
}
.boldGreen {
	font-weight: bold;
	color: #BED600;
	font-size: 13px;
}
.tabsBold1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #485DC5;
	padding-right: 25px;
	background-image: url(../images/bullet_tabs.gif);
	background-position: left top;
	padding-left: 17px;
	background-repeat: no-repeat;
}
.tabsBold2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.testimonialName {
	font-size: 10px;
}


/********************* Table Styles *****************************/

#orangeTable {
	margin-left: 60px;
	background-repeat: no-repeat;
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFB60F;
}

#orangeBox {
	background-color: #FFB60F;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
}#orangeBox td {
	padding-left: 20px;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#orangeBoxBtm {
	background-color: #FFB60F;
	color: #FFFFFF;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
}#orangeBoxBtm td {
	padding-left: 20px;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.greenBorderRight {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #BED600;
}
.greenBorder {
	border: 1px solid #BED600;
}
.greenBorder td {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.greenBorderL {
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BED600;
	border-left-color: #BED600;
}
.photoBorderLeft {
	margin-left: 10px;
}
.photoBorderGray {
	border: 2px solid #666666;
	margin-top: 7px;
}
.photoBorderGray2 {
	border: 2px solid #666666;
	margin-top: 4px;
}
.MapBorder {
	border: 1px solid #BED600;
	width: 95%;
	background-image: url(../images/archive/world_map2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.MapBorder td {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}


/********************* Other Styles *****************************/

.orangeLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff5e3c;
	height: 12px;
}

/********************* Other Styles *****************************/

.dottedHline {
	background-image: url(../images/dotted_line.gif);
	height: 30px;
}
.dottedHlineTabs {
	background-image: url(../images/dotted_line_tabs.gif);
	height: 5px;
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 15px;
}
.dottedVLine {
	border-right-style: dotted;
	border-right-color: #CCCCCC;
	border-right-width: 1px;
}
.Logo10year {
	margin-left: 12px;
	margin-bottom: 0px;
	margin-right: 15px;
	margin-top: 15px;
}
