.nav_home #ajax_slideshow {
    margin-left: 3px;
}

table {
	border-collapse:separate;
	border-spacing:0;
}15px
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}

/* HEADER */
#header {
   height: 163px !important;
}

#headerInner {
   width: 904px !important;
   height: 163px !important;
}

#header h1 {
    width: 250px;
    height: 150px;
    float: left;
    border-bottom: 13px solid #38383A;
}

#header h1 a {
    width: 300px !important;
    height: 150px;
}

/* MENU */

#w_menu {
    padding-top: 115px !important;
    width: 650px !important;
}

#w_menu ul {
    padding: 0 0px 15px 0px;
}

#w_menu li a {
    padding-left: 9px !important;
    padding-right: 9px !important;
}
/*
#w_menu li a:hover {
    color: #ffffff !important;
    background-color: #614079;
    text-decoration: none !important;
}
*/
#w_menu ul li.w_menu_item a span {
background: none !important;
padding-right: 0px;
}

#mn_webpage1 {
    display: none;
}

li#mn_webpage6 a {
    padding-right: 0px !important;
}

#w_menu ul li ul.web_sub_menu2 {
    width: 185px !important;
    /*left: 0 !important;
    top: 35px !important;*/
}

#w_menu ul li ul.web_sub_menu2 li {
    width: 185px !important;
}

#w_menu #socialIcons {
    margin-top: -50px !important;
    position: absolute;
    right: 0;
}

#w_menu #socialIcons img {
    width: 24px;
    height: 24px;
    margin-left: 2px;
    margin-right: 2px;
}

/* HOMEPAGE */
/* Mini calendar */
#ajax_widget_3 .cgw.w_events_calendar {border: none; box-shadow: none;margin:auto;}

#ajax_widget_3 .cgw.w_events_calendar h2 .w_lft {
background-position: 0 0 !important;
margin-top: auto !important;
}

#ajax_widget_3 .cg_widget .w_content {
min-height: 260px;
}

#mainContainer {overflow:}

#ajax_widget_3 .cgw h2 {border: none;}

#ajax_widget_3 .cgw h2 .w_lft {margin: 0 0;}

/* MAIN */

.cg_content p {
font-size: 1.3em; line-height:1.5
}


/*#main a {font-size: 1.0em !important;}*/

.main_side {float: left}
 
#wrapper {
    width: 922px;
    padding-left: 24px !important;
    padding-right: 44px;
}

.headline-container {
    position: relative;
    border-bottom: 4px solid #38383a;
}

.headline-text {
    position: absolute; 
    bottom: 0; 
    padding: 14px 14px 10px 14px; 
    /*background-color: #acabb0; 
    -moz-opacity: .80; 
    filter: alpha(opacity=80); 
    opacity: .80;*/
    background-color:rgba(172, 171, 176, 0.8);
}

.cg_content ul > li, .cg_content ul ul > li {
    background-size: 8px 8px;
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/* HOMEPAGE */

body#page_home #viewport #content #wrapper {
    padding-top: 0px !important;
}

#slider {
    width: 900px !important;
    margin-left: 3px !important;
}

#twtr-widget h3 {
    border: none !important;
    height: auto !important;
    clear: none !important;
}

.w_content > div {
    padding: 10px 10px 7px;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}

.theme-default #slider {
    margin:0px auto 30px auto;
    width:618px; /* Make sure your images are the same size */
    height:246px; /* Make sure your images are the same size */
}
.theme-pascal.slider-wrapper,
.theme-orman.slider-wrapper {
    margin-top:150px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* default style */
.theme-default .nivoSlider {
	position:relative;
	background:#fff url(../images/loading.gif) no-repeat 50% 50%;
  margin-bottom:50px;
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
		display:none;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}
.theme-default .nivo-directionNav{display:none !important;}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}

/* RSVP */
#w_menu li a {padding-left:6px;padding-right:6px;}

.nav_home .widgetList .cg_widget .w_content {height: 318px;}
.nav_home .widgetList{overflow:hidden;padding-left:0px;list-style:none; width: 904px; margin-left: 3px;}
.nav_home .widgetList li{float:left;width:291px; margin-right:14px;}
.nav_home .widgetList li.last{margin-right:0px;}


body, a {font-size:13px}
label {white-space: nowrap}
#ajax_mini_calendar .w_content {padding-bottom: 10px}
.cg_content ul > li {font-size: 1.3em; line-height: 1.5}
.cg_content h3 {margin-bottom: 0; line-height: 1.2;}
.cg_content p + h3, .cg_content ul + h3 {margin: .3em 0 0}
.cg_content h3 + div, .cg_content h3 + img, .cg_content h3 + table {margin-top: 20px}
.cg_content h4 {margin: 1em 0 0 !important}
#form_table th {width: auto !important}
.tipContent .btn {background: none !important; border: none}
#rsvp_login_right {width:42% !important; float:right !important}
.btns {height:2.8em; padding: 0 16px}
#mainContainer, #main {
	overflow:hidden;
	width:auto !important;
	display:block !important;
	float:none !important;
}
#main {overflow: visible}

.nav_home #main {padding:0}
.nav_home #wrapper {
width: 904px;
padding: 25px 43px 40px !important;
}
.btns {color: white  !important}
.btnCcl {color: #4e5255 !important}















