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

*
{
	outline:none;
	border:none;
	padding:0px;
	margin:0px;
}

body
{
	font-family:"Times New Roman", Times, serif;
	background-color:#f0f0f0;
}

a
{
	text-decoration:none;
}

h1
{
	width:auto;
	height:100px;
	font-size:25px;
	color:#0000cc;
	text-transform:uppercase;
	line-height:102px;
	padding:0px;
}

.green
{
	color:#008000;
}

h2
{
	width:auto;
	height:100px;
	font-size:22px;
	color:#0000cc;
	text-transform:uppercase;
	line-height:102px;
}

h3
{
	font-size:20px;
	color:#0000cc;
	padding:10px 0 0 0;
}

h4
{
	font-size:20px;
	color:#000;
	padding:10px 0 0 0;
}

h5
{
	font-size:18px;
	font-weight:bold;
	color:#ff0000;
	padding:0 0 0 0;
}

.clear
{
	clear:both;
}

#main-container
{
	background-color:#ffffff;
	width:1000px;
	height:auto;
	margin:0 auto;
}

#header
{
	width:1000px;
	height:auto;
	padding:80px 0 0 0;
}

#logo
{
	width:484px;
	height:auto;
	padding:0 0 20px 0;
	margin:0 auto;
}

.logo-side
{
	width:auto;
	height:auto;
	float:left;
	padding:72px 0 0 0;
}

#logo-mid
{
	width:auto;
	height:auto;
	float:left;
	margin:0 45px;
}

#top-banner
{
	/*width:735px;
	height:auto;*/
	text-align:center;
	margin:0 auto;
}

#body-contain
{
	width:1000px;
	height:auto;
	padding:20px 0 30px 0;
	margin:0 auto;
}

#body-top-contain
{
	width:735px;
	height:auto;
	border:1px solid #000;
	text-align:center;
	padding:0px;
	margin:0 auto 30px auto;
}

#body-top-contain-top
{
	height:40px;
	background:#002060;
}

#body-top-contain p
{
	font-size:24px;
	color:#0000cc;
	font-weight:bold;
	line-height:35px;
}

#navigation
{
	width:764px;
	height:auto;
	font-family:"Times New Roman", Times, serif;
	padding:24px 0 0 0;
	margin:0 auto;
}

.mattblackmenu ul{
margin: 0;
padding: 0;
/*font: bold 12px Verdana;*/
list-style-type: none;
/*border-bottom: 1px solid gray;*/
/*background: #414141;*/
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
padding: 0px 45px;
float:left;
}

.mattblackmenu li a{
background:#a12d08;
display: block;
text-decoration: none;
font-size:22px;
font-weight:bold;
padding:10px;
margin: 0;
/*padding: 6px 45px;*/ /*padding inside each tab*/
/*border-right: 1px solid white;*/ /*right divider between tabs*/
color: white;
/*background: #414141;*/
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background:#a12d08;
color:#ff9f80;
}

.mattblackmenu a.selected{
background:#a12d08;
color:#ff9f80;
}


.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
/*font: normal 13px Verdana;*/
line-height:19px;
font-size:14px;
color:#ffc8b6;
font-style:normal;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
/*background:#d03200;*/
/*border: 1px solid black;*/
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px none;
}

.ddsubmenustyle li a{
border-bottom:1px solid #fff;
display: block;
width: 200px; /*width of menu (not including side paddings)*/
color: #fff;
background:#d03200;
text-decoration: none;
padding: 4px 5px;
/*border-bottom: 1px solid black;*/
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 170px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background:#a12d08;
color:#ff9f80;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
		
#main-image
{
	width:auto;
	height:auto;
	text-align:center;
	padding:0px;
}

#index-nav
{
	width:710px;
	height:auto;
	padding:0px;
	margin:0px auto;
}

#index-nav-heading
{
	background:url(../images/logo-side.jpg) left top no-repeat;
	width:auto;
	height:61px;
	padding:0 0 20px 0;
}

#index-nav-heading p
{
	font-size:26px;
	font-weight:bold;
	color:#0000ff;
	text-transform:uppercase;
	line-height:100px;
	padding:0 0 0 70px;
}

#index-nav ul
{
	list-style-type:disc;
	padding:0 0 0 20px;
}

#index-nav ul li
{
	padding:0 10px;
}

#index-nav ul li a
{
	font-size:18px;
	font-weight:bold;
	color:#0000cc;
}

#index-nav ul li a:hover
{
	text-decoration:underline;
}

#index-nav ul li ul
{
	list-style-type:circle;
	padding:0 0 0 60px;
}

#index-nav ul li ul li
{
	padding:2px 0 2px 10px;
}

#index-nav ul li ul li a
{
	color:#000;
	padding:2px 0 2px 10px;
}

#index-nav ul li ul li ul li
{
	list-style-type:square;
}

#body-bottom-text
{
	width:700px;
	height:auto;
	text-align:center;
	padding:60px 0 0 0;
	margin:0 auto;
}

#body-bottom-text p
{
	font-size:14px;
	color:#000;
	line-height:20px;
	font-style:italic;
}

#body-bottom-text a
{
	font-weight:bold;
	color:#0000ff;
	text-decoration:underline;
}

#body-bottom-text a:hover
{
	text-decoration:none;
}

.red
{
	color:#ff0000;
	font-size:20px;
	font-weight:bold;
	font-style:normal;
}

#footer
{
	width:1000px;
	height:auto;
}

#footer-top
{
	width:1000px;
	background-color:#000000;
	text-align:center;
	font-size:11px;
	color:#ffffff;
	line-height:60px;
}

#footer-top a
{
	font-size:14px;
	color:#ffffff;
	padding:0 10px;
}

#footer-top a:hover
{
	color:#ffb69f;
}

#footer-bottom
{
	width:1000px;
	height:auto;
	font-size:13px;
	color:#ffffff;
}

#footer-bottom-left
{
	width:auto;
	height:auto;
	float:left;
	padding:0 0 0 10px;
}

#footer-bottom-left p
{
	color:#000;
	line-height:50px;
}

#footer-bottom-right
{
	width:auto;
	height:auto;
	float:right;
	padding:0 10px 0 0;
}

#footer-bottom-right p
{
	color:#000;
	line-height:50px;
}

#footer-bottom-right a
{
	color:#000;
	font-weight:bold;
}

#footer-bottom-right a:hover
{
	color:#666;
	font-weight:bold;
}

/* INNERPAGE CSS */

.inner-contain
{
	width:752px;
	height:auto;
	padding:50px 0 0 0;
	margin:0px auto;
}

.innerpage-header
{
	padding:0 0 0 0;
}

.blue
{
	color:#0000cc;
}

.inner-contain p
{
	font-size:19px;
	color:#000;
	line-height:26px;
	padding:15px 0 10px 0;
}

.inner-contain a
{
	color:#0000ff;
	text-decoration:underline;
}

.inner-contain a:hover
{
	color:#0000ff;
	text-decoration:none;
}

.inner-contain ul
{
	list-style-type:none;
	padding:10px 0 20px 20px;
}

.inner-contain ul li
{
	background:url(../images/list-icon.jpg) top left no-repeat;
	font-size:20px;
	color:#000;
	padding:0 0 0 20px;
}

.inner-contain ul li ul
{
	padding:0 0 0 30px;
}

.inner-contain ul li ul li
{
	list-style-type:circle;
	background:none;
	padding:6px 4px;
}

.inner-contain ol
{
	list-style-type:decimal;
	padding:10px 0 20px 40px;
}

.inner-contain ol li
{
	font-size:20px;
	color:#000;
	padding:0 0 0 15px;
}

.inner-contain-image
{
	width:auto;
	height:auto;
	text-align:center;
}

.image-text
{
	text-align:center;
	padding:20px 0 0 0;
}

.image-text p
{
	font-size:18px;
	color:#0000cc;
	font-style:italic;
	font-weight:bold;
}

.inner-contain.red
{
	font-weight:bold;
	color:#b60700;
}

.inner-contain-mid-text
{
	padding:0 0 0 0;
}

.left
{
	float:left;
}

.right
{
	float:right;
}

.service-heading
{
	border:1px solid #000;
	text-align:center;
	font-size:26px;
	font-weight:bold;
	color:#ff0000;
	padding:10px 0 4px 0;
	margin:15px 0 0 0;
}

.service-list1
{
	padding:15px 0;
}

.service-list1 ul
{
	list-style-type:disc;
	padding:0 0 0 175px;
}

.service-list1 ul li
{
	background:none;
	font-size:20px;
	color:#000;
	padding:0 10px;
}

.service-list2
{
	padding:15px 0;
}

.service-list2 ul
{
	list-style-type:none;
	padding:0 0 0 230px;
}

.service-list2 ul li
{
	background:url(../images/list-icon2.jpg) top left no-repeat;
	font-size:20px;
	color:#000;
	font-weight:bold;
	padding:0 0 0 30px;
}

.service-list2 ul li ul
{
	padding:20px 0 0 30px;
}

.service-list2 ul li ul li
{
	list-style-type:circle;
	font-weight:normal;
	padding:0 0 0 0;
}

#contact-form
{
	width:600px;
	height:auto;
	margin:0px auto;
}

.contact-form-in
{
	padding:0 0 0 0;
}

.contact-form-left
{
	width:200px;
	height:auto;
	float:left;
}

.contact-form-left p
{
	font-size:18px;
	text-align:right;
	color:#000;
}

.contact-form-right
{
	width:350px;
	height:auto;
	float:right;
	padding:15px 0 0 0;
}

.contact-form-field-small
{
	width:200px;
	height:25px;
	background:#efefef;
	border:1px solid #666;
	font-size:14px;
	color:#000;
}

.contact-form-field-big
{
	width:200px;
	height:120px;
	background:#efefef;
	border:1px solid #666;
	font-size:14px;
	color:#000;
}

.inner-middle-text p
{
	text-align:center;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	color:#ff0000;
}

.our-mission ul
{
	padding:0 0 0 50px;
}

.our-mission ul li
{
	background:none;
	list-style-type:disc;
	color:#000;
	padding:4px 0;
}