/*primary style sheet for alamo city eye*/

body {
	background-color: #e5f4c6;
	margin: 0;
	}
	
#wrapper {
	width: 780px;
	position: relative;
	left: 50%;
	margin-left: -390px;
	background-color: #ffffff;
	}
	
h1 {
	font-family: "myriad pro", arial, helvetica, "times new roman";
	font-size: 18px;
	font-weight: bold;
	color: #355baa;
	font-variant: small-caps;
	margin-top: 14px;
	}
	
h2 {
	font-family: "myriad pro", arial, helvetica, "times new roman";
	font-size: 18px;
	font-weight: bold;
	color: #355baa;
	font-variant: small-caps;
	}

h3 {
	font-family: "myriad pro", arial, helvetica, "times new roman";
	font-size: 16px;
	font-weight: bold;
	color: #355baa;
	}

h4 {
	font-family: "myriad pro", arial, helvetica, "times new roman";
	font-size: 14px;
	font-weight: bold;
	color: #355baa;
	}
	
h5 {
	font-family: "myriad pro", arial, helvetica, "times new roman";
	font-size: 12px;
	font-weight: bold;
	color: #355baa;
	}
		
#header {
	height: 148px;
	width: 780px;
	background: url(../images/header.jpg) no-repeat top left;
	margin: 0;
	/*border: solid 1px red;*/
	}
	
#main_nav {
	margin: 0;
	padding: 0;
	height: 37px;
	}
	
#main_nav ul {
	margin: 0;
	padding: 0;
	height: 33px;
	list-style-type: none;
	/*border: solid 1px red;*/
	}
	
#main_nav ul li {
	list-style-type: none;
	position: relative;
	float: left;
	height: 37px;
	}
	
#sub_nav {
	position: relative;
	float: left;
	background: url(../images/sub-nav.jpg) no-repeat top left;
	width: 780px;
	height: 8px;
	margin: -4px 0 0 0;
	padding: 0;
	/*border: solid 1px red;*/
	}
	
.clear {
	clear: both;
	}
	
#main {
	background: url(../images/border-left.jpg) repeat-y top left;
	}

#left_col {
	position: relative;
	float: left;
	width: 219px;
	/*border: solid 1px orange;*/
	}
	
#left_trans1 {
	background: #ffffff url(../images/col-left-trans1.gif) no-repeat top left;
	width: 219px;
	height: 12px;
	/*border: solid 1px orange;*/
	}
	
#left_trans2 {
	position: relative;
	float: left;
	background: #ffffff url(../images/col-left-trans2.gif) no-repeat top left;
	width: 62px;
	height: 35px;
	}
	
#left_header {
	position: relative;
	float: left;
	background: #ffffff url(../images/horiz-fading-line-small.gif) no-repeat bottom center;
	font-family: "myriad pro", arial, helvetica, "times new roman";
	margin: 0;
	padding: 0 0 10px 5px;
	font-size: 14px;
	letter-spacing: 0px;
	color: #1aae4e;
	height: 25px;
	}
	
.header_arrow {
	margin-left: 8px;
	vertical-align: -35%;
	}
	
#left_trans3 {
	position: relative;
	float: left;
	background: #ffffff url(../images/col-left-trans3.gif) no-repeat top left;
	width: 37px;
	height: 78px;
	/*border: solid 1px green;*/
	}
	
#left_col_content {
	padding: 6px 10px 0 60px;
	font-family: verdana, arial, helvetica, "times new roman";
	font-size: 11px;
	color: #727272;
	}

.title {
	font-family: verdana, arial, helvetica, "times new roman";
	font-weight: bold;
	font-size: 11px;
	color: #6481be;
	}
	
.more {
	background: url(../images/right-arrow.gif) no-repeat bottom right;
	font-size: 11px;
	padding-right: 5px;
	font-weight: bold;
	}
	
.more a:link {
	font-family: verdana, arial, helvetica, "times new roman";
	font-size: 11px;
	color: #4fc177;
	text-decoration: underline;
	font-weight: bold;
	}
	
.more a:visited {
	color: #4fc177;
	text-decoration: underline;
	}
	
.more a:hover {
	color: #99e500;
	text-decoration: underline;
	}
	
#primary_content_outer {
	postion: relative;
	float: right;
	background: #ffffff url(../images/border-right.jpg) repeat-y top right;
	width: 561px;
	margin: 0;
	/*border: solid 1px red;*/
	}
	
#primary_content_inner {
	background: url(../images/border-middle.jpg) repeat-y top left;
	padding: 1px 0 0 50px;
	/*border: solid 1px purple;*/
	}
	
.content_header {
	background: url(../images/horiz-fading-line-big.gif) no-repeat bottom center;
	font-family: "myriad pro", arial, helvetica, "times new roman";
	font-size: 14px;
	font-weight: bold;
	color: #355baa;
	padding-right: 50px;
	}
	
.header_arrows {
	position: relative;
	float: left;
	margin: 11px 7px 0 0;
	}
	
.header_arrows_alt {
	position: relative;
	float: left;
	margin: -2px 7px 0 0;
	}
	
#content_header_title {
	position: relative;
	float: left;
	font-size: 18px;
	font-weight: normal;
	margin-top: 13px;
	}
	
#content_header_body {
	position: relative;
	margin-left: 30px;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	}
	
.emphasis {
	font-size: 18px;
	}
	
#content_eye {
	position: relative;
	right: -83px;
	width: 413px;
	/*border: solid 1px red;*/
	}
	
#content_special_text {
	font: "times new roman", arial, helvetica;
	font-size: 22px;
	font-style: italic;
	color: #6481be;
	padding-right: 30px;
	margin-bottom: -30px;
	}
	
#content_footer {
	background: url(../images/right-bot-trans.gif) no-repeat bottom right;
	height: 50px;
	margin-top: -10px;
	/*border: solid 1px red;*/
	}

.content {
	font-family: "myriad pro", arial, helvetica, "times new roman";
	font-size: 14px;
	font-weight: normal;
	color: #355baa;
	padding-right: 50px;
	line-height: 18px;
	}
	
.content a:link, .content ul li a:link {
	color: #4fc177;
	text-decoration: none;
	}

.content a:visited, .content ul li a:visited {
	color: #4fc177;
	text-decoration: none;
	}

.content a:hover, .content ul li a:hover {
	color: #99e500;
	text-decoration: none;
	}
	
.picture {
	float: left;
	border: double 3px #00a4d6;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.picture-alt {
	margin: 2px;
	border: double 3px #00a4d6;
	width: 100px;
	height: 121px;
	float: left;
	text-align: center;
	}
	
.caption1 {
	font-size: 12px;
	}
	
.caption2 {
	float: left;
	margin: 5px 10px 5px 10px;
	width: 100px;
	font-size: 12px;
	}
	
.highlight {
	font-weight: bold;
	}
	
.underline {
	text-decoration: underline;
	}
	
.tab1 {
	position: relative;
	left: 50px;
	}
	
.tab2 {
	position: relative;
	left: 128px;
	}
	
.page_break {
	background: url(../images/horiz-fading-line-big.gif) no-repeat bottom center;
	width: 473px;
	height: 3px;
	}
	
.back {
	position: relative;
	top: 10px;
	font-family: "myriad pro", arial, helvetica, "times new roman";
	font-size: 12px;
	font-weight: normal;
	background: url(../images/left-arrow.gif) no-repeat top left;
	padding-left: 5px;
	font-weight: bold;
	}
	
.back a:link {
	color: #4fc177;
	text-decoration: none;
	font-weight: bold;
	}
	
.back a:visited {
	color: #4fc177;
	text-decoration: none;
	}
	
.back a:hover {
	color: #99e500;
	text-decoration: none;
	}

#footer {
	background-color: #e5e5e5;
	margin: -5px 0 0 0;
	padding: 1px 0 0 0;
	height: 75px;
	/*border: solid 1px purple;*/
	}
	
#footer_left {
	position: relative;
	float: left;
	margin-top: 5px;
	/*border: solid 1px green;*/
	}
	
#footer_left ul {
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
	line-height: 20px;
	}
	
#footer_left ul li {
	list-style-type: none;
	position: relative;
	float: left;
	color: #1aae4e;
	font-family: verdana, arial, helvetica, "times new roman";
	font-size: 11px;
	font-weight: bold;
	}
	
#footer_left ul li a:link {
	font-family: verdana, arial, helvetica, "times new roman";
	font-size: 11px;
	font-weight: bold;
	color: #1aae4e;
	text-decoration: none;
	}
	
#footer_left ul li a:visited {
	color: #1aae4e;
	text-decoration: none;
	}
	
#footer_left ul li a:hover {
	color: #99e500;
	text-decoration: none;
	}
	
#footer_right {
	position: relative;
	float: right;
	font-family: verdana, arial, helvetica, "times new roman";
	font-size: 11px;
	color: #1d6bd1;
	margin: 9px 20px 0 0;
	line-height: 20px;
	height: 50px;
	/*border: solid 1px red;*/
	}
	
#footer_right a:link {
	font-family: verdana, arial, helvetica, "times new roman";
	font-size: 10px;
	color: #1d6bd1;
	text-decoration: none;
	}
	
#footer_right a:visited {
	color: #1d6bd1;
	text-decoration: none;
	}
	
#footer_right a:hover {
	color: #99e500;
	text-decoration: none;
	}
	
#bug {
	vertical-align: -50%;
	}
	
.formText {
	font-size: 11px;
	line-height: 15px;
	font-family: verdana, arial, "sans serif";
	color: #666666;
	text-align: right;
	}
	
.formText2 {
	font-size: 11px;
	line-height: 15px;
	font-family: verdana, arial, "sans serif";
	color: #666666;
	text-align: left;
	}
