

* {
	margin: 0;
	padding: 0;
	
}

body {
	background: #858585;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #black;
	text-decoration:none;
}



h1 {
font-size: 20px;
color: #063058;
margin-bottom: 20px; 
text-transform:uppercase;
}

h2 {
font-size: 17px;
color:#000000;
margin-bottom: 5px;
}

h3 {
font-size: 14px;
font-weight:bold;
}

blockquote {
}

ul {
}

li {
list-style: circle;
}
ol {
}

a {
	text-decoration: underline;
	color: bluse;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

/* Wrapper */

#wrapper {
	width: 725px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

/* Header */

#header {
	width: 725px;
	height: 92px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background: url(images/bg_hd.gif) no-repeat left bottom;
}

/* Logo */

#logo {
	float: left;
	padding: 10px 15px 0 15px;
}

#logo h1 {
	margin: 0;
	padding: 0;
	font: italic 36px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#logo h2 {
	margin: -5px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #D4C792;
}


/* Menu */

#nav_info {
	float: right;
	padding-right: 10px;
	padding: 25px 25px 0 0;
}

#nav_info ul {
	margin: 0;
	padding: 50px 0 0 0;
	list-style: none;
	line-height: normal;
}

#nav_info li {
	display: inline;
}


#nav_info a:hover, #menu .active a {
	background-image: url(images/img03.gif);
	color: #AA2808;
}

/*******NAVIGATION*********/
#menu {
	width: 725px;
	height: 33px;
	margin: 0 auto;
	background: url(images/bg_body.gif) repeat-y;

}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 13px Arial;
width: 713px; /*leave this value as is in most cases*/
height:33px;
padding: 0 5px 0 6px;
/*top right bottom left */
}

.indentmenu ul{
margin: 0;
line-height:1.6em;
padding: 0;
float: left;
width: 712px; /*width of menu*/
border: 1px solid #000000; /* black border*/
border-width: 1px 0;
background: black url(images/menubg.gif) center center repeat-x;
}


.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 20px;
text-decoration: none;
border-right: 1px solid #ffffff; /*dark purple divider between menu items*/
}

.indentmenu ul li lastitem{
border-right: 0px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(images/menubg2.gif) center center repeat-x;
}
/*END NAVIGATION*/

/*Flash Banner*/
#flash {
	width: 713px;
	height: 131px;
	margin: 0 auto;
	padding: 0 5px 0 6px;
	background: url(images/bg_body.gif) repeat-y;

}
#pagetitle {
	width: 713px;
	height: 30px;
	margin: 0 auto;
	padding: 0 5px 0 6px;
	background: url(images/bg_body.gif) repeat-y;
	

}
#pagename {
	width: 713px;
	height: 30px;
	margin: 0 auto;
	padding: 0 5px 0 15px;
	background: #000000;
	

}
/* Page */

#page {
	width: 713px;
	margin: 0 auto;
	padding: 0 5px 0 6px;
	/*top right bottom left */
	background:  url(images/bg_body.gif) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 683px;
	padding: 10px 15px 15px 15px;

}
#content-home {
	float: left;
	width: 683px;
	padding: 0 15px 15px 15px;

}

#content-services {
	float: left;
	width: 683px;
	padding: 5px 15px 15px 15px;
}
#content-services h1 {
	font-size: 24px;
	color: #000000;
	margin-bottom: 20px;
	margin-top: 10px;
}


.serviceslist {
padding: 5px 0 8px 0; 
border-bottom:0px solid #999999;
font-size:12px;
}

/* Welcome */

#welcome {
}

#pagetitle {

}
/* Sample1 */

#sample {
}

/* Sample2 */

#sample2 {
}

/* Sidebar */

#sidebar {
	float: right;
	width: 208px;
	padding: 10px 35px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
	padding: 5px 0;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 7px 20px;
	border: none;
}

#sidebar h2 {
	padding: 5px 20px;
	background: url(images/bg_footer.jpg);
	border-bottom: 1px dotted #FFFFFF;
	font-size: 100%;
	color: #000000;
}

#sidebar h3 {
	font-size: 77%;
	color: #D4C792;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a {
	border: none;
	text-decoration: none;
	color:blue;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
	font-size: 85%;
}

/* Footer */

#footer {
	width: 725px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 0 0;
	background: url(images/bg_footer.gif) no-repeat;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: none;
}