/* begin basic global styles */
html,body,div,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:none;
	margin:0;
	padding: 0;
}
html {
	background: #303030;
}
img{
	border:none;
}
hr {
	background-color: #0fbfca !important;
	color: #0fbfca !important;
	height:1px;
	margin: 25px 0px;
}
h1 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
p,ul,li {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
li {
	padding-bottom: 5px;
}


/* begin new global styles */
#page{
	background: #303030;
	width: 1020px;
}
#leftmenu{
	float: left;
	padding-top: 10px;
	text-align: right;
	width:200px;
}
#menulist{
	padding: 50px 20px 0px 20px;
}
#menulist li{
	color: #ccc;
	padding-bottom: 5px;
}
#leftmenu a{
	color: #ccc !important;
	text-decoration: none;
}
.menuheader{
	border-top: solid 1px #0fbfca;
	padding-top: 5px;
}
#rightcontent{
	float:left;
	padding: 10px;
	width: 800px;
}
#rightcontent a {
	color: #0fbfca;
	font-weight: bold;
	text-decoration: none;
}
#rightcontent a:hover{
	text-decoration: underline !important;
}
#rightcontent1{
	background: #fff;
	border: solid 3px #26d4e6;
	margin: 20px 20px 20px 220px;
	width: 694px;
}
#rightcontent2{
	background-image:url('_images/brocade-bg.jpg');
	border: solid 2px #000;
	color: #303030;
	padding: 15px;
	width: 660px;
}
#rightcontent2 a {
	color: #303030 !important;
	font-weight: bold;
	text-decoration: none;
}
#rightcontent2 a:hover{
	text-decoration: underline !important;
}
#rightcontent2 img {
	border: solid 1px #303030;
}
#contentimage{
	border: solid 2px #fff;
	float: left;
	margin: 0px 15px 10px 0px;
}
#footer{
	clear: both;
	color: #aaa !important;
	float: none;
	font-size: 12px;
	margin-top: 20px;
	padding: 50px 0px 20px 0px;
	text-align:center;
}
#footer a{
	color: #aaa !important;
	font-style: italic;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline !important;
}
#facebook{
	background: #dff;
	border: 2px solid #0fbfca;
	margin: 50px 10px;/
	height:100px;
	width:180px;
}
.reset{
	clear:both;
	float:none;
}
.show {
	display:inline;
}
.hide {
	display:none;
}