/* RSVP page */
.nav_home #wrapper { width: 982px; padding-left: 4px !important; padding-right: 4px; }
/* */

table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}

/* HEADER */
#headerInner {
   width: 904px !important;
   height: 116px;
}

#header h1 {
    width: 300px;
    height: 103px;
    float: left;
    border-bottom: 13px solid #38383A;
}

#header h1 a {
    width: 300px !important;
    height: 103px;
}

/* MENU */

#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;
}

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: -30px !important;
    position: absolute;
    right: 0;
}

#w_menu #socialIcons img {
    width: 24px;
    height: 24px;
    margin-left: 2px;
    margin-right: 2px;
}



/* MAIN */



#main cg_website {
    width: 631px !important;
}

#main a {font-size: 14px !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);
}

/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/* HOMEPAGE */

body#page_home #viewport #content #wrapper {
    padding-top: 0px !important;
}

#slider {
    width: 904px !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 0 30px 3px;
    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;
}

/* home page */
#w_menu li a {padding-left:6px;padding-right:6px;}
.nav_home #main{padding-left:5px;}
.nav_home .widgetList .cgw .w_content {height: 302px;}
.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:15px;}
.nav_home .widgetList li.last{margin-right:0px;}
#ajax_widget_3 .cg_widget .w_content{height: auto;}

























































