body
{
  margin: 0px;
  padding: 0px;
  background-color: rgb(62, 11, 69);
}

h1
{
  color: rgb(62, 11, 69);
  font-size: 22px;
  font-weight: bold;
  font-family: Verdana;
}

.headerFiller
{
  background: rgb(62, 11, 69);
}

.menu
{
  background: white url(http://www.daymedia.com.au/index.php?site=3&common=/imgs/l_menuRepeat.jpg) repeat;
  width: 255px;
  height: 100%;
  padding: 0px;
  margin: 0px;
}

.menuDiv
{
  height: 619px;
  background: white url(http://www.daymedia.com.au/index.php?site=3&common=/imgs/l_menu.jpg) no-repeat;
}

.menuPadding
{
  width: 170px;
  margin-top: 15px;
  margin-left: 10px;
}

.content
{
  background: rgb(190, 189, 207) url(http://www.daymedia.com.au/index.php?site=3&common=/imgs/l_contentBG.jpg) no-repeat;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  font-size: 14px;
  color: black;
  font-family: Verdana;
  vertical-align: top;
}

.contentTop
{
  background: rgb(62, 11, 69) url(http://www.daymedia.com.au/index.php?site=3&common=/imgs/l_contentTop.jpg) no-repeat;  
  height: 70px;
  width: 100%;
}

.contentEdge
{
  background: rgb(62, 11, 69) url(http://www.daymedia.com.au/index.php?site=3&common=/imgs/l_contentEdge.jpg) repeat-y;
}

.menuItemHome
{
  background-image: url(http://www.daymedia.com.au/index.php?site=3&common=/imgs/nav_home.gif);
}


/* Jquery Styles */
img {border: none;}

.container {
	overflow: hidden;
	width: 720px;
	margin: 0 auto;
}
#main {
border: 1px solid #3E0B44;
}
a {color: #000; text-decoration:none;}
a:hover {color: #3E0B46; font-weight: bold;}

a.main_menu:link{
	color:#fff;
	text-decoration:none;
}

a.main_menu:active{
	color:#fff;
	text-decoration:none;
}

a.main_menu:visited{
	color:#fff;
	text-decoration:none;
}

a.main_menu:hover{
	color:#fff;
	text-decoration:underline;
}


/*--Main Image Preview--*/
.main_image {
	width: 450px; height: 301px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
	border-right:1px solid #CCCCCC;
}
.main_image h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 0px;	padding: 10px 2px 10px 2px;
}
.main_image p {
	font-size: .8em;
	padding: 2px;	margin: 0;
	line-height: 1.2em;
}
.block small { 
	padding: 0 0 0 20px; 
	background: url(http://www.daymedia.com.au/index.php?site=3&common=/banners/icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 100%;
	background: #3E0B44;
}
.main_image a.collapse {
	background: url(http://www.daymedia.com.au/index.php?site=3&common=/banners/btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 267px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
	overflow:scroll;
	overflow-x:hidden;
	height:300px;
}
.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0; padding: 6px 5px;
	background: #f0f0f0 url(nav_a.gif) repeat-x;
	width: 260px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 11px; 
	margin: 5px 0; padding: 0;
}
.image_thumb ul li .block {
	float: left; 
	margin-left: 10px;
	padding: 0;
	width: 75px;
}	
.image_thumb ul li p{display: none;}


/* Jquery Style Ends*/


.dropdown {float:left; margin:0px; padding:0px;}
.dropdown dt {width:170px; cursor:pointer;}
.dropdown dt:hover {}
.dropdown dd {position:absolute; overflow:hidden; width:170px; display:none; z-index:200; opacity:0}
.dropdown ul {width:170px; background:#5A2B61; border:2px solid #F0CBF6; list-style:none;}
.dropdown li {display:inline; font-family:"Century Gothic"; font-size:12px;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; color:#F5EDF6; text-decoration:none; width:170px}
.dropdown a:hover {color:#fff}
.dropdown .underline {border-bottom:1px solid #F0CBF6; padding:2px 2px 2px 2px;}