@charset "utf-8";
/*
Theme Name: Genex Marketing
Theme URI: http://juliermt.com/
Description: Simple, clean site theme.
Version: 1.0
Author: Chris Botterill
*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #f27420;
	background-image: url(img/bgx.jpg);
	background-repeat: repeat-x;
	font-family: Helvetica, Arial, sans-serif;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 850px;
	margin-top: 0px;
	margin-bottom: 0px;
}#header {
	background-image: url(img/hdr.jpg);
	background-repeat: no-repeat;
	height: 142px;
	width: 850px;
}#tp-nav {
	background-image: url(img/tp-nav.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 850px;
}
/*start top nav*/
#tp-navcontainer
{
	float: right;
	margin-right: 120px;

}
ul#tp-navlist
{
	white-space: nowrap;
	padding: 0;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#tp-navlist li
{
	display: inline;
	list-style-type: none;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#tp-navlist a {
	padding: 3px 10px;
	font-weight: bold;
	font-size: 90%;
}

#tp-navlist a:link, #tp-navlist a:visited
{
	color: #fff;
	text-decoration: none;
}

#tp-navlist a:hover
{
	color: #FC0;
	text-decoration: none;
}
/*end top nav*/

#tp-content {
	background-image: url(img/tp-content.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 850px;
}
#content {
	padding-top: 1px;
	padding-right: 100px;
	padding-bottom: 1px;
	padding-left: 80px;
	background-image: url(img/bg-content.png);
	background-repeat: no-repeat;
	background-position: 400px top;
	font-size: 85%;
}
#content a{
	color: #F30;
	font-size: 100%;
	text-decoration: underline;
	font-weight: normal;
}
#content a:hover {
	text-decoration: none;
}

#content h1, h2, h3 {
	font-family: Tahoma, Geneva, sans-serif;
}

#content h1{
	font-size: 18px;
	color: #f26522;
	margin-top: 4px;
	margin-bottom: 4px;
}
#content h2 {
	font-size: 15px;
	color: #6d6d6f;
	margin-bottom: 4px;
	margin-top: 4px;
}
#content h3 {
	font-size: 13px;
	color: #53aa46;
	margin-bottom: 4px;
	margin-top: 4px;
}

#rep-content {
	background-image: url(img/rep-content.jpg);
	background-repeat: repeat-y;
	width: 850px;
	height: auto;
	margin: 0px;
	padding: 0px;
}
#bt-content {
	background-image: url(img/bt-content.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 850px;
}
#footer {
	text-align: center;
	font-size: 75%;
}
#footer a {
	color: #333;
}

ul #bt-navlist
{
	white-space: nowrap;
	padding: 0;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#bt-navlist li
{
	display: inline;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

#bt-navlist a {
	padding: 3px 10px;
	font-weight: normal;
	font-size: 80%;
}

#bt-navlist a:link, #bt-navlist a:visited
{
	color: #000;
	text-decoration: none;
}

#bt-navlist a:hover
{
	color: #FFF;
	text-decoration: none;
}
/*end bottom nav*/
/*start images*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
/*end images*/