
/* basic elements */
html
	{
   	height:100%;
	}
	
body 
	{ 
	font-size: 12px;
	font-family: Palatino;
	color: #650987;
	background-color: #000000;
	margin: 0px; 
	text-align:center; 
	}

p 
	{ 
	font-size: 14px;
	margin:0px; 
	}

a:link 
	{ 
	text-decoration: underline; 
	color: #ffffff;
	}
a:visited 
	{ 
	text-decoration:none;
	color: #ffffff;
	}

a:hover
	{ 
	text-decoration: none; 
	color: #ffffff;
	}


#container 
	{
	width: 960px;
	height: 700px;
	padding: 0;
	margin:0 auto;
	text-align: center;
	}
	
#header
	{ 
	float:left;
	background: url(pictures/header_new.png) no-repeat;
	height: 300px;
	width: 100%;
	}

#menu
	{
	float:left;
	height: 400px;
	width: 180px;
	background:#afa9a9 url(pictures/blinq_menu.png) no-repeat bottom left;
	margin-left:10px;
	}
	
.vertical_menu
	{
	z-index:1000;
	font-size:15px;
	}

/* remove all the bullets, borders and padding from the default list styling */
.vertical_menu ul
	{
	padding:0;
	margin:0;
	list-style-type:none;
	}

/* position relative so that you can position the sub levels */
.vertical_menu li
	{
	position:relative;
	background-color:#afa9a9;
	height:22px;
	width:180px;
	text-align:left;
	}

	
/* get rid of the table */
.vertical_menu table
	{
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:1em;
	}

/* style the links */
.vertical_menu a, 
.vertical_menu a:visited
	{
	display:block; 
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:179px;
	color:#000;
	text-indent:5px;
	padding-left:5px;
	}

.vertical_menu :hover > a
	{
	color:#fff; 
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.vertical_menu ul ul
	{
	visibility:hidden;
	position:absolute;
	top:0;
	left:180px;
	margin-left:1px;
	width:auto;
	}

/* make the second level visible when hover on first level list OR link */
.vertical_menu ul li:hover ul,
.vertical_menu ul a:hover ul
	{
	visibility:visible;
	border:1px solid #000;
	}
	
.vertical_menu ul li ul li,
.vertical_menu ul li ul li a
	{
	width:250px;
	text-align:left;
	}

#main
	{
	margin:0 auto;
	height:515px;
	width:100%;
	overflow:hidden;
	}

#content
	{
	float:left;
	width:100%;
	height:410px;
	overflow:hidden;
	color: #fefefe; 
	}

#page
	{
	float:left;
	height:400px;
	width:750px;
	overflow: auto;
	background-color: #585858;
	margin-left:10px;
	}
	
#page p
	{
	color: #fefefe; 
	text-align:left;
	margin:7px 10px 0 10px;
	}

h1
	{
	margin:0;
	padding-top:4px;
	color:#410357;
	font-size:18px;
	padding-left:26px;
	}	
h2
	{
	margin:0;
	padding-top:4px;
	color:#410357;
	font-size:16px;
	padding-left:26px;
	}
h3
	{
	text-align: center;
	font-size:14pt;
	color:#410357;
	font-weight:normal;
	}	
h4
	{
	margin:0;
	padding-top:4px;
	color:#410357;
	font-size:13px;
	text-align:center;
	}

#footer 
	{
	margin: 0 auto;
	text-align:center;
	width:960px;
	height:30px;
	}

#footer p
	{
	text-align: center; 
	vertical-align: top; 
	text-transform:uppercase;
	font-size: 11px;
	font-weight:normal;
	color: #fefefe;
	}

#footer a:link, a:active
	{ 
	color: #fefefe;
	}

#footer a:hover
	{
	color: #fefefe;
	text-decoration:none;
	}


input, textarea
	{
	border: 1px solid #3E611B;
	}

img.image
	{
	display:block; 
	text-align:center;
	border: 3px solid #476628;
	margin: 0 auto;
	margin-top:5px;
	}
	
img .thumb
	{
	border:0;
	}

#images ul
	{
	list-style-type:none;
	}
	
#images img
	{
	margin:0;
	padding:0;
	padding-left:2px;
	padding-right:2px;
	/*filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;*/
	border: 3px solid #476628;
	}
/*
#images img:hover
	{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	}
*/
.gbtable
	{
	width:600px;
	margin-left:20px;
	font-size:13px;
	}
.gb1
	{
	width:200px;
	margin-top:10px;
	background:#82C543;
	text-align:left;
	vertical-align:top;
	font-weight:bold;
	border: 1px solid #000;
	}
.gb2
	{
	margin:0;
	text-align:left;
	background:#254822;
	vertical-align:top;
	color:#ffffff;
	border: 1px solid #000;
	}


