/*******************************************
Import Styles
*******************************************/

@import url(reset.css);

/*******************************************
Global Styles
*******************************************/

body{
	background-color:#F8F8F1;
	color:#4d4d4f;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	}

.clearfix{
	clear:both;
	}
a{
	color:#616365;
	outline:none;
	text-decoration:none;
	
	}

a:hover,
a.selected{
	color:#df7a00;
	}

h1{}

h2{
	color:#df7a00;
	font-family:Arial, Verdana, San-serif;
	font-size:24px;
	font-weight:normal;
	text-transform:uppercase;
}
	
h3{}

h4{}

h5{}

img.bio-image{
	float:left;
margin-bottom:20px;
margin-right:24px;
margin-top:6px;
	}

/*******************************************
Accent Bar and Wrapper
*******************************************/
#accent-bar
{
	background-color:#004165;
	width:100%;
	height:30px;
	margin-bottom:41px;
	}
	
#accent-bar ul
{
	display:block;
	list-style-type:none;
	
}
	
#accent-bar li
{
	float:right;
	color:#FFF;
	padding-right:20px;
	padding-top:8px;
	
}

#accent-bar a
{
	color:#FFF;
	
}

#wrapper{
	margin:auto;
	padding-bottom:100px;
	width:960px;
	position:relative;
	}

/*******************************************
Header Styles
*******************************************/

#header{
	background:transparent url(images/bg-fade-header.gif) no-repeat;
	height:122px;
	width:960px;
	}
	
	#logo{
		float:left;
		height:75px;
		width:199px;
	}
	
/*******************************************
Navigation
*******************************************/

	#main-nav{
		color:#8F8D6E;
		float:right;
		font-size:14px;
		font-weight:normal;
		text-transform:uppercase;
		height:20px;
		margin-top:62px;
		width:715px;
		text-align:right
		}
		
		#main-nav li{
			display:inline;
			margin-right:24px;
		}
		
		#main-nav li.last{
			margin-right:0px;
			}
	
.lower
{
	text-transform: lowercase !important;
}


.title-li
{
	text-transform: uppercase !important;
	color:#004165;
}


#flash-placeholder
{
	position:absolute;
	z-index:500;
	top:0;
	left:0;
}


#flash-placeholder, img { behavior: url('http://www.kgbtexas.com/assets/js/iepngfix.htc'); }

.form-row
{
	padding-bottom:15px;
	clear:both;
}

label
{
	display:block;
	padding-bottom:5px;
	color:#2B80AF;
}


.form-row input[type=text], textarea, select
{
	border: 1px solid #CCCCCC;
	font-size: 15px;
    padding: 4px;
	width:98%;
	background:#fff url(images/bg-input.gif) repeat-x 0 0;
}

.form-row br
{
	display:none;
}

.form-row input[type=submit]
{
	background-color:#666;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6F6F6F), to(#4F4F4F));
	background: -moz-linear-gradient(center top , #6F6F6F 0pt, #4F4F4F 100%) repeat scroll 0 0 transparent;
	border-color: initial;
	border: 0px #3F733C;
	color: #E3E3E3;
	font-size: 12px;
	margin-right: 12px;
	padding: 9px 30px;
	text-shadow: rgba(0, 0, 0, 0.398438) 0px 1px 0px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-transform:uppercase;
	cursor:pointer;
}

.form-row-left, .form-row-right
{
	float:left;
	width:350px;
}

.form-row-left
{
	padding-right:20px;
}

.form-row-column
{
	width:225px;
	float:left;
	padding-right:20px;
}

.form-row-column-last
{
	padding-right:0;
}

.message
{
	padding:9px 9px 9px 35px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin:0 0 20px 0;
}


.error
{
	background: #FFCFDA url(images/error.png) no-repeat 10px 10px;
	color: #9F3B52;
}

.error p
{
	margin:0;
	padding:0;
}

.instructions
{
	background-color:#FFFBCF;
	color:#7F7937;
	border:1px solid #CFCCA8;
	padding:9px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin:10px 0 0 0;
}

.instructions ul
{
	padding-left:30px;
}

.instructions li
{
	list-style-type:disc;
}


/*******************************************
Other
*******************************************/

.linkpunch
{
	color:#004165;
	
}

