/*
 * RESET
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html { min-height: 100%; margin-bottom: 1px; }
body {
	behavior:url("http://artserie.org/_scripts/csshover.htc");
	color:#666;
	line-height: 1;
}
 ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
p {
	padding:4px 0;
	line-height: 22px;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
/*
 * BASIC ELEMENTS
 * Define styles for basic elements: body, h1-h6, ul, ol, a, p, etc.
 */
body {
	background:url(../_images/background.jpg) top center no-repeat;
	font:normal 75% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
hr {
	border:none;
	border-bottom:1px dotted #CCC;
	padding:10px 0 10px 0;
}
h1 {
	color:#333;
	font:normal 166.7% Georgia, "Times New Roman", Times, serif;
	padding:5px 0;	
}
h2 {
	color:#A1378D;
	font:normal 150% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: -5px 0 5px 0;
	padding: 0 0 5px 0;
}
.req {
	color:#F00;
}
a:link, a:visited, a:active {
	color:#666;
}
a:hover {
	color:#78BDE8;
}

/*
 * GENERIC CLASSES
 * Define styles for simple things like floating to the sides, removing a bottom margin on elements, etc
 */
.top {
	background:#5ba5dc;
	border-bottom:1px solid #FFF;
	display:block;
	height:10px;
}
/*CREATEBOT*/
.system-message, .system-error-message{
	padding: 5px;
	margin: 5px;
}
/*
 * BASIC LAYOUT
 * Define the basic template: header, footer, etc. Elements that help to define the basic layout of the site
 */
#page_quicklinks{
	width: 100%;
	background-color:#A1378D;
	border-bottom:2px solid #A1378D;
}
#frame_quicklinks{
	margin:0 auto;
	width:920px;
}
#page{
	width: 100%;
}
#frame{
	/* background:url(/_images/logo.jpg) top left no-repeat;  */
	background:url(/_images/logo_vert.gif) top left no-repeat;
	margin:0 auto;
	width:920px;
} 
#content {
	background:#FFF;
	float:left;
	width: 918px;
	border-left:1px solid #EAEAEA;
	border-right:1px solid #EAEAEA;
}
#homecontent {
}
#home {
	background:url(_images/homebk.jpg) #78BDE8;
	height:280px;
	width:600px;
}
/*
 * HEADER
 * Define all elements in the header
 */
#header {
	height: 125px;
	margin:0 auto;
	width:920px;
}	
/*
 * CONTENT
 * Define all elements in the content area
 */
#search {
	position:relative;
	float:right;
	width:350px;
}
		 #quicklinks{			
			height:0px;
			overflow:hidden;
		} 
			#quicklinks h3, #quicklinks label{
				color: #ffffff;
			}
			#quicklinks .secure-login{
				float: left;
				padding: 5px 20px;
				margin: 5px;
				border-right:1px solid #872b76;
			}
			#quicklinks input{
				width: 125px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}
			#quicklinks .checkbox{
				width: 25px;
				padding: 0px;
				margin: 0px;
			}
			#quicklinks .cat_button{
				width: 68px;
				height:20px;
			}
			#quicklinks_but {
				background:url(../_images/btn_quicklinks.gif) top center no-repeat;
				float:right;
				height:29px;
				padding:0 0 20px 0;
				width:120px;
			}

/*MENU*/
#menu {
	color:#A7B0B8;
	font:bold 116.7% Georgia, "Times New Roman", Times, serif;
	float:right;
	margin-top:30px;
	/* background-image: url(/_images/menu.gif);
	background-position:8px; */
}
	#menu ul {
		margin:0;
		padding:16px 0 13px 0;
	}
	#menu li {
		display:inline;
		list-style:none;
	}
	#menu .normal a:link, #menu .normal a:visited, #menu .normal a:active {
		color:#666;
		list-style:none;
		text-decoration:none;
		padding:8px 18px 13px 18px;
	}
	#menu li.selected a,
	#menu .normal a:hover {
		color:#A1378D !important;
	}
	#menu .highlight a:link, #menu .highlight a:visited, #menu .highlight a:active {
		color:#FFF;
		list-style:none;
		padding:8px 18px 13px 18px;
		text-decoration:none;
	}
	#menu .highlight a:hover {
		color:#EAEAEA;
	}
#submenu {
	background:/* url(../_images/submenu.gif) top right no-repeat */ #5BA5DC;
	clear:both;
	display:block;
	font-size:14px;
	padding:10px 0 0 10px;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topright: 5px;	
}
	#submenu ul {
		margin:0;
		padding:0 0 0 250px;
	}
	#submenu li {
		display:inline;
		list-style:none;
	}
	#submenu li a:link, #submenu li a:visited, #submenu li a:active {
		color:#FFF;
		list-style:none;
		padding:8px 18px 12px 18px;
		text-decoration:none;
	}
	#submenu li.selected a,
	#submenu li a:hover {
		color:#EAEAEA;
	}
	
/*HOME PODS*/
#pod1 {
	border-top:4px solid #96A3AA;
	float:left;
	margin:3px 0 0 0;
	padding:5px 15px;
	width:265px;
}

	#pod1 em {
		display:block;
		font-size:75%;
		font-style:normal;
	}
	#pod1 ul {
		margin:0 0 0 30px;
	}
	#pod1 li {
		list-style-image:url(/_images/chk.gif);
        margin:0 0 0 15px;
		padding-bottom:10px;
	}
		#pod1 li a{
			display:block;
			text-decoration:none;
		}
#pod2 {
	border-left:1px dotted #CCC;
	border-right:1px dotted #CCC;
	border-top:4px solid #96A3AA;
	float:left;
	margin:3px 3px 0 3px;
	min-height:300px;
	padding:5px 15px;
	width:274px;
}
	#pod2 em {
		display:block;
		font-size:75%;
		font-style:normal;
	}
	#pod2 ul {
		margin:0 0 0 30px;
	}
	#pod2 li {
		list-style-image:url(/_images/chk.gif);
        margin:0 0 0 15px;
		padding-bottom:10px;
	}
		#pod2 li a{
			display:block;
			text-decoration:none;
		}
#pod3 {
	border-top:4px solid #96A3AA;
	float:left;
	margin:3px 0 0 0;
	padding:5px 15px;
	width:275px;
}
	#pod3 .join {
		width:180px;
	}
#pod1 h2, #pod2 h2, #pod3 h2 {
	color:#A1378D;
	font:normal 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: -5px 0 5px 0;
	padding: 0 0 5px 0;
}
#contact_left {
	padding:20px;
	float:left;
	width:410px;
}
#contact_right {
	padding:20px;
	float:right;
	width:428px;
}
/*SUBPAGE CONTENT*/
#info {
	float:right;
	padding:20px 40px 20px 0;
	width:610px;
}
	#info ul {
		padding-left:30px;
	}
	#info li {
		list-style-image:url(/_images/chk.gif);
	}
#blogsidemenu {
	background:#e5e5e5;
	float:left;
	padding:10px 10px 50px 10px;
	width:200px;
}
	#blogsidemenu ul {
		margin:0;
		padding:0;
		list-style:none;
	}
		#blogsidemenu li {		
			display:block;
			list-style:none;
			margin:1px;
			position: relative;
		}
		#blogsidemenu li a:link, 
		#blogsidemenu li a:visited, 
		#blogsidemenu li a:active {
			color:#666;
			display:block;
			list-style:none;
			padding:8px 0px 8px 15px;
			text-decoration:none;
		}
		#blogsidemenu li:hover a{
			text-decoration: underline;
		}
#sidemenu {
	background:url(/_images/sidemenubk.jpg) bottom left no-repeat;
	float:left;
	padding:10px 10px 50px 10px;
	width:240px;
}
	#sidemenu ul {
		margin:0;
		padding:0;
	}
		#sidemenu li {		
			display:block;
			list-style:none;
			margin:1px;
			position: relative;
		}
		#sidemenu li a:link, #sidemenu li a:visited, #sidemenu li a:active {
			color:#666;
			display:block;
			list-style:none;
			padding:8px 0px 8px 15px;
			text-decoration:none;
		}
		#sidemenu li a:hover,
		#sidemenu li:hover ,
		#sidemenu li:hover a{
			background:url(/_images/sidemenubk1.gif) right no-repeat;
			color:#FFF;
		}
		#sidemenu li.selected a  {
			background:url(../_images/sidemenu.png) right no-repeat;
			color:#FFF;		
		}
			#sidemenu li ul{
				display: none;
				background-color: #7D7D7D;
				left: 224px;
				position: absolute;
				top: 2px;
				width: 200px;
				-moz-border-radius-topright: 3px;
				-webkit-border-radius-topright: 3px;
				-moz-border-radius-bottomleft: 3px;
				-webkit-border-radius-bottomleft: 3px;
				-moz-border-radius-bottomright: 3px;
				-webkit-border-radius-bottomright: 3px;
			}
			#sidemenu li:hover ul{
				display: block;
			}
			#sidemenu li:hover ul li a{
				color:#FFF;
				background: none;
			}
			#sidemenu li:hover ul li a:hover,
			#sidemenu li:hover ul li:hover{
				color:#FFF;
				background-image: none;
				background-color: #9E9E9E;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}
/*
 * FOOTER
 * Define all elements in the footer
 */
#footer {
	clear: both;
	border-top:1px dotted #999;
	color:#999;
	margin:20px auto;
	padding:10px 0 10px 0;
	width:920px;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
.werkbot {
	clear:both;
}
/*
 * ETC
 * Continue to define the other sections one by one
 */
 /*form stuff*/
.cat_button, #catwebformbutton, #catlistbutton {
	border:0;
	height:28px;
	margin:0;
	padding:2px;
	width:110px;
}
.webform input, .webform textarea,  .form textarea .item input    {
	background:#EFEFEF;
	border:1px solid #CCC;
	color:#666;
	margin:5px 0;
	padding:2px;
	width:auto;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#CLFullName, #CLEmailAddress, #Captcha{
	background:#EFEFEF;
	border:1px solid #CCC;
	color:#666;
	margin:5px 0;
	padding:2px;
	width:220px;
}
 /* BLog Functionality */
.blog-container {
	border-right:1px solid #CCC;
	float:left;
	padding:20px;
	width:558px;
}
.side-panel {
	background:#EAEAEA;
	border-left:1px solid #FFF;
	float:right;
	padding:20px 30px;
	width:255px;
}
.BlogRecentPost li {
		list-style-image:none;
}
.BlogRecentPost li a:link,  .BlogRecentPost li a:visited {
	padding:5px;
}
.BlogRecentPost li a:hover {
	color:#A1378D;
}

/* @group Calendar */
div.select-month-year {
	padding: 9px 0;
}

table.module-calendar {
	border: 1px solid #888;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

table.module-calendar td {
	border: 1px solid #d7d7d7;
	font-size: 11px;
	height: 90px;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
}

table.module-calendar td span {
	background: #DDD;
	color: #333;
	display: block;
	font-size: 11px;
	padding: 0 2px;
	text-align: right;
}
tr.day-of-week td {
	background: #EAEAEA;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	text-align: center;
	vertical-align: middle;
}
table.module-calendar td.events span {
	background: #73351D;
	color: #fff;
	font-weight: bold;
}

table.module-calendar td.events {
	background: #EAEAEA;
}

table.module-calendar td ul {
	margin: 3px 0;
	padding: 5px;
}
table.module-calendar td li {
	list-style:none;
}
table.module-calendar td.last-month {
	background: #eee;
}

table.module-calendar td.next-month {
	background: #eee;
}
table.cart {
	border:0;
	margin:0;
	padding:0;
	width:100%;
}
table.cart td, table.cart td  {
	padding:4px;
}
table.cart .ev {
	background:#EAEAEA;
	border-bottom:1px solid #CCC;
}
table.cart th {
	background:#73351D;
	color:#FFF;
	padding:4px;
}
.cat_search {
	height:28px;
	width:28px;
}

.ccontent {
padding:0px 5px 8px 5px;
}

.ccontent h3 {
padding:10px 0px 8px 0px
}

.ccontent p{
padding:0px 0px 5px 0px;
}
.cat_textbox {
	padding:5px;
	width:300px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.cat_listbox {
	padding:5px;
	height:125px;
	width:300px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
    .gsmsc-mapDiv {
    height : 400px;
    }
    .gsmsc-idleMapDiv {
    height : 400px;
    }
    #mapsearch {
    width : 365px;
    margin: 10px;
    padding: 4px;
    }
.bot {
clear:both;
height:26px;
margin:0 auto;
width:112px;
}
.cat_textbox_small {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#FirstName, #LastName, #EmailAddress, #HomePhone, #CellPhone, #CAT_Custom_869 {
	width:300px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#catwebformbutton {
	margin-top:10px;
}
#CAT_Search {
	background:#EFEFEF;
	border:1px solid #CCC;
	color:#666;
	padding:5px;
	width:180px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.blog-post{;
	margin-bottom: 50px;
}
.blog-post .links{;
	margin-top: 10px;
}
.blog-post h2{
	font-size: 140%;
}
.author {
	display:none;
}
#CAT_Custom_91679 {
	width:300px;
	
}
