@charset "UTF-8";

/* =INITIAL 
   v2.1, by Faruk Ates - www.kurafire.net
   Addendum by Robert Nyman - www.robertnyman.com 
   Addition by Christian Montoya - www.christianmontoya.net */

/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100.01%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: .25em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
		font-family: inherit;
}

#AllPage {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	height: 1000px;
	color: #CCCCCC;
}
#logo {
	margin-left: 30px;
	overflow: hidden;
	position: relative;
}

#navMenu {
	margin-left: 210px;
	list-style-type: none;
	padding-top: 0px;
	margin-top: -100px;
}
#AllPage .contactinfo {
	color: #CCCCCC;
	margin-left: 35px;
	font-size: .7em;
	line-height: 3em;
}
#HomeMain {
	margin-left: 50px;
	margin-right: 20px;
	background-image: url(images/textbackground.png);
	background-repeat: repeat;
	margin-top: 35px;
	height: 480px;
	width: 720px;
	margin-bottom: 5px;
	overflow: visible;
}

#main {
	margin-left: 50px;
	margin-right: 20px;
	margin-top: 35px;
	background-color: #996633;
	height: 480px;
	width: 720px;
	margin-bottom: 5px;
}

#main img {
	margin-top: 100px;
	margin-left: 20px;
}

.rightBodyText {
	float: right;
	width: 410px;
	padding-top: 100px;
	padding-right: 20px;
	}


#testimonial {
	margin-top: 1em;
	padding: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	background-color: #432200;
}

.rightBodyText li {
	list-style-type: square;
}
	
.rightHead {
	margin-left: 220px;
}

#imagebar {	
	padding-top: 7em;
}

#footer {
	color: #666666;
	margin-left: 60px;
	font-size: .7em;
}

#slideshow {
	padding-top: 50px;
	padding-left: 60px;
}

#alert	{
	background-color:	#d9d0d0;
	color:	black;
	font-size:	150%;
	padding:	10px;
	position: absolute;
	top:	175px;
	left:	200px;
}

#alert a:link	{
	text-decoration:	none;
}
#alert a:visited	{
	text-decoration:	none;
}

#alert a:hover {
	text-decoration:	underline;
}