/* !UNIVERSAL */

* {
	padding:0;
	margin:0;
	}

body {
	font-family: arial, verdana, sans-serif;
	font-size:0.8em;
	line-height:140%;
	background-color: #454647;
	background-image: url(images/bg-centre.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

/* !MAIN CONTAINERS */

#top-bg {
	height:31px;
	display:block;
	background-image: url(images/bg-top.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#wrapper {
	width:996px;
	margin:auto;
	background-color: #fff;
}

#header {
	}

#sidebar {
	float: left;
	width:325px;
	}

#content {
	float:right;
	width:670px;
	background-color: #fff;
	}

#footer {
	font-size:0.9em;
	padding: 70px 10px 0 10px;
	height:25px;
	clear:both;
	}

/* SUBCONTAINERS */

#partners {
	clear:both;
	padding:70px 30px 0 30px;
	text-align:right;
}

.divpadding {
	padding:80px 10px 10px;
}

	/* !COMMON */
	
	h1, h2, h3, h4, h5, h6, p {
		padding:8px 0;
	}

/* !HEADINGS */

h1, h2, h3, h4, h5, h6 {
	/* color:#da2876; */
	color:#e5551b;
	line-height: normal;
}

/* !PARAGRAPHS */

#content p, #content h1, #content h2 {
	margin-right:30px;
}


/* !LISTS */

ul, ol {
	margin:10px 30px;
}

ul li {
	
}

/* !BLOCKQUOTES */

blockquote {
	margin:10px 30px;
}

/* !FORMS */

#cm-signup {
	float:right;
	width:350px;
	padding:10px;
}

#cm-signup form {
	width:auto;
	float:right;
}

#cm-signup form p#cm-title {
	font-size:2.3em;
	font-weight:normal;
	color:#e5551b;
	margin:20px 0 0 50px;
}

#cm-signup form ul {
	padding:0;
	margin:0;
}

#cm-signup form ul li {
	list-style-type: none;
}

#cm-signup form label {
	width:50px;
	float:left;
}

#cm-signup form input {
	margin:0 0 5px 0;
	border:1px solid #ccc;
	padding:3px;
}

#cm-signup form input#submit {
	float:right;
	width:auto;
	border:none;
	padding:0;
}


/* !LINKS */

a { color:#E5551B; text-decoration: none; }
a:hover { color:#FF5E1F; text-decoration: underline; }

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color:#E5551B; text-decoration: none; }

.apply {
	display:block;
	height:250px;
	width:630px;
	background-image: url(images/apply-btn.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.apply:hover {
	background-position: bottom;
	text-decoration: none;
}


/* !IMAGES */

img {
	border:none;
}

#header img {
	padding:0;
	margin:50px 0 40px 30px;
	float:left;
}

/* !GENERAL CLASSES */

.left {
	float:left;
}

.right {
	float:right;
}

.strong {
	font-weight:bold;
}

.stronger {
	font-weight: bold;
	text-decoration: underline;
}

.hidden {
	position:absolute;
	left:-9999px;
}

/* !TOOLTIPS */

#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
}