/* ########## Layout Styles ########## */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff url(../images/bg_body.gif) top left repeat-x;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 956px;
}

#content {
	position: relative;
	background: #ffffff url(../images/background_3.gif) repeat-y left top;
	width: 956px;
}

#content.homepage {
	background: #ffffff url(../images/background.gif) repeat-y left top;
}

#header {
	position: relative;
	height: 240px;
	width: 956px;
	background: transparent url(../images/bg_header.gif) top left no-repeat;
}

#header.homepage {
	position: relative;
	height: 255px;
	width: 956px;
	background: transparent url(../images/bg_header-homepage.png) top left no-repeat;
}

#homepage-image {
	position: absolute;
	left: 5px;
	top: 170px;
}

#main {
	postion:relative;
	background: transparent url(../images/background_2.gif) no-repeat left -235px;
	padding: 0 240px 20px 260px;
}

#main.narrow {
	padding: 0 240px 0px 500px;
}

#main.narrow #col-left {
	padding: 10px 0 0 0;
}

#navigation {
	position: relative;
	float: left;
	top: -30px;
	width: 210px;
	margin-left: -235px;
	z-index: 100;
}

#homeimg {
	position: relative;
	float: left;
	top: -30px;
	width: 210px;
	margin-left: -475px;
	background: #cccccc;
}

#tridelta {
	text-align: center;
	margin-top: 1.5em;
	border: none !important;
}

#col-right {
	position: relative;
	float: right;
	width: 208px;
	margin: 0 -236px 20px 0;
}

#col-left div.navigation {
	display: none;
}

#col-right .content {
	font-size: 10px;
}

#col-right .content a {
	display: block;
	margin-bottom: 6px;
	text-decoration: none;
	color: #000000;
}

#respond {
	margin-top: 30px;
}

.postmetadata {
	font-size: 10px;
	margin: 10px 5px 10px 5px;
	color: #7f7f7f;
	display: none;
}

.postmetadata a {
	color: #a6c6d3;
}

.nocomments {
	display: none;
}

.linklove {
	display: none;
}

.additional-information {
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #347d9b;
}

div.hr {
	width: 430px;
	margin: 20px 0 20px 0;
	border-top: 1px dotted #347d9b;
}
div.hr hr {
  display: none;
}

/* Sidebar Calendar */

.sidebar-news {
	padding: 0;
	margin: 0 0 3px 0;
}

.sidebar-news-content {
	padding: 0px 10px 10px 10px;
	margin: 0;
}

.sidebar-social {
	padding: 0;
	margin: 0 0 3px 0;
}

.sidebar-social-content {
	padding: 0px 10px 10px 10px;
	margin: 0;
}

.sidebar-calendar {
	padding: 0;
	margin: 0 0 3px 0;
}

.sidebar-calendar.homepage {
	background: url(../images/bg_bottom_sidebar-calendar.gif) bottom left no-repeat;
}

.sidebar-calendar-content {
	padding: 0px 10px 0px 10px;
	margin: 0;
}

.homepage div.sidebar-calendar-content {
	background: url(../images/bg_top_sidebar-calendar.gif) top left no-repeat;
	padding: 0px 10px 10px 10px;
}

.sidebar-calendar-content .item {
	padding: 7px 0 13px 0;
}

.sidebar-promo {
	padding: 0;
	margin: 0;
	background: url(../images/bg_bottom_sidebar-promo.gif) bottom left no-repeat;
}

.sidebar-promo-content {
	padding: 3px 10px 13px 10px;
	margin: 5px 0 10px 0;
	background: url(../images/bg_top_sidebar-promo.gif) top left no-repeat;
}

.sidebar-promo-content img {
	float: right;
	margin: 2px 0 0 0;
}

#footer {
	position: relative;
	width: 956px;
	height: 25px;
	padding: 0;
	margin: 0;
	clear: both;
	background: url(../images/bg_footer.gif) top left no-repeat;
}

#navigation-homepage {
	position: relative;
	top:-10px;
	width: 937px;
	padding: 0px 5px 5px 5px;
	margin: 0 5px -15px 5px;
	clear: both;
	overflow: hidden;
	background: #fff url(../images/bg_navigation-homepage.gif) top left repeat-x;

}

#quote {
	position: absolute;
	left: 400px;
	top: 40px;
	width: 400px;
	display: none;
}

#logo {
	position: absolute;
	left: 30px;
	top: 20px;
	z-index: 10;
}


/* ########## Text Styles ########## */

#main {
		font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

p {
	font-size: 10px;
	padding: 5px 0 5px 0;
	line-height: 16px;
}

ul li {
	font-size: 10px;
	padding: 5px 0 5px 0;
	line-height: 14px;
	list-style-position: outside;
	list-style-type: none;
}

h2, h2 a {
	color: #e87e2d;
	padding: 0 0 3px 0;
}

h3 {
	color: #909193;
	font-size: 11px;
	margin: 0 0 12px 0;
}

.post ul h3 {
	margin: 20px 0 8px 0;
}

h3.event {
	color: #191919;
	font-size: 11px;
	margin: 0 0 0 0;
}

h4 {
	color: #191919;
	font-size: 11px;
	margin: 20px 0 10px 0;
	padding-bottom: 0;
}

a {
	color: #347d9b;
}

a:hover {
	color: #225468;
}

a:visited {
	color: #347d9b;
}

a.rss {
	border: none;
	position: relative;
	top:2px
}

.emphasize {
	font-style: italic;
}

img.alignright{
	float: right;
	padding: 0 0 15px 15px;
}

img.alignleft{
	float: left;
	padding: 0 15px 15px 0;
}

div.events div.post{
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
	border-top: 1px dotted #347d9b;
}

.entry ul.bullets li{
	margin: 0 0 0 20px;
	padding: 10px;
	list-style-type: square;
	list-style-position: outside;
}

.entry p{
	font-size:11px;
}

div.events div.post.first{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-top: none;
}

.ngg-navigation span {
	font-weight:bold;
	margin:0pt 6px;
}

.ngg-navigation a.page-numbers, a.next, a.prev, 
				span.page-numbers, span.next, span.prev {
	border:1px solid #DDDDDD;
	margin-right:3px;
	padding:3px 7px;
}

.slideshow {
	padding: 0 0 0 18px;
}

.slideshowlink {
	font: 12px Helvetica, Geneva, Arial, sans-serif;
	padding: 0 0 10px 62px;
}

.slideshowlink a {
	color: #a6c6d3;
}

ol {
	margin: 0 0 0 30px;
}

ol li {
	font-size: 10px;
	padding: 5px 0 5px 0;
	line-height: 14px;
	list-style-position: outside;
	list-style-type: decimal;
}

/* Navigation */

#navigation ul {
	list-style-type: none;
	font: 12px Helvetica, Geneva, Arial, sans-serif;
}

#navigation ul li {
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 22px;
	background: url(../images/bg_navigation.gif) top left repeat-x;
}

#navigation ul.children li {
	font-size: 10px;
}

#navigation ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #a6c6d3;
	padding: 0 0 0 10px;
}

#navigation ul.children li a {
	font-weight: normal;
	padding: 0 0 0 30px;
	background-image: url(../images/bg_navigation_child.gif);
	background-repeat: no-repeat;
	background-position: 20px 3px;
}

.hidden {
	display: none;
}

#navigation ul li a:hover {
	text-decoration: none;
	color: #347d9b;
}

#navigation ul li.current_page_item a, #navigation ul li.current_item_parent a {
	text-decoration: none;
	color: #347d9b;
}

li.item_parent ul.children li {
	display: none;
}

li.current_page_item ul.children li {
	display: list-item;
}

div.sidebar-calendar-content h2 {
	font-size: 10px;
	border-bottom: 1px dotted #f7941d;
	padding: 0 0 0 12px;
	line-height: 16px;	
	margin: 0 0 0 0;
	background-image: url(../images/bg_h2_sidebar-calendar.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.sidebar-news-content h2 {
	font-size: 10px;
	border-bottom: 1px dotted #f7941d;
	padding: 0 0 0 12px;
	line-height: 16px;	
	margin: 0 0 0 0;
	background-image: url(../images/bg_h2_sidebar-calendar.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.sidebar-social-content h2 {
	font-size: 10px;
	border-bottom: 1px dotted #f7941d;
	padding: 0 0 0 12px;
	line-height: 16px;	
	margin: 0 0 5px 0;
	background-image: url(../images/bg_h2_sidebar-calendar.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.sidebar-calendar-content p {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/* Footer */

#footer {
	font: 10px Helvetica, Geneva, Arial, sans-serif;
	line-height: 20px;
	text-align: center;
	padding: 0;
	color: #ffffff;
}

#footer ul {
	margin: 5px 6px 0 0;
	list-style-type: none;
}

#footer ul li {
	padding: 3px 0 0 0;
	margin: 0px 3px 0px 3px;
	display: inline;
}

#footer ul li a {
	text-decoration: none;
	color: #ffffff;
}

#footer ul li a:hover {
	text-decoration: none;
}

#footer ul li.current a {
	text-decoration: none;
}

/* Navigation Homepage */

#navigation-homepage {
	font: 11px Helvetica, Geneva, Arial, sans-serif;
	line-height: 20px;
	/*height: 130px;*/
}

#navigation-homepage p {
	font: 11px Helvetica, Geneva, Arial, sans-serif;
	line-height: 16px;

}

#navigation-homepage div {
	position: relative;
	float: right;
	width: 195px;
	padding: 0px 10px 10px 35px;
}

#navigation-homepage div.first {
	padding: 0px 10px 10px 10px;
}

#navigation-homepage div h3{
	position: relative;
	font-size: 16px;
	color: #347d9b;
	border-bottom: 2px dotted #f7941d;
	margin: 0 0 3px 0;
	padding: 0;
}

#navigation-homepage div h3 a{
	text-decoration: none;
}

#navigation-homepage div ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#navigation-homepage div ul li {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style-position: outside;
}


/* Sub Footer */

#subfooter {
	font: 9px Helvetica, Geneva, Arial, sans-serif;
	text-align: center;
	color: #666;
}

#quote p{
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 5px;
	color: #40a0cf;
}

.sidebar-promo-content, 
.sidebar-promo-content p a,
.sidebar-promo-content p a:hover, 
.sidebar-promo-content p a:visited {
	color: #ffffff;
	font-weight: bold;
}

#quote ul, #quote li {
	list-style-position: outside;
	list-style-type: none;
}

#quote li .widgettitle {
	display: none;
}

#quotescollection_nextquote-0 {
	display: none;
	z-index: 2;
}

.additional-information h3 {
	color: #191919;
	font-size: 11px;
	margin-bottom: 10px;
	padding-bottom: 0;
}

/*** Calendar Styles ***/

.calnk a:hover {
         background-position:0 0;
         text-decoration:none;  
         color:#000000;
         border-bottom:1px dotted #000000;
         }
    .calnk a:visited {
         text-decoration:none;
         color:#000000;
         border-bottom:1px dotted #000000;
        }
    .calnk a {
        text-decoration:none; 
        color:#000000; 
        border-bottom:1px dotted #000000;
        }
    .calnk a span { 
        display:none; 
        }
    .calnk a:hover span {
        color:#333333; 
        background:#F6F79B; 
        display:block;
        position:absolute; 
        margin-top:1px; 
        padding:5px; 
        width:150px; 
        z-index:100;
        }
     .calendar-table {
        border:none;
        width:100%;
     }
     .calendar-heading {
        height:25px;
        align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-next {
        width:25%;
        text-align:center;
     }
     .calendar-prev {
        width:25%;
        text-align:center;
     }
     .calendar-month {
        width:50%;
        text-align:center;
        font-weight:bold;
     }
     .normal-day-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
     }
     .weekend-heading {
        text-align:center;
        width:25px;
        height:25px;
        font-size:0.8em;
        border:1px solid #DFE6DE;
        background-color:#EBF2EA;
        color:#FF0000;
     }
     .day-with-date {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #DFE6DE;
     }
     .no-events {

     }
     .day-without-date {
        width:60px;
        height:60px;
        border:1px solid #E9F0E8;
     }
     span.weekend {
        color:#FF0000;
     }
     .current-day {
        vertical-align:text-top;
        text-align:left;
        width:60px;
        height:60px;
        border:1px solid #BFBFBF;
        background-color:#E4EBE3;
     }
     span.event {
        font-size:0.75em;
     }
     .kjo-link {
        font-size:0.75em;
        text-align:center;
     }
     .event-title {
        text-align:center;
        font-weight:bold;
        font-size:1.2em;
     }
     .event-title-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .event-content-break {
        width:96%;
        margin-left:2%;
        margin-right:2%;
        margin-top:5px;
        margin-bottom:5px;
        text-align:center;
        height:1px;
        background-color:#000000;
     }
     .calendar-date-switcher {
        height:25px;
        align:center;
        border:1px solid #D6DED5;
        background-color:#E4EBE3;
     }
     .calendar-date-switcher form {
        margin:0;
        padding:0;
     }
     .calendar-date-switcher input {
        border:1px #D6DED5 solid;
     }
     .calendar-date-switcher select {
        border:1px #D6DED5 solid;
     }
     .cat-key {
        width:100%;
        margin-top:10px;
        padding:5px;
        border:1px solid #D6DED5;
     }

/* Form Styles */
     
.cform {
	padding: 0;
	margin: 0;
	width: 435px;
}     
     
span.reqtxt,
span.emailreqtxt{
	display: none;
} 

fieldset{
	border: none;
	width: 100%;
}

.fldrequired{
	
}

#cforms2form .cf-fs9 {

}

.cf-fs2 legend,.cf-fs3 legend,.cf-fs4 legend,
.cf-fs5 legend,.cf-fs9 legend, 
.cf-fs10 legend, #li-2-34 {
	display: none;
}

.cf-fs1 legend, .cf-fs6 legend, .cf-fs7 legend, .cf-fs8 legend{
	position: relative;
	display: block;
	padding: 0 0 20px 0;
	font-weight: bold;
	font-style: italic;
	color: #191919;
	font-size: 11px;
	background: transparent;
}

.cf-fs5, .cf-fs7 {
	padding-bottom: 20px;
	border-bottom: 1px dotted #347d9b;
}

.cf-fs9 {
	padding-bottom: 20px;
}

#cforms2form .cf-fs1 {
	border-bottom: none;
}

#li-2-34.cf-box-group,#li-3-34.cf-box-group{
	padding: 0;
	margin: 0;
	line-height: 12px;
}

.cf-fs5,.cf-fs8 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.cf-fs8 {
	margin-bottom: 0;
}

.cf-after {
	padding: 0 10px 0 10px
}

.cform label {
	padding: 0 5px 0 5px;
}

#label-3-33{
	display: block;
	margin: 0px 0 0px 0;
	padding: 10px 0 0 0;
/*	border-top: 1px dotted #347d9b;*/
	font-weight: bold;
	font-style: italic;
	color: #191919;
	font-size: 11px;
}	
fieldset.cf-fs1 ol.cf-ol li{
	clear: both;
	display: inline; 
}

#cforms5form fieldset.cf-fs7 ol.cf-ol li{
	clear: both;
	display: inline; 
}

#li-2-6,#li-2-7,#li-2-8,#li-2-21,
#li-3-6,#li-3-7,#li-3-8,
#li-4-6,#li-4-7,#li-4-8,
#li-5-6,#li-5-7,#li-5-8{
	display: inline;
}

#li-2-22 {
	display: none;
}

fieldset.cf-fs3 ol.cf-ol li{
	display: inline;
}   

#li-2-13,#li-2-13items.cf-box-group,#li-2-14,#li-2-24,#li-2-25, 
#li-2-21,#li-2-21items.cf-box-group,
#li-3-13,#li-3-13items.cf-box-group,#li-3-14,
#li-4-13,#li-4-13items.cf-box-group,#li-4-14{
	display: inline;
} 

#li-5-13, #li-5-13items, #li-5-14, #li-5-18, #li-5-19 {
	display: none;
} 

#li-4-14 input,
#li-3-14 input,
#li-2-14 input {
	width: 130px;
}  

#li-5-17 input,
#li-4-17 input,
#li-3-17 input,
#li-2-17 input {
	width: 133px;
}

#li-5-16,#li-5-16items,#li-5-17,
#li-2-16,#li-2-16items,#li-2-17,
#li-3-16,#li-3-16items,#li-3-17,
#li-4-16,#li-4-16items,#li-4-17{
	display: inline;
}  

#li-2-21,#li-2-24,#li-2-25,#li-2-30,#li-2-31, #li-2-27,#li-2-28 {
	display: inline;
}

#label-5-17, #label-5-14,
#label-2-17, #label-2-14,
#label-3-17, #label-3-14, #label-3-25,
#label-4-17, #label-4-14, #label-4-25,
#label-2-35{
	display: none;
}

#li-5-6 input,
#li-2-6 input,
#li-3-6 input,
#li-4-6 input   {
	width: 190px;
}

#li-5-7 input,
#li-2-7 input,
#li-3-7 input,
#li-4-7 input {
	width: 30px;
}

#li-5-8 input,
#li-2-8 input,
#li-3-8 input,
#li-4-8 input {
	width: 69px;
}

#li-5-11 input,
#li-2-11 input,
#li-3-11 input,
#li-4-11 input {
	width: 168px;
}

#li-2-18 input,
#li-3-18 input,
#li-4-18 input {
	width: 347px;
}

#li-2-19 input,
#li-3-19 input,
#li-4-19 input {
	width: 296px;
}

#li-5-5 input,
#li-4-5 input,
#li-3-5 input,
#li-2-5 input {
	width: 307px;
}

#li-5-23,#li-5-24,
#li-2-2 input,#li-2-21 input,#li-2-27 input,#li-2-22 input,
#li-3-2 input,#li-3-21 input,#li-3-27 input,#li-3-22 input,
#li-4-2 input,#li-4-21 input,#li-4-27 input,#li-4-22 input {
	width: 90px;
}

#li-5-24 input,
#li-5-3 input,
#li-4-3 input,
#li-3-3 input,
#li-2-3 input {
	width: 173px;
}

#li-5-24 input,
#li-5-3 input {
	width: 120px;
}

#li-2-31 input,#li-2-25 input,
#li-3-31 input,#li-3-25 input{
	width: 100px;
}

#li-2-13, #li-2-16,
#li-3-13, #li-3-16,
#li-4-13, #li-4-16{
	margin: 0 0 0 6px;
}

#li-4-18,
#li-3-18{
	display: none;
}
     
ol.cf-ol {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

ol.cf-ol li {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	line-height: 25px;
}    

#li-2-33 textarea,
#li-3-25 textarea,
#li-2-35 textarea  {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	border: none;
	width: 100%;
	height: 40px;
	color: #4c4c4c;
	overflow: hidden;
	margin-top: 15px;
}   

.cf-after span span{
	display: block;
	padding: 0;
	margin: 0 0 0 15px;
	line-height: 14px;
}

#label-2-341.cf-after, #label-2-342.cf-after,
#label-3-341.cf-after, #label-3-342.cf-after,
#label-4-341.cf-after, #label-4-342.cf-after{
	margin-top: -14px;
	display: block;
}

#li-2-13items input#i-am-a-4.cf-box-b,
#li-3-13items input#i-am-a-4.cf-box-b,
#li-4-13items input#i-am-a-4.cf-box-b{
	margin: 0 0 0 41px;
}

#cforms2form.cform fieldset.cf-fs7 legend{
	display: none;
}

#cforms2form.cform fieldset.cf-fs10 legend{
	display: block;
	padding: 20px 0 10px 0;
	border-top: 1px dotted #347d9b;
	font-weight: bold;
	font-style: italic;
	color: #191919;
	font-size: 11px;
	width: 100%;
}

#cforms4form.cform fieldset.cf-fs1{
	margin-top: 23px;
}

#cforms3form.cform fieldset.cf-fs1{
	margin-top: 23px;
}

table.jCalendar {
	border: 1px solid #666;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #444;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #f0f0f0;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* For the popup */

div.dp-popup {
	position: relative;
	background: #d6eafe;
	font-size: 10px;
	font-family: arial, sans-serif;
	padding: 2px;
	width: 171px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
	border:2px solid #c2e0f8;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 3px 0pt 4px;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

     

/*** IE Fixes ***/

* html #navigation {
  width: 200px;
  left: 285px;  
  margin-left: -260px;         
}

* html #navigation-homepage {
	margin: 0 4px 0 5px;
}

* html #col-right {
  right: 208px;       
}

* html #container {
	width: 940px;
}

* html #header {
	width: 955px;
}

* html #header.homepage {
	background: transparent url(../images/bg_header-homepage.gif) top left no-repeat;
}

* html #footer {
	width: 955px;
	line-height: 16px;
}

* html #quote {
	position: absolute;
	left: 400px;
	top: 40px;
	width: 400px;
}

* html div.sidebar-promo-content p {
	font-size: 9px;
}

* html .cform fieldset ol li label{
	font-size: 9px;
}

/* @group Firefox Styles */

@-moz-document url-prefix() {
	#li-5-11 input,
	#li-2-11 input,
#li-3-11 input,
#li-4-11 input {
	width: 159px;
}

#li-5-14 input,
#li-4-14 input,
#li-3-14 input,
#li-2-14 input {
	width: 130px;
} 

#li-5-17 input,
#li-4-17 input,
#li-3-17 input,
#li-2-17 input {
	width: 132px;
} 

#li-2-18 input,
#li-3-18 input,
#li-4-18 input {
	width: 349px;
}

#li-5-8 input,
#li-2-8 input,
#li-3-8 input,
#li-4-8 input {
	width: 65px;
}

#li-5-24 input,
#li-5-3 input,
#li-4-3 input,
#li-3-3 input,
#li-2-3 input {
	width: 171px;
}

#li-5-24 input,
#li-5-3 input {
	width: 112px;
}

#li-5-19 input,
#li-2-19 input,
#li-3-19 input,
#li-4-19 input {
	width: 298px;
}

}
/* @end */
