/*
	All Points Immigration Styles
	Date: June 1, 2010
	Written by: www.elchango.ca
*/

body {
	margin: 0;
	padding: 0;
	background: #dee4e4 url('/images/background.jpg') top left repeat-x;
}

#wrapper {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

#header {
	position: relative;
	width: 960px;
	height: 390px;
}

#logo {
	position: absolute;
	top: 12px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 270px;
	height: 94px;
	background: url("/images/all-points-immigration-logo.jpg") no-repeat;
}

#logo a, #logo h1 {
	display: block;
	width: 270px;
	height: 94px;
	margin: 0px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
}

#banner {
	position: absolute;
	top: 134px;
	left: 0;
	width: 960px;
	
}

#headerright {
	position: absolute;
	top: 132px;
	right: 0;
	width: 182px;
}

#assessment {
	position: relative;
	width: 182px;
}

#phone {
	position: relative;
	width: 182px;
	margin: 5px 0 0 0;
}

#familysponsorship {
	position: relative;
	width: 182px;
	margin: 7px 0 0 0;
}

#content {
	position: relative;
	width: 960px;
	margin: 0 0 15px 0;
	background: #dee4e4 url("/images/background-content.gif") repeat-y;
}

#leftcol {
	float: left;
	width: 220px;
}

#midcol {
	float: left;
	width: 400px;
	margin-left: 25px;
}

#midcol-wide {
	position: relative;
	width: 960px;
}

#content > #midcol-wide {
	background: #dee4e4;
}

#rightcol {
	float: right;
	width: 275px;
	padding-left: 16px;
	background: url("/images/rightmenushade.jpg") repeat-x;
}

.homeoption {
	float: left;
	display: inline;
	width: 130px;
	text-align: center;
}

#footer {
	position: relative;
	width: 100%;
	height: 56px;
	margin: 0;
	padding: 0;
	background-color: #262b25;
}

#footer-inner {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/* Navigation Styles */
#nav {
	position: absolute;
	top: 110px;
	left: 1px;
	width: 960px;
	height: 20px;
}

#nav ul {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 1px;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
}

#nav li a {
	display: block;
	width: 126px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #FFF url('/images/navtab-off.gif') no-repeat;
	padding: 6px 0 0 0;
}

#nav li a:hover, #nav .on {
	display: block;
	width: 126px;
	height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	background: #FFF url('/images/navtab-on.gif') no-repeat;
}

.subnav {
	position: relative;
	width: 220px;
}

.subnav ul {
	list-style-image: url("/images/subnav-arrow.gif");
	padding: 0 0 0 0;
	margin: 0 0 0 1px;
}

.subnav li {
	margin: -2px 0 0 10px;
	padding: 0 0 0 0;
}

.subnav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0e5482;
	text-decoration: underline;
}

.subnav li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #106fad;
	text-decoration: underline;
}

.subnav .on, .subnav a:hover.on {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#topnav {
	position: absolute;
	top: 68px;
	right: 0px;
	width: 400px;
	height: 30px;
	text-align: right;
}

#topnav ul {
	float: right;
	list-style: none;
	padding: 8px 0 0 0;
	margin: 0;
}

#topnav li {
	float: left;
	margin: 0;
	padding: 0 10px;
}

#topnav li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #888973;
	text-decoration: none;
	text-transform: uppercase;
}

#topnav li a:hover {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	text-transform: uppercase;
}

#footer-inner ul {
	list-style: none;
	padding: 8px 0 0 0;
	margin: 0;
}

#footer-inner li {
	float: left;
	margin: 0;
	padding: 0 10px;
}

#footer-inner li a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #888973;
	text-decoration: none;
	text-transform: uppercase;
}

#footer-inner li a:hover {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	text-transform: uppercase;
}

.separator {
	background: url('/images/separator.jpg') no-repeat;
}
/* END Navigation Styles */

/* Text Styles */
#leftcol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}

#leftcol h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333;
}

#midcol h2, #midcol-wide h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333;
}

#midcol h3, #midcol-wide h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #333;
}

#midcol h4, #midcol-wide h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
}

#rightcol h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333;
}

#rightcol h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #333;
}

#midcol .homeoption h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin: 0;
}

#leftcol p, #midcol p, #midcol-wide p, #rightcol p,
#midcol li, #midcol-wide li, #rightcol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	line-height: 130%;
}

#midcol a, #midcol-wide a, #rightcol a {
	color: #0e5482;
}

#midcol a:hover, #midcol-wide a:hover, #rightcol a:hover {
	color: #106fad;
}

#footaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	margin-left: 20px;
}
/* END Text Styles */


#newshome {
	position: relative;
	width: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}

#newshome a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#newshome #newsfoot {
	text-align: right;
}

#news {
	position: relative;
	width: 400px;
}

#news h3 {
	margin: 0;
	padding: 0;
}

#news h3 a {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.smalltext {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #111;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.newspost {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #AAA;
}

.newspost a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.newspost hr {
	color: #f00;
	background-color: #f00;
	height: 1px;
}

/* FORMS */
div.row {
	clear: both;
	padding-top: 10px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

div.row span.label {
	float: left;
	width: 90px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 300px;
	text-align: left;
}

div.row span.radio1 {
	float: left;
	width: 20px;
	text-align: right;
}

div.row span.radio2 {
	float: right;
	width: 370px;
	text-align: left;
}

div.spacer {
	clear: both;
}

.required {
	font-size: 15px;
	color: #FF0000;
}

.error {
	color: #FF0000;
}

/* END FORMS */

#socialsharing-wrapper {
	position: relative;
	width: 375px;
	height: 30px;
}

.socialsharing-gplus {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 60px;
}

.socialsharing-fblike {
	position: absolute;
	top: 1px;
	left: 80px;
	width: 100px;
	height: 60px;
}


.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
