@charset "UTF-8";
/*TekWorx MAIN STYLESHEET*/

/*----------------------------- MAIN ELEMENTS -----------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	background-image: url(../../images/png/background.png);
	background-color: #FFF;
	background-repeat: repeat-x;
}
a {
	font-size: 14px;
	color: #666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}
h1 {
	font-size: 16px;
	color: #CCC;
}
h2 {
	font-size: 18px;
	color: #999;
}
h3 {
	font-size: 20px;
	color: #FC6;
}
h4 {
	font-size: 24px;
	color: #000;
	width: 98%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
p {
	margin-top: 3px;
	margin-bottom: 3px;
}
/*DISPLAY SIZES*/
.w950px {
	width: 950px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.w925px {
	width: 925px;
	margin: 0px auto 0px auto;
	z-index: auto;
	overflow: hidden;
}
.w910px {
	width: 910px;
	margin: 0px auto 0px auto;
	overflow: hidden;
}
/*----------------------------- WRAPPER  -----------------------------*/
#top {
	background-image: url(../../images/png/top_wrapper_bg.png);
	background-repeat: no-repeat;
	height: 20px;
}
#body {
	background-image: url(../../images/png/body_wrapper_bg.png);
	background-repeat: repeat-y;
}
#bottom {
	background-image: url(../../images/png/bottom_wrapper_bg.png);
	background-repeat: no-repeat;
	height: 20px;
}
/*----------------------------- HEADER  -----------------------------*/
#header {
	margin-top: 10px;
	height: 160px;
	background-image: url(../../images/png/header_wrapper_bg.png);
	background-repeat: no-repeat;
}
#logo {
	width: 400px;
	height: 136px;
	float: right;
	margin-top: 10px;
	margin-right: 6px;
	margin-bottom: -30px;
	margin-left: 6px;
}
/*----------------------------- NAVIGATION BAR -----------------------------*/
#navbar {
	width: 100%;
	height: 28px;
	text-align: center;
	float: left;
	margin-left: 20px;
}
/*----------------------------- CONTENT -----------------------------*/
#content {
	padding: 5px;
	font-size: 18px;
}
/*----------------------------- FOOTER -----------------------------*/
#footer {
	height: 71px;
	background-image: url(../../images/png/footer_wrapper_bg.png);
	background-repeat: no-repeat;
}
#footer a {
	color: #CCC;
	font-size: 20px;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #FC0;
}
#footer a:hover {
	text-decoration: underline;
	color: #FC0;
}
#footer a:active {
	text-decoration: none;
	color: #FC0;
}
#footer .columns-left {
	padding: 5px;
	float: left;
	width: 450px;
	margin: 14px;
	height: 30px;
	font-size: 20px;
	color: #FFF;
}
#footer .columns-right {
	padding: 5px;
	float: right;
	width: 400px;
	margin: 14px;
	height: 30px;
	font-size: 20px;
	text-align: right;
	color: #FFF;
}
/*REDDISH DOG DESIGN*/
#design-by {
	width: 930px;
	height: 20px;
	font-size: 12px;
	color: #333;
	text-align: right;
	font-family: Verdana, Geneva, sans-serif;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#design-by a:link {
	color: #333;
}
#design-by a:visited {
	color: #333;
}
#design-by a:hover {
	background-color: #900;
	color: #FFF;
}
#design-by a:active {
	background-color: #900;
	color: #FFF;
}
.design-by-bg {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
}
/*----------------------------- OTHER INFORMATION -----------------------------*/
.indent {
	text-indent: 10px;
}
.color {
	font-weight: bold;
	color:#FC0;
}
