/* CSS Document */

html {
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#49453c;
	line-height:13px;
	background-color: #ffffff;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* You can change the width of this container to whatever the width of the site is, but
you need to have a width on the container. Check the width of the main table too.*/

#container {
	padding:0;
	width:879px;
	margin-right: auto;
	margin-left: auto;
}
#container #header_top {
	background-image: url(images/header_top.png);
	height: 45px;
	width: 879px;
	padding-top: 20px;
}
#container #navigation {
	height: 38px;
	width: 879px;
	background-color: #CCCCCC;
	background-image: url(images/nav_bg.png);
}
#container #content {
	background-image: url(images/main_bg.png);
	width: 879px;
	background-repeat: repeat-y;
}
#container #content #left {
	width: 290px;
	float: left;
}
#container #content #left #left_top {
	background-image: url(images/left_top.png);
	height: 34px;
	width: 290px;
}
#container #content #left #left_middle {
	background-image: url(images/left_bg.png);
	background-repeat: repeat-y;
	width: 245px;
	padding-left: 25px;
	padding-right: 20px;
}
#container #content #left #left_bottom {
	height: 36px;
	width: 290px;
	background-image: url(images/left_bottom.png);
}
#container #content #right {
	float: right;
	width: 545px;
	padding-right: 25px;
	padding-top: 15px;
}
#container #content #clear {
	background-image: url(images/main_bottom.png);
	background-repeat: no-repeat;
	height: 24px;
	width: 879px;
	clear: both;
}
#container #subheader {
	width: 879px;
}
#container #subheader #bottomnav {
	background-color: #CCCCCC;
	width: 879px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #000099;
	line-height: 7px;
}
#container #subheader #top {
	height: 22px;
	width: 879px;
	background-image: url(images/subhead_top.png);
	background-repeat: repeat;
}
#container #subheader #middle {
	background-image: url(images/subhead_bg.png);
	background-repeat: repeat-y;
	width: 729px;
	padding-left: 75px;
	padding-right: 75px;
	font-size: 11px;
}
#container #subheader #bottom {
	background-image: url(images/subhead_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 879px;
}
#container #subheader #webworks {
	padding-top: 15px;
	padding-bottom: 15px;
	color: #CCCCCC;
	font-size: 11px;
}




/* ----------- HEADER STYLES ------------ */

h1 {
	font-weight:normal;
	font-size:13px;
	display:inline
}

h2 {
	font-weight:normal;
	font-size:13px;
	display:inline
}

h3 {
	font-weight:normal;
	font-size:13px;
	display:inline
}
  
table, td {
	border-collapse:collapse;
}

table, td, img {
	border:0; 
	padding:0;
}

form, td {
	margin:0; 
	padding:0;
}

br {
	font-size:10px;
}

table{
	border:0px; 
	border-collapse:collapse;	
}

td, input, textarea{
	font-size:13px;
    font-family:Tahoma;
	color:#49453c;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

td, select, input {
	font:13px tahoma, arial, helvetica, sans-serif; 
	color:#49453c; 
	vertical-align:top;  
	text-align:left;
}

img a { 
	border:0px;
}

img { 
	vertical-align:top;
}

b {
	color:#f32648;
}

/* ------------ CHANGE LINK COLOR HERE ------------ */

.header{
	font-size:16px;
	font-weight:bold;
	color:#0000FF;
}
.subheader{
	font-size:13px;
	font-weight:bold;
	color:#0000FF;
}
a.body:link{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.body:visited{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.bottom:link{
	color:#CCCCCC;
	font-size:11px;
	text-decoration:underline;
}

a.bottom:visited{
	color:#CCCCCC;
	font-size:11px;
	text-decoration:underline;
}
a.bottomnav:link {
	color: #000099;
	font-size: 11px;
}
a.bottomnav:visited {
	color: #000099;
	font-size: 11px;
}


a:link{
	color:#49453c;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#49453c;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

ul {
	line-height:1.3em;
}

/*li{ 
	margin:0px; 
	padding-left:8px; 
	line-height:18px ;
}
li a{
	color:#ffffff; 
	text-decoration:underline;
}
li a:hover{
	color:#ffffff; 
	text-decoration:none;
} */

.clear{clear:both;}
.noshow {
	display: none;
}
