

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; }
/* Hide from IE Mac \*/
.clearfix { display: block; }
/* End hide from IE Mac */

* {
	margin: 0;
	padding: 0;
}

.white {
	color:#FFF;
}



body {
	background:#F2E4E4 url(../_images/bg.jpg) top center repeat-x;
	font: 0.8em Arial, Helvetica, sans-serif;
}



img {
	border: none;
}

h1 {
	font-size:150%;
	font-weight:normal;
	margin:0 0 .5em;
	color:#EBCFCE;
}

a {
	color:#AA8CBD;
}

a:hover {
	color:#CC91D2;
}


form input[type="text"], textarea {
	width:245px;
	padding:.25em;
}

form textarea {
	height:85px;
}

form p {
	margin:0 0 1em;
}

.box {
	background:#FFF url(../image/floralSide.jpg) repeat-y -10px 0;
	border:#064184 solid 1px;
	padding:0 15px 15px;
	margin:1.2em 0;
	position:relative;
}

.box .title {
	text-transform:uppercase;
}

.box img {
	position:absolute;
	top:30px;
	right:5px;
}

.entry {
	overflow: hidden;
	margin-top: 5px;
	border-bottom:1px dotted #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
}

.entry dl {
	background: #FFF url(../images/stamp_bg.jpg) bottom left;
	float: left;
	border: solid 1px #CCCCCC;
	padding: 5px;
	margin:0 5px 5px;
	width:20px;
}

.entry dt {
	color:#555555;
	font-size:17px;
	font-weight:bold;
}

.entry dd {
	color:#555555;
	font-size:10px;
	margin-top:2px;
	text-transform:uppercase;
}

.entry .content {
	width: 240px;
	float: left;
	margin-left: 10px;
}

.entry .small_content {
	width: 230px;
	float: left;
	margin-left: 10px;
}

.entry a {
	font-weight: bold;
	margin: 0;
	font-weight: bold;
	text-decoration: none;
}

.entry p {
	padding:0;
	margin-top:.025em;
}







#wrapper {
	margin: 0 auto;
	width: 950px;
	padding:  0;
}



#header {
	border-bottom: 1px solid #0E0B3D;
}



#logo {
	float: left;
	width: 250px;
}



#header_tel {
	float: right;
	margin:50px 0 0;
	text-align:right;
}

#header_tel .top {
	color:#474260;
	font-size:130%;
}

#header_tel a {
	text-decoration:none;
}

#footerlinksBtm {
	clear:both;
	width:845px;
	margin:45px auto;
}

#footlinksBtm ul {
	float:left;
	width:auto;
	margin:50px auto 0;
}

#footerlinksBtm ul li {
	display:inline;
}

#footerlinksBtm .last {
	border:none;
}

#footerlinksBtm ul a {
	float:left;
	width:auto;
	margin-right:.25em;
	padding-right:.25em;
	border-right:#AA8CBD solid 1px;
	text-transform:none;
	text-decoration:none;
	color:#180336;
}





/*---Global Top Navigation---*/

#navtop {
	margin:0;
}

#navtop ul {
	list-style: none;
	clear: both;
	text-transform:uppercase;
	height: 30px;
	background:url(../_images/nav.gif) repeat-x;
}

#navtop ul li {
	display: inline;
}

#navtop ul li a, #navtop ul li a:link {
	float: left;
	margin:0;
	border-right:1px solid #655988;
	border-left:1px solid #382d57;
	font-size:85%;
	text-decoration: none;
	color: #DFDAD9;
	display: block;
	padding:8px 15px;
	background:url(../_images/nav.gif) repeat-x;
}

#navtop ul li a:hover, #navtop ul li.active a {
	background:url(../_images/navHover.gif) repeat-x;
	color:#FFF;
}

#navtop .end {
	border:none;
}





/*---Home Page Sections---*/

#content{
	background: url(../_images/content_top.jpg) top center repeat-x;
	padding-top:3px;
	margin-bottom:2px;
	color:#fff;
}

#homepagesections {
	background: url(../_images/purple_bg_home.jpg) top center repeat-y;
}

#subpagesections {
	background: url(../_images/purple_bg_sub.jpg) top center repeat-y;
}

#homepagesections ul {
	list-style: none;
}



#homepagesections div {
	float: left;
	margin: 0;
	padding: 15px;
}

#homepage-left {
	width:260px;
}

#homepage-middle {
	width:340px;
}

#homepage-right {
	width:260px;
}

#homepagesections div img, #subpagesections img{
	padding-bottom:10px;
}


#leftcol {
	float:left;
	width:260px;
	padding:15px;
}

#rightcol {
	float:right;
	width:600px;
	padding:15px;
}
	
#gallery {
	overflow-y:auto;
}

#gallery a {
	float:left;
	margin:0 10px 10px 0;
	border:solid 5px;
	border-color:#60568F;
	display:inline;
	background-color:#FFF;
	padding:1px;
}

#gallery a:hover {
	border-color:#AA8CBD;
}

#gallery img {
	padding:0;
}







/*---Footer Navbar---*/





#footer {
	clear:both;
	font-size:0.8em;
	border-top: 1px solid #180336;
	padding: 15px 0 0 0;	
	text-transform:uppercase;
	color: #180336;
}

#footerlinks{
	float:right;
}

#footerlinks ul {
	list-style: none;
}



#footerlinks ul li {
	float: left;
	padding: 0 8px 0 6px;
	border-right:1px solid #180336;
	margin: 0;
}



#footerlinks ul li a {
	color: #180336;
	text-decoration: none;
}



#footerlinks ul li a:hover {
	color: #B18D8D;
}



#footerlinks ul li.last {
	border: none;
}

#footerlinks #webtiselink {
	border-left:1px solid #180336;
	padding: 0 8px 0 6px;
	text-transform:none;
}

#footerlinks ul, #footerlinks #webtiselink {
	float:left;
}

#address {
	float:left;
	margin:0;
	color: #180336;
}



#address a {
	color:#B18D8D;
}



/*

------------------------------

-----Snippet Coding-----------

------------------------------

*/



/*******News List Indexer Styles******/


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



ul.LIn_fullMode li {
	padding: 0;
	margin: 0;
	width: 500px;
}   



ul.LIn_fullMode li a {
	font-family: Arial, Helvetica, Times;
	font-size: 12px;
	text-decoration: underline;
	color: #1F5757;
	font-weight: bold;
}



ul.LIn_fullMode li span.LIn_date {
	font-family: Arial, Helvetica, Times;
	font-size: 10px;
	color: #E4701D;
}



ul.LIn_fullMode li span.LIn_desc {
	font-family: Arial, Helvetica, Times;
	font-size: 12px;
	color: #000;
	margin: 5px 0 0 0;
}



/*********\/SiteMap\/**********/



ol.LSM_0 {
	margin: 0 0 0 20px;
	padding: 0;
	list-style-type: square;
}



ol.LSM_0 li a {
	font-family: Arial, Helvetica, Times;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}



ol.LSM_0 li a:hover {
	text-decoration: underline;
}



ol li ol {
	margin: 0 0 0 20px;
	list-style-type: square;
}




/*Drop Down Menu*/


div#navtop li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	margin-left: -12px;
	margin-top: 0px;
	background: #EFEDE6;
	width: auto;
	padding-top: 3px;
}



div#navtop ul li ul li {
	background: #EFEDE6;
	padding-bottom: 5px;
	clear: both;
	width: 150px;
	padding-top: 10px;
}



div#navtop ul li ul li a, div#navtop ul li ul li a:link {
	margin-bottom: 8px;
	font-size: 12px;
	border-bottom: 1px dotted #999;
}



div#navtop ul li ul {
	padding-bottom: 10px;
}



div#navtop li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}



div#navtop li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	background: none!important;
}



	



	