/*
Created by Scott Schweigert
scott.schweigert@gmail.com
*/
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
html, body {
	height:100%;
}
body {
	font-family: 'CenturyGothicRegular', "Century Gothic", arial;
	font-size: 14px;
	font-style:normal;
	color:#2e2d2d;
	text-align:left;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;
}
h1 {
	font-family:sans-serif;
	font-size:28px;
	border-bottom:1px solid #999;
}
h2 {
	font-family:sans-serif;
	font-size:18px;
	margin-bottom:0px;
}
h3 {
	font-family:sans-serif;
	color:#333333;
	font-size:14px;
	margin-bottom:0px;
	margin-top:2px;
}


/* topnav ------------------------------------------------------------------------------------------*/

#topnavigation {
	width: 1000px;
	height: 120px;
	margin:auto;
	z-index:1;
	padding-top:10px;
	margin:auto;
}
#headimage {
	float:left;
	width:460px;
	height:93px;
	margin-top:10px;
	margin-left:5px;
}
#calljack {
	float:right;
	margin-right:0px;
	margin-top:5px;
	font-size:24px;
	
}
#calljack2 {
	float:right;
	margin-right:0px;
	margin-top:0px;
	font-size:18px;
	right:0;
	margin-top:60px;
	bottom:0;
}
#topline {
	z-index:1;
	width:100%;
	height:5px;
	background:#dedede;
}
#topline2 {
	z-index:2;
	width:1000px;
	height:100%;
	background:#f7f7f7;
	margin:auto;
}
/* Page --------------------------------------------------------------------------------------------------------*/
#page {
	clear:both;
	width: 1000px;
	overflow:hidden;
	position:relative;
	height:auto;
	margin-top:00px;
	margin:auto;
}
/* Page --------------------------------------------------------------------------------------------------------*/

#rightside {
	width:730px;
	height:500px;
	float:right;
	z-index:5;
	margin-top:20px;
	background:url(../images/jack.jpg) no-repeat;
	margin-bottom:20px;
	margin-right:10px;
	-webkit-box-shadow:  3px 3px 7px #000;
	-moz-box-shadow:3px 3px 7px #000;
	box-shadow:3px 3px 7px #000;
}
#rightsidecase {
	width:680px;
	height:auto;
	float:right;
	z-index:5;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:10px;
	opacity:0;
}

.citation{
margin-bottom:10px;	
}

#rightsidecase ul{
	margin-left:0px;
	margin-top:10px;
	list-style:none;
	display:block;
	
}
#rightsidecase li{
	padding:2px;
	
}





#contact{
	padding-left:30px;
	background:#F4F4F4;
	font-size:28px;
	width:200px;
	font-style:italic;
	color:#333333
}





#leftcontainer {
	width:255px;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
}
#leftside {
	width:250px;
	margin-right:20px;
	float:left;
	margin-top:40px;
}

.left_menu{
 	background: none repeat scroll 0 0 #f4f4f4;
    color: #333333;
    font-size: 22px;
	margin-bottom:20px;
	padding:2px;
	width:90%;
	display:block;
padding-left:10px;
	clear:both;
    
}

a.left_menu:hover{
color:#333;
	background:#CCC;
	text-decoration:none;
	
    
}

ul#sliding-navigation {
	list-style: none;
	font-size: 16px;
	margin: 00px 0;
	padding-left:10px;
	margin-top:-10px;
	background: none repeat scroll 0 0 #fff;
}
ul#sliding-navigation li.sliding-element a {
	display: block;
	width: 150px;
	padding: 5px 15px;
	margin: 0;
	margin-bottom: 0px;
}
ul#sliding-navigation li.sliding-element a {
	text-decoration: none;
	color:#333333;
}
ul#sliding-navigation li.sliding-element a:hover {
	color:#333;
	background:#CCC;
}
#addthis {
	float:right;
	right:-25px;
	width:130px;
	text-align:right;
	z-index:10;
	position:absolute;
	top: 680px;
}
/* Page --------------------------------------------------------------------------------------------------------*/
#bottomnav {
	width:1000px;
	margin:auto;
}
#bottomwrap {
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
	padding-bottom:10px;
	width:940px;
	height:140px;
	margin:auto;
	clear:both;
	border:1px solid #E8E7E3
}
#bottomleftside {
	height:auto;
	margin-left:50px;
	width:auto;
	float:left;
	width:450px;
	font-size:16px;
	text-indent:0px;
	font-style:italic;
}
#bottomrightside {
	width:260px;
	margin-right:50px;
	float:right;
}
#bottomaward {
	padding-top:40px;
	width:auto;
	height:auto;
	margin:auto;
	clear:both;
	padding-bottom:10px;
}


.disclaimer{
    font-size: 10px;
    margin: auto;
    padding-top: 30px;
    width: 990px;
    text-align: center;
}