/* First Style Sheet - Comments Look Like This */

/* Colors Avail
#1E1E1E Black
#FFFFFF White
#FF0000 Red
#7AB800 Green
#B5D0D1 Sky Blue
#9A996E Darker Tan
#D1C99D Light Beige
#003359 Dark Blue

 */


body {
	margin: 12%;
	text-align: center;
	background-color: #FFFFFF;
	font-family: Arial, san-serif;
	font-size: medium;
	font-weight: bold;
	line-height: 125%;
}

h1 {
	text-align: center;
	font-family: Georgia, serif;
	font-size: large;
	font-weight: bold;
	line-height: 150%
}

ul.simple {
	text-align: left;
	list-style-type: none;
	font-family: Arial, sans-serif;
	line-height: 125%;
	font-size: medium;
}

p.hilite {
	text-align: center;
}

ul.nav {
	text-align: center;
	list-style-type: none;
	font-family: Arial, san-serif;
	font-size: small;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 150%;
}


ul.nav li {	
	display: inline;
}


ul.nav li a {
	text-decoration: none;
	border-bottom: 2px solid;
	text-align: center;
	color: #003359;
}


ul.nav li a:hover {
	text-decoration: none;
	color: #FF0000;
}

div#logo {
	width: 360px;
	margin: 50px auto 0px;
}
	
div#oncall {
	padding: 10px;
	margin: 10px auto;
	width: 600px;
	border-bottom: 2px solid;
	border-color: #9A996E;
}


div.hilite {
	width: 620px;
	margin: 10px auto;
	padding: 20px;
	background-color: #D1C99D;
}
	
div#golf {
	text-align: left;
	margin: 10px auto;
	background-color: #D1C99D;
	border: 2px double;
}

div#clothingpacks {
	text-align: left;
	margin: 10px auto;
	background-color: #B5D0D1;
	border: 2px double;
	padding: 20px;
}

div#thankyou {
	margin: 25px auto 0px;
}


div.offices {
	margin: 0px auto 80px;
}


ul.offices {
	text-align: center;
	list-style-type: none;
	font-size: small;
	font-weight: bold;
	padding: 0;
	margin: 0;
	line-height: 125%;
}


ul.offices li {	
	display: inline;
}


ul.offices li a {
	text-decoration: none;
	border-bottom: 1px solid;
	text-align: center;
	color: #1E1E1E;
}


ul.offices li a:hover {
	text-decoration: none;
	color: #FF0000;
}

img.hilite {
	float: right;
	margin: 10px;
}

img.photoleft {
	float: left;
	margin: 40px 20px 10px 0px;
}

img.photoright {
	float: right;
	margin: 40px 0px 10px 20px;
}


div#twtr-profile-widget {
	margin: 10px auto;
	text-align: center;
}

div#facebook {
	margin: 20px auto;
}

div.slogan {
	text-align: center;
	padding: 2px;
	margin:10px auto;
	background-color: #ADAFAF;
	border: 2px solid;
	border-color: #1E1E1E;
}

div.slogan h1 {
	font-family: Arial, san-serif;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 110%;
}
