@charset "utf-8";
/* 	CSS Document

	Strathaven Golf Club
	A Red Chili design
	For a free quote telephone: 07932 800 112
*/



/* 	General setup for the page
	will include body, headings and paragraph settings
	linking features and image setups
*/

body
{
	margin: 				17px auto 17px auto;
	padding: 				0;
	background-color:		#000000;
	width:					760px;
	border:					8px solid #A3A46C;
	text-align:				center; /* for IE5 to center on page */
}

a a:link a:visited
{
	text-decoration:		none;
	border-bottom-width: 	2px;
	border-bottom-style: 	dotted;
	border-bottom-color: 	#899B51;	
}

a:hover a:visited:hover
{
	text-decoration:		none;
	border-bottom-width: 	2px;
	border-bottom-style: 	dotted;
	border-bottom-color: 	#FFFFFF;
	color: 					#FFFFFF;
}


/*	Page Setup */

/*	Header Logo and Navbar Section */
#header
{
	width:					760px;
	height:					320px;
	margin:					0 auto;
	text-align:				left;
}

#logo
{
	float:					left;
	width:					197px;
	height:					84px;
	background:				url(../images/logoShield.gif) no-repeat right top;
	display:				inline;
	text-align:				left;
}

#middle
{
	float:					left;
	width:					211px;
	height:					84px;
	display:				inline;
	text-align:				left;
}

#newsletter
{
	float:					right;
	width:					352px;
	height:					64px;
	color:					#999999;
	display:				inline;
	text-align:				left;
}

#newsletter .text
{
	margin-top:				13px;
	text-align:				center;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#999999;
}

#newsletter .text a a:link a:visited
{
	text-decoration:		none;
	border-bottom-width: 	2px;
	border-bottom-style: 	dotted;
	border-bottom-color: 	#899B51;	
}

#newsletter .text a:hover a:visited:hover
{
	text-decoration:		none;
	border-bottom-width: 	2px;
	border-bottom-style: 	dotted;
	border-bottom-color: 	#FFFFFF;
	color: 					#FFFFFF;
}


#newsletterTextBox
{
	padding-top:			20px;;
	margin:					0;
	height:					20px;
	width:					auto;
	text-align:				left;
}

#newsletterTextBox img
{
	margin-left:			-4px;
	vertical-align:			text-bottom;
	width:					auto;
}


#image
{
	clear:					both;
	width:					760px;
	height:					190px;
	background:				url(../images/banner.jpg) no-repeat left top;
}

#navBar
{
	width:					760px;
	padding:				0;
	height:					25px;
	margin-top:				12px;
	text-align:				left;
}

#navBar ul
{
	list-style-type:		none;
	padding:				0;
	margin:					0;
}

#navBar ul li 
{
	float:					left;
	display:				inline;
}


#navBar a
{ 
	height: 				25px
}

#navBar li 
{
	display:				block;
	background-repeat: 		no-repeat;
	list-style: 			none;
	text-align:				left;
}

#navBar a
{
	display: 				block;
	overflow: 				hidden;
	background-repeat: 		no-repeat;
	text-decoration:		none;
	color:					#000000;
	text-align:				left;
}
#navBar ul li a:hover
{
	text-decoration: 		none;
	background-image: 		none;
	text-align:				left;
}


/* default and rollover images */

#navBar li.home a
{
	width:					114px;
	background-image: 		url(../images/homeButton.gif);
}
#navBar li.home 
{
	width:					114px;
	background-image: 		url(../images/homeButtona.gif);
}

#navBar li.about a
{
	width:					105px;
	background-image: 		url(../images/aboutButton.gif);
}
#navBar li.about
{
	width:					105px;
	background-image: 		url(../images/aboutButtona.gif);
}

#navBar li.visitor a
{
	width:					191px;
	background-image: 		url(../images/visitorButton.gif);
}
#navBar li.visitor
{
	width:					191px;
	background-image: 		url(../images/visitorButtona.gif);
}

#navBar li.proshop a
{
	width:					101px;
	background-image: 		url(../images/proshopButton.gif);
}
#navBar li.proshop
{
	width:					101px;
	background-image: 		url(../images/proshopButtona.gif);
}

#navBar li.forums a
{
	width:					94px;
	background-image: 		url(../images/forumsButton.gif);
}
#navBar li.forums 
{
	width:					94px;
	background-image: 		url(../images/forumsButtona.gif);
}

#navBar li.contact a
{
	width:					155px;
	background-image: 		url(../images/contactButton.gif);
}
#navBar li.contact
{
	width:					155px;
	background-image: 		url(../images/contactButtona.gif);
}






/* The page section */
#contentWrapper
{
	width:					760px;
	height:					auto;
	margin:					0 auto;
	margin-top:				18px;
	text-align:				left;
	clear:					both;
}


/* The left hand column */
#leftContainer
{
	float:					left;
	width:					188px;
	padding-left:			5px;
	text-align:				left;
	display:				inline;
}

#newsContainer
{
	width:					173px;
	margin-bottom:			30px;
	background-color:		#333333;
	text-align:				left;
}

#newsTop
{
	width:					173px;
	height:					26px;
	background:				url(../images/newsTop.gif) no-repeat left top;
	text-align:				center;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				19px;
	text-transform:			uppercase;
	font-weight:			normal;
	color:					#A3A46C;
	margin-bottom:			5px;
}

#newsContent
{
	width:					173px;
	height:					auto;
	text-align:				left;
	background-color:		#333333;
}

#newsContent ul
{
	margin:					0 0 0 20px;
	padding:				0;
	list-style:				none;
	list-style-image:		url(../images/bullet.gif);
}

#newsContent li
{
	margin:					0 0 10px 0;
	padding:				0;
}

#newsContent li a
{
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#999999;
	border-bottom:			1px dotted #A3A46C;
	text-decoration:		none;
}

#newsContent li a:hover
{
	color:					#FFFFFF;
	border-bottom:			1px dotted #FFFFFF;
	text-decoration:		none;
}


#newsContent a
{
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#999999;
	border-bottom:			1px dotted #A3A46C;
	text-decoration:		none;
	text-align:				left;
	margin-left:			5px;
}

#newsContent a:hover
{
	color:					#FFFFFF;
	border-bottom:			1px dotted #FFFFFF;
	text-decoration:		none;
	text-align:				left;
	margin-left:			5px;
}

#newsContent img
{
	height:					21px;
	width:					21px;
	padding-left:			5px;
	padding-top:			5px;
}

#newsBottom
{
	width:					163px;
	height:					7px;
	padding-left:			10px;
	background:				url(../images/newsBottom.gif) no-repeat left top;
	text-align:				left;
	vertical-align:			middle;
	background-color:		#000000;
}

#newsBottom a
{
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#999999;
	border-bottom:			1px dotted #A3A56C;
	text-decoration:		none;
	text-align:				left;
	line-height:			43px;
	vertical-align:			middle;
}

#newsBottom a:hover
{
	color:					#FFFFFF;
	border-bottom:			1px dotted #FFFFFF;
	text-decoration:		none;
	text-align:				left;
	line-height:			43px;
	vertical-align:			middle;
}

#subNavContainer
{
	width:					173px;
	margin-bottom:			30px;
	background-color:		#333333;
	text-align:				left;
}

#subNavTop
{
	width:					173px;
	height:					26px;
	background:				url(../images/newsTop.gif) no-repeat left top;
	text-align:				center;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				19px;
	text-transform:			uppercase;
	font-weight:			normal;
	color:					#A3A46C;
	margin-bottom:			5px;
}

#subNavContent
{
	width:					173px;
	height:					auto;
	text-align:				left;
	background-color:		#333333;
}

#subNavContent ul
{
	margin:					0 0 0 20px;
	padding:				0;
	list-style:				none;
	list-style-image:		url(../images/bullet.gif);
}

#subNavContent li
{
	margin:					0 0 10px 0;
	padding:				0;
}

#subNavContent li a
{
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#999999;
	border-bottom:			1px dotted #A3A46C;
	text-decoration:		none;
}

#subNavContent li a:hover
{
	color:					#FFFFFF;
	border-bottom:			1px dotted #FFFFFF;
	text-decoration:		none;
}


#subNavContent a
{
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#999999;
	border-bottom:			1px dotted #A3A46C;
	text-decoration:		none;
	text-align:				left;
	margin-left:			5px;
}

#subNavContent a:hover
{
	color:					#FFFFFF;
	border-bottom:			1px dotted #FFFFFF;
	text-decoration:		none;
	text-align:				left;
	margin-left:			5px;
}

#subNavBottom
{
	width:					163px;
	height:					7px;
	padding-left:			10px;
	background:				url(../images/newsBottom.gif) no-repeat left top;
	text-align:				left;
	vertical-align:			middle;
	background-color:		#000000;
}


#weatherContainer
{
	width:					173px;
	margin-bottom:			30px;
	text-align:				left;
	padding-left:			10px;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#999999;
}

#weatherIcons
{
	margin:					0;
	padding: 				0;
}

#weatherContainer .big
{
	font-size:				22px;
}

#writing
{
	margin-top:				5px;
}

#loginContainer
{
	width:					173px;
	height:					auto;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				12px;
	color:					#333333;
	text-align:				left;
	margin-bottom:			32px;
	background-color:		#A3A56C;
}

#loginTop
{
	width:					100%;
	height:					25px;
	background:				url(../images/loginTop.gif) no-repeat left top;
	text-align:				center;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				19px;
	text-transform:			uppercase;
	font-weight:			normal;
	color:					#000000;
	margin-bottom:			8px;
}

#loginContent
{
	width:					167px;
	height:					auto;
	text-align:				left;
	padding-left:			6px;
	background-color:		#A3A46C;
}

#sectionNewsContent
{
	width:					173px;
	height:					auto;
	text-align:				left;
	background-color:		#A3A46C;
}

#sectionNewsContent ul
{
	margin:					0 0 0 20px;
	padding:				0;
	list-style:				none;
	list-style-image:		url(../images/bulletB.gif);
}

#sectionNewsContent li
{
	margin:					0 0 10px 0;
	padding:				0;
}

#sectionNewsContent li a
{
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#1E1E1E;
	border-bottom:			1px dotted #FFFFFF;
	text-decoration:		none;
}

#sectionNewsContent li a:hover
{
	color:					#000000;
	border-bottom:			1px dotted #03C;
	text-decoration:		none;
}


#sectionNewsContent a
{
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#000000;
	border-bottom:			1px dotted #333333;
	text-decoration:		none;
	text-align:				left;
	margin-left:			5px;
}

#sectionNewsContent a:hover
{
	color:					#000000;
	border-bottom:			1px dotted #FFFFFF;
	text-decoration:		none;
	text-align:				left;
	margin-left:			5px;
}

#sectionNewsContent img
{
	height:					21px;
	width:					21px;
	padding-left:			5px;
	padding-top:			5px;
}

#loginContent p
{
	margin:					0;
	padding:				0;
}

#loginContent form
{
	margin:					0;
	padding:				0;
}

#loginContent .submit
{
	width:					49px;
	height:					20px;
	padding-right:			9px;
	margin:					0;
	float:					right;
	display:				inline;
}

.goButton
{
	width:					37px;
	height:					21px;
	padding:				0;
	margin-left:			-4px;
	align:					left;
	display:				inline;
}

#invalid
{
	width:					167px;
	height:					auto;
	padding:				0;
	padding-left:			2px;
	margin-bottom:			5px;
	color:					#F00;
	text-align:				left;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	text-align:				left;
}

#theForm
{
	width:					167px;
	height:					auto;
	margin:					0;
	padding:				0;
}

.textBox
{
	width:					155px;
	height:					20px;
	border: 				1px solid #333333;
	margin-bottom:			7px;
	text-align:				left;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#333333;
	text-align:				left;
	line-height:			20px;
	vertical-align:			middle;
}

.textBoxText
{
	text-align:				left;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#333333;
	text-align:				left;
}

.selectBoxSmall
{
	width:					40px;
	height:					20px;
	border: 				1px solid #333333;
	margin-bottom:			7px;
	text-align:				left;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#333333;
	text-align:				left;
	line-height:			20px;
	vertical-align:			middle;
}

.selectBoxMedium
{
	width:					50px;
	height:					20px;
	border: 				1px solid #333333;
	margin-bottom:			7px;
	text-align:				left;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#333333;
	text-align:				left;
	line-height:			20px;
	vertical-align:			middle;
}

.selectBoxWide
{
	width:					100px;
	height:					20px;
	border: 				1px solid #333333;
	margin-bottom:			7px;
	text-align:				left;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#333333;
	text-align:				left;
	line-height:			20px;
	vertical-align:			middle;
}

.password
{
	width:					155px;
	height:					20px;
	border: 				1px solid #333333;
	background-color:		#FFFFFF;
	background-image:		url(../images/password.gif);
	background-repeat:		no-repeat;
    background-position:	left;
	margin-bottom:			7px;
	text-align:				left;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#333333;
	line-height:			20px;
	vertical-align:			middle;
}

.passwordFocus
{
	width:					155px;
	height:					20px;
	border: 				1px solid #333333;
	background-image:		none;
	margin-bottom:			7px;
	text-align:				left;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#333333;
	line-height:			20px;
	vertical-align:			middle;
}



#loginBottom
{
	clear:					right;
	width:					100%;
	height:					8px;
	background:				url(../images/loginBottom.gif) no-repeat left top;
	background-color:		#000000;
	text-align:				left;
}



/* The right hand column */

#rightContainer
{
	float:					right;
	width:					567px;
	height:					auto;
	text-align:				left;
	display:				inline;
}

#contentHeading
{
	width:					524px;
	height:					auto;
	padding-left:			22px;
	padding-right:			22px;
	margin-bottom:			19px;
	text-align:				left;
}

#textualContent
{
	width:					524px;
	height:					auto;
	padding-right:			22px;
	padding-left:			22px;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				12px;
	text-align:				left;
	color:					#999999;
	line-height:			140%;
	margin-bottom:			30px;
}

#newsHeadline
{
	text-align:				left;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				14px;
	text-transform:			uppercase;
	font-weight:			normal;
	color:					#CCC;
	margin:					0 0 20px 0;
}

#newsHeadline .Headline
{
	padding-left:			10px;
}

#newsHeadline img
{
	text-align:				left;
	width:					7px;
	height:					7px;
	line-height:			14px;
	padding:				0;
	margin:					0;
	vertical-align:			middle;
}

#textualContent .time
{
	font-size:				12px;
	font-style:				italic;
	color:					#CCCCCC;
	margin-top:				20px;
}


#textualContent .important
{
	color:					#F00;
}

#textualContent a
{
	color:					#999999;
	border-bottom:			1px dotted #A3A46C;
	text-decoration:		none;
	text-align:				left;
}

#textualContent a:hover
{
	color:					#FFFFFF;
	border-bottom:			1px dotted #FFFFFF;
	text-decoration:		none;
	text-align:				left;
}

.nameColumn
{
	color:					#A3A46C;
}

#correctDetails
{
	float:					right;
	margin-top:				50px;
	width:					49%;
	text-align:				center;
}

#incorrectDetails
{
	float:					left;
	margin-top:				50px;
	width:					49%;
	text-align:				center;
}


#openDayLists
{
	width:					524px;
	height:					auto;
	padding-right:			22px;
	padding-left:			42px;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				12px;
	text-align:				left;
	color:					#999999;
	line-height:			140%;
	margin-bottom:			30px;
}

#openDayLists ul
{
	float: 					left;
  	width: 					524px;
  	margin: 				0;
  	padding: 				0;
  	list-style: 			none;
}

#openDayLists li
{
	float: 					left;
  	width: 					212px;
	height:					200px;
 	margin: 				0 50px 20px 0;
 	padding: 				0;
}

#openDayLists .openBox
{
	width:					100%;
	height:					auto;
	border:					1px dotted #A3A46C;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				12px;
	text-align:				left;
	color:					#CCCCCC;
	line-height:			140%;
	padding:				10px 10px 10px 10px;
}

#openDayLists .openName
{
	text-align:				center;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	text-transform:			uppercase;
	font-weight:			bold;
	color:					#A3A46C;
	margin:					0 0 8px 0;
}

#openDayLists .Answer
{
	text-align:				left;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#A3A46C;
}

#openDayLists a
{
	color:					#999999;
	border-bottom:			1px dotted #A3A46C;
	text-decoration:		none;
	text-align:				left;
}

#openDayLists a:hover
{
	color:					#FFFFFF;
	border-bottom:			1px dotted #FFFFFF;
	text-decoration:		none;
	text-align:				left;
}


#enquiryForms
{
	width:					524px;
	height:					auto;
	padding-right:			22px;
	padding-left:			22px;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				12px;
	text-align:				left;
	color:					#999999;
	line-height:			140%;
	margin-bottom:			30px;
}

#enquiryForms .selectText
{
	height:					20px;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#333333;
	text-align:				left;
	line-height:			20px;
	margin-bottom:			7px;
	vertical-align:			middle;
}

#enquiryForms .submit
{
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				12px;
	color:					#333333;
	text-align:				center;
	line-height:			20px;
	padding:				5px 5px 5px 5px;
	vertical-align:			middle;
}

#enquiryForms .boxText
{
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#333333;
	text-align:				left;
	line-height:			140%;
}

#enquiryForms fieldset 
{  
	margin: 				0 0 20px 0;  
	padding					0;
	border:					1px dashed #999999;
	position:				relative;
} 

#enquiryForms legend 
{  
	position:				absolute;
	margin-top:				0px;
	margin-left: 			12px;
	padding:				0 5px 0 5px;
	text-transform:			uppercase;
	color:					#999999;
	background-color:		#000000;
}

[if IE] #enquiryForms legend 
{  
	position:				absolute;
	margin-top:				-11px;
	margin-left: 			12px;
	padding:				0 5px 0 5px;
	color:					#999999;
	background-color:		#000000;
}

#enquiryForms fieldset ol 
{  
	padding: 				10px 0 0 10px;  
	list-style: 			none; 
} 

#enquiryForms fieldset li 
{  
	padding-bottom: 		5px; 
} 

#enquiryForms label 
{  
	float: 					left;  
	width: 					90px;  
	margin-right: 			1em;  
	text-align: 			left; 
}

#enquiryForms a
{
	color:					#999999;
	border-bottom:			1px dotted #A3A46C;
	text-decoration:		none;
	text-align:				left;
}

#enquiryForms a:hover
{
	color:					#FFFFFF;
	border-bottom:			1px dotted #FFFFFF;
	text-decoration:		none;
	text-align:				left;
}


#contentPictures
{
	width:					524px;
	height:					115px;
	padding-left:			22px;
	padding-right:			22px;
	margin-bottom:			30px;
}


#contentPictures ul
{
	list-style-type:		none;
	padding:				0;
	margin:					0;
}

#contentPictures ul li 
{
	float:					left;
	display:				inline;
}

#contentPictures li 
{
	display:				block;
	list-style: 			none;
	text-align:				left;
	padding-right:			88px;
}

#contentPictures li.last
{
	display:				block;
	list-style: 			none;
	text-align:				left;
	padding:				0;
}


/* footer section  */

#footerWrapper
{
	clear:					both;
	width:					760px;
	height:					20px;
	background:				#333333;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	text-align:				left;
	color:					#999999;
}

#footerWrapper .Red
{
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				11px;
	color:					#F00;
}


#footerLeft
{
	float:					left;
	width:					100px;
	height:					auto;
	line-height:			20px;
	vertical-align:			middle;
	text-align:				center;
	display:				inline;
}

#footerRight
{
	float:					right;
	width:					660px;
	height:					auto;
	line-height:			20px;
	vertical-align:			middle;
	text-align:				center;
	display:				inline;
}
	
	


/*	Tables */
#greenFees
{
	width: 					100%;
	text-align: 			left;
	border-collapse: 		collapse;
}

#greenFees th
{
	font-size: 				12px;
	text-transform:			uppercase;
	padding-top: 			8px;
	padding-bottom:			8px;
	color:					#A3A46C;
}

#greenFees td
{
	padding-top:			8px;
	padding-bottom:			8px;
	margin-left:			30px;
}

#greenFees .heading
{
	text-align:				left;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				14px;
	text-transform:			uppercase;
	font-weight:			bold;
	color:					#999999;
}

#greenFees .headingA
{
	text-align:				left;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				14px;
	text-transform:			uppercase;
	font-weight:			bold;
	color:					#A3A46C;
}

#greenFees .price
{
	text-align:				center;
}

#greenFees .vtable
{
	background:				#000000;
}

#visitorPackages
{
	width: 					100%;
	text-align: 			left;
	border-collapse: 		collapse;
}

#visitorPackages th
{
	font-size: 				12px;
	text-transform:			uppercase;
	text-align:				left;
	padding-top: 			8px;
	padding-bottom:			0;
	color:					#A3A46C;
}
#visitorPackages td
{
	padding-top:			0;
	padding-bottom:			8px;
	padding-right:			15px;
	vertical-align:			top;
}

#visitorPackages .limitations
{
	color:					#A3A46C;
}

#visitorPackages .heading
{
	text-align:				left;
	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				14px;
	text-transform:			uppercase;
	font-weight:			bold;
	color:					#999999;
}

#visitorPackages .vtable
{
	background:				#000000;
}



#scorecard
{
	width: 					100%;
	text-align: 			center;
	color:					#000000;
	background-color:		#000000;
}

#scorecard table
{
	width: 					100%;
	text-align: 			center;
	border-collapse: 		collapse;
}

#scorecard th
{
	font-size: 				11px;
	text-transform:			capitalize;
	text-align:				center;
	padding-top: 			8px;
	padding-bottom:			8px;
	padding-left:			8px;
	padding-right:			8px;
}

#scorecard td
{
	padding-top:			8px;
	padding-bottom:			8px;
	margin-right:			15px;
}

#scorecard .ladies
{
	background-color:		#FF0000;
}

#scorecard .infoText
{
	text-align:				right;
}

#scorecard .gents
{
	background-color:		#FF6;
}

#scorecard .others
{
	background-color:		#FFFFFF;
}

#scorecard .bold
{
	font-weight:			bold;
}



/* GOOGLE MAPS */

#map_canvas
{
	height:					400px;
	width:					400px;
	padding:				0;
	margin-bottom:			30px;
}

#directions
{
	height:					auto;
	width:					400px;
	padding-top:			30px;
}

/*FORM FEEDBACKS */
.feedback
{
	width:					100px;
 	height: 				20px;
 	margin-left:			30px;
 	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				12px;
	text-align:				left;
	color:					#999999;
	padding:				3px;
	display:				inline;
}

.redText
{
	width:					100px;
 	height: 				20px;
 	margin-left:			30px;
 	font-family:			"Microsoft Sans Serif", Arial;
	font-size:				12px;
	text-align:				left;
	color:					#FFF;
	padding:				3px;
	display:				inline;
}
