@charset "UTF-8";



/* START RESET ALL */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol {
	list-style: none;
}
ul {
	list-style: disc;
}
li {
	padding: 2px;
	margin-left: 13px;
	text-align: left;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border: 1;
}


/* FINISH RESET ALL */



body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-image: url(../images/background1.gif);
	background-repeat: repeat-x;
	background-color: #ECEBE9;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	text-align: left;
}
a img { 
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	width: 960px; /
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.header {
	background-image: url(../images/menubackground.png);
	background-repeat: no-repeat;
	background-position: center 40px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 85px;
	text-align: center;
	padding-left: 20px;
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/

.content {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.container .header p {
	text-align: center;

}

.container .header p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #555;
	text-shadow: 0px 1px 0px #ffffff;
	text-align: center;

}

.container .header p a:link {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: center;
}

.container .header p a:visited{
	color: #555;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	}

.container .header p a:hover{
	background-image: url(../images/menubackground_highlight.png);
	background-repeat: repeat-x;
		color: #555;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;

	}

#socialnetworkicons {
	clear: both;
	float: none;
	width: 920px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.container .content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	color: #FB661E;
	font-weight: 100;
	line-height: 50px;
	padding-top: 15px;
}
.container .content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: navy;
	font-weight: 100;
	line-height: 24px;
	padding-top: 20px;
}
.container .footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 13px;
	line-height: 14px;
}
.content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555;
	margin-bottom: 5px;
}
.container .header p a {
	text-align: center;
}
.container .content tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555;
	margin-bottom: 5px;
	text-align: left;
}
.container .content tr th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: 100;
	margin-bottom: 5px;
	text-align: center;
}
.container .content #hometable tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555;
	font-weight: 100;
	margin-bottom: 5px;
	text-align: left;
}
.container .content #hometable tr td #downloadnow {
	background-image: url(../images/download_now_panel.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.container .content #hometable tr td #downloadnow tr td {
	font-size: 20px;
}
p strong {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.container .footer{
	background-image: url(../images/LawGenius_logo.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 50px;
}

.container .footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
}
.container .footer #poweredby p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FB661E;
	text-align: right;
}

.container .footer a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}

.container .footer a:visited {
	color: #555;
}

.container .footer a:hover {
	color: #000;
}

.container .content h1 strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 800;
	color: #555;
}
