/*CSS for *INSTERT PROJECT*/
/*Author: Philip Kopyscinski Design*/
/*Last Edited: *INSTERT DATE*/

/*Initial Body Setup*/
body{
	background-color:#000000;
	color:#000000;
	font-size:12px;
	font-family:arial,helvetica,sans-serif;
}

/*link styles*/
a.links:link {color:#363636; text-decoration: none; font-family: arial; font-size:1.1em; font-weight:none;}
a.links:visited {color:#363636; text-decoration: none; font-family: arial; font-size:1.1em; font-weight:none;}
a.links:hover {color:#363636; text-decoration: none; font-family: arial; font-size:1.1em; font-weight:none;}
a.links:active {color:#363636; text-decoration: none; font-family: arial; font-size:1.1em; font-weight:none;}
a.links:link img {border: 0px; border-style:none;}
a.links:visited img {border: 0px; border-style:none;}
a.links:hover img {border: 0px; border-style:none;}
a.links:active img {border:0px; border-style:none;}

a.menulinks:link {color:#363636; text-decoration: none; font-family: arial; font-size:1.1em; font-weight:none;}
a.menulinks:visited {color:#363636; text-decoration: none; font-family: arial; font-size:1.1em; font-weight:none;}
a.menulinks:hover {color:#ffc349; text-decoration: none; font-family: arial; font-size:1.1em; font-weight:none;}

/*centers the content*/
#global {
background-image:url(images/globalbg.png);
background-repeat:no-repeat;
background-position:0px 0px;
position: relative;
margin-left: auto;
margin-right: auto;
width:1020px;
height:auto;
}

/*Main Content Styles*/

/*heading content*/
#header{
background-image:url(images/header.jpg);
background-repeat:no-repeat;
background-position:0px 125px;
margin-left:99px;
width:819px;
height:363px;
z-index:2;
}
#header img{
margin-left:9px;
}

.rma{
position:absolute;
right:148px;
top:75px;
}

/*body content styles*/
#main{
background-image:url(images/mainbg.png);
width:819px;
height:autopx;
margin-left:99px;
padding-top:5px;
z-index:2;
}

.text{
margin-right:20px;
margin-left:250px;
width:540px;
color:#363636;
font-size:1.2em;
}

h1{
font-size:1.6em;
color:#d1a13e;
}
/*Navigation Styles*/
.nav{
position:absolute;
top:365px;
margin-left:20px;
margin-right:20px;
}
dl{width:202px;}

dl,dd{margin:0px;}

dt{
background-color:#fdfafa;
font-size:1.2em;
padding:5px;
border-style:dotted;
border-top-width:2px;
border-left-width:0px;
border-right-width:0px;
border-bottom-width:0px;
border-color:#ffc349;
}
dt:hover{
background-color:#ffc349;
}

 ul, li{
list-style-type:none;
padding:5px;
}
/*Footer Styles*/

#footer{
background-image:url(images/footer.png);
width:630px;
height:140px;
margin-left:32px;
padding-top:80px;
padding-left:300px;
font-size:1.1em;
z-index:2;
}
	#footer a {text-decoration:underline;font-size:1em;}
	#footer li{list-style-type:none;display:inline;margin-left:5px;}
	#footer ul{margin-left:50px;}
.footlist{margin-top:0px}	
.footernotes{
margin-left:8px;
font-size:.9em;
color:#fff;
}
	.footernotes a{color:#fff;}

