h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #183E5C;
}

h2 a {
	color: #183E5C;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}



h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #183E5C;
}

h3 a {
	text-decoration: none;
	color: #183E5C;
}

h3 a:hover {
	text-decoration: underline;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h5 {
	color: #126EB7;
}

hr {
	border-top: 1px solid #E0D4AF;
	margin-top: 10px;
}

/*---HEADER---*/
#header {
	background-image: url(images/blue_background.png);
	background-repeat: repeat;
}

#header .top {
	background-image: url(images/header_top_background.png);
	background-repeat: no-repeat;
	height: 93px;
}

#header h1 {
	display: none;
}

#header .banners {
	height: 180px;	
}

#header .banners img {
	display: none;
}

#header .search {
	background:transparent url(images/search_icon.png) no-repeat scroll 2px 4px;
	float:right;
	margin:50px 0 0 0;
	width: 375px;
}

#header .search-input {
	background:gray url(images/search_bg.png) repeat-x scroll 0 0;
	border:1px solid #D1D1D1;
	color:#004578;
	float:left;
	font-size:1.1em;
	height:18px;
	line-height:13px;
	margin-left:10px;
	margin-top: 0px;
	padding: 5px;
	width:180px;
}

#header .search-button {
	background:transparent url(images/search_bg.png) repeat-x scroll 0 0;
	border:1px solid #D1D1D1;
	color:#004578;
	float:left;
	font-size:0.8em;
	font-weight:bold;
	height:30px;
	line-height:30px;
	margin-left:10px;
	width:52px;
}

.search span {
	color:#004578;
	float:left;
	font-size:1.1em;
	line-height:30px;
	margin-left:28px;
}

/*---BODY---*/

#body {
	background-image: url(images/tan_background.png);
	background-repeat: repeat;
}

#body .container {
	border-right: 1px solid #A2A2A2;
	border-left: 1px solid #A2A2A2;
	background-color: #F1EAD5;
}

#body #nav {
	height: 42px;
}

#body #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float:left;	
}
 
#body #nav li {
	float: left;
	position: relative;
	width: 190px;
}

#body #nav li a {
	font-size: 12pt;
	text-decoration: none;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #00213B;
	width: 190px;
	height: 32px;
	padding-top: 10px;
	display: block;
	text-align: center;
	background: url(images/nav_button_background.png) no-repeat;
}

#body #nav li a:hover {
	color: #00213B;
	text-decoration: none;
}

#body .side-column {
	background-color: #ffffff;
}

#body .side-column ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-top: 10px;
}

#body .side-column li {
	width: 150px;
	border-left: 1px solid #E5E5E5;
	border-bottom: 1px solid #B0B0B0;
	border-right: 1px solid #E5E5E5;
	margin-bottom: 10px;
}

#body .side-column li a {
	color: #1E75BB;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	padding-left: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
}

#body #sponsors {
	background-color: #ffffff;
}



#body .grey-section {
	background: url(images/grey_section_wide_background.jpg) no-repeat center;
	height: 80px;
	position: relative;
}

#body .center .grey-section {
	background: url(images/grey_section_background.jpg) no-repeat center;
	margin-left: -10px;
	width: 760px;
	height: 134px;
	padding-top: 12px;
}

.side-column.banners {
	text-align: center;
}

.side-column #newsletter {
	margin: 0 auto;
	margin-top: 10px;
}

#banner-donation {
	position: relative;
	margin-top: 15px;
}

#banner-top-5 {
	position: relative;
	margin-top: 10px;
}

#banner-phys-email {
	position: relative;
	margin-top: 10px;
}

#body .center #banner-donation,
#body .center #banner-top-5,
#body .center #banner-phys-email,
#body #newsletter {
	margin-top: 0px;
}

#newsletter {
	margin-top: 10px;
}

.grey-section #banner-donation {
	position: absolute;
	width: 231px;
	left: 35px;
}

.grey-section #banner-top-5 {
	position: absolute;
	left: 291px;
	margin-top: 0;
}

#banner-donation .left {
	float: left;
	width: 115px;
}

#banner-donation .title {
	line-height: 15px;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 5px;
}

#banner-donation a {
	text-decoration: none;
	color: #999999;
}

.grey-section #banner-phys-email {
	width: 208px;
	position: absolute;
	left: 525px;
}

#banner-phys-email #newsletter {
	background-image: url(images/banner_newsletter_background.jpg);
	background-repeat: no-repeat;
	width: 208px;
	height: 56px;
	position: relative;
}

#email-input {
	position: absolute;
	top: 25px;
	left: 7px;
	color: #999999;
	font-size: 10px;
	width: 160px;
	padding: 3px;
}

#email-submit {
	position: absolute;
	top: 29px;
	right: 10px;
	width: 20px;
	height: 21px;
}

#sponsors {
	background-image: url(images/sponsors.jpg);
	background-repeat: no-repeat;
	height: 80px;
	position: relative;
}
#sponsors a {
		display: block;
}
#sponsors #colonial-life {
	position: absolute;
	width: 192px;
	height: 66px;
	left: 0;
	top: 7px;
}
#sponsors #monitoring {
	position: absolute;
	width: 257px;
	height: 51px;
	left: 206px;
	top: 13px;
}
#sponsors #mission-tx {
	position: absolute;
	width: 74px;
	height: 74px;
	left: 491px;
	top: 2px;
}
#sponsors #capital-one{
	position: absolute;
	width: 160px;
	height: 67px;
	left: 587px;
	top: 5px;
}
#sponsors #urgent-care {
	position: absolute;
	width: 169px;
	height: 52px;
	left: 770px;
	top: 17px;
}




/*---FOOTER---*/

#footer {
	background-image: url(images/blue_background.png);
	background-repeat: repeat;
}

#footer .container {
	background-image: url(images/tan_background.png);
	background-repeat: repeat;
	text-align: center;	
	position: relative;
}

#footer .container a {
	color: #000000;
	text-decoration: none;
}

#footer .container a:hover {
	text-decoration: underline;
}

#footer-logo {
	position: absolute;
	left: 120px;
	top: 45px;
}

/*---NEWS---*/
#news .subtitle {
	font-style: italic;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#news h3 {
	margin-bottom: 10px;
}

/*---BLOG---*/
#blog h3 {
	margin-bottom: 5px;
	margin-top: 15px;
}

#blog h3 a {
	text-decoration: none;
	color: #183E5C;
}

#blog h3 a:hover {
	text-decoration: underline;
	color: #183E5C;
}

#blog .date {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.comment-author, .comment-author a {
	font-weight: bold;
	color: #183E5C;
}

#comments {
	background-color: #FCF9EE;
	padding: 10px;
}

/*---CALENDAR---*/
.calendarBG {
 width: 200px;
 margin: 0 auto;
}

.calendarBG th {
	text-align: center;
}

.calendarBlank { 
 background-color: #FFFFFF;
 color: #cccccc;
 text-align: center;
}

.calendarHeader { 
 font-weight: bold; 
 color: #000000; 
 text-align: center;

}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
}
  
.calendarMonthLinks a:visited {
 color:             #000;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold; 
 font-size:	11px;
 color: #fff; 
 background-color: #1E75BB; 
 text-align:  center;
 vertical-align: middle;
}

.calendarToday { 
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 xcolor:             #000;
 background-color: 	#fff;
 padding: 4px 4px 4px 4px;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
 padding: 4px 4px 4px 4px;
}

.calendarCell a {
 color: #1E75BB;
 text-decoration:   none;
 background-color:  #ebd6a6;
 padding: 4px 4px 4px 4px;
}
  
.calendarCell a:visited {
 color: #1E75BB;
 text-decoration:   none;
 background-color:  #ebd6a6;
}

.calendarCell a:hover {
 color: #1E75BB;
 text-decoration:   none;
 background-color:  #ebd6a6;
}

.event {
	margin-bottom: 10px;
}

.event-list h4 {
	border-bottom: 1px solid #E0D4AF;
	margin-bottom: 5px;
	font-weight: bold;
}

/*---DONAR---*/
#donar h4 {
	margin-bottom: 5px;
}

#donar input[type=text] {
	margin-top: 0;
}

/*---OTHER---*/
.gold-divider {
	background-image: url(images/gold_divider_background.png);
	background-repeat: repeat-x;
	height: 15px;
}

.prepend-half {
	padding-left: 20px;
}

.append-half {
	padding-right: 20px;
}

.column {
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

.text-wrapper {
	padding: 10px;
}

textarea {
	height: auto;
}
select {
	margin-top: 0;
}