/**********************************************************************************************

	Title: Main CSS for JETA Payee
	Author: Definitive Design Studio
	Date: May 18, 2010 

***********************************************************************************************

	1. Global Reset
	
	2. General Elements
	
	3. Layout
		3.1 Header
		3.2 Content
		3.3 Footer

	4. Classes
***********************************************************************************************/


/* 1. Global Reset
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
* { 
	margin:0; 	
	padding:0;
}

/* 2. General Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	line-height: 16px;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
	display: in-line;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	line-height: 22px !important;
	color: #000;
	text-align: justify;
}

h2 {
	padding: 10px 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 16px;
	color: #000;
}

p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

li {
	margin: 0 0 0 75px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}	

form {
	margin-left: 35px;
}

/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

#container {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	height: auto;
}

.left_circles {
	background: url('../images/circles.png') no-repeat;
	float: left;
	left: 0;
	top: 0;
	height: 595px;
	width: 121px;
}

/* 3.1 HEADER
-----------------------------------------------------------------------------------------------
===============================================================================================*/

#header {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height:149px;
	background: url('../images/header.jpg') no-repeat;
}

.header_logo {
	position: relative;
	left: 15px;
	top: 28px;
	height: 60px;
	width: 310px;
}

.nav {
	float: right;
	padding-top: 50px;
	width: 670px;
}

.nav ul {
	list-style-type: none;
	display: inline;
}

.nav li {
	margin: 0;
	padding: 0;
	width: 80px;
	display: inline;
}

.nav a {
	width: 80px;
	padding: 0 17px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 1px;
	color: #565656;
}

.nav a:hover {
	color: #fff;
}


/* 3.2 CONTENT
-----------------------------------------------------------------------------------------------
===============================================================================================*/

#content {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 200px;
}

.text {
	width: 630px;
	padding-left: 143px;
	padding-top: 10px;
}

.index_text {
	padding: 0 0 0 75px;
	height: 120px;
	width: 650px;
}

.index_text h1 {
	float: left;
	width: 250px;
	padding: 85px 0 0 30px;
}

.index_text img {
	position: relative;
	top: 60px;
	left: 40px;
}

/* 3.3 FOOTER
-----------------------------------------------------------------------------------------------
===============================================================================================*/

#footer {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 246px;
	background: url(../images/footer.jpg) repeat-x;
}

#footer p {
	font-size: 10px;
	text-align: justify;	
}

.left {
	float: left;
	width: 190px;
	margin: 75px 0 0 15px;
	padding-right: 15px;
	height: 100px;
	border-right: 1px solid #CCC;
}

.center {
	float: left;
	width: 190px;
	margin: 75px 0 0 15px;
	padding-right: 15px;
	height: 100px;
	border-right: 1px solid #CCC;
}

.right {
	float: left;
	width: 205px;
	margin: 75px 5px 0 15px;
	height: 100px;
}

.copyright {
	margin: 0 auto;
	width: 800px;
	position: relative;
	top: 10px;
}

.thanks {
	width: 620px;
	padding-left: 140px;
	padding-top: 50px;
}
	
/* 4. Classes
-----------------------------------------------------------------------------------------------
===============================================================================================*/

.smallText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

.smallText a {
	color: #000;
}

.footerLinks a:hover {
	color: #106bac;
}