@charset "UTF-8";
/* CSS Document */

/***********NON ID/CLASS DECLERATIONS****************/

body {
	background:#a3b4d8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

img {
	padding:0;
	margin:0;
}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1b429a;
	font-size:40px;
	margin-bottom:0;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1b429a;
	font-size:18px;
	text-align:center;
	text-decoration:underline;
	padding-top:5px;
	margin-bottom:3px;
}

p {
	line-height:17px;
	font-size:12px;
}

/****************BACKGROUND**********************/

.background {
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	height:700px;
	background-position:top center;
	padding-top:20px;
}

.whiteBG {
	background-color:#fff;
	width:960px;
	margin:0 auto;
	padding-bottom: 20px;
}

/**********************HEADER********************/

.header {
	background:#d2dcf3;
	height:98px;
}

#logo {
	padding-top:13px;
	background:#d2dcf3;
}

#name {
	padding-top:30px;
}

/******************MAIN CONTENT*********************/

.banner {
	padding-left:7px;
}

.mainContent {
	padding-left:3px;
}

.mainContent a {
	margin:15px 0;
}

.mainContent p {
	padding-right:5px;
}

/*******************SEARCH BUTTONS******************/

a.search {
	background-image:url(../images/btnSearch.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:451px;
	height:56px;
	display:block;
}

a.search:hover {
	background-position:-451px 0;
}

a.credit {
	background-image:url(../images/btnCredit.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:451px;
	height:56px;
	display:block;
}

a.credit:hover {
	background-position:-451px 0;
}

a.contact {
	background-image:url(../images/btnContact.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	width:451px;
	height:56px;
	display:block;
}

a.contact:hover {
	background-position:-451px 0;
}

/*********************SIDEBARS**********************/

.leftSidebar {
	border-left:solid 1px #b3b2b2;
	text-align: center;
	padding-left:18px;
	height:100%;
}

.leftSidebar img {
	margin:10px 0;
}

.rightSidebar {
	border-left:solid 1px #b3b2b2;
	text-align: center;
	padding-left:15px;
	height:471px;
}

.rightSidebar img {
	margin:10px 0;
}

.rightSidebar p {
	text-align:left;
	padding:10px 0 0 4px;
	margin-bottom:10px;
}

.rightSidebar a {
	font-size:10px;
	margin:0 70px 0 0;
}

.grid_3 {
	border-left:solid 1px #eaeaea;
}

/*********************FOOTER**********************/

.footer {
	text-align:center;
	padding-top:30px;
}

.footer a {
	display:inline-block;
	color:#fff;
	font-size:10px;
	text-decoration:none;
	padding:0 20px;
	border-right:solid 1px #fff;
	margin-bottom:40px;
}

.footer a:hover {
	text-decoration:underline;
}

