﻿@import url(forms.css);

* { margin: 0; padding: 0; }

body {
	background: #F5F5F5 url(../img/background.gif) 0 0 repeat-x;
	color: #000;
	margin: 0;
	padding: 0;
	font: 100%/120% "Trebuchet MS", Helvetica, sans-serif;
}

/* Layout
------------------------------------------------------------------*/

#outercontainer {
	width: 917px;
	margin: auto;
	position: relative;
	text-align: left;
	min-height: 100%;
	height: 100%;
}
.imgcenter {
	margin: 4px;
	padding: 6px;
	border: 1px solid #006633;
}
.imgmargin {
	margin-left: 15px;
	margin-right: 5px;
}


#contentwrapper {
	background: url(../img/side_bg_home.gif) 0 0 repeat-y;
	display: block;
	font-size: 0.75em; /* Global Content Font Size */
}

#contentwrapper {
	background: url(../img/side_bg.gif) 89px 0 repeat-y;
	display: block;
	font-size: 0.75em; /* Global Content Font Size */
}

#wrapper {
	background: url(../img/feature_bg.gif) 0 100px no-repeat;
	float: left;

}

#header {
	height: 101px;
}

	#headerleft {
		float: left;
		padding: 10px 0 0 15px;
	}
	
	#headerright {
		float: right;
		padding-right: 20px;
		margin-top: 81px;
		font-size: 0.8em;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing:.7px;

	
	}
	
	#headerright a	{
		color: #fff;
		background: #aec398 url("../img/leftcorner.gif") left top no-repeat;
		text-decoration: none;
		padding: 0px 0px 0px 10px; 
		
	}
	
	#headerright a span	{
	background: url( "../img/rightcorner.gif") right top no-repeat;
	padding-right: 10px;
	
	}
	
	#headerright a:hover {
		color: #fff;
		background: #deb656 url("../img/leftcorner-hover.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}  
	
	#headerright a:hover span {
		background: url("../img/rightcorner-hover.gif") right top no-repeat;
		padding-right: 10px
}
		
	#bigimagecontainer {
		padding-top: 3px;
		float: left;
		margin-left: 3px;
		height: 279px;
		width: 644px;
		overflow:hidden;
	}
	
.navcontainer {
	height: 297px;
	background: url(../img/header-background.gif) 0 0 no-repeat;
	padding: 9px 0 0 12px;
}

#left-column {
	float: left;
	width: 244px;
	padding-left: 10px;
}

#left-column p { padding-right: 15px; }

#left-column ul li a {
	text-decoration:underline;
	}

#left-column ul li a:visited {
	padding-right:15px;
	background:url(../img/tick.gif) no-repeat right center;
}

#left-column ul li a:hover{
	color: #cc0000;
	text-decoration:underline;}

.right-column-wrapper {
	float: right;
	width: 660px;
}

	#col-center {
		float: left;
		width: 228px;
	}
	
	#right-column {
		float: right;
		width: 616px;
		padding: 0px 20px 0px 20px;
	}

	
/* Footer
------------------------------------------------------------------*/

#footer {
	border-top: 1px solid #ABBDD1;
	background: #F5F5F5;
	color: #999;
	clear: both;
	font-size: 0.7em;
	line-height: 40px;
}

	#footerleft { float: left; width: 250px; padding-left: 30px }
	
	#footermiddle { float: left; width: 400px; }
	
	#footerright {
		 float: right;
	}
	
	#footer a {
		color: #999;
	}
	
	#footer a:hover {color: #cc0000}





/* Newsitem
------------------------------------------------------------------*/

.newsitem {
	border-bottom: 1px solid #ABBDD1;
}



/* Global Formatting
------------------------------------------------------------------*/

a img { border: none; }

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*

#right-column a:visited {
	padding-right:15px;
	background:url(../img/tick.gif) no-repeat right center;
}

*/

p { margin: 0 0 1em 0; }




	



.hidden { display: none; }

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	letter-spacing: -.05em;
	padding: 20px 0px 20px 0px;	
	margin-bottom: -20px;
	font-size: 1.2em;
	list-style-type: none;
	clear:both;
}

	#right-column h2 {
		margin: 0px 0px -10px 0px;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-weight: bold;
		letter-spacing: -.05em;
		padding: 20px 0px 20px 0px;	
		font-size: 1.2em;
		list-style-type: none;
		clear: both;
	}
	
	#subnav h2 {
		margin: 0px 5px -10px 0x;
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-weight: bold;
		letter-spacing: -.05em;
		padding: 20px 0px 20px 0px;	
		font-size: 1.2em;
		list-style-type: none;
	}
	
	#left-column h3 {
		font-family: Helvetica, Arial, Verdana, sans-serif;
		font-weight: bold;
		letter-spacing: -.05em;
		padding: 20px 0px 20px 0px;	
		font-size: 1.2em;
		list-style-type: none;
	}
	
	



h4 {
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
}


.line {
	border-bottom: 1px solid #ABBDD1;
	height: 1px;
	font-size: 1px;
	margin-bottom: 15px;
}

.clear { clear: both; }

div.line {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px solid #012B67;
}





/* Navigation
------------------------------------------------------------------*/



#navigation {
	display: block;
	margin-top: 3px;
	float: left;
	width: 241px;
	height: 286px;
}


ul#nav {
	float: left;
	display: block;
	padding: 0px;
	position: relative;	
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing:.7px;
}

#nav li {
	display: inline;
}

#nav li a {
	float: left;
	width: 226px;
	margin-right: 0px;
	line-height: 26px;
	color: #fff;
	padding-left:10px;
	display: inline;
}

#nav a:hover {
	text-decoration: none;

}


a.home { background-color: #deb656}
a.home:visited {background:#deb656 url(../img/tick.gif) no-repeat 210px center;}
a.home:hover { background-color: #000}

a.yardage { background-color: #acc099; margin-top: 6px;}
a.yardage:visited {background:#acc099 url(../img/tick.gif) no-repeat 210px center;}
a.yardage:hover { background-color: #000}

a.scorecards { background-color: #41784f; margin-top: 5px;}
a.scorecards:visited {background:#41784f url(../img/tick.gif) no-repeat 210px center;}
a.scorecards:hover { background-color: #000}

a.measure { background-color: #1ca9a5; margin-top: 6px;}
a.measure:visited {background:#1ca9a5 url(../img/tick.gif) no-repeat 210px center;}
a.measure:hover { background-color: #000}

a.stationery { background-color: #554a27; margin-top: 5px;}
a.stationery:visited {background:#554a27 url(../img/tick.gif) no-repeat 210px center;}
a.stationery:hover { background-color: #000}

a.signage { background-color: #9d968b; margin-top: 6px;}
a.signage:visited {background:#9d968b url(../img/tick.gif) no-repeat 210px center;}
a.signage:hover { background-color: #000}

a.locker { background-color: #272627; margin-top: 6px;}
a.locker:visited {background:#272627 url(../img/tick.gif) no-repeat 210px center;}
a.locker:hover { background-color: #000}

a.web { background-color: #17487b; margin-top: 6px;}
a.web:visited {background:#17487b url(../img/tick.gif) no-repeat 210px center;}
a.web:hover { background-color: #000}


a.finance { background-color: #612e6a; margin-top: 5px;}
a.finance:visited {background:#612e6a url(../img/tick.gif) no-repeat 210px center;}
a.finance:hover { background-color: #000}


/* Navigation in side column - SubNav */
#subnav {

	margin-left: 22px;
	width: 200px;
}



#sidenav ul{
list-style: none;
margin: 0px 5px 0 0px;
padding: 0px;
    background-color: transparent;
}
#subnav li{
list-style-image: none;
display: inline;
padding: 3px;
height: 31px;
}


#subnav a{
	padding: 0px 6px 6px 0px;
	text-decoration: none;
	color: #000;
	font-size: 1em;
	display: block;
	margin-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
#subnav a:hover{

	text-decoration: none;
	color: #000;

	display: block;
	margin-bottom: 1px;
}

#subnav p {
	padding: 10px;
	font-size: 1em;
	text-align: center;
}


#sitemap ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 1em;
	background-image: url(../img/parsavericonworld.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 25px;
	margin-left: 50px;
	font-size: 1.2em}


#sitemap ul li a {
	text-decoration:underline;
}
#sitemap ul li a:hover{
	color: #cc0000;
}

/* Granite Sign Pics 
----------------------------------*/
.signBox {
	width:160px;
	float:left;
	margin-left:15px;
	min-height:170px;
	margin-bottom:5px;
	font-weight:bold;
}

.signBox p {
	font-size:10px;
}

.signLink {
	height:50px;
	width:190px;
	float:left;
	padding:1px;
}

.thisPage {
	border-bottom:1px solid #CCCCCC;
}

.signLink * {
	margin:0px;
	padding:0px;
	font-size:10px;
	font-weight:bold;
}

.scorecard-pictures {
	width: 200px;
	margin-right: 5px;
	margin-bottom: 10px;
	float: left;
}

/* Centenary Page Pics 
----------------------------------*/
.centenary-box {
	width:265px;
	float:left;
	margin-left:15px;
	height:175px;
	margin-bottom:5px;
	text-align: center;
	font-weight:bold;
}

.centenary-box-tall {
	height: 240px;
}

.centenary-box-small {
	height: 140px;
}

.centenary-box p {
	font-size:10px;
}
