/* top elements */
* {
	padding: 0;
	margin: 0;
}

body {
	margin: 0;
	padding: 0;
	font: normal 0.7em/1.5em Trebuchet, sans-serif;
	color: #0D1D6F;
	background: #E4EBFB url('/resources/images/frontend/default/bg_body_new.jpg?serial=0912071213') repeat-x 0 0;
	text-align: center;	
	height: 100%;	
}

/* links */
a { background: inherit; color: #5394df; }
a:hover { background: inherit; color: #006699; }

#logo a,
#logo a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 190px;
	height: 65px;
}

#logo a span {
	display: none;
}

.print {
	padding-top: 1em;
	padding-bottom: 0.5em;
	text-align: right;
}

.print a {
	padding: 2px 0 2px 24px;
	background: transparent url('/resources/images/frontend/default/icon_printer.png?serial=0912071213') no-repeat 0 50%;
}

/* headers */
h1, h2, h3, h4, h5, h6 {
	font: bold 1em Trebuchet, Tahoma, Sans-serif;
	color: #0D1D6F;
}
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.2em; }
h4, h5, h6 { font-size: 1.1em; }

p, h1, h2, h3, h4, h4, h5, h6 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
/*	color: #5394df;*/	
}

#contactmain h2 {
	margin: 10px 15px 2px;
}
#contactmain p {
	margin: 5px 15px 2px;
}
/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #5394df; /* #32CD32; */
}
a:hover img {  
  border: 2px solid #806B4D !important; /* IE fix*/
  border: 2px solid #5394df; /* #32CD32; */
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #5394df;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #5394df;  
	font: bold 1.2em/1.5em Trebuchet, Tahoma, sans-serif; 
	color: #666666;	
}

/* form elements */
form {
	margin:10px;
	padding: 0;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #0D1D6F;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #0D1D6F;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #0D1D6F;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}
.searchform p { margin: 10px; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: none;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 860px;
}

/* header */
#header {
	height: 128px;
	text-align: left;	
}
#header-content {
	position: relative;
	margin: 0 auto; padding: 0;
}
#header-content #logo {
	position: absolute;	
	font: bold 4em 'Trebuchet Ms', Sans-serif;
	letter-spacing: -2px; 
	color: #FFF;
	margin: 0;
	padding: 0;
	
	/* change the values of left and top to adjust the position of the logo */
	top: 8px;
	left: 10px;

	background-image: url('/resources/images/frontend/default/logo_white.png?serial=0912071213');
	width: 190px;
	height: 65px;
}
#header-content #slogan {
	position: absolute;	
	font: bold 1.2em 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0;
	padding: 0;
	top: 40px;
	left: 200px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: 15px;
	top: 79px;
	font: bolder 1.3em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;		
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 12px;	
	color: #ECECEC;
	background-color: #473D3D;
	text-decoration: none;
	border-right: 1px solid #272727;
	text-align: center;
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
#header-content li a:hover {
	background: #0D1D6F;
	color: #FFF;
}
#header-content li a.set  {
	background: #0D1D6F;
	color: #FFF;
}
#header-content li#um7 a {
	background-color: #005B00;
	color: #B9F1B9;
}
#header-content li#um1 a { width: 65px; }
#header-content li#um2 a { width: 108px; }
#header-content li#um3 a { width: 112px; }
#header-content li#um4 a { width: 60px; }
#header-content li#um5 a { width: 48px; }
#header-content li#um6 a { width: 58px; }
#header-content li#um7 a { width: 58px; }
#header-content li#um8 a { width: 40px; }
#header-content li#um9 a { width: 55px; border-right: none; }

/* header photo */
.headerphoto {
	margin: 0 auto 10px;
	width: 855px;
	height: 200px;
	padding: 15px 2px 10px; 
	background: transparent url('/resources/images/frontend/default/headerphoto_new.jpg?serial=0912071213') no-repeat 10px 0;
}

/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

#contactForm {
	padding: 20px 5px 5px;
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0;
	padding: 0;
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
}
.sidebox {
	background: #F2F2F2;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
	margin-right: 14px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0;
	padding: 0;
	background: #F2F2F2;			
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #0D1D6F;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #CCC;
	text-decoration: none;
	font-size: 105%;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #CCC;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #115fb3;
	color: #115fb3;		
}

/* main */
#main {
	float: left;
	width: 68%;	
	margin: 0 0 10px 1px;
	padding: 0;
}

#main.dlc {
	width: 98%;
}

#main h1 {
	padding: 10px 0 5px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #435F84;
	text-transform: uppercase 	
}

#main table {
	border: 1px solid #AAA;
	margin: 10px 15px;
}

caption {
	font-size: 95%;
	font-style: italic;
	text-align: left;
	margin: 0;
	padding: 0;
}

#main table td, #main table td {
	padding: 0.25em 0.5em;
	border: 1px solid #AAA;
}

table#gallery-list, table#gallery-list td {
	border: none;
}
table#gallery-list td {
	padding: 17px !important;
}


.post {
	margin: 0; padding: 0;
	background: transparent url(gradientbg_new.jpg) repeat-x;
}
.post .post-footer {
	background-color: #FAFAFA;
	border: 1px solid red;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0;
	padding: 1em 0 0;
	font: normal .95em/1.5em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: center;
}
#footer a,
#footer a:hover {
	border: none !important;
}
#footer a img {
	vertical-align: middle;
}
#footer a img,
#footer a:hover img {
	border: none !important;
}

#footer p.visitors img {
	border: none !important;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }

#slogan small {
	font-size: 85%;
	color: #ECECEC;
}

#main ul li {
	list-style-image: url('/resources/images/frontend/default/li_dot.png?serial=0912071213');
}
#main ul li ul {
	margin: 0;
	padding: 0
}

/* Forms */
div.form dl {
    width: 100%;
}

div.form dl dt {
    width: 150px;
    clear: both;
    float: left;
    margin-bottom: 0.25em;
}

div.form dl dd {
    float: left;
    margin-bottom: 0.4em;
}

div.form ul.error {
    list-style: none;
    list-style-type: none;
    list-style-position: inside;
    padding: 0;
}

div.form ul.error li {
    color: #F00;
    padding: 5px 0 2px;
    font-weight: bold;
}

div.form label {
	display: inline;
	font-weight: normal;
}

div.form legend {
	text-transform: uppercase;
	font-weight: bold;
	padding: 0.15em 0.6em;
}

div#customerForm.form dl dt {
	width: 300px;
}

div#customerForm.form dl dd label {
	padding-left: 0.8em;
	vertical-align: text-bottom;
}

div#customerForm.form dl dd {
	margin-bottom: 0.75em;
}

div.form fieldset {
	border: 1px solid #B6CCFF;
	margin-bottom: 3em;
	padding: 0.75em 1.5em;
	clear: both;
}
/* END: Forms */