/*
	
	Stylesheet for Don Pak Immigration Law Firm
	Author: The Marketing Shop 360
	colors: red     ( #a91217 )
			blue    ( #1e3f6f )


*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #1e3f6f url(../images/bodybg.png) repeat-x;
	margin-top: 40px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-weight: 300;
	color: #222;
	font-size: 1.0em;
	line-height: 1.5em;
	text-indent: 20px;
	margin: 0px 0px 20px 0px;
	text-align: justify;
}
a {
	text-decoration: none;
	color: #a91217;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
ul {
	list-style: none;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-weight: 300;
	font-size: 1.0em;
}
ol {
	list-style: lower-alpha;
	margin-left: 40px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	color: #1e3f6f;;
}
h1 {font-size: 2.0em;}
h2 {font-size: 1.8em;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.0em;}
q{
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 1.2em;
	text-indent: 25px;
	color: #1e3f6f;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.clear {
	clear: both;
}
.wrapper {
	width: 960px;
	margin: auto;
}


/*//// TOP INFO BAR STYLES ////*/
#topBar {
	width: 100%;
	height: 40px;
	position: fixed;
	z-index: 10;
	top: 0;
	background: #1C1C1C url(../images/navbg.png) repeat-x;
	box-shadow: 0px 0px 6px #000;
	opacity: .95;
}
#topBar h6 {
	color: #ddd;
	font-size: 1.2em;
	position: relative;
	top: -3px;
}
#contactLinks {
	float: right;
	margin-top: 5px;
	color: #666;
}
#contactLinks a {
	margin-left: 10px;
}
#languages {
	width: 300px;
	position: relative;
	top: 10px;
}
#languages ul {
	list-style: none;
}
#languages li {
	display: inline;
	margin-left: 3px;
}
#languages h5 {
	color: #ddd;
	font-size: .9em;
	margin-right: 10px;
	margin-top: 1px;
}


/*//// HEADER STYLES ////*/
#header {
	width: 960px;
	margin: auto;
	background: url(../images/headerbg.png) no-repeat;
}
#header img {
	margin: 30px 30px 0px 50px;
}
#header h1{
	font-size: 3.0em;
	color: #fff;
	text-shadow: 2px 2px 1px #000;
	font-weight: 400;
	left: 30px;
	
}
#header h3 {
	font-size: 1.8em;
	font-weight: 400;
	position: relative;
	left: 60px;
	color: #fff;
	text-shadow: 2px 2px 1px #000;
}
#header h4 {
	font-size: 1.5em;
	font-weight: 400;
	position: relative;
	top: 10px;
	color: #fff;
	text-shadow: 2px 2px 1px #000;
}
#pageheading {
	position: relative;
	top: 30px;
	left: 20px;
}



/*//// Nav Section Styles ////*/
#nav {
	width: 960px;
	margin:auto;
	text-align: center;
	background: #1C1C1C url(../images/navbg.png) repeat-x;
}
#nav ul {
	list-style: none;
}
#nav li {
	display: inline;
	border-left: 1px solid #333;
	border-right: 1px solid #111;
	margin-right: -4px;
}
#nav li:first-child {
	border-left: none;
}
#nav li:last-child {
	border-right: none;
}
#nav a {
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	display: inline-block;
	text-decoration: none;
	padding: 9px 20px;
	font-size: .9em;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px #000;
}
#nav a:hover {
	text-decoration: underline;
}



/*//// SIDE BAR STYLES ////*/
#sidebar {
	float: right;
	width: 248px;
}
#immnews {
	background: #e2eaf7;
	box-shadow: 0px 0px 3px #999 inset;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
#immnews h4 {
	width: 238px;
	padding: 5px 0px 5px 10px;
	background: #a91217;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 2px #000;
}
#immnews h6 {
	color: #1e3f6f;
	border-bottom: 1px solid #1e3f6f;
	margin: 0px 0px 5px 0px;
}
#immnews p {
	font-size: .9em;
	margin: 0px 0px 5px 0px;
	text-align: left;
	text-indent: 0px;
	margin: 0px 0px 0px 0px;
}
#immnews a {
	display: block;
	margin: 0px 0px 15px 0px;
}
#consult a {
	font-family: "Times New Roman", Times, serif;
	font-weight: 700;
	font-size: 1.2em;
	display: block;
	width: 238px;
	margin: 0px 0px 10px 0px;
	padding: 6px 0px 7px 10px;
	background: #a91217;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}
#consult a:hover {
	text-decoration: none;
	box-shadow: 0px 0px 6px #111 inset;
}




/*//// FOOTER STYLES ////*/
#footer {
	margin: 20px 0px 0px 0px;
	padding: 10px 0px;
	background: #0c0c0c;
}
#footer ul {
	list-style: none;
	text-align: center;
}
#footer li {
	display: inline;
}
#footer li a {
	display: inline-block;
	margin: 0px 20px;
	color: #fff;
}


/*//// CONTACT FORM STYLES ////*/
#contact {
	background: #fff url(../images/prevbg.png) repeat-x;
	box-shadow: 1px 1px 3px #666;
	padding: 15px 0px;
	margin: auto;
	width: 70%;
}
input[type="text"], textarea {
	width: 225px;
	padding: 3px !important;
	margin: 3px 0px 3px 20px;
}
input[type="submit"] {
	margin: 20px 0px 0px 0px;
	padding: 3px 10px;
}
label {
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	color: #a91217;
}
table {
	width: 385px;
	margin: auto;
}
.loc {
	width: 205px;
	float: left;
	padding: 30px 10px 0px 0px;
	margin: 30px 0px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}
div.loc h4 {
	margin: 0px 0px 5px 0px;
	text-align: center;
}
div.loc p {
	text-indent: 0px;
	text-align: center;
}
#map {
	margin: auto;
	width: 600px;
}


#content {
	width: 940px;
	margin: auto;
	background: #fff;
	padding: 40px 10px 30px 10px;
}
#content-head {
	width: 960px;
	height: 20px;
	background: url(../images/contentbg.png) repeat-x;
	padding: 25px 0px 5px 0px;
	margin: 0px auto;
}
h3.xp {
	color: #a91217;
	font-weight: 400;
	text-align: center;
	text-shadow: 1px 1px 1px #555;
}
#mainContent {
	width: 660px;
	padding: 0px 10px;
	float: left;
}
#mainContent h2{
	font-weight: 400;
	box-shadow: 0px 6px 6px -7px #888;
	margin-bottom: 30px;
}
.previewBox {
	width: 650px;
	height: 250px;
	background: #fff url(../images/prevbg.png) repeat-x;
	margin: 0px 0px 25px 5px;
	position: relative;
	box-shadow: 1px 1px 3px #666;
}
.previewBox hr {
	border: none;
	height: 1px;
	background: #1e3f6f;
	width: 58%;
}
.previewinfo {
	margin: 0px 0px 0px 15px;
	padding: 10px 0px 0px 0px;
	color: #000;
}
.previewinfo h4 {
	color: #a91217;
	font-weight: 400;
	text-shadow: 1px 1px 0px #eee;
}
.previewBox p {
	margin: 10px 15px 10px 10px;
	text-align: justify;
}
.previewBox ul {
	list-style: circle;
	list-style-position: inside;
	margin: 8px 0px 0px 20px;
}
.previewBox li {
	padding: 5px 0px;
}
a.moreL {
	position: absolute;
	bottom: 0px;
	left: 20px;
	margin: 0px 0px 10px 0px;
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	color: #1e3f6f;
}
a.moreR {
	position: absolute;
	bottom: 0px;
	right: 20px;
	margin: 0px 0px 10px 0px;
	font-size: 1.1em;
	font-family: "Times New Roman", Times, serif;
	font-weight: 400;
	color: #1e3f6f;
}
img.prof {
	padding: 5px;
	box-shadow: 0px 0px 3px #888;
}
div.service {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #aaa;
}
div.service img {
	float: left;
	margin: 5px 40px 20px 0px;
	padding: 5px;
	border: 1px solid #1e3f6f;
}
div.service h5 {
	margin-bottom: 10px;
}
div.service ul {
	margin: 0px 0px 0px 10px;
	width: 65%;
	float: right;
}
div.service ul li {
	list-style: circle;
	padding: 3px 0px;
}
div.profile {
	margin: 0px 0px 20px 0px;
	padding: 5px 15px 5px 5px;
	border-bottom: 1px solid #aaa;
}
div.profile img {
	float: left;
	margin: 0px 20px 35px 0px;
	width: 150px;
	height: 150px;
	padding: 5px;
	box-shadow: 0px 0px 3px #aaa;
}
div.profile ul {
	margin: -10px 0px 0px 0px;
}
div.profile li {
	font-size: .9em;
	list-style: circle;
	list-style-position: inside;
}
#links ul {
	margin: 10px 0px 15px 30px;
}