@charset "UTF-8";

@import url("../global.css");

/**
* Global Styles
**/
body {
	background:url(../../images/template-bg2.gif) repeat-x #171717;
}
#highlightWhite {
	color:#FFFFFF;
}
/**
* Modules
**/
div.module {
	float:left;
	width:100%;
	margin:0 0 10px 0;
	padding-bottom:10px;
}
div.module h3 {
	margin:0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-align:left;
	color:#FFF;
}
div.module p {
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	text-align:left;
	color:#999999;
}
/**
* Module articles
**/
div.article {
	float:left;
	width:100%;
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	border-bottom:1px dashed #333333;
}
div.article h4 {
	margin:0 0 0 0;
	font-size:1.2em;
	font-weight:normal;
	text-align:left;
	color:#fff;
}
/**
* Response
**/
div.response {
	float:left;
	width:100%;
	margin:0 0 10px 0;
}
div.response p {
	color:#fff;
}
div.response p#error {
	color:#FF0000;
}
/**
* Menu
**/
div.menu {
	float:left;
	width:940px;
	margin:0 0 0 10px;
}
div.menu li {
	float:left;
	list-style:none;
}
div.menu li a {
	float:left;
	width:300px;
	margin:1px 20px 0 0;
	line-height:118px;
	text-decoration:none;
	background:url(../../images/menu-bg.gif) repeat-x #171717;
	cursor:pointer;
	color:#FFFFFF;
}
div.menu li a:hover {
	background:url(../../images/menu-bg-hover.gif) repeat-x #005273;
}
div.menu li a#partners {
	margin-right:0;
}
/**
* Content
**/
div.content {
	float:left;
	width:700px;
	margin:30px 0 20px 10px;
}
div.content h1 {
	margin:0 0 20px 0;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0;
	font-size:1.8em;
	font-weight:normal;
	text-align:left;
	color:#FFF;
}
div.content h5 {
	margin:20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0;
	font-size:0.95em;
	font-weight:normal;
	text-align:left;
	color:#FFF;
}
div.content p {
	margin:10px 0 10px 0;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	text-align:justify;
	color:#999999;
}
div.content li {
	margin:10px 0 10px 15px;
	list-style-type:square;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.95em;
	text-align:left;
	color:#999999;
}
div.content form {
	text-align:left;
}
div.content form label {
	display:block;
	margin:15px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	text-align:left;
	color:#999999;
}
div.content form input.textBox {
	padding:2px;
	font-size:0.8em;
}
div.content form textarea {
	padding:2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}
/**
* Column
**/
div.column {
	float:left;
	width:220px;
	margin:30px 0 0 20px;
}
div.column h3 {
	margin:0 0 20px 0;
	font-size:0.95em;
	font-weight:normal;
}
div.column p {
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:normal;
	text-align:left;
	color:#999999;
}
/**
* Column module
**/
div.column div.module {
	width:198px;
	min-height:100px;
	padding:10px;
	border:1px solid #222;
	background:#131313;
}
/**
* Column module articles
**/
div.column div.article {
	margin:0 0 0 0;
	padding:0 0 0 0;
	border-bottom:none;
}
div.column div.article img {
	float:right;
	border:1px solid #FFFFFF;
}
/**
* Column module contact
**/
div.column div.module#contact h4 {
	margin:10px 0 10px 0;
	padding-left:50px;
	font-size:0.95em;
	line-height:40px;
	text-align:left;
	color:#999999;
}
div.column div.module#contact h4#phone {
	background:url(../../images/phone.png) no-repeat left center;
}
div.column div.module#contact h4#enquire {
	background:url(../../images/email.png) no-repeat left center;
}
/**
* Column module features
**/
div.column div.module#features div.article {
	float:left;
	margin:0 0 10px 0;
}
div.column div.module#features div.article img {
	float:left;
	margin:0 10px 0 0;
}
/**
* Footer
**/
div.footer#sponsors div.footerText {
	width:960px;
	margin:0 auto;
}
