/** BASIC */

html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: url(images/img02.jpg) repeat-x left top;
	/* text-align: justify; */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #666;
}

a {
	color: #07d;
}
a:hover {
	text-decoration: none;
}

.list1 {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.list1 li {
	background: url(images/square_gray.png) no-repeat left 50%;
	padding-left: 14px;
}

.list2 {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
.list2 li {
	background: url(images/square_blue.png) no-repeat left 50%;
	padding-left: 16px;
}

.list3 {
	margin-left: 0px;
	padding-left: 0px;
	list-style-image: url(images/square_blue.png);
	list-style-position: inside;
}
.list3 li {
	margin-top: 14px;
}

img {
	border: none;
}
img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}

/** HEADER */

#header {
	width: 778px;
	margin: 0px auto;
	padding: 1em;
	height: 90px;
	color: #254360;
}
#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-transform: uppercase;
	color: #990000;
}
#header h1 a {
	color: #990000;
	text-decoration: none;
}
#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	text-transform: uppercase;
	font-size: 13px;
}
#header h2 a {
	color: #254360;
	text-decoration: none;
}

/** MENU */

#menu {
	width: 778px;
	margin: 0px auto;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu li {
	display: inline;
	background: url(images/img04.gif) no-repeat right 50%;
}
#menu a {
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	color: #fff;
}
#menu a:hover {
	background: #fff;
	color: #254360;
}
#menu a.image:hover {
	background: transparent;
}
#menu .active {
	background: #fff;
	color: #254360;
}

/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 40px 0px 20px 0px;
}
#content h2 {
	font-size: 12pt;
}
#content h3 {
	font-size: 11pt;
	color: #990000;
}
#intro td.left {
	width: 50%;
	text-align: left;
	border-right: 1px dashed #ddd;
}
#intro td.right {
	width: 50%;
	text-align: right;
}

#column1 {
	float: left;
	width: 200px;
	/* font-style: italic; */
	color: #990000;
}
#column1 a.active {
	font-weight: bold;
	text-decoration: none;
}
#column1 h3 {
	border-bottom: 1px dashed #ddd;
	border-spacing: 2px;
	font-size: 11pt;
}
#column1 ul {
	line-height: 20px;

}
#column1 p {
    line-height: 20px;
    font-size: 10pt;
}

#column2 {
	float: right;
	width: 538px;
	padding-left: 20px;
	border-left: 1px dashed #ddd;
}
#column2 h1 {
	font-size: 12pt;
	border-bottom: 1px dashed #ddd;
}
#column2 h2 {
	font-size: 12pt;
}
#column2 h3 {
	font-size: 11pt;
	color: #990000;
}
#column2 h4 {
	font-size: 11pt;
	margin: 0;
	padding: 0;
}
#services td.left {
	padding-right: 20px;
	border-right: 1px dashed #ddd;
}
#services td.right {
	padding-left: 20px;
}


/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	background: url(images/img03.gif) repeat-x left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #fff;
}
#footer a {
	color: #ccc;
}
#footer a:hover {
	text-decoration: none;
}

/** STICK THE FOOTER TO THE BOTTOM OF THE PAGE */

#content {
	min-height: 70%;
	height: auto !important;
	height: 70%;
	margin: 0 auto -59px;
}

