@charset "UTF-8";
/* CSS Document */

/*

Dark Blue #223362
Black #373e3e
Grey #ecedf0

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-webkit-box-shadow: 2px 2px 5px 0px rgba(7, 7, 7, 0.75);
-moz-box-shadow:    2px 2px 5px 0px rgba(7, 7, 7, 0.75);
box-shadow:         2px 2px 5px 0px rgba(7, 7, 7, 0.75);

*/

html,body {
	background: white;
	margin: 0 auto;
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
	border-top: 5px solid #223362;
	height: 100%;
}



.text
{
	font-size: 80%;
    line-height: 28px;
    color: #373e3e;
}
a img {
	border: none;	
}

hr {
	border: none;
	border-top: 1px dotted #4a5a4f;	
	margin: 20px 0 20px 0;
}

#headerBackground {
	float: left;
	width: 100%;	
}

header {
	margin: 0 auto;
	width: 960px;	
}

#logo { 
	float: left;
	margin: 10px 0 10px 0;
}

#logo:hover {
	cursor: pointer;	
}
#membersDiv{
	width: 69%;
	text-align: center;
}

#contact {
	float: right;
	width: 220px;	
	margin-top: 15px;
}

#contact p {
	float: right;	
	color: #701313;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 115%;
}

#contact ul {
	float: right;
	list-style-type: none;
	padding: 0;
	margin: 5px 0 5px 0;
	text-align: right;
}

#contact li {
	font-size: 100%;
	display: inline;
	color: #373e3e;
	line-height: 19px;
	font-style: italic;
}	

#contact li span {
	color: #223362;	
	font-size: 180%;
	font-weight: bold;
	font-style: normal;
}

#contact li a {
	color: #373e3e;
	text-decoration: none;
}	

#contact a:hover {
	color: #223362;
	text-decoration: underline;
}	

#social {
	margin-top: -28px;
	float: left;	
	margin-left: 15px;
}

#social img {
	margin-left: 2px;
}	

/*										Nav								*/

#navOuter {
	float: left;
	width: 100%;	
	background-color: #373e3e;
	padding-bottom: 5px;
}

nav {
	width: 960px;
	margin: 0 auto;
	margin-bottom: 5px;
}

nav ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 10px 0 4px 0;
	width: 100%;
}

nav li {
	display: inline;
	color: white;
	font-size: 95%;
	margin: 0 -5px 0 0;
	padding: 0;
	text-transform: uppercase;
}

nav li a {
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 10px 15px 10px 15px;
}

nav li a:hover {
	color: white;
	text-decoration: none;
	background-color: #223362
}

nav li a.active {
	color: white;
	text-decoration: none;
	background-color: #223362
}

/*										Footer								*/

#footerBackground {
	float: left;
	width: 100%;	
	background-color: #373e3e;
	padding: 10px 0 10px 0;
	margin-top: 20px;
}

footer {
	width: 960px;
	margin: 0 auto;
}

footer ul {
	list-style-type: none;
	color: white;
	padding: 5px 0 5px 0;
	margin: 0;
}

footer li {
	color: white;
	font-size: 85%;
	margin-right: 10px;
	display: inline;
}

footer li a {
	color: white;
	text-decoration :underline;
}

footer li a:hover {
	color: white;
	text-decoration: none;
}

footer p {
	color: white;
	font-size: 75%;
}

footer p a {
	color: white;
	text-decoration: none;
}

footer p a:hover {
	color: white;
	text-decoration: underline;
}

#copyrightOuter {
	float: left;
	width: 100%;	
	background-color: #223362;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
}

#copyright {
	width: 960px;
	margin: 0 auto;
}

#copyright p {
	color: white;
	font-size: 75%;
}

#copyright p a {
	color: white;
	text-decoration: none;
}

#copyright p a:hover {
	color: white;
	text-decoration: underline;
}

p.copyLeft {
	float: left;	
	margin: 0;
}

p.copyRight {
	float: right;	
	margin: 0;
}


/*									Banner   */

#bannerOuter {
	float: left;
	width: 100%;	
	background-color: #ecedf0;
	margin-bottom: 10px;	
	position: relative;
}

#banner {
	margin: 0 auto;
	width: 960px;
	position: relative;
}

#bannerForm {
	width: 285px;
	padding: 10px;
	background-color: #223362;	
	position: absolute;
	top: 5px;
	right: 5px;
}

#bannerForm h1 {
	background-color: white;
	font-size: 90%;
	padding: 5px;
	text-transform: uppercase;	
	margin: 0;
	color: #333333;
	text-align: center;
}
.container {
	width:100%;
	min-width:1000px;
	height:100%;
}
#container{
	margin-left: 10px;
	height: 100%;
}
.responsive {
	width: 275px;
	height: auto;
}

/*		Banner form area */
#bannerFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 280px;
	margin-top: 5px;
}

#bannerFormArea .error {
	float: left;
	font-size: 80%;
	color: #f13647;
	margin: 10px 0 0 140px;
	display: none;
}	

#bannerFormArea .field {
	float: left;	
	width: 280px;
	margin-bottom: 3px;
}

#bannerFormArea .submitField {
	float: left;
	width: 282px;	
}

#bannerFormArea #submit {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: white;
	color: #333333;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
	font-weight: bold;
	text-transform: uppercase;
}

#bannerFormArea #submit:hover {
	background-color: #333333;
	color: white;
	cursor: pointer;
}

#bannerFormArea label {
	font-size: 80%;
	color: white;
	font-weight: bold;
}	

#bannerFormArea input {
	color: #333333;
	border: none;
	float: left;
	height: 20px;
	width: 280px;
	background-color: white;
	border: 1px solid #333333;
}

#bannerFormArea select {
	float: left;
	width: 280px;
}

#bannerFormArea textarea {
	color: #333333;	
	float: left;
	height: 40px;
	width: 278px;
	background-color: white;
	border: 1px solid #333333;
}




/*										Main Body						*/


#mainBodyHome {
	float: left;
	width: 100%;
}

#mainBodyOuter {
	float: left;
	width: 100%;
	min-height: 750px;
}

#mainBody {
	margin: 0 auto;
	width: 960px;	
}

#mainBody h1 {
	font-size: 110%;
	color: #223362;
	text-transform: uppercase;
	font-weight: bolder;
}

#mainBody h2 {
	font-size: 100%;
	text-transform: uppercase;
	color: black;	
}

#mainBody h3 {
	font-size: 100%;
	color: #223362;	
	font-style: italic;
}


#mainBody p {
	font-size: 80%;
	line-height: 28px;
	color: #373e3e;
}

#mainBody p span {
	color: #223362;
	font-weight: bold;
}	

#mainBody p span.person {
	color: #223362;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 110%;
}	

#mainBody p a {
	color: #223362;
	text-decoration: underline;
}

#mainBody p a:hover {
	color: #223362;
	text-decoration: none;
}

#mainBody li {
	font-size: 80%;
	line-height: 30px;
	color: #373e3e;
}

#mainBody li a {
	color: #223362;
	text-decoration: none;
}

#mainBody li a:hover {
	color: #223362;
	text-decoration: underline;
}

#homeBoxes {
	float: left;
	width: 960px;
	margin: 10px 0 10px 0;	
}

.homeBox {
	float: left;
	width: 220px;
	margin-right: 20px;	
}
.homeBox2 {
	float: right;
	width: 275px;
	margin-left: 200px;
}

.homeBox.lastBox {
	float: right;
	margin-right: 0;	
}

#homeBoxes .homeBox h2 {
	font-size: 100%;
	color: #223362;
	text-transform: uppercase;
	font-weight: bold;	
}

#homeBoxes .homeBox p {
	line-height: 22px;
}

#homeBoxes .homeBox p a {
	padding: 3px 5px 3px 5px;
	background-color: #223362;
	color: white;
	text-decoration: none;
}

#homeBoxes .homeBox p a:hover {
	background-color: #373e3e;
	color: white;
	text-decoration: none;
}



#mainBody p a.claimForm {
	float: right;
	background-color: #223362;
	color: white;
	border-radius: 5px;
	text-decoration: none;
	padding: 10px;
}

#mainBody p a:hover {
	background-color: #333333;
	color: white;
	text-decoration: none;
}

/*About Us*/

#memberOuter {
	float: left;
	width: 100%;	
	background-color: #ecedf0;
	padding: 10px 0 25px 0;
}

#memberInner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

#memberInner h3 {
	font-size: 110%;
	color: #223362;
	text-transform: uppercase;
	font-weight: bold;	
}

#memberInner p {
	color: #373e3e;
	line-height: 22px;
	font-size: 85%;
}

#memberInner a {
	background-color: #223362;
	font-size: 100%;
	padding: 5px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}

#memberInner a:hover {
	background-color: #373e3e;
	color: white;
	text-decoration: none;
}

#teamHeader h2 {
	float: left;
	width: 960px;	
}

#teamHeader h2 {
	background-color: #373e3e;
	color: white;
	text-align:center;
	padding: 10px 0 10px 0;
}

.teamMember {
	float: left;
	width: 960px;
	margin: 10px 0 10px 0;	
}

.teamMember img {
	float: left; 
	margin: 0 20px 0 0;
}


/*Immigration*/

#imBoxes {
	float: left;
	width: 960px;
	margin-top :10px;	
}

.immigrationBox {
	float: left;
	width: 450px;
	padding: 10px;
	border-radius: 10px;
	background-color: #ecedf0;	
	margin: 20px 0 20px 0;
}

.immigrationBox.lastImBox {
	float: right;
}	

.immigrationBox h4 {
	margin: 0;
	padding: 10px 0 10px 0;	
	color: white;
	background-color: #223362;
	border-radius: 10px 10px 0 0;
	text-align: center;
}

.immigrationBox ul {
	list-style-type: none;
	padding: 0 0 0 30px;
}	

.immigrationBox li {
	padding-left: 25px;
	background: url(images/tick.png) no-repeat;
	background-position: left;
}

#callBox {
	float: right;
	width: 470px;
}	


/*Litigation*/

.litiBox {
	float: left;
	width: 940px;
	padding: 10px;
	border-radius: 10px;
	background-color: #ecedf0;	
	margin: 20px 0 0 0;
	text-align: center;
}

.litiBox h4 {
	margin: 0;
	padding: 5px 0 10px 0;	
	color: #223362;
	border-bottom: 3px solid #223362;
	text-align: center;
}


/*											Contact Form 									*/

#contactLeft {
	float: right;
	width: 360px;
	border-radius: 10px;
	background-color: #ecedf0;
	padding: 10px;	
}

#contactLeft h2 {
	color: white;
	background-color: #373e3e;
	padding: 10px 0 10px 10px;
	margin: 0;
	border-radius: 10px 10px 0 0;
}

#contactLeft p {
	margin: 7px 0 5px 0;
}

#contactLeft p span {
	font-size: 120%;	
	color: #28378a;
	font-style: normal;
	margin: 10px 0 10px 0;
}

#contactFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 550px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#contactFormArea .error {
	float: left;
	font-size: 80%;
	color: #f13647;
	margin: 10px 0 0 140px;
	display: none;
}	

#contactFormArea .field {
	float: left;	
	width: 520px;
	margin-bottom: 10px;
}

#contactFormArea .submitField {
	float: left;
	width: 520px;	
}

#contactFormArea #submit {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #333333;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}

#contactFormArea #submit:hover {
	background-color: #28378a;
	color: white;
	cursor: pointer;
}

#contactFormArea label {
	font-size: 90%;
	color: #28378a;
	font-weight: bold;
}	

#contactFormArea input {
	color: #010000;
	border: none;
	float: right;
	height: 22px;
	width: 280px;
	background-color: white;
	border: 1px solid #28378a;
}

#contactFormArea textarea {
	color: #010000;	
	float: right;
	height: 80px;
	width: 278px;
	background-color: white;
	border: 1px solid #28378a;
}

.googleMap {
	float: left;
	margin: 20px 0 20px 0;	
}


/*		Member form area */


#memberFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 550px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#memberFormArea .error {
	float: left;
	font-size: 80%;
	color: #f13647;
	margin: 10px 0 0 140px;
	display: none;
}	

#memberFormArea .field {
	float: left;	
	width: 520px;
	margin-bottom: 15px;
}

#memberFormArea .submitField {
	float: left;
	width: 520px;
}

#memberFormArea #submit {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #333333;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}

#memberFormArea #submit:hover {
	background-color: #28378a;
	color: white;
	cursor: pointer;
}

#memberFormArea label {
	font-size: 90%;
	color: #28378a;
	font-weight: bold;
}	

#memberFormArea input {
	color: #333333;
	border: none;
	float: right;
	height: 27px;
	width: 280px;
	background-color: white;
	border: 1px solid #333333;
}

#memberFormArea select {
	color: #333333;
	border: none;
	float: right;
	height: 27px;
	width: 280px;
	background-color: white;
	border: 1px solid #333333;
	font-size: 90%;
}

#memberFormArea textarea {
	color: #333333;	
	float: right;
	height: 130px;
	width: 278px;
	background-color: white;
	border: 1px solid #333333;
	font-size: 80%;
	font-weight: normal;
}





/*		Member form area */


#claimFormArea fieldset {
	float: left;
	border: none;
	padding: 0;
	width: 660px;
	margin-bottom: 20px;
	margin-top: 15px;
}

#claimFormArea .error {
	float: left;
	font-size: 80%;
	color: #f13647;
	margin: 10px 0 0 140px;
	display: none;
}	

#claimFormArea .field {
	float: left;	
	width: 620px;
	margin-bottom: 15px;
}

#claimFormArea .submitField {
	float: left;
	width: 620px;	
}

#claimFormArea #submit {
	float: right;
	width: 65px;
	height: 25px;	
	background-color: #333333;
	color: white;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: none;
}

#claimFormArea #submit:hover {
	background-color: #28378a;
	color: white;
	cursor: pointer;
}

#claimFormArea label {
	font-size: 90%;
	color: #28378a;
	font-weight: bold;
}	

#claimFormArea input {
	color: #333333;
	border: none;
	float: right;
	height: 27px;
	width: 400px;
	background-color: white;
	border: 1px solid #333333;
}

#claimFormArea select {
	float: right;
}

#claimFormArea textarea {
	color: #333333;	
	float: right;
	height: 130px;
	width: 278px;
	background-color: white;
	border: 1px solid #333333;
}



/*Family Law*/

#mainBody ul.familyList {
	list-style-type: none;
	padding: 0 0 0 30px;
	text-align: center;
}	

#mainBody ul.familyList li {
	text-align: center;
	display: inline;
	padding-left: 25px;
	background: url(images/tick.png) no-repeat;
	background-position: left;
	margin: 0 55px 35px 0;
	line-height: 45px;
}



#message { margin: 10px 0; padding: 0; }

#bannerForm #message {margin: 0;}

.error_message { display: block; height: 22px; line-height: 22px; background: #FBE3E4 url('assets/error.html') no-repeat 10px center; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -webkit-border-radius:5px; }

.loader { padding: 0 10px; }

#success_page {
 background: white;	
 padding: 10px;
}

#success_page h1 {  padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }



/*											Accordian									*/

#accordionSection {
	float: left;
	display: none;
}

.accordionButton {
	padding: 5px 0 5px 0;
}

.accordionButton h1 {
	color: white;
	margin: 0;
	padding: 10px;
	font-weight: normal;
	background-color: #223362;
	text-align: center;
	text-transform: uppercase;
	font-size: 100%;

}

.accordionContent {
	float: left;
	background-color: #223362;
	padding: 5px;
}

.accordionContent ul {
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#accordionSection .accordionContent li {
	display: block;
	color: white;
	font-size: 90%;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 25px;
}

#accordionSection .accordionContent li a {
	color: white;
	text-decoration: none;
	margin: 0;
	padding: 10px 15px 10px 15px;
}

.accordionContent li a:hover {
	color: white;
	text-decoration: none;
	background-color: #223362
}

.accordionContent li a.active {
	color: white;
	text-decoration: none;
	background-color: #223362
}


/* Smartphones (portrait) ----------- */
/*@media only screen 
and (max-width : 320px) {
header {
	width: 320px;	
}

#logo img {
	width: 300px;
	height: 51px;
	margin-left: 10px;	
}

#contact {
	float: left;
	width: 220px;	
	margin: 10px 0 10px 40px;
}

nav {
	width: 320px;	
}

ul.mainNav {
	display: none;	
}

#accordionSection {
	display: block;
}

footer {
	width: 300px;	
	padding: 0 10px 0 10px;	
}

#copyright {
	width: 300px;	
	padding: 0 10px 0 10px;	
}

#banner {
	width: 320px;	
}

#bannerForm {
	display: block;	
	position: inherit;
	float: left;
	width: 290px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#mainBody {
	width: 310px;
	padding: 0 5px 0 5px;	
}

#homeBoxes {
	float: left;
	width: 300px;
	margin: 10px	
}

.homeBox {
	float: left;
	width: 290px;
	margin: 10px 0 10px 0;	
}

.homeBox.lastBox {
	float: left;
}

#memberInner {
	width: 300px;
	padding: 0 10px 0 10px;
}

#imBoxes {
	width: 300px;
}

.immigrationBox {
	width: 280px;
}

.immigrationBox.lastImBox {
	float: left;
	margin-top: 20px;
}	

.litiBox {
	width: 280px;
}

#callBox {
	float: left;
	width: 290px;
}	

#contactLeft {
	float: left;
	width: 290px;
}

#contactFormArea fieldset {
	width: 300px;
}


#contactFormArea .field {
	width: 300px;
}

#contactFormArea .submitField {
	width: 300px;	
}

.googleMap {
	float: left;
	width: 300px;	
}


/*		Member form area */


/*#memberFormArea fieldset {
	width: 300px;
}


#memberFormArea .field {
	width: 300px;
}

#memberFormArea .submitField {
	float: left;
	width: 300px;
}*/

/*		Member form area */

/*
#claimFormArea fieldset {
	width: 300px;
}

#claimFormArea .field {
	width: 300px;
}

#claimFormArea .submitField {
	width: 300px;	
}

#claimFormArea input {
	width: 300px;
}

} */


/*@media only screen 
and (max-device-width : 480px)
and (orientation : landscape) {*/
	/*
@media only screen 
and (max-device-width : 480px)
and (orientation : landscape) {

header {
	width: 480px;	
}

#logo img {
	width: 450px;
	height: 76px;
	margin-left: 20px;	
}

#contact {
	float: left;
	width: 220px;	
	margin: 10px 0 10px 130px;
}

nav {
	width: 480px;	
}

ul.mainNav {
	display: none;	
}

#accordionSection {
	display: block;
}

footer {
	width: 460px;	
	padding: 0 10px 0 10px;	
}

#copyright {
	width: 460px;	
	padding: 0 10px 0 10px;	
}

#banner {
	width: 480px;	
}

#bannerForm {
	display: block;	
	position: inherit;
	float: left;
	width: 450px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#mainBody {
	width: 470px;
	padding: 0 5px 0 5px;	
}

#homeBoxes {
	float: left;
	width: 460px;
	margin: 10px	
}

.homeBox {
	float: left;
	width: 450px;
	margin: 10px 0 10px 0;	
}

.homeBox.lastBox {
	float: left;
}

#memberInner {
	width: 460px;
	padding: 0 10px 0 10px;
}

#imBoxes {
	width: 480px;	
}

.immigrationBox {
	width: 460px;
}

.immigrationBox.lastImBox {
	float: left;
}	

.litiBox {
	width: 460px;
}

#callBox {
	float: left;
	width: 290px;
}	

#contactLeft {
	float: left;
	width: 460px;
}

#contactFormArea fieldset {
	width: 460px;
}


#contactFormArea .field {
	width: 460px;
}

#contactFormArea .submitField {
	width: 460px;	
}

.googleMap {
	float: left;
	width: 460px;	
}


/*		Member form area */


/*#memberFormArea fieldset {
	width: 460px;
}


#memberFormArea .field {
	width: 460px;
}

#memberFormArea .submitField {
	float: left;
	width: 460px;
}*/

/*		Member form area */


/*#claimFormArea fieldset {
	width: 460px;
}

#claimFormArea .field {
	width: 460px;
}

#claimFormArea .submitField {
	width: 460px;	
}

#claimFormArea input {
	width: 460px;
}

	
}
*/







/* iPads (landscape) ----------- */
/*@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1) 
				 {
header {
	width: 768px;	
}

#logo img {
	width: 380px;
	height: 65px;
	margin-left: 20px;	
}

#contact {
	float: right;
	width: 220px;	
	margin: 10px 10px 10px 0;
}

nav {
	width: 768px;	
}

ul.mainNav {
	display: none;	
}

#accordionSection {
	display: block;
}

footer {
	width: 748px;	
	padding: 0 10px 0 10px;	
}

#copyright {
	width: 748px;	
	padding: 0 10px 0 10px;	
}

#banner {
	width: 768px;	
}

#bannerForm {
	display: block;	
	position: inherit;
	float: left;
	width: 738px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#mainBody {
	width: 758px;
	padding: 0 5px 0 5px;	
}

#homeBoxes {
	float: left;
	width: 748px;
	margin: 10px	
}

.homeBox {
	float: left;
	width: 738px;
	margin: 10px 0 10px 0;	
}

.homeBox.lastBox {
	float: left;
}

#memberInner {
	width: 748px;
	padding: 0 10px 0 10px;
}

#imBoxes {
	width: 768px;	
}

.immigrationBox {
	width: 748px;
}

.immigrationBox.lastImBox {
	float: left;
}

.litiBox {
	width: 748px;
}

#callBox {
	float: left;
	width: 748px;
}	

#contactLeft {
	float: left;
	width: 480px;
}

#contactFormArea fieldset {
	width: 480px;
}


#contactFormArea .field {
	width: 480px;
}

#contactFormArea .submitField {
	width: 480px;	
}

.googleMap {
	float: left;
	width: 748px;	
}


/*		Member form area */


/*#memberFormArea fieldset {
	width: 480px;
}


#memberFormArea .field {
	width: 480px;
}

#memberFormArea .submitField {
	float: left;
	width: 480px;
}

*//*		Member form area */


/*#claimFormArea fieldset {
	width: 480px;
}

#claimFormArea .field {
	width: 480px;
}

#claimFormArea .submitField {
	width: 480px;	
}

#claimFormArea input {
	width: 480px;
}



}*/

















/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
header {
	width: 320px;	
}

#logo img {
	width: 300px;
	height: 51px;
	margin-left: 10px;	
}

#contact {
	float: left;
	width: 280px;	
	margin: 10px 0 10px 40px;
}

#social {
	float: left;	
}

#social img {
	margin-left: 0;
	margin-right: 8px;
}	

nav {
	width: 320px;	
}

ul.mainNav {
	display: none;	
}

#accordionSection {
	display: block;
}

footer {
	width: 300px;	
	padding: 0 10px 0 10px;	
}

footer li {
	display: block;	
	line-height: 35px;
}

#copyright {
	width: 300px;	
	padding: 0 10px 0 10px;	
}

#banner {
	width: 320px;	
}

#bannerForm {
	display: block;	
	position: inherit;
	float: left;
	width: 290px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#mainBody {
	width: 310px;
	padding: 0 5px 0 5px;	
}

#homeBoxes {
	float: left;
	width: 300px;
	margin: 10px	
}

.homeBox {
	float: left;
	width: 290px;
	margin: 10px 0 10px 0;	
}

.homeBox.lastBox {
	float: left;
}

#memberInner {
	width: 300px;
	padding: 0 10px 0 10px;
}

#imBoxes {
	width: 300px;
}

.immigrationBox {
	width: 280px;
}

.immigrationBox.lastImBox {
	float: left;
	margin-top: 20px;
}	

.litiBox {
	width: 280px;
}

#callBox {
	float: left;
	width: 290px;
}	

#contactLeft {
	float: left;
	width: 290px;
}

#contactFormArea fieldset {
	width: 300px;
}


#contactFormArea .field {
	width: 300px;
	margin-bottom:15px;
}

#contactFormArea .submitField {
	width: 300px;	
}

.googleMap {
	float: left;
	width: 300px;	
}


/*		Member form area */


#memberFormArea fieldset {
	width: 300px;
}


#memberFormArea .field {
	width: 300px;
}

#memberFormArea .submitField {
	float: left;
	width: 300px;
}

/*		Member form area */


#claimFormArea fieldset {
	width: 300px;
}

#claimFormArea .field {
	width: 300px;
}

#claimFormArea .submitField {
	width: 300px;	
}

#claimFormArea input {
	width: 300px;
}

}


/*@media only screen 
and (max-device-width : 480px)
and (orientation : landscape) {*/
	
@media only screen 
and (max-device-width : 480px)
and (orientation : landscape) {

header {
	width: 480px;	
}

#logo img {
	width: 450px;
	height: 76px;
	margin-left: 20px;	
}

#contact {
	float: left;
	width: 220px;	
	margin: 10px 0 10px 130px;
}

nav {
	width: 480px;	
}

ul.mainNav {
	display: none;	
}

#accordionSection {
	display: block;
}

footer {
	width: 460px;	
	padding: 0 10px 0 10px;	
}

#copyright {
	width: 460px;	
	padding: 0 10px 0 10px;	
}

#banner {
	width: 480px;	
}

#bannerForm {
	display: block;	
	position: inherit;
	float: left;
	width: 450px;
	margin-bottom: 20px;
	margin-left: 10px;
}

#mainBody {
	width: 470px;
	padding: 0 5px 0 5px;	
}

#homeBoxes {
	float: left;
	width: 460px;
	margin: 10px	
}

.homeBox {
	float: left;
	width: 450px;
	margin: 10px 0 10px 0;	
}

.homeBox.lastBox {
	float: left;
}

#memberInner {
	width: 460px;
	padding: 0 10px 0 10px;
}

#imBoxes {
	width: 480px;	
}

.immigrationBox {
	width: 460px;
}

.immigrationBox.lastImBox {
	float: left;
}	

.litiBox {
	width: 460px;
}

#callBox {
	float: left;
	width: 290px;
}	

#contactLeft {
	float: left;
	width: 460px;
}

#contactFormArea fieldset {
	width: 460px;
}


#contactFormArea .field {
	width: 460px;
}

#contactFormArea .submitField {
	width: 460px;	
}

.googleMap {
	float: left;
	width: 460px;	
}


/*		Member form area */


#memberFormArea fieldset {
	width: 460px;
}


#memberFormArea .field {
	width: 460px;
}

#memberFormArea .submitField {
	float: left;
	width: 460px;
}

/*		Member form area */


#claimFormArea fieldset {
	width: 460px;
}

#claimFormArea .field {
	width: 460px;
}

#claimFormArea .submitField {
	width: 460px;	
}

#claimFormArea input {
	width: 460px;
}

	
}

/* 959*/
@media only screen 
and (max-width : 959px) 
				 {
header {
	width: 100%;	
}

nav {
	width: 95%;	
}

ul.mainNav {
	display: none;	
}

#accordionSection {
	display: block;
}

footer {
	width: 90%;	
	padding: 0 10px 0 10px;	
}

#copyright {
	width: 90%;	
	padding: 0 10px 0 10px;	
}

#banner {
	width: 98%;	
}

#bannerForm {
	display: none;	
}

#mainBodyHome {
	width: 95%;
	padding: 0 5px 0 5px;	
}

#mainBody {
	width: 95%;
	padding: 0 5px 0 5px;
	height: 100%;
}

#homeBoxes {
	float: left;
	width: 100%;
	margin: 10px	
}

.homeBox {
	float: left;
	width: 20%;
	margin-top: 10px;
	margin-bottom: 10px;	
	margin-right: 5%;
}

.homeBox img {
	max-width: 100%;	
	max-height: 100%;
}

.homeBox.lastBox {
	float: left;
}

#memberInner {
	width: 90%;
	padding: 0 10px 0 10px;
}

#imBoxes {
	width: 95%;	
}

.immigrationBox {
	width: 95%;
}

.immigrationBox.lastImBox {
	float: left;
}

.litiBox {
	width: 95%;
}

#callBox {
	float: left;
	width: 95%;
}	

#contactLeft {
	float: left;
	width: 480px;
}

#contactFormArea fieldset {
	width: 480px;
}


#contactFormArea .field {
	width: 480px;
}

#contactFormArea .submitField {
	width: 480px;	
}

.googleMap {
	float: left;
	width: 100%;	
}


/*		Member form area */


#memberFormArea fieldset {
	width: 480px;
}


#memberFormArea .field {
	width: 480px;
}

#memberFormArea .submitField {
	float: left;
	width: 480px;
}

/*		Member form area */


#claimFormArea fieldset {
	width: 480px;
}

#claimFormArea .field {
	width: 480px;
}

#claimFormArea .submitField {
	width: 480px;	
}

#claimFormArea input {
	width: 480px;
}

}






/* 730*/
@media only screen 
and (max-width : 730px) 
				 {
header {
	width: 100%;	
}

#logo {
	width: 100%;	
}

#logo img {
	width: 450px;
	height: 76px;
	display: block;
    margin: auto auto;
}

#contact {
	float: none;
	width: 220px;	
	margin: 0 auto;
}


nav {
	width: 95%;	
}

ul.mainNav {
	display: none;	
}

#accordionSection {
	display: block;
}

footer {
	width: 90%;	
	padding: 0 10px 0 10px;	
}

#copyright {
	width: 90%;	
	padding: 0 10px 0 10px;	
}

#banner {
	width: 98%;	
}

#bannerForm {
	display: none;	
}

#mainBodyHome {
	width: 95%;
	padding: 0 5px 0 5px;	
}

#mainBody {
	width: 95%;
	padding: 0 5px 0 5px;	
}

#homeBoxes {
	float: left;
	width: 100%;
	margin: 10px	
}

.homeBox {
	float: left;
	width: 45%;
	margin-top: 10px;
	margin-bottom: 10px;	
	margin-right: 5%;
}

.homeBox img {
	max-width: 100%;	
	max-height: 100%;
}

.homeBox.lastBox {
	float: left;
}

#memberInner {
	width: 90%;
	padding: 0 10px 0 10px;
}

#imBoxes {
	width: 95%;
}

.immigrationBox {
	width: 95%;
}

.immigrationBox.lastImBox {
	float: left;
}

.litiBox {
	width: 95%;
}

#callBox {
	float: left;
	width: 95%;
}	

#contactLeft {
	float: left;
	width: 480px;
}

#contactFormArea fieldset {
	width: 480px;
}


#contactFormArea .field {
	width: 480px;
}

#contactFormArea .submitField {
	width: 480px;	
}

.googleMap {
	float: left;
	width: 100%;	
}


/*		Member form area */


#memberFormArea fieldset {
	width: 480px;
}


#memberFormArea .field {
	width: 480px;
}

#memberFormArea .submitField {
	float: left;
	width: 480px;
}

/*		Member form area */


#claimFormArea fieldset {
	width: 480px;
}

#claimFormArea .field {
	width: 480px;
}

#claimFormArea .submitField {
	width: 480px;	
}

#claimFormArea input {
	width: 480px;
}



}




/* 730*/
@media only screen 
and (max-width : 480px) 
				 {
header {
	width: 100%;	
}

#logo {
	width: 100%;	
}

#logo img {
	max-width: 100%;
	height: 100%;
	display: block;
    margin: auto auto;
}

#contact {
	float: none;
	max-width: 100%;	
	margin: 0 auto;
}

#contact img {
	max-width: 100%;
	height: 100%;

}




nav {
	width: 95%;	
}

ul.mainNav {
	display: none;	
}

#accordionSection {
	display: block;
}

footer {
	width: 90%;	
	padding: 0 10px 0 10px;	
}

#copyright {
	width: 90%;	
	padding: 0 10px 0 10px;	
}

#banner {
	width: 98%;	
}

#bannerForm {
	display: none;	
}

#mainBodyHome {
	width: 95%;
	padding: 0 5px 0 5px;	
}

#mainBody {
	width: 95%;
	padding: 0 5px 0 5px;	
}

#mainBody img {
	max-width: 100%;
	height:100%;	
}

#homeBoxes {
	float: left;
	width: 100%;
	margin: 10px	
}

.homeBox {
	float: left;
	width: 95%;
	margin-top: 10px;
	margin-bottom: 10px;	
	margin-right: 0;
}

.homeBox img {
	max-width: 100%;	
	max-height: 100%;
}

.homeBox.lastBox {
	float: left;
}

#memberInner {
	width: 90%;
	padding: 0 10px 0 10px;
}

#imBoxes {
	width: 95%;
}

.immigrationBox {
	width: 95%;
}

.immigrationBox.lastImBox {
	float: left;
}

.litiBox {
	width: 95%;
}

#callBox {
	float: left;
	width: 95%;
}	

#contactLeft {
	float: left;
	max-width: 95%;
}

#contactFormArea fieldset {
	width: 95%;
}


#contactFormArea .field {
	width: 95%;
}

#contactFormArea .submitField {
	width: 95%;
}

#contactFormArea input {
	float: left;
	width: 95%;
}

#contactFormArea textarea {
	float: left;
	width: 95%;
}

.googleMap {
	float: left;
	width: 100%;	
}


/*		Member form area */


#memberFormArea fieldset {
	width: 95%;
}


#memberFormArea .field {
	width: 95%;
}

#memberFormArea input {
	float: left;
	width: 95%;
}

#memberFormArea .submitField {
	float: left;
	width: 95%;
}

#memberFormArea textarea {
	float: left;
	width: 95%;
}

/*		Member form area */


#claimFormArea fieldset {
	width: 95%;
}

#claimFormArea .field {
	width: 95%;
}

#claimFormArea .submitField {
	width: 95%;
}

#claimFormArea input {
	width: 95%;
	float: left;
}

#claimFormArea textarea {
	width: 95%;
	float: left;
}

#claimFormArea select {
	width: 95%;
	float: left;
}



}

