/*-----------------------------
A creation of Medium Rare Studios
www.mrare.ca
07/03/08
------------------------------*/

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

img {
	border: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}

#container {
	margin: 0 0 0 0;	
	padding: 0 0 0 0;
	text-align: left; 
}

/*-----------------------------

Header

------------------------------*/

#headerwrap {
	margin: 0 0 0 0;
	height: 125px;
	background: url(../images/headerbg-repeat.jpg) repeat-x top left;

}

#header {
	margin: 0 0 0 0;
	height: 125px;
	background: url(../images/headerbg.jpg) no-repeat;

}

#subnav {
	margin: 0;
	padding: 30px 0 0 0;
	width: 800px;
	text-align: right;
}

#subnav p {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

#subnav a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

/*-----------------------------

Main Content

------------------------------*/

#contentwrap {
	background: #fff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#left_content {
	background: #fff;
	width: 220px;
	padding: 20px 0 0 20px;
	float: left;
}

.floatright {
	float: right; 
    clear: right; 
    margin: 0 0 15px 15px;
}

.pSmall {
	font-size: 12px;
}

.pLarge {
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	background: #C4E1FF;
}




/*-----------------------------

Right Column Content

------------------------------*/

#right_content {
	float: right;
	width: 550px;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	background: #fff;
	float: left;
}

#right_content_1col {
	float: right;
	width: 800px;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
	background: #fff;
	float: left;
}

#right_content p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}

#right_content h1 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

#right_content h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

#right_content ul {
	list-style: inside disc;
	font-size: 12px;
	line-height: 18px;
}

#right_content a {
	color: blue;
	font-size: 12px;
}

/*-----------------------------

Contact Form

------------------------------*/


.ratestable {
	background-color: #F8F8F8;
	border-bottom: 1px solid #004D71;
	}

}
.longBigP {
	border-bottom: 1px solid #004D71;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	text-transform: capitalize;
	font-weight: bold;
}

/*-----------------------------

Application Form

------------------------------*/


.applicationControl {
	border: 1px solid #000033;
	background-color: #EAF4FF;
	width: 675px;
	}
	
.testimonials {
	background-color: #E6F1F9;
	border: 1px solid #000066;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 18px;
}

div#tcrumb {
	position: absolute;
	visibility: visible;
	z-index: 2;
	top: 8px;
	left: 475px;
}
div#tcrumb ul { list-style-type: none; }
div#tcrumb li {
	display: inline;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
div#tcrumb li a { text-decoration:none ; color:#FFFFFF }
div#tcrumb li a:hover { text-decoration:none ; color:#134fa2; background-color: #fff; }



/*-----------------------------

Visa Application Form

------------------------------*/

.formfield {
	border: 1px solid #eee;
}


/*-----------------------------

Testimonials

------------------------------*/

#testimonial {
	background: #ecf4fa;
	border: 1px solid #d9e5ee;
	padding: 20px;
	margin: 20px 0 20px 0;
}
