body{
	padding:0;
	margin:0;
	background: #f7f5e2 url(../images/bg.png) repeat-x;
	font: 12px/20px "Tahoma", Geneva, sans-serif;
	color: #000;
	text-align: justify;
}

img{
	border:0;
}

p{
	font-size: 12px;

}

strong{
	font-size: 12px;
	color: #300;
	font-weight: bold;
}


h2{
	border:0;
	font-size: 15px;
	font-weight: bold;
	color: #300;
	text-transform: uppercase;
}

h3{
	border:0;
	font-size: 13px;
	font-weight: bold;
	color: #300;
}


a:link {color: #300; text-decoration: underline; font-weight: normal; font-style: normal;}
a:visited {color: #300; text-decoration: none; font-weight: normal; font-style: normal;}
a:hover {color: #000; text-decoration: underline; font-weight: bold; font-style: normal;}
a:active {color: #300; text-decoration: underline; font-weight: normal; font-style: normal;}


#wrap {
	width: 975px;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 975px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	background: #fff url(../images/big_brian_2011.jpg) no-repeat;
}

/* --- header --- */


#houstonheader {
	width: 975px;
	height: 267px;
	background: url(../images/header_pics/bg1.jpg) no-repeat;
}

#header {
	width: 975px;
	height: 267px;
	background: url(../images/header_pics/bg1.jpg) no-repeat;
}

/* --- nav --- */

#nav {
	width: 650px;
	height: 81px;
}

#navbar {
	width: 695px;
	height: 40px;

}

#navbutton {
	height: 34px;
	display: block;
}

#navbrake {
	height: 34px;
	width: 40px;
	background: url(../images/nav/navbrake.png) no-repeat;
}

#contactbar {
	width: 210px;
	height: 47px;

}

#logo {
	width: 271px;
	height: 156px;
	position: relative;
	top: -35px;
	z-index: 9999;
	right: 20px;
}

/* --- main body --- */

#body {
	width: 975px;
	background: url(../images/body_bg.png) repeat-y;
	margin-top: 400px;
}

#body_info {
	width: 620px;
	margin-top: 15px;
	margin-left: 50px;
}

/* --- right side --- */

#right_pill {
	width: 219px;
	margin-right: 50px;
	margin-top: 30px;
}



/* ------------ Footer ------------ */

#footer {
	width: 955px;
	height: 75px;
	text-align: center;
	color: #666;
	font: 11px/20px "Tahoma", Geneva, sans-serif;
	line-height: 20px;
	padding-top: 15px;
	padding-right: 20px;
}

#footer a:link {color: #666; text-decoration: none; font-weight: normal; font-style: normal;}
#footer a:visited {color: #666; text-decoration: none; font-weight: normal; font-style: normal;}
#footer a:hover {color: #000; text-decoration: underline; font-weight: normal; font-style: normal;}
#footer a:active {color: #666; text-decoration: none; font-weight: normal; font-style: normal;}












.text4{
	color: #666;
	font-size: 11px;

}

.text5{
	color: #000;
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
}



.left{
	float:left;
}

.right{
	float:right;
}

.none{
	float:none;
}

.clear{
	clear:both;
}

.tenpadtop{
	padding-top: 10px;
}

.margleft{
	margin-left: 20px;
}

.formborder{
	height:24px;
	width:200px;
	background-color: #e9eff2;
	border: 1px solid #999;
}

.formborder1{
	height:100px;
	width:400px;
	background-color: #e9eff2;
	border: 1px solid #999;
}

.formborder2{
	height:24px;
	width:400px;
	background-color: #e9eff2;
	border: 1px solid #999;
}

.drop{
	background-color:#ccc;
	border:0;
	padding:2px;
	color:#000;

}

.clear{
	clear:both;
}

.textright{
	text-align: right;
}




/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #93abbf;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #93abbf;
	background-repeat: no-repeat;
}

#lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 5%;
}

#lbPrevLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	background: transparent url(../images/prevlabel.gif) no-repeat 0 5%;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0 5%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 5%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #93abbf;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

