@charset "UTF-8";

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
}
#container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/body_BG_Divider.gif);
	background-repeat: repeat-y;
} 
#header {
	background-color: #DDDDDD;
	background-image: url(../images/header4.jpg);
	height: 290px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

#mainContent {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 0.9em;
	float: left;
	width: 490px;
} 

#mainContent h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.4em;
	color: #8A0031;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#mainContent h2{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 1.2em;
	color: #8A0031;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#mainContent h3{
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: .9em;
	color: #8A0031;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#mainContent p{
	/*font-size: .9em;*/
	text-align: justify;
	padding-top: 2px;
	padding-bottom: 10px;
}

#mainContent li{
	margin-left: 20px;
	color: #333333;
	list-style-image: url(../images/bullet.gif);
	padding-left: 0px;
	padding-bottom: 10px;
	list-style-position: outside;
}


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	text-align: justify;
	font-size: 0.9em;
}

#sidebar1 h1 {
	font-size: 1.2em;
	color: #8A0031;
	padding-bottom: 5px;
}

#sidebar1 h2 {
	font-size: 1.1em;
	color: #FFFFFF;
	
}
#sidebar1 p {
	font-size: 0.9em;
	text-align: left;
	padding-top: 10px;

}

#sidebar1 li{
	margin-left: 15px;
	color: #333333;
	padding-left: 0px;
	padding-bottom: 5px;
	list-style-type: square;
}
/*sidebar boxout*/

#sidebar1 .boxout {
	width: 210px;
	background: url(../images/tile3.gif) repeat-y;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}

#sidebar1 .boxout h2 {
	padding-top: 10px;
	background-image: url(../images/top3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 210px;
	padding-bottom: 8px;
}

#sidebar1 .boxout .last {
	padding-bottom: 20px;
	background-image: url(../images/bottom3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#sidebar1 .boxout h2, .boxout p {
  padding-left: 20px;
  padding-right: 20px;
}
	
* html h2 {
	zoom: 1;
}

* html .sidebar1 {
	/* double margin bug fix */
	display: inline;
	/* IE 5 box-model fix */
	width: 222px;
	w\idth: 250px;
}

/*sidebar boxout end*/

.insertbox {
	border: 1px dashed #999999;
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
}



/* nav */

#nav {
	background-color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	font-size: 1.1em;
	}
	
#nav ul{
margin:0;
padding:0;
list-style:none;
}

#nav li{
display:inline;
margin:0;
padding:0;
}


#nav ul li a{
	font-size:0.7em;
	color:#FFFFFF;
	text-decoration:none;
	text-align:left;
	width:100%;
	margin-left: 0px;
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 

#nav ul li a:hover,#nav ul li a:focus{
	color: #990000;
}


#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 89px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 80px;
	color: #FFFFFF;
	font-size: 0.8em;
} 

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	border: 1px solid #871430;
	margin-bottom: 12px;
}

.fltlft_noborder { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}


.sidebox {
	border: 1px solid #FFFFFF;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
}
.maincontent_box {
	border: 1px solid #871430;
	margin-top: 0px;
	float: left;
	margin-bottom: 10px;
}

.h_line {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	clear: left;
	margin-top: 10px;
}

/* testimonials box out start */

#box {
	padding-top: 0;
	font-size: .9em;
} 

.box {
	width: 490px;
	background-image: url(../images/tile2.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
}

/*.box h2 {
	background-image: url(../images/top2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-left: 20px;
}*/

.box .first {
	background-image: url(../images/top2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.box .last {
	background-image: url(../images/bottom2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.box h2, .box p {
	padding-right: 28px;
	padding-left: 20px;
	color: #333333;
	padding-bottom: 16px;
}

/* testimonials box out end */
div.float {
	float: left;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 20px;
  }
div.float p {
	text-align: left;
	font-size: 0.7em;
	width: 220px;
   }
   
   
  


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a:link {
	color: #8A0031;
	text-decoration: none;
}
a:visited {
	color: #8A0031;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}




#bread {
	padding: 0px;
	font-size: .8em;
	margin-bottom: 10px;
	}

#bread ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	border: none;
	} 

#bread ul li {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
	}
	
	#bread-gen ul li:before {
	content: "\0020 \0020 \0020 \00BB \0020";
	color: #ff9;
	}
	
#bread-gen ul li.first:before {
	content: " ";
	}
