/* Basic styles
================================================*/
* {
	margin: 0;
	padding: 0;
	font-family: tahoma,arial,sans-serif;
	font-size: 11px;
}

body{
	background: #fff url('/templates/img/body.gif') top left repeat;
	text-align: center;
}

img{
	border: 0;
	display: block;
}
td {
	vertical-align: top;	
}
fieldset{
	border: 0;
}

a, a:link, a:visited{
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
}

.center{
	text-align: center;
}
.underline{
	text-decoration: underline;
}
.clear{
	clear: both;
}
.error{
	color: red;
}
.success{
	color: blue;
}
.progress{
	color: green;
}
.important {
	color: red;
}


/* Layout
================================================*/
#body{
	position:relative;
	margin: 0 auto;
	padding:0 14px;
	width:762px!important; width /**/:790px;
	text-align: left;
	background: url('/templates/img/body2.jpg') top left repeat-y;
}


/* HEADER - TOP
---------*/
#header-top{
	height: 25px;
	background: url('/templates/img/header-top.gif') top left repeat;
	margin: 0 auto;
	width: 786px;	
	text-align: left;
}

#links {
	padding-top:10px;
	padding-left:20px;
}
#links a, #links a:visited {
	font-family:tahoma,sans-serif;
	font-size:11px;
	color:#000;
}


/* HEADER
---------*/
#header{
	position:relative;
	height: 125px;
	background: #fff;
}
#header-logo{
	position:absolute;
	top:3px;
	left:4px;
}
/* HEADER - BOTTOM
---------*/
#header-bottom{
	height: 29px;
	background: url('/templates/img/header-bottom.gif') top left repeat;
}

/* MAIN */
#main {
	overflow: hidden;
}

/* LEFT */
#left {
	position:relative;
	background: url('/templates/img/left.gif') top left repeat-y;
	float:left;
	width:198px;
}
/* menu */
#left ul {
	list-style:none;
	padding-top:88px;
	padding-bottom:35px;
	width:198px;
	background: url('/templates/img/left-menu.jpg') top left no-repeat;
}
#left li {
	padding-left:21px;
	margin-left:30px;
	height:23px;
}
#left li a, #left li a:visited{
	color:#000;
	font-family:tahoma,sans-serif;
	font-size:11px;
}
#left li a:hover{
	color:#0048AC;
	text-decoration:none;
}

#left li.current{
	background: url('/templates/img/left-menu-li.gif') 0 2px no-repeat;
}

#left li.current a{
	color:#0048AC;
	text-decoration:none;
}
/* left contact */
#left-contact {
	position:absolute;
	bottom:0;
	left:-198px;
	background: url('/templates/img/left-menu-bottom.jpg') top left no-repeat;
	width:197px;
	height:110px;
}
#left-contact div {
	padding-left:33px;
	padding-top:28px;
}
#left-contact a {
	color:#053EA9;
	text-decoration:underline;
}
#left-contact span {
	color:#595959;
}
/* left moreinfo */
#left-moreinfo {
	margin-top:.5em;
	height:100px;
	color:#002578;
	text-align:center;
}
#left-moreinfo strong {
	color:#0093FF;
	font-weight:bold;
}
#left-moreinfo a, #left-moreinfo a:visited {
	color:#00A2FF;
	text-decoration:underline;
}


/* CONTENT */
#content {
	position:relative;
	float:right;
	padding:0 24px 0 12px;
	width:528px!important; width /**/:564px;
	background:#fff;
}

/* FOOTER
---------*/
#footer{
	position:relative;
	height: 65px;
	background: url('/templates/img/footer.gif') top left no-repeat;
	margin: 0 auto;
	width: 786px;	
}
#designby{
	position:absolute;
	bottom:0;
	left:329px;
}

/* FORMS
--------------------------------------------------*/
form.default fieldset {
	border:1px solid #ccc;
	padding:1.3em 1em .5em 1em;
	margin-bottom:.5em;
}
form.default legend {
	padding:.1em .5em .2em;
	border:1px solid #ccc;
	font-size:.9em;
	color:#0048AC;
}
form.default label {
	display:block;
	float:left;
	margin:.5em .5em 0 0;
	width:13em;
	text-align:left;
}
form.default input, form.default textarea, form.default select {
	border:1px solid #ccc;
	margin:2px;
	padding:1px;
	width:19em;
	background:#fff;
}
form.default input#submit {
	border-style:outset;
	padding:0 0 1px 0;
	background:#ccc;
}
* html form.default input#submit {
	padding:0;
}
form.default .required {
	font-weight:bold;
}

form.default div.cr
{
	display:block;
	float:left;
	margin:.5em .5em 0 0;
	width:13em;
	text-align:left;
}
form.default input.crf
{
	border:0;
	width:1em;
	margin-left:.5em;
}
form.default input.cr
{
	border:0;
	width:1em;
	margin-left:14em;
	_margin-left:14.5em;
}


