/* CSS Document */
body{
	margin: 0px;
	background-image: url(images/bodybg.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}
h1,h2,h3,h4,h5,h6{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
center {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	color: #0066CC;
	text-decoration: none;
}
a:hover{
	color: #0033CC;
	text-decoration: none;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
.textAlignTop {
	vertical-align: top;
}
.casesentence {
	text-transform: capitalize;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 175px;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.textarea {
	height: 210px;
	width: 200px;
}
.label {
	float: left;
	width: 100px;
}
.btn {
	padding-right: 9px;
	padding-left: 9px;
	margin-top: 9px;
}
.btn + .btn {
	margin-left: 30px;
	margin-right: 20px;
}
.grey {
	color: #999999;
}

#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapperbg.png);
	background-repeat: repeat;
}
#header, #navigation, #block, #footer{
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
#header{
	height: 100px;
	padding-top: 10px;
}
#navigation{
	text-align: right;
	padding-top: 3px;
	padding-bottom: 2px;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../attl/images/roundedcorners.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation p {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 4px;
	font-weight: bold;
	text-transform: capitalize;
}
#navigation a:hover {
	color: #000000;
}
#navigation .currentPage {
	color: #333333;
}
#search {
	text-align: center;
	width: 928px;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
	clear: both;
	float: left;
	margin-bottom: 5px;
	margin-top: -9px;
}
#search label {
	margin-right: 10px;
	margin-left: 15px;
}

#block{
	padding-top: 10px;
}
#block h2 {
	color: #0066CC;
	margin-bottom: 8px;
}
#block h4.rounded {
	color: #FFFFFF;
	background-image: url(../attl/images/roundedcorners.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-indent: 10px;
	padding-top: 2px;
	padding-bottom: 1px;
	width: 132px;
	margin-bottom: 18px;
	margin-top: 16px;
	clear: both;
}
#block #leadin {
	float: left;
	width: 640px;
}
#block #leadin #leadingtext {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#block #advert {
	height: 175px;
	width: 285px;
	float: right;
}
#block #newsarticles {
	clear: both;
	width: 300px;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
	border-left-color: #999999;
}
#block #newsarticles  + #newsarticles {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.newsimage {
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #333333;
}

#column {
	width: 460px;
	float: left;
}
#column + #column {
	margin-left: 10px;
}
#column #row {
	margin-bottom: 10px;
}
#column #row #rowheader {
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
}
#column #row #rowbody, #column #row #rowfeature {
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #990033;
	padding-bottom: 4px;
}
#column #clubLetter {
	padding-bottom: 6px;
	padding-top: 8px;
	clear: both;
}
#column #clubName {
	float: left;
	width: 280px;
}
#column #clubNumber {
	float: left;
	width: 90px;
}
#column #clubMoreInfo {
	float: left;
	width: 75px;
}
#extramenu {
	float: left;
	width: 150px;
	padding: 5px;
	border: 1px dashed #54248B;
}
#extramenu a {
	float: left;
	width: 140px;
	padding: 5px;
}
#extramenu a + a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#extramenu a:hover {
	background-color: #FFFFCC;
}
#extrablock {
	float: left;
	width: 753px;
	margin-left: 10px;
}





/*****
DIRECTORY STYLES
*****/

#paid {
	padding: 3px;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
	background-color: #ECE9D8;
	clear: both;
}
#paid:hover {
	border-color:#666666;
}
#free {
	float: left;
	width: 290px;
	margin: 0px;
	padding-left: 10px;
	padding-bottom: 7px;
	padding-top: 8px;
}
#business {
	clear: both;
	width: 920px;
}
#business + #business {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	
}
#a2z {
	padding-bottom: 2px;
	padding-top: 6px;
}
#a2z b {
	font-size: 15px;
}

#paging {
	text-align: center;
	clear: both;
}

/*****
END  DIRECTORY STYLES
*****/



#formSearchResults {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}



/* 

Form styles below 

*/

#formLogin {
	width: 280px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 10%;
	margin-bottom: 10%;
	border: 1px solid #990033;
	padding: 8px;
	background-image: url(images/bodybg.png);
	background-repeat: repeat;
}

/******
FORM NEWS AND EVENTS 
*****/

#form {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 35px;
	margin-bottom:35px;
}
#form p {
	padding-bottom:4px;
	padding-right: 8px;
	text-align: right;
}
#form b {
	color: #FF0000;
}
#form fieldset {
	text-align: left;
	border: 1px dotted #CCCCCC;
	margin-top:10px;
}
#form legend {
	background-color: #FFFFFF;
	font-size:14px;
	margin-left:4px;
	color:#666666;
}
#form .label {
	float: left;
	width: 130px;
}
#form .input textarea, #form .textarea {
	clear: both;
	height: 350px;
	width: 360px;
	float: right;
}

#form #void {
	margin-top: 5px;
	padding-top: 8px;
	margin-bottom: 5px;
	border: 1px dotted #CCCCCC;
	background-image: url(images/icons/voidcross.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 42px;
}
#form #void2 {
	margin-top: 5px;
	padding-top: 8px;
	margin-bottom: 5px;
	border: 1px dotted #CCCCCC;
	background-image: url(images/icons/voidcross.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 82px;
}
#form #create_image {
	border: 1px solid #000000;
	height: 60px;
	width: 175px;
	position: relative;
}

/******
FORM CONTACT PAGE 
*****/

#formContact {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 35px;
	margin-bottom:35px;
}
#formContact p {
	padding-bottom:4px;
	padding-right: 8px;
	text-align: right;
}
#formContact b {
	color: #FF0000;
}
#formContact fieldset {
	text-align: left;
	border: 1px dotted #CCCCCC;
	margin-top:10px;
}
#formContact legend {
	font-size:14px;
	margin-left:4px;
	color:#666666;
	background-color: #FFFFFF;
}
#formContact .label {
	float: left;
	width: 130px;
}
#formContact .input textarea, #formContact .textarea {
	clear: both;
	height: 200px;
	float: right;
	width: 100%;
}
#formContact #message {
}
#formContact #void {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #FFFFFF;
	border: 1px dotted #CCCCCC;
	background-image: url(images/icons/voidcross.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	clear: both;
}
#formContact #create_image {
	border: 1px solid #000000;
	height: 60px;
	width: 175px;
	position: relative;
}

/*****
FORM SEARCH
******/

#formSearch {
	padding-top: 10px;
	width: 473px;
	height: 83px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-image: url(../img/search-bk.png);
	text-align: center;
}

#formSearch2 {
	padding-top: 10px;
	width: 900px;
	height: 83px;
	background-image: url(../img/search-bk.png);
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

/*****
FORM CONTACT
******/

#formContact {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
}



/*

End-- Form styles

*/

/*

Calendar styles

*/

#calendar {
	width: 490px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 13px;
}
#calendar #monthtitle {
	clear: both;
	width: 100%;
	height: 45px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003399;
	text-align: center;
}
#monthtitle #prev {
	float: left;
	text-align: left;
	width:35%;
}
#monthtitle #curr {
	width: 29%;
	text-align: center;
	float: left;
}
#monthtitle #next {
	float: right;
	text-align: right;
	width:35%;
}
#calendar #daytitle {
	float: left;
	width: 70px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
#calendar #days {
	float: left;
	width: 60px;
	height: 40px;
	margin: 2px;
	padding: 2px;
	font-size: 10px;
	color: #333333;
	border: 1px solid #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#calendar #days.day{
	background-image: url(images/bodybg.png);
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#calendar #days.weekend {
	background-color: #CCCCCC;
	background-image: url(images/calendarweekend.png);
	background-repeat: repeat;
}

#calendar #days.today {
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
	background-image: none;
}
#calendar #days.day:hover {
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
}
#calendar #days img {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
#eventlist {
	width: 394px;
	float: right;
	height: 360px;
	overflow: auto;
	margin-top: 12px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	padding-left: 21px;
}
#eventlist h4 {
	font-weight:normal;
	font-size: 18px;
	color: #003399;
}
#eventlist .title{
	margin-top:10px;
	font-weight: bold;
}
#eventlist #column {
	width: 75px;
	float: left;
}
#eventlist #column2 {
	width: 280px;
	float: left;
}

#eventlist #spacer{
	height:1px;
	clear:both;
	margin-top: 8px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #990033;
	width: 90px;
	margin-right: auto;
	margin-left: auto;
}






/* 

End-- Calendar styles


*/

#footer{
	text-align: center;
	padding-bottom: 16px;
	padding-top: 10px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#footer p {
	color: #999999;
}
#update {
	background-color: #FFFFFF;
	padding: 10px;
	height: 220px;
	width: 380px;
	border: 8px solid #999999;
	overflow: auto;
	position: absolute;
	visibility: visible;
	z-index: 10;
	left: 25%;
	top: 25%;
	background-image: url(images/download-iebg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#update h2 {
	color: #0000CC;
}
#update img {
	margin-top: 8px;
	margin-bottom: 8px;
}

.premiumI {
	margin-left: 8px; 
	width: 300px; 
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0066CC;
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
}
.premiumI2 {
	margin-left: 8px; 
	width: 200px; 
	height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.premiumI2p {
	margin-left: 8px; 
	width: 300px; 
	height: 20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.premiumT {
	margin-left: 8px; 
	width: 650px; 
	height: 300px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.premiumT2 {
	margin-left: 8px; 
	width: 650px; 
	height: 100px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

div.Dcategories {
	height: 25px;
	margin-left: 20px;
	text-align: left;
}

.star {
	margin-top: -13px;
	margin-right: -3px;
	margin-left: -40px;
	margin-bottom: -10px;
	float: right;
	height: 15px;
	width: 100px;
}

.star2 {
	margin-top: -10px;
	margin-right: -8px;
	margin-left: -40px;
	margin-bottom: -10px;
	float: right;
	height: 33px;
	width: 100px;
	border: solid 0px black;
}


div#moreinfo {
float: right;
margin-top: -8px;
margin-right: 4px;
font-weight: bold;
color: #990033;
}
