﻿/******************
HTML Tags
******************/


@font-face {
    font-family: 'HelveticaLTS';
    src: url("\Css\HelveticaLTStd-Roman.otf") format("opentype");
}

@font-face {
    font-family: "NeoSansStd";
    src: url("\css\NeoSansStd-Regular.otf") format("opentype");
}

body {
	font-family:HelveticaLTS,Arial,"Times New Roman", Times, serif; /* "Neo Sans Std"  "MS Sans Serif",Helvetica,Arial,sans-serif, */
	color:#666666;
	margin:10px 0px 0px 0px;
	font-size:14px;
	background: url(bg-main.jpg) repeat-x;
    text-align: center;
    height: 100%;
	}
	
#wrapper {
	width: 90%;
	margin: 0 auto 0 auto;
	text-align:left;
	}	
#wrapper2 {
	width: 90%;
	margin: 0 auto 0 auto;
	text-align:left;
	}	
#wrapper3 {
	width: 90%;
	margin: 0 auto 0 auto;
	text-align:left;
	}	
/******************
FORM STYLES
******************/

#content form {
	margin:20px 0px;
	padding:0px 0px 0px 0px;
	}

#content fieldset {
	margin:10px 0px 20px 0px;
	padding:0px 20px 20px 20px;
	border:6px solid #E6E6E6;
	}

/* a nested fieldset */
#content fieldset fieldset {
	margin:15px 0px 5px 0px;
	padding:0px 5px 5px 5px;
	}

#content legend {
	margin-bottom:0px;
	padding:0px 10px 5px 5px;
	color:#666666;
	font-weight:bold;
	}

/* a nested legend */
#content fieldset fieldset legend {
	margin-bottom:0px;
	padding:0px;
	font-weight:bold;
	}

#content label {
	display:block;
	padding-top:8px;
	}

/******************
SIDE SEARCH FORM
******************/

#side form {
	margin:10px 0px;
	padding:0px;
	}
	
#side fieldset {
	margin:0px;
	padding:0px;
	border:none;
	}
	
#side legend {
	display:none;
	}

#side label {
	display:none;
	}
	
#side input {
	display:block;
	}

.button-search {
	margin-top:4px;
	}
	
.searchbox {
	}
 
.TopBorder
{
    border-right: Gray 1px solid;
    border-top: Gray 1px solid;
    background: #DCDCDC;
    border-left: Gray 1px solid;
    color: black;
    border-bottom: Gray 1px solid;
}
 
.SelectedTopBorder
{
    border-right: Gray 1px solid;
    border-top: Gray 1px solid;
    background: none transparent scroll repeat 0% 0%;
    border-left: Gray 1px solid;
    color: black;
    border-bottom: Gray 0px solid;
}
.style1 {
	font-family: NeoSansStd, Georgia, "Times New Roman", Times, sans-serif;
	text-align:left;

}
.style6 {
	font-family: HelveticaLTS, Arial, Helvetica, sans-serif;
	font-size: .15;
}
.style10 {font-family: HelveticaLTS, Arial, Helvetica, sans-serif}
.style13 {font-family: HelveticaLTS, Arial, Helvetica, sans-serif; font-size: 12px; }
.style16 {font-size: 12px}
.style17 {
	font-size: 16px;
	font-family: HelveticaLTS, Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.style28 {color: #000000; font-family: HelveticaLTS, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
.style31 {font-family: HelveticaLTS,Arial, Helvetica, sans-serif; color: #666666; }
.style32 {color: #666666}
.style33 {font-size: 14px; font-family: HelveticaLTS,Arial, Helvetica, sans-serif;}
.style34 {font-size: 14px}
.style1M {
	text-align: left;
	font-family: HelveticaLTS,Verdana;
	text-decoration: underline;
	font-size: small;
}
.style2M {
	font-family: HelveticaLTS,Calibri;
	border-left: 1px solid #C0C0C0;
	border-right-style: solid;
	border-right-width: 1px;
	border-top: 1px solid #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.style3M {
	border-width: 0;
}
.style4M {
	text-align: center;
	font-family: HelveticaLTS,Verdana;
}
 p.MsoNormal
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:10.0pt;
	margin-left:0in;
	line-height:115%;
	font-size:11.0pt;
	font-family: HelveticaLTS,Calibri,"sans-serif";
	}
a:link
	{color:blue;
	text-decoration:underline;
	text-underline:single;
}
.style6M {
	text-indent: -.25in;
	line-height: 115%;
	font-size: 11.0pt;
	font-family: HelveticaLTS,Calibri, sans-serif;
	margin-left: .5in;
	margin-right: 0in;
	margin-top: 0in;
	margin-bottom: .0001pt;
}
.style7M {
	line-height: 115%;
	font-size: small;
	font-family: HelveticaLTS,Verdana;
	margin-left: .5in;
	margin-right: 0in;
	margin-top: 0in;
	margin-bottom: 10.0pt;
}
.style8M {
	text-align: left;
}
.style9M {
	font-family: HelveticaLTS,Verdana;
}
.style10M {
	font-family: HelveticaLTS,Verdana;
	font-size: small;
}
.style11M {
	font-size: small;
}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color:#006699;
	text-decoration:underline;
	}

a:visited {
	color:#069;
	text-decoration:underline;
	}

a:hover {
	color:#339900;
	text-decoration:none;
	}

a:active {
	color:#FF6600;
	text-decoration:underline overline;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#mainnav a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

#mainnav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#mainnav a:hover {
	color:#FEFFBE;
	text-decoration:underline;
	}

#mainnav a:active {
	color:#FFDDDD;
	text-decoration:underline overline;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#breadcrumbs a:link, #breadcrumbs a:visited  {
	color:#F5AA48;
	text-decoration:none;
	}

#breadcrumbs a:hover {
	color:#F5C648;
	text-decoration:underline;
	}

#breadcrumbs a:active {
	color:#FF6600;
	text-decoration:underline overline;
	}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
#side ul a:link, #side ul a:visited  {
	color:#006699;
	text-decoration:none;
	}

#side ul a:hover {
	color:#006699;
	text-decoration:underline;
	}

#side ul a:active {
	color:#006699;
	text-decoration:underline overline;
	}
/******************
HEADINGS
******************/

h1 {
	font-family: NeoSansStd, Arial;
	text-align: center;
    font-size: 30px;
    color: #2B482B;
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;	
	}

h2 {
	font-family: NeoSansStd, Arial;
	text-align: center;
    font-size: 26px;
    display: block;    
    color: #2B482B;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
	}
h3 {
	font-family: NeoSansStd, Arial;
	text-align: center;
    font-size: 24px;
    display: block;
    color: #2B482B;
    text-align: center;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
	}
	
	
h4 {
	font-family: Arial, NeoSansStd;
	text-align: center;
    font-size: 20px;
    display: block;
    color: #2B482B;
    /* -webkit-margin-before: 0;
    -webkit-margin-after: 0; */
	}
@-moz-document url-prefix() {
	h4 {
		font-family: Arial, NeoSansStd;
		text-align: center;
		font-size: 20px;
		display: block;
		color: #2B482B;
		-webkit-margin-before: 0;
		-webkit-margin-after: 0; 
		margin-top: -3px;
	}
}	
<!--[if IE]>
<style type='text/css'>
/*This will work for IE*/
h4 {
	font-family: Arial, NeoSansStd;
	text-align: center;
    font-size: 20px;
    display: block;
    color: #2B482B;    
}
</style>
<![endif]-->
	
h5 {
    font-family: NeoSansStd, Arial;
	text-align: center;
    font-size: 18px;
    display: block;
    color: #2B482B;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
	}
	
h6 {
	font-family: NeoSansStd, Arial;
	text-align: center;
    font-size: 14px;
    display: block;
    color: #2B482B;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
	}

#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
#title {
	font-family:HelveticaLTS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:italic;
	font-weight:bold;
	color:#333333;
	}	
#title1 {
	font-family:HelveticaLTS,Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style:italic;
	font-weight:bold;
	color:#333333;
	}	
/******************
Layout Divs
******************/

#sitename {
	font-size:2.3em;
	margin:0px;
	color:#FFFFFF;
	padding:18px 0px 0px 30px;
	}

#sitename a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
	
#header-container {
	width:760px;
	height:144px;
	margin-left:auto;
	margin-right:auto;
	background: #006699 url(bg-header.jpg) no-repeat;
	}
#contentma1280 {
	width:720px;
	margin-left:230px;
	margin-right:auto;
	
	}	

#mainnav {
    padding: 40px 0px 0px 33px;
	}

#breadcrumbs {
	color:#F7E0F0;
	padding:18px 0px 0px 33px;
	font-size:.8em;
	}

#side {
	float:left;
	font-size:.9em;
	margin-bottom:18px;
	}

#content_2 {
	width:510px;
	margin-left:0px;
	}
#content {
	width:510px;
	margin-left:200px;
	}
#contentma {
	width:510px;
	margin-left:auto;
	margin-right:auto;
	}
#three-column-container {
	width:100%;
	margin:10px 0px;
	}

#three-column-left {
	float:left;
	width:30%
	}

#three-column-right {
	float:right;
	width:30%
	}

#three-column-middle {
	width:30%;
	margin:0px 32% 0px 35%
	}

#footer {
	width:760px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	background: #006699 url(bg-footer.jpg) no-repeat;
	color:#FFFFFF;
	font-size:.95em;
	}
#Fraudfooter {
	width:760px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	background: #006699 url(bg-footer.jpg) no-repeat;
	color:#FFFFFF;
	font-size:.95em;
	}

/******************
MAIN MENU ITEMS
******************/

#mainnav ul {
	margin:0px;
	padding:0px;
	}

#mainnav li {
	padding:0px;
	list-style:none;
	display:inline;
	padding:0px 20px 0px 0px;
	}

/******************
SIDE LIST MENUS
******************/

#side ul {
	margin:0px;
	padding:0px;
	}

#side li {
	list-style:none;
	padding:6px 10px 6px 15px;    
}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:2px 0px 2px 16px;
	margin:0px;
	background: url(bullet.gif) no-repeat;
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content ul.link-list-vertical li a:link {
	padding:2px 0px 2px 16px;
	background: url(bullet-link.gif) no-repeat;
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 16px;
	background: url(bullet-link-visited.gif) no-repeat;
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 16px;
	background: url(bullet-link-hover.gif) no-repeat;
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li a:active {
	padding:2px 0px 2px 16px;
	background: url(bullet-link-active.gif) no-repeat;
	background-position: 0 .1em;
	}

/******************
TABLE STYLES
******************/

.table {
	width:100%;
	background:#CCE1EC;
	border:6px solid #E6E6E6;
	border-collapse:collapse;
	}
	
.table td {
	padding:10px 2px;
	color:#000000;
	}

thead th, tfoot th{
	padding:6px 2px;
	background-color:#006699;
	color:#FFFFFF;
	text-transform: uppercase;
	font-weight:bold;
	}

.table-row-1 td {
	background:#FFFFFF;
	}

.table-row-2 td {
	}

/******************
CLASSES
******************/

.none {
	display:none;
	}
	
.clear {
	clear:both;
	}

.button-big {
	margin-top:8px;
	}

img.photobig, img.photosmall {
	border:10px solid #006699;
	}

img.photosmall {
	margin-right:25px;
	margin-bottom:8px;
	float: left;
	}
	
img.photomedium {
	margin-right:25px;
	margin-bottom:8px;
	float: left;
	}