/*Revised Styles for JTA
Designise, May 2009*/

/* Normalization */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}

/* link styles */

a:link {
	text-decoration: none;
	color: rgb(255,255,255);
}
a:visited {
	text-decoration: none;
	color: rgb(255,255,255);
}
a:hover {
	text-decoration: none;
	color: rgb(93,115,115);
}
a:active {
	text-decoration: none;
	color: rgb(93,115,115);
}
#jta_facts a:link {
	text-decoration: none;
	color: rgb(93,115,115);
}
#jta_facts a:visited {
	text-decoration: none;
	color: rgb(93,115,115);
}
#jta_facts a:hover {
	text-decoration: none;
	color: rgb(0,0,0);
}
#jta_facts a:active {
	text-decoration: none;
	color: rgb(0,0,0);
}

/* structure */

body {
	background-color: rgb(255,255,255);
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header {
	height: 138px;
	width: 100%;
	background-image: url(../Images/header_gradient_sec.jpg);
	background-repeat: repeat-x;
}
#container {
	margin: 0 auto;
	min-height: 329px;
	width: 100%;
	background-color: rgb(123,145,145);
	position: relative;
}
#nav_top {
	height: 138px;
	width: 932px;
	margin: 0 auto;
	background-image: url(../Images/jta_logo_sec.gif);
	background-repeat: no-repeat;
	background-position: 50% 14px;
}
/*.float_left {
	float: left;
}*/
#footer {
	width: 100%;
	background-image: url(../Images/footer_gradient_sec.jpg);
	background-repeat: repeat-x;
	height: auto;
	text-align: center;
}
#jta_facts {
	padding: 30px 0px 0px 0px;
	height: 128px;
	width: 800px;
	margin: 0px auto 0px auto;
}
#content {
	margin: 0px auto;
	height: auto;
	width: 760px;
}
/*#content ul {
 	list-style: none;
	padding: 24px 0 0 70px;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
}
/*#content ul ul {
 	list-style: none;
	padding: 0 0 0 20px;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
}*/
.column {
	padding: 0 0 px 0;
	float: left;
	height: auto;
	width: 380px;
}
#content p {
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin: 12px 0 0 0;
	padding: 0 24px 0 70px;
}
#content h2 {
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color: rgb(255,220,51);
	margin: 20px 0 0 0;
	width: 250px;
}
#content h1 {
	font-size: 14px;
	font-weight:bold;
	line-height: 18px;
	color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 250px;
}
#jta_facts p {
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin: 10px 0 0 0;
	padding: 0 55px 0 90px;
	text-align: left;
}
#jta_facts h2 {
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color: rgb(255,220,51);
	margin: 0 0 0 20px;
	padding: 0 35px 0 0;
}
#jta_facts ul {
 	list-style:none;
 	margin: 10px 0 0 90px;
}
#jta_facts li {
	float:left;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	padding-right: 12px;
}
.green {
	color: rgb(0,255,51);
}
#jta_facts h3 {
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color: rgb(93,115,115);
    padding: 0 0 0 90px;
	text-align: left;
}
.submenu {
	height: 24px;
	width: 360px;
	padding: 32px 0 0 70px;
}
.submenu ul{
 	list-style: none;
}
.submenu li{
	float: left;
	font-size: 10px;
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
}
.white {
	color: #FFFFFF;
	font-weight: bold;
}
/*#column1 {
	height: auto;
	width: 375px;
	float: left;
}
#column2 {
	height: auto;
	width: 375px;
	float: left;
}
#column3 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 250px;
	float: left;
}*/
.projects_list {
	font-size: 11px;
	line-height: 24px;
	color: rgb(0,0,0);
}
