/*	Desc: Pentagon Screen Style Sheet
	Author: Christopher Owens
	Date: 29th July 2007
=== === === === === === === === === === */

/*
TODO Investigate Has Layout Bug
*/

/* @group Reset */

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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Structure */

html {
	height: 100%;
	background-color: #0A2D38;
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #0a2d38;
	background-image: url("/cssimg/background.gif");
	background-repeat: repeat-x;
	min-height:1%;
}

/* @end */

/* @group Common */

* {
	padding: 0;
	margin: 0;
}

p, li {
	line-height: 150%;
}

img {
	border: 0;
}

strong {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

.clear {
	clear: both;
}

/* @end */

/* @group Container */

#container {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 800px;
}

/* @end */

/* @group Masthead */

#masthead {
	height: 142px;
	background: #fff url(../cssimg/header.gif) no-repeat;
}

#masthead h1 {
	text-indent: -9999px;
	font-size: 1%;
}

/* @group Topnav */

#topnav {
	width: 100%;
	height:  28px;
	background-color: #fff;
}

#topnav ul {
	list-style: none;
	float: right;
}

#topnav ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topnav ul li a {
	text-decoration: none;
	display: block;
	text-indent: -9009px !important;
	outline: none;
}

#topnav li#topnav-home a {
	width: 63px;
	height: 28px;
	background: url(../cssimg/topnav-buttons.gif) no-repeat 0 0;
}

#topnav li#topnav-home a:hover {
	width: 63px;
	height: 28px;
	background: url(../cssimg/topnav-buttons.gif) no-repeat 0 0;
	background-position: 0 -28px;
}

#topnav li#topnav-services a {
	width: 101px;
	height: 28px;
	background: url(../cssimg/topnav-buttons.gif) no-repeat 0 0;
	background-position: -64px 0;
}



#topnav li#topnav-services a:hover {
	width: 101px;
	height: 28px;
	background: url(../cssimg/topnav-buttons.gif) no-repeat 0 0;
	background-position: -64px -28px;
}

#topnav li#topnav-news a {
	width: 84px;
	height: 28px;
	background: url(../cssimg/topnav-buttons.gif) no-repeat 0 0;
	background-position: -166px 0;
}

#topnav li#topnav-news a:hover {
	width: 84px;
	height: 28px;
	background: url(../cssimg/topnav-buttons.gif) no-repeat 0 0;
	background-position: -166px -28px;
}

#topnav li#topnav-associates a {
	width: 118px;
	height: 28px;
	background: url(../cssimg/topnav-buttons.gif) no-repeat 0 0;
	background-position: -251px 0;
}

#topnav li#topnav-associates a:hover {
	width: 118px;
	height: 28px;
	background: url(../cssimg/topnav-buttons.gif) no-repeat 0 0;
	background-position: -251px -28px;
}

#topnav li#topnav-contact a {
	width: 116px;
	height: 28px;
	background: url(../cssimg/topnav-buttons.gif) no-repeat 0 0;
	background-position: -370px 0;
}

#topnav li#topnav-contact a:hover {
	width: 116px;
	height: 28px;
	background: url(../cssimg/topnav-buttons.gif) no-repeat 0 0;
	background-position: -370px -28px;
}

/* @end */

/* @end */

/* @group Navigation */



/* @end */

/* @group Content */

#content {
	margin-bottom: 30px;
	margin-top: 30px;
	background-color: #fff;
	min-height:1%;
}

/* @end */

/* @group Maincontent */

/* @group Associates */

#associates p {
	margin-bottom: 20px !important;
}

#associates p img {
	float: left;
	margin-right: 6px !important;
	margin-bottom: 0px !important;
	padding: 2px;
	border: 1px solid #d8d8d8;
}

#associates li a {
	color: #f04e11;
}

/* @end */

/* @group newsStory */

div.newsStory h3 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 0 !important;
	color: #f04e11;
}

div.newsStory p.meta, p.meta {
	color: #bfbfbf !important;
	margin-top: -5px !important;
}

div.newsStory p.more {
	margin-top: -5px !important;
}

/* @end */

#maincontent {
	width: 500px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

#maincontent h2 {
	margin-left:30px;
	color: #f04e11;
}

#maincontent h3 {
	margin-left: 30px !important;
	margin-top:  15px;
}

#maincontent p, #secondarycontent p {
	margin-bottom: 5.5px;
	line-height: 140%;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-left: 30px;
	margin-right: 30px;
	color: #505050;
}

#maincontent p.intro {
	color: #000;
	font-weight: bold;
}

#maincontent p a {
	font-weight: bold;
	color: #f04e11;
	text-decoration: none;
	border-bottom: 1px dotted #f04e11;
}

#maincontent p img.left {
	padding: 4px;
	border: 1px solid #d8d8d8;
	float: left;
	margin-right: 6px;
	margin-bottom: 4px;
}

#maincontent p img.right {
	padding: 4px;
	border: 1px solid #d8d8d8;
	float: right;
	margin-left: 6px;
	margin-bottom: 4px;
}

#maincontent table {
	margin-left: 30px;
}

#maincontent table.mceEditor {
	margin-left: 0px;
}

#maincontent table tr td, #maincontent table tr th {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
}

#maincontent table tr td, #maincontent table tr th {
	padding: 4px;
}

#maincontent th {
	text-align: left;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

#maincontent ul {
	margin-left: 75px;

	margin-bottom: 15px;
}

#maincontent li {
	line-height: 140%;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	list-style-type: square;
	color: #f04e11;
}

#maincontent p.statement {
	font-size: 12px;
}


/* @end */

/* @group SecondaryContent */

#secondarycontent {
	width: 300px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

#secondarycontent ul {
	margin-left: 30px;
}

#secondarycontent li {
	line-height: 140%;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	list-style-type: square;
	color: #f04e11;
}

#secondarycontent a {
	color: #f04e11;
	text-decoration: none;
	border-bottom: 1px dotted #f04e11;
}

/* @end */

/* @group Footer */

#footer {
	background-color: #fff;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height:1%;
	height:  54px;
}

#footer #left-footer {
	width: 40%;
}

#footer #right-footer {
	width: 55%;
}

#footer h2 {
	margin-left:26px;
}

#footer #left-footer, #footer #right-footer {
	float:  left;
}

#footer p {
	line-height: 140%;
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	margin-left: 30px;
	margin-right: 30px;
}

/* @end */

/* @group Buttons & Login */

input.textfields, textarea, select {
	border: 1px inset #dedede;
	padding: 3px;
	font-family:"Lucida Grande", Verdana, Arial, Verdana, sans-serif;
	font-size: 11px;

}

input select option {
	padding: 3px;
}

textarea {
	width: 400px;
}

textarea.excerpt {
	height: 100px;
}

textarea.content {
	height: 200px;
}

input.textfields:focus {
	background-color: #fffad8;
	text-decoration: underline;
}

button {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Verdana, Arial, Verdana, sans-serif;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

button img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* @end */

/* @group Page Elements */

p.warning {
	padding: 10px;
	color: #FF0000 !important;
	margin: 0;
	border: 1px solid #FF0000;
	background-color: #f6ff80;
}

p.warning img {
	vertical-align: bottom;
}

/* @end */

/* @group Vcard */

#vcard {
	margin-top: 15px;
	margin-left: 30px;
	font-family:"Lucida Grande", Verdana, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 140%;
}

#vcard .org {
	font-weight: bold;
	font-size: 12px;
}

#vcard a {
	color: #f04e11;
}

/* @end */

/* @group TinyMCE */

td.mceToolbar a {
	border-bottom: 0 !important;
}

/* @end */

/* @group Forms */

fieldset {
	margin-left: 30px;
	padding: 15px;
}

legend {
	font-family:"Lucida Grande", Verdana, Arial, Verdana, sans-serif;
	font-size: 11px;
	padding: 5px;
}

label {
	font-weight: bold;
}

/* @end */

/* @group CKEDitorStyleFixes */

table.cke_editor {
	margin-left: 0px !important;
}

/* @end */

/* @group reCaptcha */

div#recaptcha_widget_div {
	margin-left: 28px !important;
}

/* @end */