@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color: #CC3300;
	font-size: 21px;
	font-weight: normal;
	line-height: 1.1em;
}

h2 {
	color: #666666;
	font-size: 10px;
	line-height: 1.5em;
}

p {
	color: #666666;
	font-size: 12px;
	line-height: 1.5em;
}

a {
	color: #CC3300;
}

hr {
	margin: 40px 0;
	width: 100%;
	height: 1px;
	border-top: solid #999999 1px;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#container {
	position: relative;
	width: 900px;
	height: 100%;
	margin: 0 auto;
}

#mast {
	position: relative;
	width: 900px;
	height: 183px;
	margin: 0 auto;
	border-bottom: solid #FFFFFF 3px;
}

#logo {
	position: absolute;
	width: 376px;
	height: 92px;
	margin: 0 0 0 -450px;
	left: 50%;
	top: 50px;
}

#logo a, #logo a:hover, #logo img {
	border: none;
}

.navline {
	position: relative;
	margin: 100px auto 20px;
	height: 1px;
	line-height: 1px;
	overflow: none;
	width: 900px;
	background: #999999;
	clear: both;
}

.maincontent {
	position: relative;
	margin: 0;
	padding: 0;
	width: 900px;
	height: auto;
	height: auto !important;
	min-height: 318px;
	background: url(../images/bg_maincontent.gif) repeat-y left;
}

#home {
	position: relative;
	float: right;
	width: 671px;
	height: 316px;
	border-top: solid #FF9933 1px;
	border-bottom: solid #FF9933 1px;
}

#home h1 {
	color: #CC3300;
	font-size: 21px;
	font-weight: normal;
	text-transform: capitalize;
	line-height: 1.3em;
	margin-left: 30px;
}

#content {
	position: relative;
	float: right;
	padding-right: 56px;
	width: 561px;
	height: auto;
	height: auto !important;
	color: #666666;
	font-size: 12px;
	line-height: 1.5em;
}

#content a:hover {
	color: #FFFFFF;
	background: #CC3300;
	text-decoration: none;
}

#contenttickets {
	position: relative;
	float: right;
	padding-right: 56px;
	width: 561px;
	height: auto;
	height: auto !important;
	color: #666666;
	font-size: 12px;
	line-height: 1.5em;
}

#contenttickets a:hover {
	background-color: #FFFFFF;
}

.formright {
	position: relative;
	float: right;
	width: 200px;
	height: auto;
	padding-left: 35px;
}

.request {
	position: relative;
	float: left;
	width: 600px;
	height: auto;
}

.requesttype {
	position: relative;
	float: left;
	width: 270px;
	height: auto;
}

.requesttype {
	position: relative;
	float: left;
	width: 270px;
	height: auto;
}

.requesttyperight {
	position: relative;
	float: left;
	width: 270px;
	height: auto;
	padding-left: 20px;
}

#copyright {
	position: relative;
	margin: 40px auto 0;
	width: 900px;
	height: 20px;
}

#copyright p {
	font-size: 11px;
	margin-left: 283px;
}

#copyright a {
	color: #666666;
}

#copyright a:hover {
	background: none;
}

.leftnav {
	position: relative;
	float: left;
	margin: 0;
	width: 225px;
	height: auto;
}

.leftnav img {
	border-top: none;
	border-right: none;
	border-bottom: solid #FFFFFF 3px;
	border-left: none;
}

.leftnav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.leftnav ul li {
	float: left;
	position: relative;
	margin: 0;
}

.leftnav ul li a, .leftnav ul li a:visited {
	position: relative;
	float: left;
	margin: 0;
	padding: 7px 15px 13px 35px;
	width: 175px;
	height: auto;
	color: #FFFFFF;
	font-size: 14px;
	background: #999999 url(../images/subnav_arrow.gif) no-repeat 15px;
	text-decoration: none;
	border-bottom: solid #FFFFFF 3px;
}

.leftnav ul li a:hover {
	background: #CC3300 url(../images/subnav_arrow_over.gif) no-repeat 15px;
}

.leftnav ul li ul li a, .leftnav ul li  ul li a:visited {
	position: relative;
	float: left;
	margin: 0;
	padding: 5px 15px 7px 55px;
	width: 155px;
	height: auto;
	color: #333333;
	font-size: 11px;
	background: #CCCCCC url(../images/subnav_arrow.gif) no-repeat 35px;
	text-decoration: none;
	border-bottom: solid #FFFFFF 3px;
}

.leftnav ul li ul li a:hover {
	color: #FFFFFF;
	background: #CC3300 url(../images/subnav_arrow_over.gif) no-repeat 35px;
}

.leftbtn {
	position: relative;
	float: left;
	margin: 30px 0;
	width: 225px;
	height: auto;
	text-align: center;
}

.leftbtn img {
	border: none;
}

.leftbtn a:hover {
	background: none;
}

.clear {
	clear: both;
}

#content input {
	border: 1px #CC3300 solid;
	width: 130px;
	height: 16px;
	padding: 3px 10px 0;
}

#content input#FormsCheckbox3 {
	border: none;
	width: auto;
	height: auto;
	padding: none;
}

#content input#FormsButton3 {
	border: none;
	background: #CC3300;
	color: #FFFFFF;
	width: 100px;
	height: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0 10px 4px;
	margin-top: 10px;
}

#content textarea {
	border: 1px #CC3300 solid;
	width: 550px;
	height: 150px;
	padding: 3px 10px 0;
}

/* -------------------MENU---------------------- */

.menu {
	position: absolute;        /* establish a menu-relative positioning context */
	margin: 186px 0 0 -450px;
	left: 50%;
	top: 0;
	padding: 0;
	height:74px;                                  /* the menu's overall height */
	width: 905px;         /* we always want our menu to fill the available space */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index: 1000;
	background: #FFFFFF;
}

.menu ul {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;          /* we don't want to view the list as a list */
}

.menu li {
	float: left;    /* this creates the side-by-side array of top-level buttons */
	position: relative;    /* create local positioning contexts for each button */
	margin: 0;
}

.menu ul li table {
	margin: -1px 0;              /* IE5 needs -1px top and bottom table margins */
	border-collapse: collapse;      /* IE5 needs this for the sub-menus to work */
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display: none;                  /* initially hide the entire list hierarchy */
}

.menu ul li a, .menu ul li a:visited {                    /* unselected top-level menu items */
	display: block;
	float: left;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	text-decoration: none;
	color: #666666;
	background: #E5E5E5;
	width: 97px;
	height: 48px;
	padding: 31px 0 0 13px;
	margin: 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	border-right: solid #FFFFFF 3px;
}

.menu ul li:hover a, .menu ul li a:hover {                        /* selected top-level menu items */
	height: 48px;
	color: #FFFFFF;
	background: #999999;
}

.menu ul li a.last, .menu ul li a:visited.last {                    /* unselected top-level menu items */
	border-right: none;
}

.menu ul li:hover a.last, .menu ul li a:hover.last {                        /* selected top-level menu items */
	border-right: none;
}

#about #navabout a,
#program #navprogram a,
#clinic #navclinic a,
#lost #navlost a,
#resources #navresources a,
#give #navgive a,
#news #navnews a,
#contact #navcontact a {
	color: #FFFFFF;
	background-color: #CC3300;
}

#about #navabout .navsub a,
#program #navprogram .navsub a,
#clinic #navclinic .navsub a,
#lost #navlost .navsub a,
#resources #navresources .navsub a,
#give #navgive .navsub a,
#news #navnews .navsub a,
#contact #navcontact .navsub a {
	color: #FFFFFF;
	background-color: #999999;
}

#about #navabout .navsub a:hover,
#program #navprogram .navsub a:hover,
#clinic #navclinic .navsub a:hover,
#lost #navlost .navsub a:hover,
#resources #navresources .navsub a:hover,
#give #navgive .navsub a:hover,
#news #navnews .navsub a:hover,
#contact #navcontact .navsub a:hover {
	color: #FFFFFF;
	background-color: #CC3300;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul, .menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display: block;
	position: absolute;
	margin: 0;
	top: 79px;              /* place us just up underneath the top-level images */
	left: 0px;       /* left-align our drop-down to the previous button border */
	height: auto;      /* the drop-down height will be determiend by line count */
	width: auto;
	color: #fff;                        /* this sets the unselected-text color */
	background-color: #999999;
	z-index: 1000;
}

.menu ul li:hover ul li a, .menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	font-size: 11px;
	text-transform: lowercase;
	border: 0;
	margin: 0;
	padding: 5px 10px;
	height: auto;
	color: #fff;               /* this sets the unselected drop-down text color */
	width: 210px;
	background: #999999;
	border-top: 3px #FFFFFF solid;
}

.menu ul li:hover ul li:hover a, .menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color: #FFFFFF;
	background-color: #CC3300;
}
