*, html {
	margin: 0;
	padding: 0;
}

body {
	background-color: #083374;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
}

a:link { color:#87ABDD; text-decoration:underline;}
a:visited { color:#87ABDD; text-decoration:underline;}
a:hover { color:#ffffff; text-decoration:underline;}
a:active { color:#87ABDD; text-decoration:underline;}

input, select, textarea {
	border: 1px solid #7797C7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	background-color: #0B4498;
}

ul.ticks {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-bottom: 20px;
	padding-top: 15px;
}

li.ticks {
	text-decoration: none;
	color: #ffffff;
	display: block;
	width: 480px;
	background: url(../images/tick.gif);
	list-style: none;
	background-position: left 4px;
	background-repeat: no-repeat;
	padding: 0 0 7px 20px; 
} 

.image {border:none!important;}

/* CONTENT */

#content {
	background-image: url(../images/core/bg-content-inner.jpg);
	background-repeat: no-repeat;
	background-position: left 30px;
	
	padding: 0 0 35px 0;
}

#content-inner {
	padding: 0 0 35px 0;
}

.content-padding {
	padding: 20px 15px 10px 15px;
}

.content1 p {
	margin-bottom: 15px;
}

.content1 ul {
	margin: 0 0 15px 20px;
}

.content1 ol {
	margin: 0 0 15px 25px;
}


.content1 ul li,
.content1 ol li {
	line-height: 18px;
}

#right-box {
	width: 220px;
	border: 1px solid #ffffff;
	float: right;
	padding: 10px;
	margin-left: 20px;
}

.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #87ABDD;
}

.small {
	font-size: 10px;
	font-style: italic;
}

.moreinfo {
	border-top: 1px dashed #456BA4;
	padding: 10px 0;
	text-align: right;
}


/* CONTACT */

#contact table {
	font-size: 10px;
	line-height: 12px;
}

#contact .heading {
	font-size: 12px;
}

td.listing {
	padding: 8px 0;
	border-bottom: 1px dashed #456BA4;
}

.height {
	height: 53px;
}

.height1 {
	height: 50px;
}

.height2 {
	height: 65px;
}


/* PAPER */

.lines {
	background-image: url(../images/paper-lines.gif);
	background-repeat: repeat-y;
	color: #2F63AB;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	padding: 4px 5px 0 8px;
}

.paper-bg-top {
	background-image: url(../images/paper-bg-top.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.paper-bg-bottom {
	background-image: url(../images/paper-bg-bottom.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}




/* FOOTER */

#footer {
	border-top: 1px solid #456BA4;
	padding: 25px 0 35px 20px;
}

#footer table {
	font-size: 11px;
}

#footer a:link { color:#ffffff; text-decoration:underline;}
#footer a:visited { color:#ffffff; text-decoration:underline;}
#footer a:hover { color:#87ABDD; text-decoration:underline;}
#footer a:active { color:#ffffff; text-decoration:underline;}





/* BACKGROUNDS */

.bg-left {
	background-image: url(../images/core/bg-left.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
.bg-right {
	background-image: url(../images/core/bg-right.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

/* Login */
#login {
	background: url('../images/login-bg.jpg') top center no-repeat;
	width: 213px;
	height: 200px;
	position:relative;
}

#login h3 { 
	width: 120px;
	background: url('../images/login.jpg') 0 0 no-repeat;
	text-indent: -9999px;
	margin: 0 0 10px 41px;
}

#login p {
	margin-left: 43px;
	color: #083374;
	font-weight: bold;
	font-size: 11px;
}

#login p#button-login a {
	background: url('../images/button-login.gif') 0 0 no-repeat;
	height: 22px;
	text-indent: -9999px;
	margin: 0 0 0 70px;
	display: block; 
}

#login p#button-login a:hover {
	background-position: 0 -22px !important;
}

#login input {
	width: 130px;
	height: 22px;
	padding: 3px;
	border: 1px solid #8da7dc;
	background: #fff;
	font: normal 12px/12px Verdana, Arial, Helvetica, sans-serif;
	color: #232323;
}

#login ul {
	margin-left: 40px;
	padding: 5px 0;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
}

#login ul li a {
	background: url('../images/icon-arrow.gif') 0 0 no-repeat;
	padding-left: 16px;
	color: #929292;
	text-decoration: none;
}

#login ul li a:hover {
	color: #ca041b;
	text-decoration: underline;
}

input#button-login{
	background:transparent url(../images/button-login.gif) no-repeat scroll 0 0;
	height:22px;
	position:absolute;
	right:30px;
	width:66px;
	top:160px;
	margin:0;
	padding:0;
}

#login-padding{
	padding:12px 0 0 0;
	margin:0;
}
