﻿html, body,  p, h1, h2, h3, h4, h5, h6, form, fieldset, div {
	margin: 0;
	padding: 0;
	border: 0;
}	
body{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	color:#12435e;
}
#wrapper{
	width: 950px;
	margin:0 auto;
	text-align:left;
	height:700px;
}
#wrapper2
{
	background-image:url("Images/page_pg.jpg");    
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}
.spotLightList
{
    float:right;    
}
.spotLightItem
{
    background-image: url(Images/leftBarLayout/spotLightBG.gif);
    width: 126px;
    background-repeat: no-repeat;
    height: 95px;
    text-align: right;
}

#leftSection
{
	float:left;
	text-align:right;
	width: 189px;
}

#rightSection
{
	float:right;
	margin-left:11px;
	margin-right:45px;
	width:705px;
}

.leftImage
{
	margin-bottom:0px;
}

#footer
{
	clear:both;
	margin-left:250px;
	margin-bottom:25px;
}
#footer a
{
	margin-right:15px;
	font-weight:700;
	color:#42494d;
	text-decoration:none;
	font-size:12px;
}

#footer a:hover
{
	color:#00a2ff;
}

#loginLinks
{
	height:122px;
	padding-top: 33px;
	float: right;
}

#loginSec, #topLinks
{
	text-align:right
}

#loginSec
{
    font-size:10px;
    padding-top:10px;
}
#topLinks
{
	padding-top:8px;
	margin-bottom: 16px;
}

#topLinks a
{
	font-weight:700;
	color:#42494d;
	text-decoration:none;
	font-size:12px;
}

#topLinks a:hover
{
	color:#00a2ff;
}

h2 
{
	margin-top: 7px;
	margin-bottom:12px;
}
p
{
	margin-bottom:10px;
	font-size:12px
}

#Members
{
	background-image:url("Images/Memebers.gif");
	background-repeat:no-repeat;
	font-size:11px;
	text-align:left;
	}
	
#LoggedingMem
{
	background-repeat:no-repeat;
	font-size:13px;
	}

#Members a
{
	text-align:left;
	font-family:Tahoma;
	font-size:11px;
	color:#0780c5;
	font-weight:bold;
}

#logo
{
	float: left;
}

#Content
{
	font-family:Tahoma;
	font-size:11px;
	color:#12435e;
}

#Content a
{
	font-family:Tahoma;
	font-size:11px;
	color:#12435e;
}

a
{
	text-decoration: none;
	color:#42494d;
	font-size:12px;
	font-family:Tahoma;
	font-weight:bold;	
}
a:hover
{
	font-family:tahoma;
	font-size:12px;
	color:#00a2ff;
}

h3{
 color:#12435e;
 font-family:Tahoma;
 font-weight:bold;
}


.TypeTitle
{
    font-weight:bold;
    font-size:large;    
}

.textbox
{
	overflow:visible;
	
	
	border-color:White;
	
}

.grd_hr
{
	border-bottom-color:Gray;
	border-bottom-style:solid;
	border-bottom-width:1px;
}	

#topLink
{
	margin-bottom: 16px;
	text-align:right;
	margin-top:0;
}

#topLink a
{
	/*margin-right:15px;*/
	font-weight:700;
	color:#42494d;
	text-decoration:none;
	font-size:12px;
}

#topLink a:hover
{
	color:#00a2ff;
}
/*Menu styles */
.mainMenu{
	position:relative;
	display:inline;
}

.subMenu 
{
	position:absolute;
	background-color:#dce3e7;
	left:0px;
	top:18px;
	z-index:0;
	width:150px;
	visibility:hidden;
	filter: alpha(Opacity='80')
}

.subMenu ul
{

	margin:0;
	padding:0;
}

.subMenu ul li a {

	display:block;
	padding:3px;
	text-decoration:none;
	text-align:left;
	width: 144px;
}
.subMenu a:hover
{
    background-color:White;
    color:White;
}

.subMenu .fxMenuItem
{
    margin-right:0;
}


.topMenu
{
    margin-right:15px;
}
/*.
End menu styles*/