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

/* ----------- For links.php ---------- */
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #F4FFE4;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

/* ------ Header styles ----- */
#header {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	height: 150px;
}

#header img {
	margin-top: 50px;
	margin-left: 10px;
	position: absolute;
}

/* --- Main navigation styles --- */
#navigation ul {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	top:15px;
	width:640px;	/* Total width of the navigation bar */
	list-style: none;
	}
	

#navigation ul li {
	float: left;
	}
	
#header h1 {
	font-size: 1.8em;
	font-weight: bold;
	color: #993300;
	text-align: center;
	margin-bottom: 0px;
}
#header h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 0px;
}


#navigation ul a {
	padding: 0 2.1em;	/* The 4.1em is the left and right padding (widens the buttons */
	font-size: 12px;
	line-height: 40px;	/* Total height of the navigation bar - 1.5em in RWA */
	text-decoration: none;
	color:#F4FFE4;		/* Light green text */
	float:left;
	display:block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F4FFE4;
	background-image: url(../Assets/Images/CenterNavigation.gif);
	background-repeat: no-repeat;
	background-position: left;
	}

/* First element in the Help navigation bar */
#navigation ul a.first {
	border-left-style: none;
	background-image: url(../Assets/Images/LeftNavigation.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}

/* Last element in the Help navigation bar */
#navigation ul a.last {
	background-image: url(../Assets/Images/RightNavigation.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}
	
#navigation  ul a:hover{
	color: #FF9900;		/* Light orange */
	}

/* ---- Place to put the link exchange content --- */
#exchangeTitle {
	margin-left: auto;
	margin-right: auto;
	padding-top: 0.3em;
	padding-bottom: 0;
	margin-bottom: 0;
	width: 610px;
	border-top-style: solid;
	border-width: 1px;
	border-top-color: #333333;
}
#exchange {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0.1em 5px 0.3em 5px;
	background-color:#D5EDB3;
	width: 600px;
	border-bottom-width: 1px;
	border-bottom-color:#333333;
}

h1 h2 h3 h4 h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	color: #993300;
	text-align: left;
}

h3 {
	color: #000000;
	text-align: center;
	font-size: 1.2em;
}

h5 {
	font-size: 1.0em;
	color: #333333;
	text-align: left;
}

/* --- Form Styles --- */
form {
	border: 1px ridge #993300;
	padding: 0.5em;
	height: 255px;
}


input.txt {
	color: #333333;
	background-color: #F4FFE4;
	width: 250px;
}

input.btn {
	color: #333333;
	background-color: #F4FFE4;
}

textarea {
	color: #333333;
	background-color: #F4FFE4;
	width: 250px;
}

select {
	color: #333333;
	background-color: #F4FFE4;
	width: 200px;
}

#formside1 {
	position: absolute;
	height: 250px;
	width: 290px;
}

#formside2 {
	height: 250px;
	width: 290px;
	float: right;
}

#wrapper #content #message {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px;
	height: 2em;
	border: 1px solid #000099;
	background-color: #003399;
}

#side1 {
	position: absolute;
	margin-left: 10px;
	text-align: left;
	height: 100px;
	width: 290px;
}

#side2 {
	text-align: left;
	height: 100px;
	width: 290px;
	float: right;
}

#footer {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px #000000 solid;
	margin-top: 133px;
	text-align: center;
	font-size: 0.75em;
}

#wrapper #listlinks {
	border-top: 1px solid #000000;
	padding-top: 10px;
	padding-bottom: 2em;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#wrapper #listlinks p {
	margin-bottom: 0px;
	margin-top: 0.2em;
	line-height: 1.0em;
}

#listlinks ul {
	padding-left: 15px;
	margin-left: 0;
}

#listlinks li {
	padding-top: 1em;
}

