/* ------------------------------ 
HTML Redefine Tags
------------------------------ */
body{
	font-family:Arial;
	font-size:11px;
	color:#999999;
	background-color: #FFFFFF;
	margin: 0px;
}
#MASTER {
	width: 100%;
}
input, form, textarea
h1, h2, h3, h4, h5, h6{margin:0; padding:0;}
h1{font-size:18px;}
h2{font-size:14px; color:#999999}
h3{font-size:13px; border-bottom:solid 1px #DEDEDE; padding:4px 0; margin-bottom:10px; }
h4{font-size:11px; color:#4A4A4A; font-family:arial; margin-left:25px; }

a:link, a:visited{color:#BA5DA4; text-decoration:none; font-family:arial; font-size:11px;}
a:hover{
	text-decoration:none;
	color:#BA5DA4;
}

/* ------------------------------ 
PAGE STRUCTURE 
------------------------------ */

/* 
#container has an absolute width (780 pixel) 
*/
#home{
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#ribbon{
	width:120px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: auto;
	position: fixed;
	left: auto;
	top: 0px;
	float: right;
	height: 124px;
	right: 0px;
	background-attachment: fixed;
	background-position: right;
}
#container{
	width:1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
	#topbar{
	width:auto;
	display:block;
	height:90px;
}	
    #banner{
	margin-top: 2px;
	position:relative;
	z-index:0;
}
		.top_leftcolumn{
	width:165px;
	float:left;
	height: 90px;
	background-position: left top;
	margin-left: 23px;
}
		.top_rightcolumn{
	width:449px;
	margin-right:20px;
	float:right;
	background-attachment: scroll;
	background-image: url(image/top-head.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
}	
/* ------------------------------ 
CUSTOM CLASSES
------------------------------ */

/* 
Add here your custom classes
*/

	#navbar{
	width:auto;
	display:block;
	height:55px;
	float:right;
	color:#818181;
	font-family:arial;
	font-size:11px;
	margin-right:10px;
}
		#navbar a{heigth:28px; display:inline;}
	
	#main{
	width:auto;
	display:block;
	margin-top: 49px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
		#column_left{width:417px; margin-left:33px; float:left;}
		#column_right{width:482px; margin-left:68px; float:left;}
		div.spacer{clear:both; height:4px; display:block;}
	
	#menubar{width:auto; display:block; height:33px;}
		#menubar a{heigth:33px; display:inline;}	
		
	#footer{width:auto; display:block; padding:10px 0; font-size:11px; color:#666666;}

/*
FOOTER MENU
*/
#navlist
{
margin-left: 0;
padding-left: 0;
list-style: none;
float:left;
}

#navlist li
{
padding-left: 10px;
padding-right: 30px;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}

#navcontainer ul
{
list-style-type: none;
text-align: left;
}

#navcontainer ul li a
{
	background: transparent url(images/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	text-decoration: none;
	color: #818181;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 15px;
}

#navcontainer ul li a:hover
{
	background: transparent url(images/list-on.gif) left center no-repeat;
	color: #A3A3A3;
}

#navcontainer ul li a#current
{
background: transparent url(images/list-active.gif) left center no-repeat;
color: #666;
}
.link {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #BA5DA4;
	text-decoration: none;
}
.link:hover {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #BA5DA4;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BA5DA4;
}
#topnav {
	width:1000px;
	display:block;
	height:33px;
	background-attachment: scroll;
	background-image: url(image/purple-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
	.topmarqee{
	width:890px;
	height:33px;
	text-decoration: none;
	float: left;
}	
	.topimg{
	width:42px;
	display:block;
	height:33px;
	margin-right: 42px;
	float: right;
	margin-right: 42px;
	padding: 0px;
	margin-top: 0px;
	background-position: left top;
}
