@charset "utf-8";
body {
	font: small Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/bwm_bgd.jpg) repeat-x;
	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: #333333;
	margin-top: 10px;
}
.inputbutton {
	background-color: #EFEFEF;
	border: 1px solid #333333;
	font-weight: bold;
}
a:link {
	color:#FF6600;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #CC6633;
}
a:active {
	color: #FF6600;
}
h1 {
	font-size:x-large;
}
h2 {
	font-size:small;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333333;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-bottom:10px;
	padding-top:10px;

}
.topnav {
	padding-left:5px;
	padding-bottom:8px;
}
.topnav a:link {
	font-weight: bold;
	color: #555555;
}

.topnav a:visited {
	font-weight: bold;
	color: #555555;
}
.topnav a:hover {
	font-weight: bold;
	color: #FF9900;
}
.topnav a:active {
	font-weight: bold;
	color: #555555;
}.hdrtitle {
	font-size: smaller;
	color: #FF6600;
	padding-left: 22px;
	background-image: url(../images/blueworldmediaweblogo.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 200px;
}
.hdrcontacts {
	float: right;
}
.hdrfax {
	font-size: smaller;
	font-weight: bold;
}
.hdremail {
	font-size: smaller;
	font-weight: bold;
}
.hdrfaxnumber {color: #FF6600}
.hdremailtxt {color: #FF6600}
.hdremailtxt a:link  { text-decoration:none; }
.hdremailtxt a:visited  { text-decoration:none; }

.spaminfo {
	border-top-style:solid; border-top-width:1px; border-top-color:#000000; border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#000000; padding-top:5px;padding-bottom:10px;width:100%;
}
.show { visibility:visible; }
.hide { visibility:collapse; display:none; }
.more { font-size: 80%; }
li {
	padding-top: 4px;
	padding-bottom:4px;
}
