/* Default attributes */

body {
	background-color: #CCCCCC;
	font-family: Georgia;
	font-size: 12px;
}

p {
	font-family:Georgia;
	color:#000000;
	font-weight:bold;
	font-size:1.0em;
	line-height:150%;
	text-align:left;
}
p a:link, p a:visited, p a:hover, p a:active {
	font-family:Georgia;
	color:#000000;
	font-weight:bold;
	font-size:1em;
	line-height:150%;
	text-align:left;
}

h1 {
	font-style:normal;
	font-size:1.5em;
	font-weight:bold;
	text-align:center;
}

/*big lettering at top of each page*/
h2 {
	font-style:normal;
	font-size:1.5em;
	font-weight:bold;
	text-align:left;
}

h3 {
	font-style:normal;
	font-size:0.75em;
	font-weight:bold;
	text-align:left;
}

h4 {
	font-style:normal;
	font-size:1em;
	font-weight:bold;
	text-align:left;
}

h5 {
	font-style:normal;
	font-size:0.75ems;
	font-weight:bold;
	text-align:center;
}
	
/* Attributes for anything in the "body" of the webpage */

#container {
	background-color: #FFFFFF;
	margin: 5px auto 0 auto;
	width: 1000px;
	max-width: 1000px;
	height:770px;
	font-family: Georgia;
	font-size: 14px;
	color: #000000;
	border-color: #cb0000;
	border-width: 6px;
	border-style: solid;
}

/* Bernina Sewing Center of Four Corners Header */
#headerimg {
	background-image: url(images/common/fourcornerslogo1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 149px;
	width: 1000px;
}

/*Horizontal navigation toolbar; sits under header*/

#horizontalnav {
	height:40px;
	width:1000px;
	background-image: url(images/common/bernclouds.JPG);
}

/*Horizontal navigation attributes*/
ul {
  	margin: 0;
  	padding: 0;
  	width: 1000px;
	font:bold 12px Georgia;
}
ul li {
	display:inline;
	float:right;
	margin-left:20px;
	padding-right:30px;
}
ul a {
  	display: block;
  	padding:5px;
	margin:5px;
	text-decoration: none;
	line-height:20px;
}
ul a:link, ul a:visited, ul a:hover, ul a:active {
	display:block;
	margin-top:5px;
	padding:3px;
	text-decoration:none;
}
ul a:link {
	color:#000000;
}
ul a:visited {
	color:#000000;
}
ul a:hover {
	color:#F00;
	background-color:#00AEAE;
}
ul a:active {
	color:#333;
}
ul current a:link {
	color:#000000;
	background: #330099;
}
		
/* Text box for all pages */
#text {
	float:right;
	width:750px;
	height:475px;
	text-align:left;
	margin-top:15px;
	padding-right:10px;
	overflow:auto;
}
/*vertical navigationl box*/
#linksbox {
	height:520px;
	width:15%;
	float:left;
	padding-left:10px;
	border-right: none;
}

/*Navigation bar on left hand side of page*/
	
/* Navigation list attributes */
ol {
	list-style:none;
	margin: 5px 5px 0 5px;
	padding:2px;
	width:160px;
	height:510px;
	font:bold 12px Georgia;
	text-align: center;
}

/* Navigation attributes */
ol li {
	padding: 3px;
	height:25px;
	line-height:100%;
	color:#000000;
}

ol a:link, ol a:visited, ol a:hover, ol a:active {
	display:block;
	margin-top:5px;
	padding:3px;
	text-decoration:none;
}
ol a:link {
	color:#000000;
}
ol a:visited {
	color:#000000;
}
ol a:hover {
	color:#F00;
	background-color:#00AEAE;
}
ol a:active {
	color:#333;
}
ol current a:link {
	color:#000000;
	background: #330099;
}
	
/*Footer*/
#footer {
	clear:both;
	background-image:url(images/common/footer.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:35px;
}
 