/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	body {
	background-color: #F8F8F8;
	}

	#wrapper {
	margin: auto;
	width: 95%;
	background-color: #FFF;
	/*
	-moz-box-shadow: 0 0 25px 5px #484848;
	-webkit-box-shadow: 0 0 25px 5px #484848;
	*/
	box-shadow: 0 0 25px 5px #484848;
	}
	
	body li {
	list-style: none;
	}
	
	#navList a {
	display: block;
	}

	#header {
	background-color: #FFF;
	padding-top: 2%;
	}

	#header img {
	padding-bottom: 6%;
	}
	
	#header img:hover {
	opacity: .6;
	}

	#header h1 {
	font-family: 'Sorts Mill Goudy', serif;
	font-weight: normal;
	font-size: 160%;
	line-height: 125%;
	text-align: right;
	text-decoration:none;
	padding-bottom: 8%;
	}
	
	#main {
	font-family: 'Arimo', sans-serif;
	line-height: 150%;
	padding-top: 3%;
	padding-bottom: 2%;
	border-style: solid;
	border-width: 5px 0 5px 0;
	border-color: #484848;
	background-color: #F1F1F1;
	}
	
	#attorney h2 {
	color: #000;
	font-size: 130%;
	font-family: 'Arimo', sans-serif;	
	padding: 5% 0 0 0;
	}
	
	#attorney h3 {
	color: #000;
	font-size: 115%;
	font-family: 'Arimo', sans-serif;	
	padding: 2% 0;
	}
	
	#attorney h3 a {
	color: #000;
	}
	
	#attorney h3 a:hover {
	text-decoration: none;
	}
	
	#attorney p, li  {
	color: #000;
	font-size: 85%;
	font-family: 'Arimo', sans-serif;
	}

	#attorney a  {
	color: #2F4E6F;
	font-size: 100%;
	font-family: 'Arimo', sans-serif;
	}
	
	#attorney a:hover {
	text-decoration: underline;
	}
	
	#attorney a:active {
	color: #bd3705;
	}
	
	#attorney a:visited {
	color: #888888;
	}

	#attorney ul {
	padding: 0 0 0 4%; 
	}
	
	a {
	text-decoration: none;
	}
	
	p {
	padding: 3% 0;
	}
	
	form p {
	padding: 1%;
	}
		
/* ============================== */
/* ! Main image                   */
/* ============================== */

	#main img {
	box-shadow: 3px 3px 3px #888888;
	margin-bottom: 2%;
	}

/* ============================== */
/* ! Footer                       */
/* ============================== */

	#footer p {
	color: #fff;
	font-family: 'Arimo', sans-serif;
	}

	
	#footer li {
	color: #fff;
	font-family: 'Arimo', sans-serif;
	}
	
	#footer a {
	color: #fff;
	font-family: 'Arimo', sans-serif;
	font-size: 100%;
	}

	#sitelinks {
	float: left;
	text-align: left;
	}

	#footercontact {
	float: right;
	text-align: right;
	}

	#footer {
	margin: 0%;
	padding-top: 1%;
	background-color: #2F4E6F;
	}
	
	#footer a:visited {
	color: #3399CC;
	}
	
	#footer a:active {
	text-decoration: underline;
	color: #bd3705;
	}
	
	#footer a:hover {
	text-decoration: underline;
	}

/* ============================== */
/* ! Google search box            */
/* ============================== */

	#cse-search-form {
	float: right;
	margin: 2% 0 0 0;
	max-width: 450px;
	font-family: 'Arimo', sans-serif;
	}

/* ============================== */
/* ! MG credit            */
/* ============================== */

	#mark {
	text-align: center;
	margin: 0 auto;
	background-color: #2F4E6F;
	color: #FFF;
	font-family: 'Arimo', sans-serif;
	font-size: 70%;
	}
	
	#mark a:visited {
	color: #3399CC;
	}
	
	#mark a:active {
	text-decoration: underline;
	color: #bd3705;
	}
	
	#mark a:hover {
	text-decoration: underline;
	}

/* ============================== */
/* ! CSS Tricks button maker      */
/* ============================== */
	
	#contact {
	background-color: #bd3705;
	background: -webkit-gradient(linear, left top, left bottom, from(#e56b3f), to(#bd3705));
	background: -webkit-linear-gradient(top, #e56b3f, #bd3705);
	background: -moz-linear-gradient(top, #e56b3f, #bd3705);
	background: -ms-linear-gradient(top, #e56b3f, #bd3705);
	background: -o-linear-gradient(top, #e56b3f, #bd3705);

	padding: 5% 10%;
	margin: 1% 0 2% 0;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;

	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-o-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,1) 0 1px 0;

	color: #ffffff;
	font-size: 140%;
	font-family: 'Arimo', sans-serif;
	text-align: center;
	vertical-align: middle;
	}
	
	#contact:hover {
	color: #888888;
	}
	
	#contact:active {
	background: -webkit-gradient(linear, left top, left bottom, from(#bd3705), to(#e56b3f));
	background: -webkit-linear-gradient(top, #bd3705, #e56b3f);
	background: -moz-linear-gradient(top, #bd3705, #e56b3f);
	background: -ms-linear-gradient(top, #bd3705, #e56b3f);
	background: -o-linear-gradient(top, #bd3705, #e56b3f);	
	}

	.nav {
	background-color: #2F4E6F;
	background: -webkit-gradient(linear, left top, left bottom, from(#65a9d7), to(#2F4E6F));
	background: -webkit-linear-gradient(top, #65a9d7, #2F4E6F);
	background: -moz-linear-gradient(top, #65a9d7, #2F4E6F);
	background: -ms-linear-gradient(top, #65a9d7, #2F4E6F);
	background: -o-linear-gradient(top, #65a9d7, #2F4E6F);

	padding: 2% 5%;
	margin: 1% 0 2% 0;

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

	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-o-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,1) 0 1px 0;

	color: #ffffff;
	font-size: 120%;
	font-family: 'Arimo', sans-serif;
	text-align: center;
	vertical-align: middle;
	}
	
	.nav:hover {
	color: #888888;
	text-shadow: 1px 1px 0 #000;
	}
	
	.nav:active {	
	background: -webkit-gradient(linear, left top, left bottom, from(#2F4E6F), to(#65a9d7));
	background: -webkit-linear-gradient(top, #2F4E6F, #65a9d7);
	background: -moz-linear-gradient(top, #2F4E6F, #65a9d7);
	background: -ms-linear-gradient(top, #2F4E6F, #65a9d7);
	background: -o-linear-gradient(top, #2F4E6F, #65a9d7);
	}

/* ============================== */
/* ! Dropdown                     */
/* ============================== */

	/*
	#list {
	display: none;
	}

	#list {
	text-align: center;
	}
	
	#list li {
	border: 1px solid #000;

	background: #fff;

	padding: 2% 5%;
	margin: 1% 0 2% 0;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;

	color: #000;

	font-size: 100%;
	font-family: 'Arimo', sans-serif;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	}
	
	#list a:visited {
	color: #484848;
	}
	*/

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
	
	}

}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}