HTML
{
	font-size: 100%;
}

HTML, BODY
{
	background-image: url(/murphy/images/pattern_083.gif);
	background-attachment: fixed;
}

BODY
{
	font-size: 62.5%;
	margin: 0px;
}

#wrapper, #header, #content
{
	width: 940px; /* Sets Master Width */
}

#wrapper
{
	background-color: #FFFFFF;
	background-image: none;
	border-bottom: 1px solid #040077;
	border-left: 1px solid #040077;
	border-right: 1px solid #040077;
	margin: 0px auto;
	min-height: 600px;
}

#header
{
	border-bottom: 1px solid #000000;
	height: 144px;
	overflow: hidden;
}

#logo
{
	float: left;
	margin-right: 3em;
}

H1
{
	margin-left: 1em;
	font-size: 2.4em;
}

#header H2
{
	margin-left: 1em;
	font-size: 1.2em;
	font-style: italic;
}

#header H3
{
	margin-left: 1em;
	font-size: 1.1em;
}

H2
{
	font-size: 2.1em;
}

H3
{
	font-size: 1.8em;
}

H4
{
	font-size: 1.5em;
	margin-bottom: .8em;
}

DIV + H4
{
	margin-top: 1em;
}


/* Begin Top Navigation Styles */

DIV#nav
{
	border: 1px solid #040077;
	background-color: #040077;
	height: 3em;
	padding-left: 119px;
	position: relative;
	z-index: 100;
}

UL#navList
{
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

UL#navList, UL#navList UL
{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-right: 1px solid #040077;
	border-bottom: 1px solid #040077;
}

UL#navList LI
{ 
	line-height : 1.35em;
	position: relative;
	list-style: none;
	float: left;
}

UL#navList > LI LI
{ /* Needed for Opera 9, maybe because it's decent CSS. Hide from IE6 */
	float: none;
}

#navList LI A
{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #040077;
	width: 6em; /*          ****CHANGE-MENU**** */
	padding: 0.5em 0.5em;
	border-top: 1px solid #040077;/*0.04em*/
	border-left: 1px solid #040077;
}

UL#navList LI LI A, #navList LI LI A:focus
{
	width: 8em; /*           ****CHANGE-SUBMENU**** */
	text-align:left;
}

UL#navList LI LI LI A, #navList LI LI LI A:focus
{
	width: 10em; /*           ****CHANGE-SUBMENU**** */
}

UL#navList LI A:hover
{ /* The hovered style for submenus */
	background-color: #81C3E0;
}

UL#navList LI A:focus
{ /* The focus style for submenus */
	background-color: #539DBC;
}

UL#navList LI A:active
{ /* The active style for submenus */
	background-color: #A9D1E1;
}



#navList LI LI A:focus, #navList LI LI A:active
{ /* The focus position for anchors */
	position : relative;
	left: 10000px;
	/*margin-left:7em;*/
	top:0;
	z-index:10;
}

#navList li:hover LI A:focus, #navList li:hover LI A:active,
#navList li.sfhover LI A:active
{ /* The hovered style for submenus when anchor is in focus */
	position: relative;
	left: 0;
	top: 0;
	margin-left: 0;
}

#navList LI LI LI A:focus, #navList LI LI LI A:active
{ /* The focus position for anchors */
	left: 20000px;
	margin-left:9em;
	top:-2.38em;
}

#navList li:hover LI LI A:focus, #navList li:hover LI LI A:active,
#navList li.sfhover LI LI A:active
{ /* The hovered style for submenus when anchor is in focus */
	position: relative;
	left: 0;
	margin-left: 0;
}

#navList LI li LI LI A:focus, #navList LI li LI LI A:active
{ /* The focus position for anchors */
	position : relative;
	left: 30000px;
	margin-left:20em;
	top:-4.76em;
	z-index:10;
}

#navList li:hover LI LI LI A:focus, #navList li:hover LI LI LI A:active,
#navList li.sfhover LI LI LI A:active
{ /* The hovered style for submenus when anchor is in focus */
	position: relative;
	left: 0;
	margin-left:0;
}


/* Give some outline */

#navList LI A:focus
{ /* The focus position for anchors */
	outline: 0px solid #e05067;
}

#navList LI LI A:focus { /* The focus position for anchors */
	outline: 0px solid #60a0d0;
}


#navList LI UL
{ /* Hides the first unhovered submenu */
	position : absolute;
	left: -10000px;
}

/*#navList li:active UL UL, #navList li:active UL UL UL*/
#navList li:hover UL UL, #navList li:hover UL UL UL,
#navList li.sfhover UL UL, #navList li.sfhover UL UL UL
{
	left: -10000px; /* Hides the second and following unhovered submenus */
}

#navList li:hover UL, #navList LI li:hover UL,
UL#navList LI li li:hover UL, #navList li.sfhover UL,
#navList LI li.sfhover UL, #navList LI li li.sfhover UL
{ /* Displays submenu when the parent anchor element is hovered */
	top: 0;
	left: 0;
	margin-left: 100%;
}

/* Displays submenu when the parent anchor element is in focus */

#navList LI A:focus + UL
{
	top: 0;
	left: 0;
	margin-left: 0;
	top: 2.35em;
}

#navList li:hover A:focus + UL {
	margin-left: 0;
}
#navList LI LI A:focus + UL {
	top: 0;
	left: 10000px;
	margin-left:100%;
}
#navList li:hover LI A:focus + UL {
	left: -10000px;
	margin-left:100%;
}
#navList LI li:hover A:focus + UL {
	left: 0;
	margin-left:100%;
}
#navList LI LI LI A:focus + UL {
	top: -2.35em;
	left: 20000px;
	margin-left:100%;
}
#navList LI li li:hover A:focus + UL {
	top: 0;
	left: 0;
	margin-left:100%;
}
#navList LI li:hover LI A:focus + UL {
	left: 0;
	margin-left:100%;
}


/*                       ****DISPLAYS HORIZONTAL MENU(2) ******* */
#navList li:hover UL, #navList LI A:focus UL, #navList li.sfhover UL
{
	top:100%;
	margin-left: 0;
}

div#navwrap
{
	width:95%;
}



#navList LI li li:hover { /* currently in to prevent IE7 recalcULated offset bug for last submenu, oh dear */
	background-position:left;
}

a.exlink {
	background: url(http://css-class.com/articles/ursidae/submenumark4.gif) no-repeat 100% 50%;
}
#navList LI a.exlink:hover {
	background: #A9E1B1 url(http://css-class.com/articles/ursidae/submenumark7.gif) no-repeat 100% 50%;
}

/* End Top Navigation Styles */


#content
{
	font-size: 1.4em;
	position: relative;
	width: 100%;
	overflow: auto;
	z-index: 1;
}


/* Begin Side Navigation Styles */

#subNav
{
	background-color: #FF0000;
	color: #FFFFFF;
	float: left;
	overflow: hidden;
	padding: 0px 0px 20px;
	width: 200px;
}

#subNav .banner
{
	paddXing-bottom: 110px;
}

#subNav H2, #subNav P
{
	margin-left: 10px;
	width: 184px;
}

#subNav H2
{
	margin-bottom: .4em;
}

#subNav P
{
	margin-top: 0px;
}

#subNav UL
{
    margin: 0px;
	padding: 0px;
	width: 200px;
	overflow: hidden;
}

#subNav > DIV > UL
{
	border-bottom: 1px solid #FFFFFF;
	width: 200px;
}

#subNav UL LI
{
	border-top: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	list-style-type: none;
	list-style-position: outside;
	width: 190px;
	padding: 2px 10px 0px;
}

#subNav UL LI A
{
	display: block;
	width: 190px;
}

#subNav UL LI A:link,
#subNav UL LI A:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

#subNav UL LI:hover, .current
{
	background-color: #880000;
}

#subNav UL LI A:hover
{
	color: #F4F4F4;
	text-decoration: none;
}

#subNav UL UL
{
	display: none;
}

#subNav UL LI:hover UL,
#subNav UL LI.current UL
{
	display: block;
}

#subNav UL UL LI
{
	border-top: 1px dashed #FFFFFF;
	float: right;
	width: 80%;
}

#subNav H2
{
	margin: .44em 0px .5em 11px;
}

/* End Side Navigation Styles */


#unique
{
	float: left;
	padding: 10px;
	width: 500px;
}


/* Begin Unique Content Header Styles */

#unique .subHead
{
	background-color: #4682B4;
	border: 1px solid #000000;
	height: 150px;
	position: relative;
	text-align: center;
	width: 212px;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 286px;
}

#unique .subHead H2, #unique .subHead H3
{
	margin: 0px;
}

#unique .subHead H3
{
	margin-top: .6em;
}

#unique .subHead #titles
{
	position: absolute;
	height: 108px;
	width: 221px;
	left: 0px;
	top: 0px;
	padding-top: 35px;
	
}

#eatingOut
{
	background-image: url(../images/eatingout.jpg);
}

#sports
{
	background-image: url(../images/football.jpg);
}

#unique DIV#sports
{
	background-color: yellow;
}

#kids
{
	background-image: url(../images/kids.jpg);
}

#unique DIV#kids
{
	background-color: green;
}

#unique DIV#localOrgs
{
	width: 212px;
	padding-right: 269px;
}

#unique #localOrgs #titles
{
	height: 108px;
	width: 221px;
	padding-top: 19px;
	
}

#localOrgs
{
	background-image: url(../images/church.jpg);
}

#unique DIV#localOrgs
{
	background-color: red;
}

/* End Unique Content Header Styles */


HR
{
	border: 0px;
	background-image: url(../images/stars2.gif);
	background-repeat: no-repeat;
	height: 26px;
	margin: 1em auto;
	width: 170px;
}

HR.even
{
	background-image: url(../images/stars1.gif);
}


/* Begin Table Styles */

TABLE.rowlett, TABLE.sachse, TABLE.wylie
{
	margin-top: 1.2em;
	width: 500px;
}

CAPTION
{
	font-size: 1.4em;
	font-variant: small-caps;
}

TR.even
{
	background-color: #ECECEC;
}

TR:hover
{
	background-color: #B7B7B7;
}


TABLE.four COL:first-of-type
{
	width: 2.8em;
}

TABLE.four COL + COL
{
	width: 3.8m;
}

TABLE.four COL + COL + COL,
TABLE.four COL + COL + COL + COL
{
	width: 136px;
}


TABLE.five COL:first-of-type
{
	width: 2.8em;
}

TABLE.five COL + COL
{
	width: 3.8m;
}

TABLE.five COL + COL + COL,
TABLE.five COL + COL + COL + COL
{
	width: 136px;
}

TABLE.five COL + COL + COL + COL + COL
{
	width: 90px;
}

TD:first-child
{
	text-align: right;
}

TABLE.rowlett THEAD
{
	background-color: #880000;
	color: #FFFFFF;
}

TABLE.rowlett TBODY, TABLE.rowlett TBODY A:link
{
	background-color: #FFFFFF;
	color: #880000;
}

TABLE.rowlett TBODY A:hover
{
	background-color: #FFFFFF;
	color: #880000;
}

TABLE.rowlett CAPTION
{
	color: #880000;
}




TABLE.sachse THEAD
{
	background-color: Navy;
	color: #FFFFFF;
}

TABLE.sachse TBODY, TABLE.sachse TBODY A:link
{
	background-color: #FFFFFF;
	color: Navy;
}

TABLE.sachse TBODY A:hover
{
	background-color: #FFFFFF;
	color: Navy;
}

TABLE.sachse CAPTION
{
	color: Navy;
}




TABLE.wylie THEAD
{
	background-color: #FFFFFF;
	color: #880000;
}

TABLE.wylie TBODY, TABLE.wylie TBODY A:link
{
	background-color: #FFFFFF;
	color: #880000;
}

TABLE.wylie TBODY A:hover
{
	background-color: #FFFFFF;
	color: #880000;
}

TABLE.wylie CAPTION
{
	color: #880000;
}

/* End Table Styles */


/* Begin vCard Styles */

.vcard .org
{
	font-size: 1.2em;
	font-weight: bold;
}

.tel
{
	margin-bottom: .8em;
}

/* End vCard Styles */


/* Begin Special Forum/Calendar Styles */

.oneEvent
{
	font-size: 11px;
	border-bottom: 1px dotted #000000;
	padding: 5px 1px 3px;
}

.oneEvent:last-child
{
	border-bottom: 0px dotted #000000;
}

/* End Special Forum/Calendar Styles */


/* Begin Contact Us Form Styles */

FIELDSET
{
	background-color: #E9F0F6;
	background-image: url(/forum/Themes/default/images/titlebg.jpg);
	background-repeat: repeat-x;
}

FIELDSET TABLE TR TD
{
	border: none;
}

FIELDSET TABLE TR:first-child TD:first-child,
FIELDSET TABLE TR:nth-child(2) TD:first-child,
FIELDSET TABLE TR:nth-child(3) TD:first-child
{
	text-align: right;
}

INPUT:focus, TEXTAREA:focus
{
	border: 2px solid #040077;
}

TEXTAREA
{
	background-image: url(../images/starsandstripes.gif);
	background-repeat: no-repeat;
	line-height: 18px;
	min-height: 120px;
	min-width: 440px;
}

P#success
{
	display: none;
}

/* End Contact Us Form Styles */


#sidebar
{
	background-color: #FF0000;
	color: #FFFFFF;
	float: right;
	padding: 10px;
	width: 200px;
	min-height: 400px;
}

#sidebar H2
{
	border-bottom: 1px solid #FFFFFF;
	margin-top: 0em;
	padding-bottom: 410px;
}


/* Begin Footer Styles */

#footer
{
	border-top: 1px solid #FF0000;
	clear: both;
	width: 920px; /* This should always be 20px less than the master width. */
	padding: 10px;
}

#footer P#copyright
{
	text-align: center;
}

#footer P#siteBy
{
	float: right;
}

/* End Footer Styles */