﻿/*This is the main stylesheet for annagatlin.com*/

/*normalize margin, padding*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td {
	margin: 0; 
	padding: 0;
}

html {
height:100%; /* fix height to 100% for IE */
max-height:100%; /* fix height for other browsers */
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
background:#fff; /*color background - only works in IE */
font-size:80%; /*set default font size */
font-family:"trebuchet ms", tahoma, verdana, arial, sans-serif; /* set default font */
}

body {
padding:0; /*remove padding */
margin:0; /* remove margins */
border:0; /* remove borders */
background-image: url('../images/amgv3bg.jpg');
background-repeat: repeat;
}




/*remove list style from lists*/
ol, ul {
	list-style: none;
}

li { float: left;} /* lists aligned to the left */

/*remove border from fieldset and images*/
fieldset, img {
	border: 0;
}

p {margin-bottom: 15px; margin-top: 5px;}
	
h1 {text-indent: -9999px;}

h2 {
	
	font-size: 12pt;
	color: #8d8870;
	text-align: left;
	padding-bottom: 5px;
	letter-spacing:1px;
}

h3 {
	
	
	color: #666633;
	text-align: left;
	
	padding-bottom: 2px;
}

h4{
	color: #666633;
	font-weight: bold;
}

/*layout code*/



#container { 
display:block; /* set up as a block */
margin: 0px auto;
position:relative; /* set up relative positioning so that z-index will work */
width: 828px;
}

#branding{
	behavior:url(iepngfix.htc);
	position: relative;
	width: 828px;
	height: 138px;
	background-image: url('../images/amgv3header.png');
	background-repeat: no-repeat;
}

#maincontent {

	display: block;
	width: 828px;
	position: relative;
	margin: 0px auto;
	background-image:url('../images/amgv3boxbg.png');
	background-repeat: repeat-y;
}

#textbox750 {
	display: block;
	position: relative;
	width: 750px;
	margin: 0px auto;
	padding-top: 20px;
}

#webwork {
	display: block;
	position: relative;
	width: 325px;
	float: left;
	padding-top: 20px;
	margin-left: 66px;
}

#printwork {
	display: block;
	position: relative;
	width: 325px;
	float: right;
	padding-top: 20px;
	margin-right: 66px;
}


.pad1 {display:block; width:18px; height:50px; float:left;}
.pad2 {display:block; height:164px;}
.pad3 {display: block; height:50px;}





#navigation {
	position: relative;
	margin: 0px auto;
	width: 600px;
	height: 100px;
	border: 1px solid black;
	float: left;
	z-index: 6;
}

.menu {
	width: 550px;
	position: absolute;
	top: 120px;
	left: 140px;
}

.menu li {
	display: block;
	margin: 0 0;
	padding: 0 0;
	height: 30px;
	width: 125px;
	float: left;
	text-align: center;
}
.menu a {
     text-align: center;
     text-decoration: none;
     color:gray;
     font-family: Verdana, Tahoma, Helvetica, sans-serif;
         
     }
     
.menu a:hover {
     text-decoration: none;
     color: #666633;
     
     }

.menu a:active {
     color: #666633;
     }
.menu #spacer {
	width: 50px;
}


body#home a#home, 
body#where a#where,
body#learn a#learn,
body#history a#history,
body#press a#press,
body#photos a#photos,
body#help a#help,
body#contact a#contact {
	font-weight: bold;
}


#companyinfo {
    behavior:url(iepngfix.htc);
	position: relative;
	width: 828px;
	height: 138px;
	background-image: url('../images/amgv3footer.png');
	background-repeat: no-repeat;
}

a:link {text-decoration:none; color: #666666;}
a:visited {text-decoration:none; color: #666666;}
a:hover {text-decoration:underline; color: #666633;}
a:active {text-decoration:none; color: #666633;}

a.info:link {
	text-decoration: none;
	color: #60583b;
}

a.info:visited {
	text-decoration: none;
	color: #60583b;
}

a.info:hover {
	text-decoration: underline;
}

a.info:active {
	text-decoration: underline;
}


a.button:link {
	float: left;
	border: 1px solid silver;
	text-decoration: none;
	color: #000;
	padding: 2px 5px 2px 5px;
}

a.button:visited {
	border: 1px solid silver;
	text-decoration: none;
	color: #000;
	padding: 2px 5px 2px 5px;
	}

a.button:hover {
	border: 1px solid silver;
	color:gray;
	padding: 2px 5px 2px 5px;
}

a.button:active {
	color:black;
	border: 1px solid silver;
	padding: 2px 5px 2px 5px;
}


.floatright {
	float: right;
	padding: 8px;
	border: 1px solid silver;
	margin-left: 10px;
	clear: both;
}

.floatleft {
	float: left;
	padding: 8px;
	border: 1px solid silver;
	margin-right: 10px;

	clear: both;
}

div.floatright img {
	border: 1px solid #c0b99a;
	padding: 5px;
}

div.floatright p {
	font-size: 8pt;
	font-style: italic;
	padding-top: 5px;
	margin: 0 auto;
	padding: 0 3%;
	text-align: justify;
}



.clear {
	clear:both;
}

.prop10 {
	clear: both;
	width: 1px;
	height: 10px;
	float: left;

}

.prop20 {
	clear: both;
	width: 1px;
	height: 20px;
	float: left;

}

.prop15 {
	clear: both;
	width: 1px;
	height: 15px;
	float: left;
	
}


.prop50 {
	width:400px;
	height: 50px;
	float: left;
	
}


.padding {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.footerpadding {
	padding-right: 100px;
	padding-left: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.italic {
	font-style: italic;
	font-size: 8pt;
}
