* {
  font-family: Arial;
}
body {
        margin: 0px;
        padding: 0px;
}
img {
        border: 0px;
}
h1, h2, h3, h4, h5, h6, form, p {
        margin: 0px;
}

body {
	background-color: #ADB1B7;
	background-image: url('/images/background.png');
	background-position: top center;
	background-repeat: repeat-y;
/*	padding-bottom: 90px;*/
}

/*
html, body, #outer_wrapper {
	height: 100%;
}

body > #outer_wrapper {
	height: auto;
	min-height: 100%;
}
*/

#outer_wrapper, #outer_footer_holder {
	text-align: center;
	width: 100%;
}

#inner_wrapper {
	margin: auto;
	text-align: left;
	width: 986px;
	padding-top: 30px;
	padding-bottom: 30px;
}

a {
	color: #333;
}
a:hover {
	text-decoration: none;
}

#header {
	width: 986px;
	height: 58px;
	padding-left: 3px;
	position: relative;
	top: -1px;
}

#sitename {
	float: left;
	width: 202px;
	height: 42px;
}

#nav {
	float: left;
	width: 589px;
	height: 22px;
	margin-top: 9px;
	margin-left: 10px;
	padding-top: 3px;
	padding-left: 11px;
	position: relative;
}
#nav_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 600px;
	height: 25px;
	background-image: url('/images/navigation.png');
	background-position: top left;
	background-repeat: no-repeat;
	z-index: -1;
}
#nav a {
	color: #1F1E1F;
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
}
#nav a.level1 {
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 15px;
	line-height: 16px;
}
#nav a.level2 {
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	line-height: 13px;
}
#nav a.level1:hover {
	background-image: url('/images/highlight.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#nav .level1.divider, #nav .menu-footer {
	display: none;
}
#nav ul.level2 {
	display: none;
	position: absolute;
	top: 29px;
	left: 15px;
}
#nav ul.level2, #nav ul.level2 a {
	font-size: 11px;
	font-family: 'Arial';
	letter-spacing: 1px;
	color: #201E1F;
}
#nav a.level2:hover {
	background-image: url('/images/highlight2.png');
	background-repeat: no-repeat;
	background-position: top center;
}
body #nav a.selected {
	color: #fff;
}

#language {
	font-size: 9px;
	float: left;
	width: 105px;
	margin-top: 6px;
	text-align: center;
}

#content {
	position: relative;
	float: left;
	color: #ffffff;
	font-size: 15px;
	line-height: 22px;
	width: 946px;
	padding-left: 20px;
	padding-bottom: 15px;
}

#content a {
	color: #ffffff;
	text-decoration: none;
}

#content ul {
	margin: 0px;
	padding: 0px;
}

#content li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-image: url('/images/bullet.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px;
	padding-left: 15px;

}

#content ul.bullets_two li {
	width: 310px;
	float: left;
}

#content ul.bullets_three li {
	width: 300px;
	float: left;
}

#content ul.bullets_three_thin li {
	width: 285px;
	float: left;
}

#content ul.bullets_four li {
	width: 198px;
	float: left;
}
#content_section {
	position: relative;
	float: left;
	color: #ffffff;
	font-size: 15px;
	line-height: 22px;
	width: 946px;
	padding-left: 20px;
	padding-bottom: 15px;
}
#content_section a {
	color: #ffffff;
	text-decoration: none;
}
#content_section ul{
	padding-left: 0px;
	margin: 10px 0px;
}
#content_section li{
	list-style-type: none;
	padding-bottom: 1px;
}
#content_section li a {
	background-image: url('/images/arrow.png');
	background-repeat: no-repeat;
	width: 394px;
	height: 37px;
	display: block;
	padding-left: 28px;
	padding-top: 6px;
	text-decoration: none;
	color: #ffffff;
	font-size: 19px;
	font-family: 'Arial Rounded MT Bold', 'Arial';
}
#content_section li a:hover {
	list-style-type: none;
	background-image: url('/images/arrow_hover.png');
	background-repeat: no-repeat;
}
#feature_images {
	width: 986px;
	height: 286px;
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 14px;
}

.thumb_holder {
	display: none;
}

#feature_images .thumb {
	position: relative;
	float: left;
	width: 267px;
	height: 219px;
	margin-top: 26px;
	margin-left: 42px;
	margin-right: 5px;
}

#feature_images .thumb img {
	margin-left: 6px;
	margin-top: 5px;
}

#feature_images .gallery_thumb_bg {
	background-color: transparent!important;
}
.image_arrow {
	position: absolute;
	bottom: 14px;
	left: 217px;
}
#feature_images .thumb a {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	background-image: url('/images/image_bg.png');
	background-repeat: no-repeat;
	width: 267px;
	height: 218px;
}
#feature_images .thumb a.faded {
	background-image: url('/images/image_bg_faded.png');
}
#login {
	float: left;
	margin-top: 9px;
	background-image: url('/images/login.png');
	background-repeat: no-repeat;
	width: 64px;
	height: 25px;
	text-decoration: none;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 4px;
	color: #1F1E1F;
}
#login:hover {
	background-image: url('/images/login_hover.png');
}
#login_form #login {
	float: none;
	margin-top: 9px;
	background-color: transparent;
	border: 0px;
	background-image: url('/images/login.png');
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 3px;
	font-weight: bold;
	cursor: pointer;
	color: #333333;
}
#login_form thead tr {
    background-color: #555555;
    height: 25px;
    border-style: none;
}

#login_form thead td {
    padding-left: 10px;
}

#login_form tbody tr{
    background-color: #666666;
    border-style: none;
}

#login_form tbody td {
    padding-left: 10px;
    padding-right: 10px;
}
   
#login_form table {
    border: 1px solid #b4b4b4; 
    margin-top: 50px;
    font-weight: bold;
}

#outer_footer_holder {
	height: 55px;
	position: relative;
}

#footer_holder {
	margin: auto;
	text-align: left;
	width: 986px;
	padding-bottom: 18px;
	padding-bottom: 0px;
	background-color: #ADB1B7;
	background-image: url('/images/background.png');
	background-position: top center;
	background-repeat: repeat-y;
}

#footer {
	width: 981px;
	height: 28px;
	background-image: url('/images/footer.png');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 5px;
}

#footer p {
	display: inline;
}

#footer, #footer a {
	font-size: 15px;
	line-height: 15px;
	text-decoration: none;
	color: #211E1F;
}

#footer .divider {
	color: #AD0E19;
	font-size: 17px;
	line-height: 18px;
	padding: 0px 6px;
}

#web_development {
	margin-top: 7px;
	float: right;
	padding-right: 5px;
}

#web_development, #web_development a {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	line-height: 15px;
	font-family: 'Trebuchet MS';
	letter-spacing: -1px;
}

#sub_footer {
	text-align: left;
	margin-top: 11px;
	padding-left: 26px;
	padding-left: 5px;
	padding-bottom: 20px;
}
#sub_footer, #sub_footer a {
	font-size: 11px;
	color: #211E1F;
	text-decoration: none;
}

