@charset "utf-8";
/* CSS Document */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    color: #777777;
    background-color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100%;
	background-image: url(../images/damask.jpg);
	}

html {
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	}


* html #container {
height: 100%;
}
	
	
#container{
	width: 850px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	background-image: url(../images/bg1.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #4980D1;
	margin-top:0px;
	margin-bottom: 0px;
	font-family: Verdana , Arial, Helvetica, sans-serif;
	}

p {
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 5px;
	}

.floatright {
	float: right;
	}
	
.floatleft {
	float: left;
	}

a img{
	border:none;
	background-color: transparent;
	background-color: none;
	}

/*-------------------------------------------LINKS------------------------------------------------------------------*/
a {
	text-decoration:none;
	color: #FFFFFF;
	padding-top: 0px;
	background-color:#333333;
	}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 0px;
	background-color: #666666;
	}


/*-------------------------------------------HEADER------------------------------------------------------------------*/
#header{
	width: 750px;
	height: 100px;
	border-bottom: #CCCCCC 4px solid;
	float: left;
	margin-right: 50px;
	margin-bottom: 10px;
	}

#header a img{
	border:none;
	}


.logo {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	}
	
#header ul {
	float: left;
	list-style-type:none;
	margin-top: 35px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
	text-transform: uppercase;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	}
	
#header ul li{
	display: block;
	list-style-type:none;
	float: left;
	margin-right: 3px;
	text-align: center;
	}

#header ul li a {
	text-decoration:none;
	color: #999999;
	display: block;
	padding-top: 20px;
	background-color: #E9E9E9;
	width: 89px;
	}
	
#header ul li a:hover	{
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 20px;
	background-color: #D5BFD7;
	width: 89px;
	}

#header p {
	float: left;
	margin-top: 0px;
	margin-left: 0px;
    font-size: 15px;
	height: 20px;
	width: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	}
	
/*-------------------------------------------BANNER------------------------------------------------------------------*/
#images {
	width: 150px;
	height: 400px;
	float: left;
	margin-left: 10px;
	margin-right: 15px;
	}


/*--------------------------BEGIN TEXT---------------------------------*/

#text{
	width: 320px;
	float: left;
}

#text p.marginbottom {
	margin-bottom: 20px;
}

.floatleftmargin {
	float: left;
	margin-right: 5px;
}

.bigger {
	font-size:17px;
	}

#additionaltext{
	width: 650px;
	float: left;
	margin-top: 3px;
}

h2 {
	font-size:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336699;
	margin: 0px;
	font-weight: normal;
	}
h3 {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #336699;
	margin: 0px;
	font-weight: normal;
	}
/*--------------------------SPACE FILLER---------------------------------*/

#promo {
	width: 250px;
	height: 120px;
	float: left;
	margin-top: 220px;
	margin-left: 70px;
	}

/*--------------------------BEGIN BOTTOM STRIP---------------------------------*/
#feature {
	margin-left: 100px;
	margin-top: 10px;
	width: 750px;
	height: 100px;
	float:left;
	background-color: #888888;
	/* For web browsers who care */
	opacity: 0.5;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
	/* For IE 8 (and 9, 10, 11?). Don't miss the added quotes */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	/* For Mozilla */
	-moz-opacity:.50;
	margin-bottom: 50px;
	}
	
/*----------------------End Content Container---------------------------*/

/*-------------------------------------------FOOTER------------------------------------------------------------------*/
#footer {
	float:left;
	height:80px;
	width:850px; 
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #cccccc;
	margin-top: 15px;

}

#footer p {
	font:11px/11px arial,sans-serif;
	color: #999999;
	width: 450px;
	height: 40px;
	margin-top: 30px;
	margin-right: 150px;
	float: left;
}

#footer a {
	padding:0px 5px;
	text-decoration:underline;
	color:#ff6600;
}