﻿/*
================================
Alley Man StyleSheet
by Neo Tokyo Technologies, Inc.
www.neotokyotech.com
================================
*/	
	

/***********************************/
/*          DESIGN ELEMENTS        */
/***********************************/


/*body:: controls page baground and any other fonts not defined below*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background: #555555 url(../images/bg.jpg) repeat-x top left;
    margin: auto 30px auto 30px;
    min-height: 100%;
	font-weight: Normal;
}

/*container:: specific div that controls the main body of the page*/
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	margin-top: 50px;
	top: 30px;
}

/*container:: specific div that controls the main body of the page*/
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	margin-top: 50px;
	margin-bottom: 50px;
	top: 30px;
}

/*intro:: specific div that controls the introduction of a page*/
#intro { 
	min-width: 470px;
	}

div.emblem {
    width: 400px;
    height: 400px;
    text-align:center;
    margin: 0 auto;
}


/***********************************/
/*         HEADERS & TITLES        */
/***********************************/


/*menu-headers:: menu header appearance*/
.menu-headers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	font-weight: normal;
	background-color: #99CCFF;
	text-decoration: none;
	line-height: 20px;
	border: solid;
	border-bottom-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-color: #ffffff;
}

/*pageHeader:: page title positioning and appearance*/
#pageHeader h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #5f815f;
	margin-left: 30px; 
	position: absolute; 
	top: 20px; 
	left: 0;
}


/***********************************/
/*          GENERAL FONTS          */
/***********************************/


/***********************************/
/*              LINKS              */
/***********************************/


/*A:: appearance of links before a user clicks or mouse overs on them*/ 	 
A {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #585C5F;
	text-decoration: none;
}
	
/*A:hover:: appearance of links when a user passes their mouse over them*/ 	 	
A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: Normal;
	color: #585C5F;
	text-decoration: underline;
}

/*A:visited:: appearance of links after a user has visited that page*/ 
A:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #585C5F;
}
	
/*A:visited:hover:: appearance of links when a user hovers over a page they have visited*/ 	 
A:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #585C5F;
}

/*acronym:: appearance of acronyms with title atribute*/
acronym {
	border-bottom: none;
	}

#links {
    text-align: center;
}

#linkPage {
	margin-left: 40px; 
	position: absolute; 
	top: 0; 
	left: 0;
	}

#siteMap a.sub {
    font-size: medium;
}

#siteMap a.main {
    font-size: large;
}

h1.title {
    text-align:center;
}

h2.news {
    font-family:Cambria, Verdana;
    border-top-style:dashed;
    border-top-width:thin;
    margin: 40px 0 0 15px;
    }

#supportingText {
    border-left-style: dotted;
    border-left-width: thin;
    margin: 10px 15px 0 10px;
}

#supportingText p {
    font-size: medium;
    font-family: Cambria, Verdana;
    left: 10px;
    margin-left: 15px;
}

#quickSummary {
    margin: 10px 15px 0 10px;
    left: 10px;
    font-family: Cambria, Verdana;
}

#quickSummary p.p1 {
    border-left-style:dotted;
    border-left-width: thin;
    font-size: medium;
}

#quickSummary p.news_date {
    font-size:small;
    margin: auto 30px auto 20px;
    text-decoration: none;
}

p.news_date
{
    font-family:Cambria, Verdana;
    font-size:small;
    margin: auto 30px auto 20px;
    text-decoration: none;
}

#filler
{
    margin-top:300px;
}


/***********************************/
/*             FOOTER              */
/***********************************/


/*footer:: displays at the very bottom of the site, copyright and design notices*/
div.footer {
    margin-top: 300px;
    vertical-align: bottom;
    
}

#footer p, a:link, #footer a:visited {
    text-decoration:none;
    color:Black;
    text-align:center;
    font-family:Verdana;
    font-size:x-small;
    margin: auto;
}
