/* CSS Document */
#content p {
	margin-bottom: 0.8em;
}
#content h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #011b64;
	margin-bottom: 0.3em;
}
#content h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #011b64;
	margin-bottom: 0.8em;
	padding-top: 1em;
	border-top: 1px solid #ccc;
}
#content em {
	font-size: 1em;
	font-weight: bold;
	color: #000;
}
#content ul {
	margin: -.2em 0 1.4em 2em;
	line-height: 1.7em;
}
#content ul li {
	padding: .25em 0;
	list-style-image: url(images/bullet_point.gif);
}
#content .heading {
	margin-bottom: .4em;
}
#content a {
	color: #062fe0;
	font-weight: bold;
}
#content a:hover {
	color: #4b4b4b;
}
#pic_wrap {
	width: 160px;
	float: left;
	margin: 5px 15px 8px 0;
}
#pic_wrap p {
	font-size: .8em;
	margin: 3px 5px;
	color: #333;
}
/* category */
#category {
	width: 100%;
	padding-top: 20px;
	clear: both;
}
#category_pic {
	width: 140px;
	height: 118px;
	float: left;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	background-color: #e4ecf7;
}
#category_content h1 {
	font-size: 1.1em;
	color: #012d9f;
	border-bottom: 1px solid #0aa3cc;
	padding-bottom: .3em;
	margin-bottom: .5em;
}
#category a {
	text-decoration: none;
	color: #171d71;
}
#category_content {
	width: 320px;
	padding: 1em 1.3em 0 1.3em;
	float: left;
	clear: right;
	background-color: #e4ecf7;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
#category_content p {
	margin-bottom: 10px;
	margin-right: 35px;
}
/* list */
#list ul {
	margin-left: 1px;
	margin-bottom: 0;
}
#list ul li {
	list-style-image: none;
	list-style: none;
}
#list ul li ul {
	margin-left: 27px;
}
#list ul li ul li {
	list-style: circle;
	list-style-image: none;
	padding: 1px;
}
#list ul li ul li ul {
	margin-left: 2.5em;
	padding: .4em 0;
}
#list ul li ul li ul li {
	list-style-image: url(images/bullet_point.gif);
	padding: 0;
}
#list a {
	text-decoration: none;
}
table img {
	cursor: pointer;
}
/* index international main pic*/
#index_international_pic {
		float: left;
		width: 283px;
		height: 155px;
		margin-bottom: 25px;
}
#index_international {
		float: left;
		width: 259px;
		height: 146px;
		background-color: #c8c8c8;
		border-top: 9px solid #004785;
		margin-bottom: 25px;
}
#index_international_content {
	margin: 1.8em 1.4em 0 2.3em;
}
#index_international_content h2 {
	color: #013d72;
	font-size: 1.8em;
	margin-bottom: .4em;
}
#index_international_content p {
	font-size: 1.1em;
	line-height: 1.6em;
}
/* outgoing repatriation main pic*/
#outgoing_repat_pic {
		float: left;
		width: 283px;
		height: 155px;
		margin-bottom: 25px;
}
#outgoing_repat {
		float: left;
		width: 259px;
		height: 146px;
		background-color: #2468b2;
		border-top: 9px solid #004785;
		margin-bottom: 25px;
}
#outgoing_repat_content {
	margin: 1.8em 1.4em 0 2.3em;
}
#outgoing_repat_content h2 {
	color: #fff;
	font-size: 1.8em;
	margin-bottom: .4em;
}
#outgoing_repat_content p {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.6em;
}
/* form */
#formcontainer {
	width:100%;
	background-color:#EFEFEF;
	margin-bottom: 20px;
	padding: 5px 0;
}
#formcontainer form {
	margin: 15px 20px 20px 15px;
}
#formcontainer select, div#formcontainer textarea {
	font-size: 11px;
}
.subfield {
	padding-left: 5px;
	display: block;
} 
.mandatory {
	color: #F78424;
	font-size: 18px;
	font-weight: bold;
}
#formcontainer .submit_butt input { 
	margin-top: 20px;
	font-weight: bold;
	font-size: 11px;
	color: #0349d7;
}
.dividercolumn_bottom {
	background-image: url(images/form_divider.gif);
	background-repeat: no-repeat;
} 
.form_error {
	color: red;
	margin-bottom: 10px;
	display: block;
}
