/* -----------------------------------------------------------------------------------------------------
Weston-Westport master stylesheet

author: Tim Gardner, codeHorse, Inc.
version: February 10, 2010

 */
 
/* GENERAL ------------------------------------------------------------------------------------------- */

p {
   /* font: 12px/18px Verdana, sans-serif; */
   font-size: 12px;
   line-height: 18px;
   color: #2B212A;
   margin-bottom: 0px;
   margin-top: 0px;
}


/* LAYOUT --------------------------------------------------------------------------------------------- */
/* based on 2-col design by:*/
/* http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/finished.html */

body, html
{
	background: url(../images/webdesign/backgroundtile.png) repeat;
    /* font-family:  "Helvetica-Condensed-Bold", "Helvetica-Condensed", "Helvetica- Condensed","Helvetica Narrow", helvetica, arial sans-serif; */
    font-family:  Verdana, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

#wrap
{
	margin:53px auto 0 auto;
	width: 1003px;
	position: relative;
}

#contentwrap
{
	width: 1003px;
	background: url(../images/webdesign/sponsors_off.gif) repeat-y;
}

#sponsors 
{
    width: 174px;
    position: absolute;
    left: 830px;
    top: 0px;
    padding: 162px 0px 10px 0px;
}

#innerwrap
{
	margin:0;
	width: 829px;
	background: url(../images/webdesign/orangebar.gif) repeat-y;
	position: relative;
}

#innerwrapborder
{
}

#header { }

#headerbackground
{
	background: url(../images/webdesign/headerbackground3.gif) no-repeat;
	width: 1003px;
	height: 136px;
}




#logoimage
{
	background: url(../images/webdesign/logoimage.gif) no-repeat;
	visibility: visible;
	position: absolute;
	left: 24px;
	top: 12px;
	width: 206px;
	height: 113px;
}

#addresstext
{
	visibility: visible;
	position: absolute;
	left: 251px;
	top: 42px;
	width: 300px;
}

#addresstext p a
{
	border: 0px none #000000;
	text-decoration: none;
	color: #FFFFFF; 
}

#addresstext p
{
	margin: 0;
	line-height: 17px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

#addresstext p a:hover { text-decoration: underline; }

#pressbutton a:hover,
#blogbutton a:hover  {
   background-position: -120px 0%;
}

#blogbutton a,
#pressbutton a  {
   background-repeat: no-repeat;
   display: block;
   height: 25px;
   width: 120px;
   background-position: 0% 0px;
   font-size: 25px;
   line-height: 25px;
}

#blogbutton,
#pressbutton  {
   visibility: visible;
   position: absolute;
   top: 96px;
   z-index: 4;
   width: 120px;
   height: 25px;
}
#pressbutton a  {
   background-image: url(../images/webdesign/pressbutton.gif);
}

#blogbutton a  {
   background-image: url(../images/webdesign/blogbutton.gif);
}

#pressbutton  {
   left: 567px;
}
#blogbutton  {
   left: 695px;
}


#navbarcontainer
{
	margin: 0;
	padding: 0;
	
	z-index: 999;

	width: 1003px;
	position: relative;
	height: 26px;
}

#navbar
{
	background: url(../images/webdesign/navbar2.gif) no-repeat;
	visibility: visible;
	width: 1003px;
	height: 26px;
	
	
	padding-left: 20px;
	padding-top: 3px;
	
	
}


/*  LEFT ..............................................*/


#topright
{
	background: url(../images/webdesign/topright.gif) no-repeat;
	position: absolute;
	left: 586px;
	top: 0px;
	width: 242px;
	height: 165px;
}

#joinbutton a { background-image: url(../images/webdesign/joinbutton.gif); }

#joinbutton
{
	visibility: visible;
	position: absolute;
	left: 757px;
	top: 32px;
	width: 66px;
	height: 19px;
}

#loginbutton a:hover, #joinbutton a:hover, #newsletterbutton a:hover { background-position: -66px 0%; }

#joinbutton a, #newsletterbutton a, #loginbutton a
{
	background-repeat: no-repeat;
	display: block;
	height: 19px;
	width: 66px;
	background-position: 0% 0px;
	font-size: 19px;
	line-height: 19px;
}

#joinbutton a { background-image: url(../images/webdesign/joinbutton.gif); }

#newsletterbutton a { background-image: url(../images/webdesign/newsletterbutton.gif); }

#newsletterbutton
{
	visibility: visible;
	position: absolute;
	left: 756px;
	top: 75px;
	width: 66px;
	height: 19px;
}

#facebookbutton a:hover { background-position: -47px 0%; }

#facebookbutton a
{
	background: url(../images/webdesign/facebookbutton.gif) no-repeat 0% 0px;
	display: block;
	height: 47px;
	width: 47px;
	font-size: 47px;
	line-height: 47px;
}

#facebookbutton
{
	visibility: visible;
	position: absolute;
	left: 694px;
	top: 108px;
	width: 47px;
	height: 47px;
}

#facebookbutton a:hover { background-position: -47px 0%; }

#sloganimage
{
	visibility: visible;
	position:absolute;
	left: 0px;
	top:165px;
	width: 587px;
	height: 26px;
}

#spotlightbannerbutton
{
	visibility: visible;
	position:absolute;
	left: 586px;
	top:165px;
	width: 241px;
	height: 26px;
}

#spotlightbannerbutton a:hover { background-position: -235px 0%; }

#spotlightbannerbutton a
{
	background: url(../images/webdesign/spotlightbannerbutton.gif) no-repeat 0% 0px;
	display: block;
	height: 26px;
	width: 242px;
	font-size: 26px;
	line-height: 26px;
}

#main
{
	float:left;
	width: 585px;
	background:#FFF;
    /* border-right: 1px solid orange; */
}

#maincontent
{
	padding:  5px 20px 20px 23px;
	line-height: 14px;
}
#maincontent a {
    color:#002A60;
    text-decoration: none;
}

#topcontent
{
	padding: 0;
	margin: 0;
}
#rightcontent
{
	float: left;
	width: 265px;
	padding: 0;
	margin: 0;
}
#leftcontent
{
	float: left;
	width: 265px;
	padding: 0;
	margin: 0;
	margin-right: 10px;
}
#bottomcontent
{
	padding: 0;
	margin: 0;
}



#picturebar { 
   position: relative; 
}

#mainimageimage
{
	visibility: visible;
	width: 586px;
	height: 191px;
}

#sidebar
{
	float:right;
	width: 242px;
	background: white;
	padding: 0;
	margin: 0;
}

#sidebarborder { 
    /* border-left: 1px solid orange; */
}

#membertextMovedToIFRAME
{
	margin-left: 10px;
	padding-top: 5px;
	width: 224px;
	overflow: auto;
	height: 373px;
}

#memberspotlight 
{

}
#membershippromotioniframe 
{

}
#upcomingeventsiframe 
{

}

#specialeventbannerbutton
{
	width: 242px;
	height: 25px;
}

#membershippromotionbannerbutton a
{
	background: url(../images/webdesign/membershippromotionbanner.gif) no-repeat 0% 0px;
	display: block;
	height: 25px;
	width: 242px;
	font-size: 24px;
	line-height: 24px;
}

#upcomingbannerbutton a
{
	background: url(../images/webdesign/upcomingbannerbutton.gif) no-repeat 0% 0px;
	display: block;
	height: 24px;
	width: 242px;
	font-size: 24px;
	line-height: 24px;
}

#membershippromotionbutton
{
	width: 238px;
	height: 25px;
}

#upcomingbannerbutton
{
	width: 238px;
	height: 24px;
}

#spotlightbannerbutton a:hover { background-position: -235px 0%; }

#membershippromotionbannerbutton a:hover { background-position: -242px 0%; }

#upcomingbannerbutton a:hover { background-position: -242px 0%; }

#specialeventbannerbutton a
{
	background: url(../images/webdesign/specialeventbannerbutton.gif) no-repeat 0% 0px;
	display: block;
	height: 25px;
	width: 242px;
	font-size: 25px;
	line-height: 25px;
}


.expander
{
	clear:both;
	margin: 0;
	padding: 0;
	background-color: rgb(0, 42, 96);
}


* html .expander { height:1px; }
html {
overflow-x: hidden;
}

#footertext { 
    margin-top: 10px; 
    margin-right: 0px;
}

#footertext p, #footertext a
{
	/*font: bold 11px/12px Verdana, sans-serif; */
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	margin: 0px;
	text-align: right;
	color: #FFFFFF;
	text-decoration: none;
}
#footertext a:hover
{
	text-decoration: underline;
}
