@charset "utf-8";
/* CSS Document */




/* Default CSS */
body{
	background-color: #20190f;


}


/* -- Links Style -- */
a.blue:link {color:#ffffff;  }
a.blue:active {color: #ffffff;  }
a.blue:visited {color: #999999;  }
a.blue:hover {color:#CCCCCC; }

a.red:link {color: #ff0000; background: #ffffff; font-style: italic;}
a.red:active {color: #ff0000; background: #ffffff; font-style: italic;}
a.red:visited {color: #ff0000; background: #ffffff; font-style: italic;}
a.red:hover {color: #ff0000; background: #ffffff; font-style: normal;}




/* Page Layout */

#Page-Container{
	width: 900px;
	height: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	background-image: url(images/contentbg.jpg);





}


#Page-Container2{
	width: 900px;
	height: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	background-image: url(images/contentbg.jpg);





}


.images{
	width: 240px;
	height: 650px;
	margin-bottom: 5px;
	padding-top: 50px;
	padding-left: 50px;

}

.contentboxes{
	height: 50px;
	width: 900px;
	float: left;
	background-image: url(images/Untitled-1_02.png);
	background-repeat: no-repeat;
	border: 2px none #000000;

}

.contentleft{
	height: 700px;
	width: 350px;
	float: left;
	background-repeat: no-repeat;
	padding-left: 40px;

}


.contentleft2{
	height: 500px;
	width: 350px;
	float: left;
	background-repeat: no-repeat;
	padding-left: 70px;

}

.contentright{
	height: 500px;
	width: 460px;
	float: right;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 50px;
	line-height: 25px;

}


.contentright2{
	height: 500px;
	width: 370px;
	float: right;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	line-height: 25px;
	padding-top: 20px;

}

#Header{
	background-image: url(images/Untitled-1_01.png);
	height: 152px;
	background-repeat: no-repeat;
	width: 900px;

}


.topslogan{
	height: 80px;
	background-image: url(images/template2_03.png);
	background-repeat: no-repeat;
	width: 350px;
	float: none;
	margin-left: 540px;
	background-position: 1px -10px;

}

.menu {
	width: 875px;
	height: 43px;
	background-image: url(buttons/Untitled-1_02.png);
	background-color: #FFFFFF;
	background-repeat: repeat;
	padding-left: 25px;
}

#Footer{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 5px;
	background-image: url(footer.jpg);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #cf8354;


}


.Footer-Content{
	height: 20px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 5px;
	padding-top: 5px;
	text-align: center;
	color: #FFFFFF;

}


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#flyout {float:left; padding:0; margin:3px 0 0 0; list-style:none; position:relative; width:130px;}
#flyout ul {
	padding:0;
	margin:0;
	list-style:none;
	width:140px;
	height:auto;
	position:absolute;
	left:-9999px;
	top:0;
}
#flyout table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#flyout li {
	float:left;
	margin-bottom:5px;
}
#flyout li a {
	display:block;
	float:left;
	width:140px;
	height:27px;
	color:#FFFFFF;
	line-height:25px;
	font-family:arial, sans-serif;
	font-size:12px;
	text-decoration:none;
	background-color: #666666;
	border: 1px solid #CCCCCC;
	padding-left: 0px;
	text-indent: 10px;
	font-weight: normal;
}

#flyout li:hover {position:relative;}
#flyout li:hover > a {
	background-color:#CCCCCC;
	color:#000000;
}

#flyout ul li a {background:#aaa;}

#flyout ul li:hover > a {background-color:#e60; color:#fff;}
#flyout ul ul li:hover > a {background-color:#e60; color:#fff;}
