/* CSS Document */
body
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #8E2E1A;
	text-align:center;
	margin:0;
	background: url(../assets/images/gradient.jpg);
}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	color:#8E2E1A;
}

h1 img
{
	border-left: 4px solid #e39950;
	border-right: 4px solid #e39950;
	border-top: 4px solid #8E2E1A;
	border-bottom: 4px solid #8E2E1A;
}

h1 a
{
	text-align: center;
	text-decoration: none;
	list-style-type:none;
	font-size: 14px;
	color:#e39950;
}

a
{
	text-decoration: none;
}

p
{
	text-align: justify;
	line-height: 150%;
}

#container
{
	position: relative;
	width: 1024px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background:url(../assets/images/bg1.jpg);
	border: 2px solid #8E2E1A;
}

/* this styles the header */

#header
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 3px solid #8E2E1A;
}

/* this is the styling for the navigation bar*/

#nav
{
	width: 170px;
	height: 520px;
	float: left;
	text-align: left;
	margin-top: 10px;
	margin-left: 10px;
	background-color:#e39950;
	border: 1px solid #8E2E1A;
	padding-bottom: 10px;  
	
}

/*this is the styling for the buttons in the navigation bar*/

#buttons
{
	vertical-align: top;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#buttons li

{
	border-bottom: 1px solid #8E2E1A;
}

#buttons li a

{
	font-size: 14px;
	color: #8E2E1A;
	display: block;
	padding: 1em;
}
	
#buttons li a:hover

{
	color: #fdebcf;
	background-color: #BD693A;
	padding: 1em;
}

/* this is the styling for the sub-category buttons in the navigation bar */

ul#subbuttons
{
	vertical-align: top;
	list-style-type: none;
	line-height: 80%;
	margin: 0;
	padding: 0;
}

ul#subbuttons li a

{
	font-size: 11px;
	color: #8E2E1A;
	display: block;
	padding: 1em;
}
	
ul#subbuttons li a:hover

{
	color: #fdebcf;
	background-color: #BD693A;
	padding: 1em;
}

.indent
{
	padding-left: 0;
	text-indent: 30px;
}

/*this is to style the list containing the access key, high contrast and normal contrast button */

#accessibility
{
	vertical-align: top;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#accessibility li

{
	background-color:#e39950;
	border-bottom: 1px solid #8e2e1a;
}

#accessibility li a

{
	font-size: 11px;
	color: #8E2E1A;
	display: block;
	padding: 5px;
}
	
#accessibility li a:hover

{
	color: #8E2E1A;
	background-color: #BD693A;
	padding: 5px;
}

.indent
{
	padding-left: 0;
	text-indent: 30px;
}

/* this is the styling for the left div which contains images */

#left
{
	float: left;
	width: 240px;
	height: 520px;
	margin-top: 10px;
}

#left h1
{
	text-decoration: none;
	margin: 0;
	color: #8E2E1A;
	text-align: center;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}

#left h1 img
{
	text-align: center;
	width: 200px;
	border-top: 4px solid #d5863c;
	border-right: 4px solid #fdebcf;
	border-bottom: 4px solid #d5863c;
	border-left: 4px solid #fdebcf;
}

/*this is the styling for the middle div which contains the content */

#middle
{
	float: left;
	width: 335px;
	height: 520px;
	background-color: #e39950;
	border: 1px solid #8E2E1A;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
	
#middle h1 img
{
	border: none;
	width: 275px;
	border-top: 4px solid #d5863c;
	border-right: 4px solid #fdebcf;
	border-bottom: 4px solid #d5863c;
	border-left: 4px solid #fdebcf;
}

/* this is the styling for the right div which contains images */

#right
{
	float: left;
	width: 235px;
	height: 520px;
	margin-top: 10px;
}

#right h1
{
	text-decoration: none;
	margin: 0;
	color: #8E2E1A;
	text-align: center;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
}

#right h1 img
{
	text-align: center;
	width: 200px;
	border-top: 4px solid #d5863c;
	border-right: 4px solid #fdebcf;
	border-bottom: 4px solid #d5863c;
	border-left: 4px solid #fdebcf;
}

/* this styles the footer */
	
#footer
{

	clear: both;
	width: 700px;
	margin-left: 250px;
	padding-top: 5px;
	height: 20px;
}

/*this styles the current page so the user knows which page he is viewing*/

#currentpage

{
	background:#fdebcf;
}

/*this class styles the copyright at the bottom of each page */

.footnote

{	text-align:center;
	color: #8e2a1a;
	font-size: 10px;
}

/* the classes below allow styling of different tags in the page */

.center
{
	text-align: center;
}

.lineheight
{
	line-height: 110%;
	font-size: 11px;
	color:#fdebcf;
}

.border
{
	border-left: 4px solid #fdebcf;
	border-right: 4px solid #fdebcf;
	border-top: 4px solid #d5863c;
	border-bottom: 4px solid #d5863c;
}

.accesskey1
{
	color: #000000;
	font-size:14px;
}

.accesskey2
{
	color: #000000;
	font-size:11px;
}
