@import url("form.css");

body {
	margin: 0;
	padding: 0;
	background: transparent url("images/body_bkgrd.jpg") repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000;
}
h1 {
	font-size: 29px;
}
h2 {
	font-size: 23px;
}
p {
	margin: 0 0 15px;
	line-height: 21px;
	font-size: 13px;
}
a:link, a:active, a:visited {
	color: #17228b;
	text-decoration: underline;
	outline: 0;
}
a:hover, a:active {
	text-decoration: none;
}
img {
	border: none;
}
img.left {
	float: left;
	margin-right: 15px;
	margin-left: 10px;
}
img.right {
	float: right;
	margin-left: 15px;
	margin-right: 10px;
}
br {
	clear: left;
}
hr {
	border: none 0;
	border-top: 1px dotted #999;/*the border*/
	width: 99%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
/* Header */
#header {
	width: 850px;
	height: 75px;
}
#logo {
	float: left;
	height: 50px;
}
#logo h1 {
	font: normal 31px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
/* Container */
#container {
	width: 850px;
	margin: 0 auto;
/*	background: transparent url("images/page_bkgrd.jpg") no-repeat 0 0;*/
}
/* Content */
#content {
	float: right;
	width: 615px;
	margin-top: 30px;
	padding: 0 10px;
	background: #fff;
	border-top: 3px solid #17228b;
}
#content .title {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}
#content h1 {
	margin: 10px 0;
	padding-bottom: 5px;
}
#content li {
    margin:0 0 10px;
    padding:0 10px 0 0;
    line-height:15px;
	font-size: 13px;
}
#content .licol {
    float: left;
    width: 305px;
	font-size: 13px;
}
/* Image Shadows */
div.img-dec {
	background: url("images/shadow.gif") no-repeat bottom right;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	display: inline;
}

div.img-dec img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}

div.img-ilus {
	background: url("images/shadow.gif") no-repeat bottom right;
	margin: 10px 5px;
	padding: 0;
	position: relative;
}

div.img-ilus img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}
/* Menu */
#menu {
	width: 215px;
	border-top: 3px solid #17228b;
	margin-bottom: 25px;

}
#menu li a:link, #menu li a:active, #menu li a:visited {
	color: #000;
	display: block;
	width:auto;
	font-size: 13px;
	font-weight:bold;
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid #17228B;
	text-decoration:none;
}
#menu li a:hover {
	background-color:#fff;
}
/* Post */
.post {}
.post .entry {}
/* Sidebar */
#sidebar {
	float: left;
	width: 215px;
margin-top: 30px;
	background: transparent url("images/sidebar_bkgrd.jpg") no-repeat right top;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin: 0;
}
#sidebar h2 {
	margin-bottom: 10px;
	background: url("images/img03.gif") repeat-x left bottom;
	font-size: 16px;
}
/* Boxes */
.box1 {
	padding: 10px;
	margin-left: -5px;
	background: transparent url("images/img05.gif") no-repeat;
}
/* Footer */
#footer {
	background: #fff url("images/img09.gif") repeat-x;
	padding: 100px 0 0 0;
	height: 35px;
	clear: both;
	color: #333;
	font-size: 11px;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #28539c;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
table#pics img {
	margin: 2px;
	padding: 2px;
	border: 2px solid #eee;
}
#services{padding: 0 10px 10px 10px; width:600px;}
#services img{float:left;padding:3px;border:1px inset #007BC3;}
#services p{float:left;margin:0; width: 455px;padding-left: 10px;}
#services strong{margin:0 0 10px 0;font:bold 14px "Trebuchet MS", Arial, Verdana;color:#000;}
.highslide {
	cursor: url(../highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Arial, Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
#marqueecontainer{
position:relative;
width: 200px; /*marquee width */
height: 200px; /*marquee height */
overflow: hidden;
padding: 2px;
}
#vmarquee p {
	text-align:left;
	font: normal 12px "Trebuchet MS";
	color: #666;
	margin: 0 0 10px;
}
