/* CSS Document */

body{
background: #010C2E;
margin:0px auto;
padding: 0px;
text-align: center;
}

input, select {
margin: 0px;
padding: 0px;
}

#wrapper {
width: 950px;
text-align: left;
margin:0px auto;
padding: 0px;
}

#banner{
background: url(../images/flash.jpg) no-repeat;
width: 950px;
height: 222px;
margin: 0px;
padding: 0px;
}

#navigation{
width: 950px;
height: 42px;
margin: 0px;
padding: 0px;
}

#wrapper2{
width: 950px;
background: url(../images/home_03.gif) repeat-y;
/*display: table;*/
float:left;
}

#wrapper2-in{
width: 950px;
background: url(../images/inner.gif) repeat-y;
display: table;
}


#left{
float: left;
width: 240px;
padding: 10px 20px 10px 20px;
/*display: table;*/
}

#top{
width: 100%;
border-bottom: 2px solid #fff;
padding-bottom: 10px;
min-height: 150px;
height: auto;
}


#content{
background: url(../images/bkg_05.gif) no-repeat -1px 0px;
/*width: 456px;*/
margin: 0px 180px 0px 280px; 
padding: 5px;
/*clear: left;*/
}


*html #content{
background: url(../images/bkg_05.gif) no-repeat -1px 0px;
width: 456px;
margin: 0px 180px 0px 280px;
padding: 10px;
height: 350px;
}

#content-in{
background: #ffffff url(../images/inner_03.gif) no-repeat 0px 0px;
width: 640px;
margin-left: 280px;
padding: 10px;
/*padding-bottom: 100px;*/
min-height: 350px;
height: auto;

}

*html #content-in{
background: #ffffff url(../images/inner_03.gif) no-repeat 0px 0px;
width: 615px;
margin-left: 280px;
padding: 10px;
height: 350px;
}

#right{
background: url(../images/bkg_06.gif) no-repeat -1px 0px;
float: right;
width: 167px;
padding: 10px;
/*display: table;*/
}

#footer{
width: 950px;
}

#address{
width: 650px;
margin: 0px 0px 0px 260px;
padding: 2px 10px 2px 10px;
}

#copy{
float: left;
width: 240px;
padding: 2px 10px 2px 10px;
display: table;
}

/*TEXT FORMATTING*/

.subhead1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #000033;
}

.subhead1 span{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color: #791730;
}

.subhead2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #000033;
}

#content p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #333333;
}

#content-in p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #333333;
}

#left p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #ffffff;
		font-weight: bold;
}

#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #ffffff;
}

#content-in ol {
	color: #791730;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: italic;

}

#content-in ol p {
	font: normal 0.75em Arial, Helvetica, sans-serif;
	color: #333333;
}

#content-in ol li{
	padding: 2px;
	background-image: url(../images/olbkg.gif);
	background-repeat: no-repeat;
}

#content-in ol li ul li{
	padding: 0px;
	background-image: none;
}

#content-in li p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#testimonials blockquote {
background: url(../images/quote-l.gif) left top no-repeat;
margin: 5px 20px 10px 20px;
padding-left: 30px;
}

#testimonials blockquote p {
background: url(../images/quote-r.gif) right bottom no-repeat;
margin: 0;
padding-right: 30px !important;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	list-style-image: url(../images/bullet.gif);
	color: #333333;
}

#content-in li {
padding-bottom: 5px;

}
#content-in a {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
#floatright {
	width: 216px;
	float:right;
}
.heading
	{
	font-family : Georgia, Times New Roman, Times, Serif;
	font-size: 26px;
	font-weight: bold;
	color: #000033
	}

.description
	{
	font-family : Arial, sans-serif;
	color: #333333;
	font-size: .75em;
	}

.subheading
	{
	font-family : Arial, sans-serif,  Serif;
	font-size:.75em;
	font-weight:bold;
	color:#000000;
	}

.menu:link
       {
	font-family : Arial, sans-serif;
       font-size:14px;
       color:#38B5D0;
	font-weight:bold;
       }

.menu:visited
       {
       font-family : Arial, sans-serif;
       font-size:14px;
       color:#38B5D0;
	font-weight:bold;
       }

.menu:hover
       {
       font-family : Arial, sans-serif;
       font-size:14px;
       color:#38B5D0;
	font-weight:bold;
       }



