body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
p	{
	font-size:0.8em;
	line-height: 1.5em;
}
#copyarea	{
	padding: 0px 20px 0px 50px;
	text-align:justify;
	background-color: #ECEEFF;
	margin: 0;
}
#copyareacopy	{
	padding: 0px 20px 0px 20px;
	text-align:justify;
	background-color: #ECEEFF;
	margin: 0;
}

.twoColFixLtHdr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	background-color: #FFFFFF;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: repeat-y;
	background-position: 0 200px;
} 
.twoColFixLtHdr #header {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 2px;
	background-color: #FFFFFF;
	text-align:left;
	height: 75px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent: -9999px;
	height: 65px;
	width: 193px;
	background-image: url(../images/logo_conferencingatsoftline.gif);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin: 0;
	padding: 0;
	border: 0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 210px;
} 
.twoColFixLtHdr #mainContent img {
	vertical-align:bottom;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	background-color: #86B2C8;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 0.7em;
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menuspace {
	background-color: #fff;
	height: 30px;
}
#horizontalleft {
	position: absolute;
	width: 15px;
	height: 285px;
	top: 85px;
	left: 50%;
	margin-left: -400px;
	border-right: solid #FFF 10px;
}
.home{ 
background-color:#002558;
}
.services{
	background-color:#FF6600;
}
.contact{ 
background-color:#002558;
}
.venue{
	background-color:#55be47;
}
.book{ 
background-color:#002558;
}
#booknow {
	background-color:#85b0c6;
	text-align: center;
	height: 150px;
	padding-top: 15px;
	margin: 0;
}
#leftmain {
	margin: 0;
	padding: 0;
}
#leftmain img {
	vertical-align:bottom;
}
#subnav {
	background: repeat-y #9BADD2 url(../images/subnav_bg.gif); 
	padding-left: 1px;
}
#subnav p,  #introcontent p{
	margin: 0;
	padding: 14px 20px 14px 50px;
	text-align: left;
}
#introcontent {
	background: url(../images/intro_bg.gif) repeat-y #DAE7EE;
	padding-left: 1px;
}
#map {
	background: url(../images/intro_bgv.gif) repeat-y #bccae7;
	padding-left: 32px;
	padding-top: 32px;
	height:600px;
	position: relative;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #b5c0e1;
	padding-left: 0.75em;
	padding-right: 0.75em;
	padding-top: 6px;
	color: #333;
	text-decoration: none;
	height:24px;
}
ul.MenuBarHorizontal a.selected
{
	background-color: #476cb3;
	color:#FFF;
}
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: auto;
	float: left;
	margin-right: 10px;
}
 label
{
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
}
.submit input
{
margin-left: 160px;
}
fieldset {
	font-size: 12px;
	margin-bottom:20px;
	border: #ddd 1px solid;
}
legend {
	font-size: 1.3em;
	color:#006699;
	padding:6px;
}
form dd, form dl
{
	line-height:30px;
	margin:0px;
	display: block;
	margin-bottom: 10px;
}
h2 {
	font-weight: normal;
	text-transform: uppercase;
	color:#006699;
}
#subnav h2{
	margin: 0;
	padding: 14px 20px 14px 50px;
	text-align: left;
	color:#FFFFFF;}
	
#subnav a {
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
#subnav a:hover {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
}
a, a:link {
	color: #002558;
}
a:hover {
color:#006699}

h3 {
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	font-size: 14px;
}
#homebg
{
	background-image: url(../images/home_bg.gif);
	background-repeat:repeat-x;
}
#servicesbg
{
	background-image: url(../images/orange_bg.gif);
	background-repeat:repeat-x;
}
#venuebg
{
	background-image: url(../images/home_bg.gif);
	background-repeat:repeat-x;
}
#contactbg
{
	background-image: url(../images/green_bg.gif);
	background-repeat:repeat-x;
}
.right_column {
	float: right;
	width: 220px;
}
.left_copy{
	width: 220px;

float:left;}

