/* CSS Document by Tyler Laczko*/

* {margin: 0;
    padding: 0;
}

body { font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}

#header {
	background-image: url(../images/sunset.jpg);
	height: 100px;
}

#header_menu{
	background-image: url(../images/header_menu.jpg);
	background-repeat: repeat-x;
	text-align: right;
	height: 73px;
	padding-top: 10px;
}

#container {
	font-size: 0.5em;
}

#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	height: 23px;
	text-align: center;
	font-size: .9em;
	padding-top: 60px;
}

p{  margin-top: 8px;
	margin-bottom: 8px;
}

#header h1{
	padding-top: 15px;
	padding-left: 20px;
	text-decoration:none;!important
}

.heading_color{
	color: #FF9900;	
}


h2 {
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

h3 {margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #A7AAB3;
}

#menuTab {
	background-image: url(../images/menu_tab.jpg);
	height: 31px;
	width: 146px;
	padding-top: 5px;
	padding-left: 15px;
}


.thumbs {border: 1px solid gray;
         margin: 5px;
		 padding: 1px;
}

a:link {color: #000000}     /* unvisited link */
a:visited {color: #333333}  /* visited link */
a:hover {color: #6b2a18}   /* mouse over link */
a:active {color: #FF3333}   /* selected link */

.navigation a:link {color: #222222; text-decoration:none;}     /* unvisited link */
.navigation a:visited {color: #222222; text-decoration:none;}  /* visited link */
.navigation a:hover {color: #6b2a18; text-decoration:none;}   /* mouse over link */
.navigation a:active {color: #FF6666; text-decoration:none;}   /* selected link */

#footer a:link {text-decoration:none;}     /* unvisited link */
#footer a:visited {text-decoration:none;}  /* visited link */
#footer a:hover {text-decoration:none;}   /* mouse over link */
#footer a:active {text-decoration:none;}   /* selected link */

.login a:link {color:#DDDDDD; text-decoration:none;}     /* unvisited link */
.login a:visited {color:#DDDDDD; text-decoration:none;}  /* visited link */
.login a:hover {color:#FFFFFF; text-decoration:none;}   /* mouse over link */
.login a:active {color:#FFFFFF; text-decoration:none;}   /* selected link */

/***********************************'   Left side Menu  *******************************/

#navlist
{
	padding-left: 0;
	margin-left: 0;
	border-bottom: 1px solid #C2C2CA;
	width: 190px;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.25em;
	border-top: 1px solid #C2C2CA;
}

#navlist li a {
	text-decoration: none;

}

/***********************************'  Header Menu  ****************/

.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-weight: bold;
	font-size: 1.1em;
}

.navigation
{
	font-size:1.0em;
	font-weight: bold;
}
.login
{
	display: inline;
	font-size:0.8em;
	font-weight: bold;
	vertical-align:bottom;
	color:#FFFFFF;
}

#tableRowHeading
{
	font-size:1.2em;
	font-weight:bolder;
	text-align:left;
}

#caption
{
	font-size:0.7em;
	font-style:italic;
}


#siteMap
{
	text-decoration:none;
	font-size: .9em;
}

#pageLinks
{
	text-decoration:none;
	font-size: .9em;
}