body {
	background: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.4em;
	color: #333333;
	margin: 0;
	padding: 0;

}

img {
	border: 0;
}


/*-------[ Links ]-------*/

a
{
	color: #f03b02;
	text-decoration: none;
}

a:hover
{
	color: #fc5c00;
	text-decoration: none;
}

h1
{
	text-decoration: none;
	font-size: 2em;
	line-height: 1.1em;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: .5em;
	color: #fa5801;
	font-weight: normal;
}

h2
{
	text-decoration: none;
	font-size: 1.2em;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: .5em;
	color: #fa5801;
	font-weight: bold;
}

p
{
	margin: 0px;
	padding: 0px;
}

/*-------[ END Links ]-------*/


/*-------[ Messages ]-------*/

.error
{
	font-weight: bold;
	font-size: 1.1em;
	color: #CC0000;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px 0px 15px;
	text-align: center;
}

.success
{
	margin: 0 auto;
	*margin-top: -50px;
	text-align: center;
	z-index: 3000;
	width: 380px;
	height: 80px;
	position: relative;
}

.success-text
{
	font-weight: bold;
	font-size: 1.1em;
	color: #3AB331;
	padding: 15px;
	margin: 30px;
	border-color: #f03a03;
	border-style: solid;
	border-width:2px;
	z-index: 30000;
}

.success-text a
{
	color: #219318;
	font-weight: bold;
	text-decoration: underline;
}

.success-text a:hover
{
	color: #3CC531;
}

/*-------[ END Messages ]-------*/






/*---------[ Forms ]---------*/

form
{
	margin: 0px;
	padding: 0px;
}

label
{
	font-weight: bold;
	display: block;
	font-size: 0.9em;
	margin-top: 4px;
}

.field, .field-nh {
	border: none;
	margin-top: 2px;
	color: #f03a03;
}

/*---------[ END Forms ]---------*/


/*-------------------------------------
		Main layout
-------------------------------------*/

/*-------[ Page Layout ]-------*/

table {
	font-size: 1em;
}

#wrapper { /* content centering div */
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

#head-container-bg
{
	width: 100%;
	height: 181px;
	background-color: #023d67;
	background-image: url('../images/head-bg.png');
	background-repeat: no-repeat;
	background-position: center;
}

#head-container
{
	width: 960px;
	margin: 0 auto;
	text-align: center;
	height: 181px;
}

#logo
{
	width: 231px;
	height: 63px;
	position: absolute;
	*margin-left: -270px;
	margin-top: 60px;
}

#head-contact-container
{
	width: 360px;
	position: absolute;
	margin-top: 20px;
	margin-left: 600px;
	*margin-left: 330px;
}

#head-webmail-link
{
	float: right;
	width: 360px;
	text-align: right;
}

#head-contact-details-tel
{
	width: 360px;
	float: right;
	font-size: 2em;
	color: #FFFFFF;
	text-align: right;
	margin-top: 20px;
	font-weight: bold;
}

#head-contact-details-email
{
	width: 360px;
	margin-top: 10px;
	font-size: 0.8em;
	font-weight: normal;
}

#head-contact-details-email a
{
	color: #64aeec;
	text-decoration: none;
}

#head-contact-details-email a:hover
{
	color: #1a67a8;
	text-decoration: none;
}

#top-menu
{
	float: right;
	margin-top: 151px;
	height: 30px;
}

#top-menu-tab-off
{
	width: 85px;
	height: 30px;
	float: left;
	background-image: url('../images/tab.png');
	background-repeat: no-repeat;
	color: #FFFFFF;
	text-align: center;
	padding-top: 5px;
	cursort: pointer;
}

#top-menu-tab-off a, #top-menu-tab-off a:visited
{
	color: #FFFFFF;
}

#top-menu-tab-off a:hover
{
	color: Yellow;
}

#top-menu-tab-on
{
	width: 85px;
	height: 30px;
	float: left;
	background-image: url('../images/tab.png');
	background-repeat: no-repeat;
	font-weight: bold;
	color: #fd5e02;
	text-align: center;
	padding-top: 5px;
}

#outer-content-container
{
	float: left;
	position: relative;
	background-color: #023d67;
	background-image: url('../images/content-grad.jpg');
	background-repeat: repeat-x;
	width: 100%;
	height: 52px;
	text-align: center;
	z-index: 20;
}

#content-container
{
	margin: 0 auto;
	text-align: center;
	width: 980px;
}

#home-flash-ani-container
{
	width: 100%;
	height: 248px;
	background-image: url('../images/home-flash-bg.jpg');
	background-repeat: repeat-x;
}

#home-flash-ani
{
	margin: 0 auto;
	text-align: center;
	width: 980px;
	height: 248px;
}

#main-content
{
	float: left;
	position: relative;
	width: 960px;
	margin-top: -30px;
	z-index: 1000;
	text-align: left;
	color: #5f5f5f;
	margin-bottom: 20px;
}

#button-black
{
	width: 102px;
	height: 21px;
	background-image: url('../images/button-black.jpg');
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	padding-left: 2px;
	padding-top: 3px;
	font-size: 11px;
	cursor: pointer;
}

#button-orange
{
	width: 102px;
	height: 21px;
	background-image: url('../images/button-orange.jpg');
	background-repeat: no-repeat;
	text-align: center;
	color: #FFFFFF;
	padding-left: 2px;
	padding-top: 3px;
	font-size: 11px;
	cursor: pointer;
}

#right-menu
{
	color: #FFFFFF;
	font-size: 0.8em;
	margin-top: 5px;
}

#right-menu tr
{
	height: 77px;
}

#right-menu-title
{
	color: #ffcf01;
	font-size: 1.2em;
	margin-bottom: 5px;
	font-weight: bold;
}

#right-menu-title a, #right-menu-title a:visited
{
	color: #FFFFFF;
}

#right-menu-title a:hover
{
	color: Yellow;
}

#page-head
{
	color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
}

.table_content
{
	height: 287px;
}

#contact-qr-code
{
	margin-top: -100px;
	margin-left: 220px;
}

/*-------[ END Page Layout ]-------*/

/*---------[ Footer ]---------*/

#footer-container {
	float: left;
	width: 100%;
	height: 60px;
	background-color: #bcbcbc;
	background-image: url('../images/footer-grad.jpg');
	background-repeat: repeat-x;
	padding-top: 40px;
}

#footer {
	margin: 0 auto;
	text-align: center;
	width: 960px;
	height: 60px;
}

#copy-container {
	float: left;
	width: 100%;
	font-size: 0.8em;
	color: #575757;
	padding-left: 20px;
	margin-top: -25px;
	position: relative;
}

#pjwd {
	padding-right: 20px;
	padding-top: 5px;
	float: right;
	font-size: 0.8em;
	color: #575757;
}

#pjwd a {
	color: #575757;
	font-weight: bold;
	text-decoration: none;
}

#pjwd a:hover {
	text-decoration: underline;
}

/*---------[ END Footer ]---------*/


/*-------------------------------------
		END Main layout
-------------------------------------*/