/*stylesheet for perrelink design - Grey Biz Template*/

/* Do not change the widths of any of the divs unless you are an experienced user - 
otherwise your layout make break */

body {
margin: 30px;  /* change to 0px if you want it to sit flush with the top of the window */
padding:0;
background-color: #525252;	
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	text-align: center;  /* this rule centers the page in the browser */
	}

	/* general link styles */
a:link {	
	color: #AC2728;
	text-decoration: none;	
}

a:visited {
	color: #AC2728;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}
/* this is the top nav section */

#topnav {
	background-color: #990000;
	border-top: #FFFFFF 1px solid;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	margin-top: 0px;
padding: 5px 0px 5px 0px;
text-align: right;
	width: 740px;
}
/* these rules style the links in the top nav */
#topnav a:link {
	background: #990000;
	color: White;
	text-decoration: none;
}

#topnav a:visited {
	background: #990000;
	color: White;
	text-decoration: none;
}

#topnav a:hover {
	background: #990000;
	color: Black;
	text-decoration: none;
}
#topnav a:active {
	background: #990000;
	color: Black;
	text-decoration: none;
}
/* heading styles */
h1 {
	font-size: 14px;
	margin: 10px;
	color: #770000;
   letter-spacing: 0.2em ;
}

h3 {
	font-size: 13px;
	margin: 10px;
	color: #CC0000;
   letter-spacing: 0.2em ;
}


p, pre {
	margin: 0px 10px 10px;
	line-height: 120%;
}

/* styles the bottom nav link area */
#bottomnav {
	background: #FFFFFF;
	font-size: 10px;
	text-align: center;
	width: 550px;
}

/*background image sits at the bottom of the content area - remove if not needed*/
#contentcenter {
	background: url(images/girl_chair.jpg) no-repeat bottom right;
	background-color: transparent;
	float: left;
	padding: 0px;
	width: 550px;
}

/*this is the left sidebar div - holding the menu*/
#contentleft {
	float: left;
	padding: 0px;
	width: 150px;
}

#header {
	background-color: #000000;
	background-image:  url(images/header.jpg);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	width: 740px;
}

/* styles for the menu buttons on the left side - in the left content div*/
#navlist {
	width: 150px;
	margin-top: 25px; /*change this to move the position of the menu up or down */
	line-height: 20px;
}

#navlist a {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #FFFFFF;
	display: block;
	font-weight: bold;
	padding: 2px 2px 2px 17px;
	voice-family: inherit;
	width: 131px;
}

#navlist a:link {
	color: #000000;
	text-decoration: none;
}

#navlist a:visited {
	color: #333333;
	text-decoration: none;
}

#navlist a:hover {
	background-color: #000000;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-image:  url(images/hover.jpg);
}

#navlist li {
	font-weight: bold;
	margin: 0px 0pt 3px;
}

#navlist ul {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}
/*main content div wrapper- declare the background image for the left menu area here*/
#pagebox {
	background: #FFFFFF url(images/leftnavback.jpg) repeat-y;
	border-left: 1px solid White;
	border-right: 1px solid Black;
	border-top: 1px solid Black;
	border-bottom: 2px solid black;
margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
width: 738px;
}

/*text box under the menu bar*/
.textbox {
	background-image: url(images/textbox.jpg);
	background-repeat: repeat-y;	 
	border: 1px solid #000000;
	color: #666666;
	font-size: 10px;
	height: auto;
	margin-left: 6px;
	padding: 1px;
	text-align: left;
	width: 135px;
}

/*use this to style the position of any images used in the content area*/
.imgleft {
float: left;
padding: 5px;
}

.imgright {
float: right;
padding: 5px;
}

/* styles the date */
#pagedate {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-left: auto;
	margin-top: 25px;
	text-align: center;
}

/*styles for the contact form*/
form { margin: 2px 20px;
}

label,span.spacer {width:140px;}

/*styles the form fields*/
label{
font-weight:bold;
color : #990000;
font-weight : bold;
}
fieldset{
padding:10px;
margin-bottom : 15px;
padding : 10px;
}
/*styles the 'contact form' text at top of contact form*/
legend {
color:#990000;
font-weight: bolder;
font: 14px Arial, Verdana, Geneva, Helvetica, sans-serif;
padding: 10px;  /*gives a bit of padding between the border and the test*/
 margin: 6px;
}

ul li {
	border: 0px solid #000000;
	color: #5A5F45;
}

li {
	line-height: 2em;
	list-style: disc;
	color: #625C7F;
	font-weight: bold;
}

/* these rules set the current page links - shows the hover button on current open page */
/* use the particular class on each html page as needed */
a.home { 
background: url(images/hover.jpg);
 }
 a.page1 { 
background: url(images/hover.jpg);
 }
 a.page2 { 
background: url(images/hover.jpg);
 }
 a.page3 { 
background: url(images/hover.jpg);
 }
 a.page4 { 
background: url(images/hover.jpg);
 }
 a.page5 { 
background: url(images/hover.jpg);
 }
 
 a.contact { 
background: url(images/hover.jpg);
 }
