/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );



/* MAILGATE */

.post {
padding:10px;
border-bottom: 1px dotted #e2eded;
}

/* ----------- Colours ----------- */

.cont .mg-table {
	background: #E2EDED;
	border: 1px solid #E4E2D3;
	margin-left: 10px;
	margin-bottom: 60px;
	width: 650px;
}

.cont .mg-odd {
	background: #effbfa;
}

.cont .mg-label {
	color: #0F3044;
}

.cont .mg-required {
	color: #CC0000;
}

.cont .mg-text, .cont .mg-textarea {
	border: 1px solid #B1AE98;
}

.cont .mg-error {
	background: #F4E5CA;
	border: 1px solid #EFBC64;
	color: #AE5926;
	clear: both;
}

.cont .mg-error-footnote {
	color: #BF8B6B;
}

.cont .mg-sent {
	background: #e3f4ca;
	border: 1px solid #a5ef64;
	color: #69ae26;
	clear: both;
}


/* ----------- Fonts ----------- */

.cont .mg-form, .cont .mg-text, .cont .mg-textarea, .cont .mg-submit {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.cont .mg-label {
	font-weight: bold;

}

.cont .mg-required {
	font-size: 10px;
	font-weight: bold;
}

.cont .mg-error {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 1.75;
}

.cont .mg-error-header {
	font-size: 12px;
	font-weight: bold;
}

.cont .mg-error-name {
	font-weight: bold;
}

.cont .mg-error-footnote, .cont .mg-sent-footnote {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}

.cont .mg-sent {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.75;
}



/* ----------- Layout ----------- */

.cont .mg-table {
	border-collapse: collapse;
}

.cont .mg-table td {
	padding: 8px;
	vertical-align: top;
}

.cont .mg-label {
	padding-right: 0px !important;
	padding-top: 13px !important;
}

.cont .mg-required {
	padding-left: 2px !important;
	padding-right: 0px !important;
	padding-top: 13px !important;
}

.cont .mg-text, .mg-textarea {
	padding: 5px;
}

.cont .mg-text {
	width: 300px;
}

.cont .mg-textarea {
	width: 400px;
}

.cont .mg-submit {
	padding: 3px 4px;
}

.cont .mg-error, .mg-sent {
	margin: 10px 0px;
	padding: 5px 10px;
}


/* END MAILGATE */


/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {} .alignleft {} .alignright {} .wp-caption {} .wp-caption-text {}

.container {
margin:0 auto;
width:901px;
min-height: 800px;
}

/**
 * Base - Sets vertical rhythm and basic overall typographic face-lift
 * 
 * @package WPFramework
 * @subpackage Media
 * @beta
 */
body {
	background-image: url(images/back-2.jpg);
	background-color: #e2eded;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Verdana, Geneva, sans-serif;

}

body.home {
	background-image: url(images/back.jpg);
	background-color: #e2eded;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Verdana, Geneva, sans-serif;

}

.images
{
background-repeat:no-repeat;
}
.but{
margin-top:14px;
}

.broadbeach { 
	text-align:justify;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	line-height:14px;
	color:#A5C1DE;
	margin-left: 8px;
	margin-right: 4px;
}

/* Document Body */
body, input, textarea { font: 13px/1.5 Arial; }

/* Font Styles */
.serif { font-family: Georgia, "Times New Roman", Times, serif; }
.sans-serif { font-family: "lucida sans", Verdana, Arial, Helvetica, sans-serif; }

/* Vertical Rhythm  */
.entry-meta { margin-bottom: 10px; }
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form, .gallery-row, .comment-list ul, .comment-list ol { margin-bottom: 0px; }
.hentry, .widget, .comment, .navigation-links { margin-bottom: 20px; }

/* Logo */
#logo, #logo a { font-size: 28px; height: 109px; color: #000; font-weight: bold; }
#logo a:hover { color: #2361a1; text-decoration: none; }
#tagline { color: #333; }
.header
{
background-image: url(images/niecon_header.png);
}

/* Menu */
.nav { float: left; line-height: 1; width: 100%; }
.nav, .nav * { list-style: none; margin-left: 0; }
.nav li { float: left; padding: 0; position: relative; }
.nav ul li { width: 100%; }

.nav a { display: block; position: relative; padding: 8px 10px; }

/* Hides items under top menu */
.nav ul { position: absolute; top: -9999em; width: 170px !important; /* left offset of submenus need to match (see below) */ }

/* Shows submenus */
.nav li:hover ul,
.nav li.nav-hover ul { left: 0px; top: 30px; /* match top ul list item height */ z-index: 99; }

/* Hides all sub items (4 levels deep) */
.nav li:hover li ul,
.nav li.nav-hover li ul,
.nav li li:hover li ul,
.nav li li.nav-hover li ul,
.nav li li li:hover li ul,
.nav li li li.nav-hover li ul { top: -999em; }

/* On :hover, displays all sub items (4 levels deep) */
.nav li li:hover ul,
.nav li li.nav-hover ul,
.nav li li li:hover ul,
.nav li li li.nav-hover ul,
.nav li li li li:hover ul,
.nav li li li li.nav-hover ul { left: 170px !important; /* match .nav ul width */ top: 0px; 
border-left: 1px solid #4b7684; 
}

/* Default Skin */

/* Menu bugfix */
.ie7 .nav:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }

/* Links */
a { color: #2361a1; text-decoration: none; }
a:hover { text-decoration: underline; }
.entry-content a:link, .entry-content a:active, .entry-content a:visited { color: #2361a1; text-decoration: underline; }
.entry-content a:hover { text-decoration: none; }

/* Headings */
h1, h2, h3, h4, h5, h6 { font-weight: normal; clear: both; }
h1 { font-size: 24px; line-height: 28px; padding: 5px 0px; }
h2 { font-size: 20px; line-height: 22px; padding: 5px 0px; }
h3 { font-size: 16px; line-height: 20px; padding: 5px 0px; }
h4 { font-size: 14px; line-height: 18px; padding: 5px 0px; }
h5 { font-size: 12px; line-height: 18px; padding: 5px 0px; }
h6 { font-size: 10px; line-height: 16px; }

h1, h2, h3, h4, h5 {
color: #0F3044;
}

/* Content */
.page-title { font-size: 14px; font-weight: bold; }
.page-title span { font-style: italic; font-weight: normal; }
.entry-title, .entry-title a { color: #000; font-size: 24px; line-height: 28px; }
.entry-title a:hover { color: #2361a1; text-decoration: none; }

/* Text Elements */
address { font-style: italic; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px dotted #666; }

blockquote { color: #666; font-style: italic; border-left: 1px solid #ddd; margin-left: 15px; padding-left: 10px; }

strong { font-weight: bold; }
em, dfn, cite { font-style: italic; }
dfn { font-weight: bold; }

sup { bottom: 1ex; }
sub { top: .5ex; }
small { font-size: 12px; }

del { text-decoration: line-through; }
ins { text-decoration: underline; }

code, pre {  line-height: 15px; }
var, kbd, samp, code, pre { font: 12px/1.4 Consolas, "Andale Mono", Courier, "Courier New", monospace; background: #fafafa; }
kbd { font-weight: bold; }
samp, var { font-style: italic; }
pre { white-space: pre; overflow: auto; padding: 10px; border: 1px solid #ddd; clear: both; }
code { padding: 0px 3px; }

/* Lists: (ul, ol, dl) */
ul, ol, dl { margin-left: 15px; }
.nav { margin-left: 0px; }
.entry-content ul, .entry-content ol, #search-query { margin-left: 25px; }

li ul, li ol { margin-bottom: 0; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }

ol { list-style-type: decimal; }

ul { list-style-type: disc; }
ul ul { list-style-type: circle; }
ul ul ul { list-style-type: square; }

dt { font-weight: bold; }

.fat li { margin-bottom: 10px; }

/* Tables */


/* Forms */
input, textarea, button { background: #fafafa; border-color: #aaa #ddd #ddd #aaa; border-style: solid; border-width: 1px; color: #444; font-size: 14px; }
input, textarea, button { font-family: Cambria, Georgia, "Times New Roman", Times, serif; padding: 3px; }
button { font: 12px; padding: 2px 10px; cursor: pointer; }
input:focus, textarea:focus, button:hover { background: #fff; border-color: #777 #ccc #ccc #777; }

/* bugfix */
.safari input { padding: 0px 3px; }
.chrome input { padding: 1px 3px; }

/* Comments */
.comment-list, .comment-list .children { list-style: none; }
.comment-list { margin-left: 10px; }
.comment { margin-bottom: 40px; }
.comment-list .children { margin-top: 40px; }
.comment-meta { margin-bottom: 10px; }
.commenter { font-size: 16px; }
.avatar { float: right; margin: 0px 0px 10px 20px; border: 1px #ddd solid; padding: 1px; }

/* Comment Reply */
#comment-form .form-section input { margin-right: 10px; }
.form-section { margin-bottom: 10px; }
.form-section label { cursor: pointer; }
#commenter-details input { margin-right: 10px; }
#allowed-tags { font: 11px Verdana, Arial, Helvetica, sans-serif; padding: 5px 10px; background: #fff; border: 1px #ddd dotted; border-top: none; width: 573px; }

/* Images */
img.alignleft { float: left; margin-right: 20px; margin-top: 5px; }
img.alignright { display: block; float: right; margin-left: 20px; margin-top: 5px; }
img.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; margin-top: 5px; }

.wp-caption { text-align: center; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption .wp-caption-text { margin: 0; padding: 5px; }

.wp-smiley { max-height: 13px; margin: 0 !important; } /* Prevent the smileys from breaking line-height */

/* [gallery] */
.gallery { margin: auto; }
.gallery-image { border: 2px solid #cfcfcf; margin-left: 0; }
.gallery-caption { margin-left: 0; }
.gallery-item { float: left; text-align: center; margin-left: 0; }

.gallery-columns-2 { width: 50%; }
.gallery-columns-3 { width: 33%; }
.gallery-columns-4 { width: 25%; }
.gallery-columns-5 { width: 20%; }
.gallery-columns-6 { width: 16%; }
.gallery-columns-7 { width: 14%; }
.gallery-columns-8 { width: 12%; }
.gallery-columns-9 { width: 11%; }

/* Navigation */
.page-navigation .nav-next { float: left; }
.page-navigation .nav-previous { float: right; }
.single-page-navigation .nav-next { float: right; }
.single-page-navigation .nav-previous { float: left; }

/* [gallery] + navigation clearfix */
.gallery-row:after, .navigation-links:after, .container:after, .menu:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.gallery-row, .navigation-links, .container, .menu { display: block; }

/* Basic Alignments */
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter { margin-left: auto; margin-right: auto; display: block; clear: both; }

.menu {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	}
	
	.m2sub-a  {
	height: 280px;
	width: 210px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	background-image: url('images/m2sub-bg.png');
	background-repeat: repeat;
	float: left;
}
	.m2sub-b  {
	height: 280px;
	width: 210px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	padding: 0px;
	background-image: url('images/m2sub-bg.png');
	background-repeat: repeat;
	float: left;
}	

.m2sub-c  {
	height: 280px;
	width: 210px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding: 0px;
	background-image: url('images/m2sub-bg.png');
	background-repeat: repeat;
	float: left;
}	

.m2sub-d  {
	height: 280px;
	width: 210px;
	text-align: justify;
	margin-top: 0px;

	margin-bottom: 5px;

	padding: 0px;

	background-image: url('images/m2sub-bg.png');
	background-repeat: repeat;
	float: left;
}

.m2 {
margin-top: 10px;

}

.menubl {
	color:#c9e6ff;
	font-family:Verdana,Geneva,sans-serif;
	font-size:11px;
	line-height:14px;
	text-align: justify;
	padding: 10px;
	padding-bottom: 15px;
	background-image: url('images/shadow.png');
	background-repeat: repeat-x;
	background-position: top;
}

.menubl h3 {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:14px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A5C1DE;
	padding-top: 0px;
}


.menubl h3 {
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:14px;
	text-align: center;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #A5C1DE;
}

.menubl p {
	padding-top: 5px;
	padding-bottom: 5px;
}


/*


.nav li:hover ul, .nav li.nav-hover ul { background: #16384d; color: #F5A711;}
*/
.nav ul li a { 
border-bottom: 1px solid #4b7684; 
font-size:11px; 
color: #e4f5f5;}

.nav ul { 
border-bottom: 1px solid #4b7684;
font-size:11px;
}




.nav a { 
color: #e4f5f5; font-size: 15px; font-weight:normal; 
text-decoration: none;
}

.nav ul a { 
border-right: none; color: #ccc;
text-decoration: none;
}

/*
.nav li:hover, .nav li.nav-hover, .nav a:focus { 
background: #16384d; 
color:#F5A711; 
text-decoration: none;
}
*/

.nav {
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
text-decoration: none !important;
}

.nav, .nav a {
color:#e4f5f5;
font-family:Verdana,Geneva,sans-serif;
font-size:14px;
font-weight:bold;
line-height:14px;
text-decoration: none !important;
}

.nav a:hover {
background-image:url("images/menu-h.png");
background-repeat:repeat-x;
text-decoration: none !important;
color: #FFFFFF;

}

.nav ul li a:hover {
text-decoration: none !important;
}

.nav ul a:hover {
text-decoration: none !important;
}

.menu ul li a:hover {
text-decoration: none !important;
}

.menu a:hover {
text-decoration: none !important;
}

.nav a:focus { 
color:#ec8d5c; 
text-decoration: none;
}
.nav li:hover ul, .nav li.nav-hover ul {
background: #486573;
color: #FFFFFF
}



.home-content {
width: 400px;
padding: 20px;
margin-bottom: 10px;
text-align:justify;
float:left;
}

.ss {
padding: 0px;
margin: 0px;
padding-bottom: 0px;
float:left;
clear: right;
width: 200px;
height: 417px;
}

.ss2 {
padding: 0px;
margin: 0px;
padding-bottom: 0px;
float:left;
clear: right;
width: 190px;
height: 396px;
}

.footer {
	clear: both;
	align: center;
	background-image: url(images/footer.jpg);
	padding: 0px;
	border: none !important;
	text-decoration: none !important;
	height: 70px;
	font-size: 11px;
	color: #cfe0e0;
	background-position: center bottom;
	text-align: center;
	width: 100%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
padding: 0px;
}

.footer p {
padding-top: 17px;
}

.footer a {
	text-decoration: none !important;
	color: #FFF;
}

.footer a:hover {
	text-decoration: none !important;
	color: #FFF;
}



.entry-title {
padding-top: 0px;
margin-top: 0px;
line-height: 20px;
}

#secondary {
margin-top: 30px;
background: #0f3044;
	background-image: url(images/side-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
margin-bottom: 10px;
}


.aside {
float: right !important;
width: 190px !important;
}

body.home .page-content {
width: 320px;
padding: 20px;
text-align:justify;
float:left;
}

body.search .page-content {
 padding: 20px;
text-align:justify;
float:left;
width: 620px;
}

.page-content {
padding: 20px;
text-align:justify;
float:left;
width: 630px;
}

#sidebar .widget {
border-bottom:1px solid #7BBEF1;
list-style-type:none;
margin:0;
padding:10px 20px 20px;
}

#sidebar h2 {
color:#CFDDE2;
}


input, textarea {
border:1px solid #7BBEF1;
color:#005EB2;
}

input, textarea {
padding:4px;
}

input, select, textarea {
background:none repeat scroll 0 0 #FFFFFF;

font-family:Arial,Helvetica,"Liberation Sans",sans-serif;
font-size:12px;
}

.form-submit {
padding:3px;
border:1px solid #7BBEF1;
}

input, textarea {
border:1px solid #7BBEF1;
color:#005EB2;
}

body.home button {
cursor:pointer;
padding:3px 10px;
border:1px solid #7BBEF1;
font-family:Arial,Helvetica,"Liberation Sans",sans-serif;
font-size: 12px; 
color: #005EB2;
width:48px;
}

button {
cursor:pointer;
padding:3px 10px;
width:48px;
border:1px solid #7BBEF1;
font-family:Arial,Helvetica,"Liberation Sans",sans-serif;
font-size: 12px; 
color: #005EB2;
}

#search-2 {
margin-bottom:15px;
padding-top: 0px;
padding-bottom: 10px;
}

.mg-submit {
width:48px;
}



.widget-title {
border-bottom:thin solid #A5C1DE;
color:#FFFFFF;
font-family:Verdana,Geneva,sans-serif;
font-size:14px;
font-weight:bold;
line-height:14px;
margin-bottom: 5px;
}

#search-2 .widget-title {
margin-top: 0px;
padding-top: 0px;
}

#secondary-home {
margin-top: 30px;
background: #0f3044;
	background-image: url(images/side-bg-2.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
margin-bottom: 10px;
}


.aside-home {
float: right !important;
width: 420px !important;
}

#primary {
width: 670px !important;
margin-top: 30px;
background: #FFFFFF;
margin-bottom: 10px;
}

body.home #primary {
width: 440px !important;
margin-top: 30px;
background: #FFFFFF;
margin-bottom: 10px;
}

body.home .sidebar {
float: right;
width:200px !important;
border-left: 2px solid #2C4C59;
padding-left: 9px;

}

.widget {
color: #FFFFFF;
}

.widget a {
color: #FFFFFF;
}

.special {

}

slides-test {

}

.special p {
color: #FFFFFF;
font-size:11px;
	line-height:14px;
	text-align: justify;
	padding-left: 0px;
	padding-right: 0px;
}

.specialbox {
	margin-bottom: 15px;
	height:120px;
}

.subscribe {
margin-bottom: 15px;

}

.specialbox h4, .specialbox h4 a {
	color:#FF6422;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	margin-bottom:0px;
	padding-bottom:0px;

}
 {
	color:#FF6422;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:14px;
	margin-bottom:0px;
	padding-bottom:0px;

}

.widget {
margin-bottom: 15px;
}

.mg-sent {
color:#00e000;
font-size:10px;
line-height:12px;
font-style: italic;
padding-top:3px;
padding-bottom:3px;
}


.mg-error {
color:#ff8e52;
font-size:10px;
line-height:12px;
font-style: italic;
padding-top:3px;
padding-bottom:3px;
}

.list-name h4 {

	padding-bottom: 10px !important;
	padding-top: 0px !important;
	color:#0F3044;
	font-size:13px;
	font-weight:bold;
	text-align: center;
clear: both;
	}
	
.list-heading {
	width: 650px;	
	clear:both;	
}

.list-row {
	width: 630px;	
		
		clear:both;	

}

.list-row2 {
	width: 630px;	
		clear:both;	
		background-color: #E2EDED;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
}

.list-img {
margin-top: 5px;
margin-left: 0px;
clear: both;

}

.list-name {
		float:left;
	color:#0F3044;
	font-size:14px;
	font-weight:bold;
	text-align: center;
	padding-left: 0px;
	width: 240px;
}

.list-p-no {
	float:left;
	color:#0F3044;
	font-size:13px;
	font-weight:bold;
	
			padding-left: 10px;
				width: 90px;
						padding-top: 30px;
		
}
.list-s-no {
	float:left;
	color:#0F3044;
	font-size:13px;
	font-weight:bold;
	
				padding-left: 10px;
					width: 90px;
					padding-top: 30px;				
}
.list-lvl {
	float:left;
	color:#0F3044;
	font-size:13px;
	font-weight:bold;
	
			padding-left: 10px;
				width: 90px;
				padding-top: 30px;
			

}
.list-location {
	float:left;
	color:#0F3044;
	font-size:13px;
	font-weight:bold;

			padding-left: 10px;
				width: 80px;
				padding-top: 30px;
		

}
	
.list-heading .list-name {
padding-top: 5px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 5px;
text-align: left;
padding-left: 10px;
width: 230px;
}

.list-heading .list-location {
padding-top: 5px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

.list-heading .list-lvl {
padding-top: 5px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
.list-heading .list-s-no {
padding-top: 5px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

.list-heading .list-p-no {
padding-top: 5px;
padding-bottom: 5px;
margin-top: 5px;
margin-bottom: 5px;
}

.list {
margin-top: 20px;
padding-left: 10px;
}

.shoplist {
border: 1px solid #2C4C59;
}

.entertainment {
	width: 650px;
	font-size:13px;
	font-weight:bold;
	margin-top: 20px;
}

.entertainment-month {

	clear: both;
	height: 30px;
	width: 650px;

	
}

.entertainment-month h2 {
	padding-bottom: 10px;
	font-weight: bold;
}

.entertainment-line {

	clear: both;
	height: 30px;
	width: 630px;
padding-bottom: 2px;
	
}

.entertainment-line2 {

	clear: both;
	height: 30px;	
	width: 630px;
	background-color: #E2EDED;
padding-bottom: 2px;
		
}

.entertainment-date {
	padding: 10px;
	float:left;
	height: 20px;
	width: 120px;
	

}

.entertainment-event {
	padding: 10px;
	float:left;
	height: 20px;
	width: 350px;

}

.entertainment-time {
	padding: 10px;
	float:left;
	height: 20px;
	width: 90px;
	text-align: right;

}

.up-comming {
padding: 10px;
padding-bottom: 100px;
}

.up-comming-title {
font-weight: bold;
}

#up-comming h2 {
	
	font-weight: bold;
}

.entry-content p {
padding-bottom: 25px;
}

body.parent-pageid-8 .entry-content p {
padding-bottom: 5px;
}


body.pageid-30 .entry-content p {
padding-bottom: 5px;
}


body.home .entry-content p {
padding-bottom: 12px;
}

body.home .hentry, .widget, .comment, .navigation-links {
margin-bottom:5px;
}

.m2sub-a h3 a, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.m2sub-b h3 a, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.m2sub-c h3 a, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.m2sub-d h3 a, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

table.mg-table {
clear: both;
}

.contact {
float:left;
width:275px;
height:330px;
padding-right: 10px;
margin-right:15px;
}

.map {

width:340px;

}

.mapp-directions-div {
float:left;
width:600px;
}

.readmore {
margin-top: 5px;
margin-bottom: 2px;
clear: both;
}





.nav ul ul {

font-size:9px !important;
position:absolute;
top:-9999em;
width:200px !important;
}
.nav ul ul a {
font-size:9px !important;
}
