/* CSS Document */

/*Main*/

body {
	margin-top:0;
	margin-left:0;
	margin-bottom:0;
	margin-right:0;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}

td {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}

th {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}

/*End Main*/

/*Header Text formatting*/

h1 {font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-size: 20px;
	color:#5e5e5e;
}

h2 {font-family: 'Lato', sans-serif;
    font-weight: 900;
	font-size:14px;
	margin-bottom:1em;
	text-shadow:1px 1px 1px #999999;
}

h3 {font-family: 'Lato', sans-serif;
    font-weight: 900;
	font-size:12px;
	margin-top:2px;
	
}

h4 {font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#000000;
}

.contacttxtwhite {font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#ffffff;
}

.contacttxtyellow {font-family: 'Lato', sans-serif;
	font-size:14px;
	color:#efa72d;
}

.whitetext { color:#FFF;				
}

.tablebg {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image:url(../images/common_files/tab_bg_grad-main.png);
	background-repeat:no-repeat;
	background-position:center bottom;	
}

/*End Header Text formatting*/

/*Logo Banner Text formatting*/

.topbanner1 {font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color:#FFF;
}

.topbanner2 {font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color:#efa72d;
}

.topbanner1b {font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 21px;
	color:#FFF;
}

.topbanner2b {font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 21px;
	color:#efa72d;
}

/*End Logo Banner Text formatting*/

/*List styling*/

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

/*End list styling*/

/*Footer Section*/

.footertxt {font-family: 'Lato', sans-serif;
	font-size: 12px;
	color:#FFF;
}

.footer {
	padding-left: 20px;
    background-image: url("../images/common_files/footer/bullet.png");
    background-repeat: no-repeat;
    background-position: 0px 2px;
    margin-top: 6px;
	margin-bottom: 12px;
}

/*End Footer Section*/