/* Start of CMSMS style sheet 'Layout' */
/* Global 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* Site layout */
body {
	background: #00a4e3; /* url(/uploads/images/layout/body_bg.jpg) no-repeat top center #fff; */
}

#page_wrapper {
	margin: 0 auto;
	width: 980px;
	text-align: left;
	padding: 0px;
	background: #FFFFFF;	
}

#page {
	padding: 40px 10px 10px 10px;
}

#header {
	text-align: right;
	height: 80px;
}

#header img {
	float: left;
}

#header p {
	padding-top: 10px;
	font-size: 10px;
}

#banner {
	/* background: url(uploads/images/layout/banner_nav.png) no-repeat top left; */
	height: 210px;
}

#banner img {
	float: right;
}


#main_nav {
	background:url(uploads/images/layout/main_nav_bg.png) no-repeat;
	height: 35px;
}

#side {
	float: left;
	width: 210px;
}

#sub_nav {
	background: url(uploads/images/layout/sub_nav_bg.png) repeat;
}

#sub_nav img {
	display: block;
}

#nms {
	background:url(uploads/images/layout/nms_bg.png) no-repeat;
	height: 210px;
	padding: 20px;
}

#nms p {
	padding: 0px;
        padding-bottom: 5px;
	margin: 0px;
	line-height: 12px;
	font-size: 12px;
}

#nms p.title {
	font-weight: bold;
	color: #0060B2;
	padding-bottom: 8px;
	font-size: 13px;
}

#nms label {
    width: 180px;
    float: left;
    font-size: 12px;
    margin-top: 6px;
    margin-bottom: 2px;
    color: #585753;
    font-weight: bold;
}

#nms input {
    width: 160px; 
}

.nms_required_msg {
    font-size: 12px;
    font-weight: bold;
    color: #9c260f;
    font-style: italic;
    padding-top: 5px;   
}


#nms_submit  input{
    margin-top: 5px;
    margin-left: 85px;
    width: 80px;
}

#content {
	float: left;
	width: 710px;
}

.content_padding {
	padding: 0px 20px 20px 20px;
}

#footer {
	clear: both;
	text-align: right;
}

/* Home page blocks */
.block {
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
	width: 300px;
	height: 350px;
	overflow: hidden;
}

.block p {
	font-size: 12px;
	color: #585753;
	line-height: 14px;
}

.block img {
	margin-bottom: 0px;
        float: none;
}

.block a:link, .block a:visited {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

.block a:hover, .block a:active {
	color: #000;
}

.conferences_block, .food_wine_block {
	margin-right: 25px;
}


.block h1 {
	text-align: center;
	margin: 0px 0px 10px 0px;
        padding-top: 5px;
height: 40px;
}

.block h1 a:link, .block h1 a:visited {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
	float: none;	
}

.block h1 a:hover, .block h1 a:active {
	color: #000080;	
}

/* Clearing */
.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* End of 'Layout' */

