/* CSS Document */

body	{
	background-color:#989898;
	border-radius: 15px;
}

/*Text Elements*/

p				{
	color:#010101;
	font-size:18px;
	line-height:110%;
	border-radius: 15px;
}
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding:0;	}
p .right		{ margin: 1.5em 0 1.5em 1.5em; padding:0;	}

p2				{
	color:#fff;
	font-size:18px;
	line-height:110%;
	border-radius: 15px;
}

p3				{ clear: both; color:#fff; font-size:18px; line-height:110%;		}

li				{color:#000; font-size:18px; line-height:110%;		}

a				{	}
a:link			{color: #c9060a;	}
a:visited		{color: #c9060a;	}
a:active		{color: #c9060a;	}
a:focus			{color: #c9060a;	}
a:hover			{
	color: #c9060a;
}

blockquote		{color: #000; font-size:12px;	}

strong			{font-weight: bold;	}
em				{font-style:italic;	}

/*Images*/



/*Lists*/

ul	{list-style-type:none;	}

/* Containers*/

#outer			{width:960px; margin:0 auto; background-color:#FFF; border-radius:15px;	}

#wrapper		{
	width:900px;
	margin:0 auto;
	background-color:#FFF;
	border-radius: 15px;
}

#logo			{margin:30px 0;	float:left;		}

#contact-info		{float:right; margin-bottom:-10px	}
#contact-info ul	{margin-top:30px;	}
#contact-info ul li	{margin-bottom:-5px;	}

#topnav			{clear:both;	}
#topnav ul		{
	border-top:2px #c9060a solid;
	border-bottom:2px #c9060a solid;
	margin:20px 0px;
	padding:10px 0;
	color: #ffffff;
}
#topnav ul li	{display:inline; }
#topnav ul li a	{padding:0 30px; border-right:2px #c9060a;		}

#topnav	a:link			{color: #c9060a; font-weight:bold; font-style: inherit	}
#topnav	a:visited		{color: #c9060a;	}
#topnav	a:active		{color: #c9060a;	}
#topnav	a:focus			{color: #666;	}
#topnav	a:hover			{color: #c9060a;
}



#bxslider1 img			{
	border-radius:15px;
	border-color: #c9060a;
	margin-top: 12px;
}

#bxslider1					{
	clear:both;
	border-radius: 15px;
}
#bxslider1 ul				{width:900px; border-radius: 15px; margin:0px; padding:0px;	}
#bxslider1 ul li				{width:900px; border-radius: 15px; margin:0px; padding:0px;	}


#rightsidewrapper		{width:325px; float:right; margin-top:-10px; margin-bottom:30px; background-color:#989898; border-radius:15px; padding:5px 10px 5px 8px;	}

#insideright img			{
	border-radius:15px;
	border-color: #FFF;
	margin-top: -7px;
	margin-bottom: -7px;
}

#insideright a:link			{color: #fff; font-weight:bold; font-style: inherit	}
#insideright a:visited		{color: #fff;	}
#insideright a:active		{color: #fff;	}
#insideright a:focus			{color: #fff;	}
#insideright a:hover			{color: #fff;	}

#rightsidewrapper1		{width:325px; float:right; margin-top:-10px; margin-bottom:30px; background-color:#FFF; border-radius:15px; padding:5px 10px 5px 8px;	}

#insideright1 img			{
	border-radius:15px;
	border-color: #c9060a;
	float:left
	
}

#insideright1 a:link			{color: #fff; font-weight:bold; font-style: inherit	}
#insideright1 a:visited		{color: #fff;	}
#insideright1 a:active		{color: #fff;	}
#insideright1 a:focus			{color: #fff;	}
#insideright1 a:hover			{color: #fff;	}

#text					{width:300px; margin: 3px 0px 0px 0px	}

#bottom img	{
	margin-right:auto
	border-radius:15px;
	border-color: #c9060a;
	margin-top: 12px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 3px;
}

#bottom	{	border-top:2px #c9060a solid; width:900px; float:left; margin-top:10px; margin-bottom:10px;	}

#contentwrap			{width:525px; background-color: #c9060a;	}

#content				{
	width:900px;
	float:left;
	margin-top:-25px;
	color: #000;
}

#content1				{
	width:500px;
	float:left;
	margin-top:-25px;
	color: #000;
}

#footer					{clear:both; border-top:2px #c9060a solid; padding:2px	}

/*Headings*/

h1	{
	color: #c9060a;
	font-size:30px;
	padding-bottom:15px;
	border-bottom:2px #990000 solid;
	margin-bottom:15px;
}
h2	{color: #fff; font-size:24px; margin-bottom:3px;	}
h3	{color: #000; font-size:30px; padding-bottom:15px; border-bottom:1px #336633 solid; margin-bottom:15px;	}
h4	{
	color: #c9060a;
	font-size:24px;
	margin-bottom:-5px;
}
h5	{color: #FFF; font-size:18px; margin-bottom:3px;	}	
h6	{color: #3F0; font-size:18px; margin-bottom:0px;	}
h7	{
	color: #c9060a;
	font-size:30px;
	padding-bottom:15px;
	border-bottom:2px #990000 solid;
	margin-bottom:15px;
	margin-top: 50px;
}
	
.copyright	{font-size:14px;	}
