﻿body
{
	font-family: "Trebuchet MS", Arial, sans-serif, Arial, Helvetica;
	font-size: 100%;
	line-height: 1.825em;
	color: #6B6B6B;
	background-color: White;
	padding-top: 0px;
	margin-top: 0px;
}

.wrapper
{
	width: 900px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

/* Content */
#colOne
{
	width: 600px;
	margin-top:10px;
	float: right;
	clear: both;
}

.eventitem
{
	width:580px;
	margin-top:10px;
	float: right;
	clear: both;
}
#colTwo
{
	width: 300px;
	height: 420px;
	float: left;
	background: #000 url(../../Images/Background.gif) repeat-x right bottom;
	margin-right: 2px;
}

#colTwo div
{
	color: #fff;
	text-align: left;
	font-size: 11px;
	margin-left: 25px;
}

#colTwo p
{
	color: #fff;
	text-align: left;
	font-size: 11px;
	margin-left: 25px;
}

#colTwo h1
{
	margin: 20px 0 2px 50px;
	color: #fff;
	font-size: 1em;
}

#colTwo ul
{
	margin-left: 26px;
	margin-top: 0;
}

#colTwo ul li
{
	list-style: none;
	padding-bottom:2px;
	color: #fff;
}

#colTwo ul li a
{
	color: #fff;
	font-size: 13px;
	text-decoration: underline;
	margin-left: 16px;
}
#colTwo ul li a:hover
{
	color: #68A3CF;
}

#colThree
{
	width: 592px;
	float: left;
	height:0px;
}
#colFour
{
	width: 582px;
	float: right;
	margin-left:12px;
	margin-top:0px;
}


/* Tags */
a
{
	color: gray;
	text-decoration: none;
}

a:hover
{
	color: #68A3CF;
	text-decoration: underline;
}

img
{
	border: none;
}

.button
{
	height: 22px;
	background-color: white;
	font-size: 0.75em;
	border: soild 1px gray;
	border: 1px solid;
	cursor: pointer;
}
.button:hover
{
}

div.footerHr
{
	background: transparent url(../../Images/hr.gif) repeat-x left;
	clear: both;
	height: 10px;
	margin-top: 40px;
}

div.footerHr hr
{
	display: none;
}


/*----- header css -----*/
.header
{
	height: 169px;
	width: 900px;
	margin-bottom: 2px;
}

.headerLeft
{
	float: left;
	display: block;
	height: 169px;
	width: 300px;
}

.headerRight
{
	float: right;
	display: block;
	height: 169px;
	width: 598px;
	background: transparent url(../../Images/banner.jpg) repeat-x left;
}

.headerRight span
{
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	text-align: right;
	display: block;
	color: #fff;
	margin: 125px 10px 10px 0;
}

.headerRight span a
{
	color: #fff;
	margin-left: 10px;
}

.headerlogo
{
	margin: 25px auto 25px auto;
	width: 202px;
	display: block;
}
.search
{
	float: right;
	margin-right: 25px;
	margin-top: 60px;
}
.search .button
{
	margin-left: 10px;
	height: 22px;
	background-color: white;
	font-size: 0.75em;
	border: soild 1px red;
	border: 1px solid;
	border-top-color: white;
	border-left-color: white;
	border-right-color: white;
	border-bottom-color: white;
	cursor: pointer;
}
.search .button:hover
{
	background-color: #B63B3B;
	border-top-color: #B63B3B;
	border-left-color: #B63B3B;
	border-right-color: #B63B3B;
	border-bottom-color: #B63B3B;
	color: White;
}
.SearchBox
{
	padding-right: 10px;
	border: 1px solid;
	height: 17px;
	background-color: white;
	border-top-color: white;
	border-left-color: white;
	border-right-color: white;
	border-bottom-color: white;
}

/*----- float css -----*/
.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.clearboth
{
	clear: both;
}
.clearleft
{
	clear: left;
}

.clearright
{
	clear: right;
}


/*----- list css -----*/
ul
{
	list-style-type: square;
}
ol
{
}
li
{
	padding: 0px;
	margin: 0;
}
li a:link
{
	color: #333;
}
li a:visited
{
	color: #333;
}
li a:hover
{
	color: #333;
}
li a:active
{
	color: #333;
}


/*----- heading css -----*/
h1
{
	font-size: 1.25em;
	color: black;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 5px;
	margin-top: 0;
}
h2
{
	font-size: 1.125em;
	font-weight: lighter;
	color: black;
	padding: 0;
	margin: 0;
}
h3
{
	font-size: 1.125em;
	color: black;
	padding: 0;
	margin: 0;
}
h4
{
	font-size: 0.875em;
	color: black;
	padding: 0;
	margin: 0;
}
h5
{
	font-size: 0.75em;
	color: black;
	padding: 0;
	margin: 0;
}


/*----- paragragh css -----*/
p
{
	font-size: 0.75em;
	line-height:1.875em;
	padding: 0;
	margin: 0;
	margin-bottom:15px;
}
p a:link
{
	color: #68A3CF;
}
p a:visited
{
	color: #68A3CF;
}
p a:hover
{
	color: #68A3CF;
}
p a:active
{
	color: #68A3CF;
}




/*----- navigation css -----*/
.nav
{
	font-weight: normal;
	color: #ccc;
	text-decoration: none;
}
.navigationlink
{
	text-decoration: none;
}
.navigationlink a:link
{
	color: #333;
}
.navigationlink a:visited
{
	color: #ccc;
}
.navigationlink a:hover
{
	color: #333;
}
.navigationlink a:active
{
	color: #333;
}
.navigationlinkselected
{
	color: #000;
}



/* Footer */

#footer
{
	width: 910px;
	clear: both;
	margin-top: 25px;
}

.footerleft
{
	font-size: 0.6875em;
	display: block;
	text-decoration: none;
	float: left;
	padding-left: 20px;
}

.footerright
{
	font-size: 0.6875em;
	display: block;
	text-decoration: none;
	text-align: right;
	padding-right: 25px;
	float: right;
}

.footerRight a
{
	color: Gray;
}


/*----- validation links css -----*/
#validation
{
	list-style: none;
	text-decoration: none;
	float: right;
	clear: right;
	margin-top: 0;
	padding-right: 24px;
	width: 300px;
}

#validation li
{
	list-style: none;
	text-decoration: none;
	float: right;
}

#validation a
{
	display: block;
	width: 80px;
	height: 15px;
	margin-left: 10px;
	text-decoration: none;
}

#validation #c2klink
{
	font-size: 0.625em;
	text-decoration: none;
	text-align: right;
	color: #aaaaaa;
	width: 200px;
}
#validation #c2klink:link
{
	color: #aaaaaa;
}
#validation #c2klink:visited
{
	color: #aaaaaa;
}
#validation #c2klink:hover
{
	color: #68A3CF;
}
#validation #c2klink:active
{
	color: #aaaaaa;
}


#xhtml20
{
	background: url(      "../../images/xhtml20.gif" ) 0 0 no-repeat;
}


#xhtml20:hover
{
	background-position: 0 -15px;
}

#css
{
	background: url(      "../../images/css.gif" ) 0 0 no-repeat;
}


#css:hover
{
	background-position: 0 -15px;
}

/*----- log out css -----*/
.logout
{
	font-size: 0.6999em;
	color: #666666;
	text-decoration: none;
	float: left;
	clear: left;
	margin-top: -10px;
	padding-left: 20px;
}
.logout:link
{
	color: #aaaaaa;
}
.logout:visited
{
	color: #aaaaaa;
}
.logout:hover
{
	color: #68A3CF;
}
.logout:active
{
	color: #aaaaaa;
}

.loginpanel
{
	background-color: #EEF8FB;
	border: solid 1px silver;
	width: 240px;
}
.loginsmtxt
{
	font-size: 0.6875em;
}

/*----- Privacy & Terms -----*/
.LegalText
{
	width:580px;
	margin-bottom:40px;
	margin-top:0px;
	
}
.LegalText p
{
	padding: 0 0 0 0;
	margin: 5px 0 0px 0;
	font-size: 0.6875em;
	line-height: 1.75em;
}
.LegalText ul
{
	font-size: 0.6875em;
}.LegalText li
{
	margin-top:0px;
	margin-bottom:0px;
	
}

.LegalText ol
{
	font-size: 0.6875em;
}


#spotlightEvents
{
	width: 598px;
	height: 280px;
	float: right;
	clear: both;
}

#spotlightLogo
{
}

.bo
{
	width: 276px;
	margin-left: 20px;
	margin-top: 25px;
	height: 280px;
	border-style: solid;
	border-width: 1px; 
	border-color:#E9EAF5;
	float:left;
	text-align:center;
}

.webfeed
{
	width: 270px;
	height:170px;
	overflow:hidden;
	float:left;
	clear:right;
	margin-top:-25px;
	font-size:0.8125em;


}
		.webfeed ul
{
	line-height:1.8em;
	}
		.webfeed h1
{
	margin-bottom:-15px;
	
	}

.text
{
	width: 400px;
	margin-right:10px;
	text-align:left;
	float:left;
}
.doclink
{
	font-size:0.75em;
	}
	
.welcome
{
	width:305px;
	margin-top:6px;
	float:left;
	}