@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #33312e;
	margin: 0;
	padding: 0;
	color: #787878;
}
body, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #787878;
	font-size: 12px;
}
html, body {
	height: 100%;
}
/* ~~ 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;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
}
h2 {
	margin: 0 0 6px 0;
	font-size:1.3em;
	letter-spacing:1px;
	text-decoration:none;
}
h1 {
	color: #9bc1c5;
	font-size:1.3em;
	text-transform:uppercase;
	letter-spacing:3px;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a {
	color: #42413C;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
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: underline;
}
#wrap {
	background-color:#FFF
}
.container {
	height: auto !important;
	margin: 0 auto;
	width:1000px;
}
header {
	height:115px;
	background-color: #FFF;
}
header img {
	padding: 35px 0 0 35px;
}
#picture {
	height:240px;
	padding-left:35px;
}
.sidebar1 {
	float: left;
	width: 210px;
	background: #f6f6f1;
	padding: 30px;
	margin:35px 0 0 35px;
}
.sidebar1 p {
	font-size:1.1em;
	font-weight:bold;
	line-height:22px;
	color:#999;
	margin-bottom:0px;
}
.sidebar1 p span.author {
	display:block;
	text-align:right;
	font-size:15px;
	font-weight:normal;
	font-style:italic;
	margin-top:8px;
}
.content {
	padding: 35px 0;
	width: 620px;
	float: right;
	margin-right:35px;
	line-height: 25px;
}

.content a {	
	font-style:italic;
	font-size: 11px;
	text-decoration:underline;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px;
	list-style:none; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}
.content ul ul {
	list-style: circle;
}
/* ============= THE NAV ====================== */

nav {
	float:right;
	margin-top:50px;
	margin-right:30px
}
/* ~~ The navigation list styles (can be removed if you choose to use a premade flyout menu like Spry) ~~ */
nav ul {
	list-style: none; /* this removes the list marker */
}
nav ul li {
	float:left;
}
nav ul li:first-child a, nav ul li:last-child a, nav ul li:first-child a:link, nav ul li:last-child a:link {
	/*padding: 4px 14px;
	width:111px;*/
}
nav ul a:link, nav ul a {
	color:#a5a7aa;
	padding: 4px 14px;
	width:128px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-transform:uppercase;
	font-size:1.2em;
	letter-spacing:2px;
	border-bottom: 4px solid #dddcdc;
	text-align:center;
}
nav ul a:visited {
	color:#a5a7aa;
}
nav ul a:hover, nav ul a:active, nav ul a:focus { /* this changes the background and text color for both mouse and keyboard navigators */
	color:#e45442;
	text-decoration:none;
}

nav ul a.selected {
	border-bottom: 4px solid #e45442;
}

/* ~~ The footer ~~ */
footer {
	border-top: 4px solid #e45442;
	background: #33312e;
	clear: both;
	height: 140px;
	
}
footer #footer_id {
	margin:0 auto;
	width:1000px;
	line-height:25px;
	margin-top:15px;
	color: #CCC;
	font-size:.8em;
	letter-spacing:0px;
}
footer .footer_right {
	float:right;
	width:200px;
	margin:0 15px;
}
footer a#one, footer a#two, footer a#three {
	width:26px;
	height:25px;
	display:block;
	float:right;
	background: url(images/socialmedia.gif) no-repeat;
	text-indent:-999px;
}
footer a#two {
	background-position: -28px;
}
footer a#three {
	background-position: -53px;
}
footer a:hover {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, aside, footer, nav, article, figure {
	display: block;
}
input, textarea {
	-x-system-font:none;
	background:#FFFFFF url(form_background.png) repeat-x scroll left top;
	border:1px solid #E5E5E5;
	font-family:Verdana, Tahoma, sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	padding:4px 8px;
	width:200px;
	color:#787878;
	
}
textarea {
	height:150px;
	line-height:150%;
	max-width:400px;
	width:400px;
}
input:hover, textarea:hover, input:focus, textarea:focus {
}
.form label {
	color:#999999;
	margin-left:8px;
	vertical-align:top;
}
.submit input {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background:#e45442 none repeat scroll 0 0;
	color:#fff;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	padding:5px 7px;
	width:auto;
}

.required {
	color:#F00;
	vertical-align:top;
	display:inline-block;	
}