/* 
Pilgrim Golf
Cascading Style Sheet for Computer Screens
*/

/* LAYOUT STYLES */
body {}
#page {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, sans-serif;
}
#header {padding-top: 50px; font-family: Times, Serif;}
#head_title {float: left; width: 420px; padding-top:0px;}
#logo {height: 100px; text-align: left;} #logo img {height: 100px;}
#qualifications {font-size: 12pt; color: #131393;}
#heading {font-size: 36pt; font-family: "Avante Garde"; font-style: italic; font-weight: bold; color: #131393;}
#quotemain {font-size: 14pt; font-style: italic; font-weight: bold; color: #131393;}
#quoteref {font-size: 10pt; font-style: italic; color: #131393; text-align: right;}

#head_navigation {float: right; width: 250px; text-align: center;}
#photo {height: 200px; width: 200px; margin-left: auto;	margin-right: auto;}

#content {
	padding-top: 20px;
	width: 500px;
	overflow: auto;
	clear: both;
	margin-left: auto;
	margin-right: auto;	
}
#copyright {	clear: both; padding-top: 20px; font-size: 8pt; color: #131393; text-align: right;}

#contactdiv { text-align: center;}
#contacttextdiv {
	float: left;
	width: 250px;
	font-size: 10pt;
	font-weight: normal;	
}
#contactformdiv {
	padding-right: 50px;
	float: right;
	width: 350px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#contactform {}
.contactformhead {
	color: #7373d4;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
.contactformleft {
	vertical-align: top;
}
.contactformlabel {
	float: left;
	font-weight: bold;
}
.contactforminput {
	float: right;
}

.hidden {display:none;}

/* MENU STYLES */
.menuitem {font-size: 10pt; color: grey; border-bottom: 2px solid #7373d4;}
.menuitem:hover {}

/* FONT STYLES */
h2 {
	color: #131393;
	font-size: 14pt;
	font-weight: normal;
}
h3 {
	color: #131393;
	font-size: 10pt;
	font-weight: bold;
	padding:0;
	margin:0;
}
p {
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
}
a {
	color: gray;
	font-weight: bold;
	text-decoration:none;
}
a:hover {color: Black;}
.toplink {font-size: 8pt; text-align: right;}

ul {
	text-align: left;
	font-size: 10pt;
	font-weight: normal;
}

td {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.error {
	color: red;
	font-weight: bold;
}