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

body {
	background-image:url(images/grid-repeat.png);
}
body, td, tr {
	margin:0px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h1 {
	font-size:17px;
	margin-bottom:7px;
	margin-top:15px;
	font-weight:normal;
}
h2 {
	background-image:url(images/bg-header.png);
	background-position:right;
	background-repeat:no-repeat;
	width:98%;
	padding:0px;
	padding-top:2px;
	padding-left:5px;
	color:#FFF;
	font-size:10px;
}
a {
	color:#EC1C24;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:underline;
}

/* Template styles */

#contact {
	width:156px;
}
#header-t {
	background-image:url(images/header-t.png);
	height:64px;
}
#banner {
	width:936px;
}
.left {
	background-image:url(images/left-t.png);
	background-repeat:no-repeat;
	background-position:top right;
}
.content {
	background-image:url(images/content-t.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFF;
	line-height:17px;
}
#content-main {
	color:#333;
	padding:12px;
	padding-left:25px;
	padding-right:25px;
	text-align:justify;
}
.right {
	background-image:url(images/right-t.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#spacer {
	height:13px;
	background-color:#b6b6b7;
}
#spacer2 {
	height:13px;
}
#mod-wrapper {
	width:163px;
}
#mod1-t {
	background-image:url(images/bg-mod1-header.png);
	height:16px;
	padding-top:4px;
	padding-left:5px;
	font-size:10px;
	font-weight:bold;
}
#mod1-bg {
	background-image:url(images/bg-mod1.png);
	padding:5px;
}
#mod-wrapper2 {
	width:162px;
}
#mod2-t {
	background-image:url(images/bg-mod2-header.png);
	height:16px;
	padding-top:4px;
	padding-right:5px;
	font-size:10px;
	font-weight:bold;
}
#mod2-bg {
	background-image:url(images/bg-mod2.png);
	padding:10px;
	text-align:left;
}
.footer {
	background-image:url(images/footer.jpg);
	background-position:center;
	height:45px;
}

/* Form Ellements */
#form1 {
	position:relative;
	top:10px;
	right:10px;
}
#form2 {
	margin:0px;
	padding:0px;
}
#button {
	border:solid 1px #666;
	background-color:#333;
	width:72px;
	height:20px;
	color:#999;
	padding:0px;
	padding-bottom:3px;
	margin:0px;
}
#subscribe {
	color:#666;
}
#search {
	border:solid 1px #666;
	background-image:url(images/bg-search.png);
	width:132px;
	height:16px;
	margin:0px;
	margin-bottom:5px;
	padding-left:20px;
	padding-top:4px;
	color:#666;
}

/* menu styles */

#menucolumn {
	padding:5px;
	margin:0px;
}
	#menucolumn ul{
	margin:0px;
	padding:0px;
	margin-left:3px;
	}	
	#menucolumn li{
	padding:0px;
	margin:0px;
	text-align: left;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	}	
	#menucolumn li a{
	padding:0px;
	margin:0px;
	text-align: left;
	text-decoration: none;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	}
	#menucolumn li a:hover{
	text-align: left;
	list-style: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	}	
	#menucolumn ul ul{
	margin:0px;
	padding:0px;
	margin-left:10px;
	margin-top:8px;
	}	
	#menucolumn li li {
	padding:0px;
	margin:0px;
	text-align: left;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	}	
	#menucolumn li li a{
	padding:0px;
	margin:0px;
	text-align: left;
	text-decoration: none;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	}
	#menucolumn li li a:hover{
	text-align: left;
	list-style: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	}	
