/* Import the style sheet that resets all browsers. */
@import url("reset.css");

/* 

Colors:
Blue: #122B73
Gold: #F6861F
Grey: #6D6F71
Light Grey: #F0F1F1

*/

body {
	background: #6d6f71 url(../images/bg.jpg) repeat-x left top;
	text-align: center;
	color: #6D6F71;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 15px;
}

a:link, a:visited, a:active {
	color: #6D6F71;
	background-color: transparent;
	border-bottom: 1px dotted transparent;
	text-decoration: none;
}

a:hover {
	color: #424242;
	background-color: transparent;
	border-bottom-color: #6D6F71;
}

p {
	margin-top: 0px;
	margin-bottom: 1.4em;
}

h2, h2 a {
	font-size: 22px;
	color: #122B73;
	margin: 0px;
	border: 0px;
}

h4, 
h4 a,
h4 a:link,
h4 a:visited, 
h4 a:active{
	font-size: 12px;
	color: #122B73;
	text-transform: uppercase;
	font-weight: normal;
	margin: 0px;
	border: 0px;
}

h4 a:hover{
	text-decoration: underline;
}

td {
	vertical-align: top;
}

td span {
	color: #F6861F;
}

input, textarea {
	border: 0px;
	background: #F0F1F1;
	padding: 5px 3px;
}

p input {
	background: #F6861F;
	cursor: pointer;
	float: right;
}

label {
	margin-top: 5px;
}

div#wrap {
	width: 900px;
	text-align: left;
	margin: 15px auto 0px;
	background: url(../images/wrap_bg.png) no-repeat left top;
}

/* @group Header */

div#header {
	position: relative;
}

div#header h1 {
	margin: 0px 0px 0px 55px;
	padding-top: 30px;
	width: 261px;
	height: 89px;
}

div#header h1 a {
	background: url(../images/logo.jpg) no-repeat left top;
	width: 261px;
	height: 89px;
	border: 0px;
}

div#header div {
	position: absolute;
	top: 50px;
	right: 85px;
	text-align: right;
}

div#header div a {
	background: url(../images/btn_headerUpload.jpg) no-repeat left top;
	width: 205px;
	height: 46px;
	text-align: left;
	border: 0px;
}

div#header div span {
	font-size: 22px;
}


/* @end */

/* @group Menu */

div#menu {
	background: #fff url(../images/lrg_rule.gif) repeat-x left bottom;
	padding: 10px 0px 15px;
}

div#menu ul {
	list-style: none;
	margin: 0px 70px 0px 0px;
	padding: 0px;
	float: right;
}

div#menu ul li {
	float: left;
	margin-right: 27px;
}

div#menu ul li a {
	text-transform: uppercase;
	color: #122B73;
	font-weight: bold;
	border: 0px;
	display: block;
}

div#menu ul li a:hover {
	color: #F6861F;
	background: transparent;
}

div#menu li ul { /* second-level lists */
	position: absolute;
	background: #fafafb url(../images/dropdown_bg.jpg) repeat-x left top;
	border: 1px solid #c0c3c7;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

div#menu li ul li {
	float: none;
	margin: 0px;
	padding: 0px;
}

div#menu li ul li a {
	text-transform: none;
	color: #6d6f71;
	font-weight: normal;
	padding: 2px 5px;
	margin: 3px 0px;
}

div#menu li ul li a:hover {
	color: #000;
	background: #d6d6d7;
}
 
div#menu li ul ul { /* third-and-above-level lists */
	margin: -1.2em 0 0 10em;
}

/*Show the submenu DIRECTLY INSIDE the selecte LI tag*/
div#menu li:hover > ul, div#menu .sfhover{
	left: auto;
}

/*Fix for IE7*/
div#menu li:hover {
	position: static;
}

/* @end */

/* @group Sidebar */

div#sidebar {
	float: left;
	width: 220px;
	margin-left: 70px;
}

div#sidebar div {
	padding: 0px 0px 20px;
	background: url(../images/lrg_rule.gif) repeat-x left bottom;
	margin-bottom: 10px;
}

div#sidebar div div {
	padding: 0px;
	background: none;
	margin-bottom: 0px;
}

div#sidebar div.textwidget p {
	margin-bottom: 0px;
	padding: 0px 5px;
}

div#sidebar div ul {
	list-style: none;
	padding: 0px 5px;
	margin: 0px;
}

div#sidebar div h2 {
	padding: 0px 5px;
	margin-bottom: 5px;
}

div#sidebar div.widget_links {
	background-image: none;
}

div#sidebar div.SZSubPageListWidget {
	line-height: 1.53;
}

div#sidebar div.SZSubPageListWidget li {
	display: inline;
	margin-right: 0px;
	background: url(../images/lrg_rule2.gif) no-repeat right center;
	padding-right: 8px;
}

div#sidebar div.SZSubPageListWidget li:last-child {
	background: none;
	padding-right: 0px;
}

div#sidebar div#recent-posts-2 li {
	padding-bottom: 7px;
	background: url(../images/sml_rule.gif) repeat-x left bottom;
	margin-bottom: 7px;
}

div#sidebar div#recent-posts-2 li:last-child {
	padding-bottom: 0px;
	background-image: none;
	margin-bottom: 0px;
}

/* @end */



/* @group Main */

div#main {
	background: #fff;
	padding-top: 15px;
}

div#content {
	width: 507px;
	float: left;
	margin-left: 20px;
}

div#content a {
	border-bottom-color: #6D6F71;
}

div#content div#hero {
	margin-bottom: 15px;
}

div#content p.message {
	text-transform: uppercase;
	font-size: 10px;
	color: #F6861F;
	text-align: center;
}

div#content p.messageP {
	background: #e6e6e6;
	-moz-border-radius-topleft : 7px;
	-webkit-border-top-left-radius : 7px;
	-moz-border-radius-topright : 7px;
	-webkit-border-top-right-radius : 7px;
	-moz-border-radius-bottomleft : 7px;
	-webkit-border-bottom-left-radius : 7px;
	-moz-border-radius-bottomright : 7px;
	-webkit-border-bottom-right-radius : 7px;
	padding: 15px 0px;
}

div#content div.post small, div#content div.post p.postmetadata {
	color: #8d9093;
	font-size: 10px;
	text-transform: uppercase;
	padding-bottom: 5px;
	display: block;
}

div#content div.wpcf7 form table {
	width: 507px;
	margin-top: 10px;
}

div#content form table {
	margin-bottom: 10px;
}

div#content form table tr input{
	width: 157px;
}

div#content form table tr.full input, div#content form table tr.full textarea{
	width: 415px;
}

div#content form table tr.auto input, div#content form table tr.auto textarea{
	width: auto;
	background: #fff;
}

div#content form img.plusminus{
	margin-right: 5px;
	position: relative;
	top: 3px;
}

div#content form a {
	border: 0px;
}

/* @end */

/* @group Footer */

div#footer {
	background: url(../images/footer_bg.png) no-repeat left bottom;
	padding: 20px 0px;
}

/* @end */



/* @group Upload Center */

div#content form#uploadCenter input,
div#content form#uploadCenter textarea {
	border: 1px solid #ebebeb;
	background-color: #ebebeb;
	padding: 4px 0px;
}

div#content form#uploadCenter p.message {
	text-transform: uppercase;
	font-size: 10px;
	color: #122B73;
	text-align: center;
	margin-top: 2px;
}

div#content form#uploadCenter p.messageP {
	text-transform: uppercase;
	font-size: 13px;
	color: #122B73;
	text-align: center;
	margin-top: 2px;
	
	background: #f6efe9;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	padding: 15px 0px;
}

div#content form#uploadCenter p.message a {
	color: #F6861F;
}

div#content form#uploadCenter ol li{
	font-size: 14px;
	color: #122B73;
}

div#content form#uploadCenter ol li span{
	font-size: 11px;
	color: #F6861F;
}

div#content form#uploadCenter ol li span strong{
	color: #122B73;
}

label {
	margin-top: 5px;
}

div#content form#uploadCenter td {
	vertical-align: top;
}

div#content form#uploadCenter table {
	margin-bottom: 10px;
}

div#content form#uploadCenter table tr input{
	width: 154px;
}

div#content form#uploadCenter table tr.full input, 
div#content form#uploadCenter table tr.full textarea{
	width: 405px;
}

div#content form#uploadCenter table tr.auto input, 
div#content form#uploadCenter table tr.auto textarea{
	width: auto;
	background: #fff;
}

div#content form#uploadCenter img.plusminus{
	margin-right: 5px;
	position: relative;
	top: 3px;
}

div#content form#uploadCenter a {
	border: 0px;
}

form#uploadCenter div#filesUploaded a {
	display: block;
	margin: .25em 0px .5em;
}

form#uploadCenter a#startUpload,
div#content form#uploadCenter table tr td input.submit {
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform: uppercase;
	color: #fff;
	background: #F6861F;
	width: 150px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
	font-size: 12px;
	cursor: pointer;
}

div#content form#uploadCenter table tr td input.submit {
	width: 70px;	
	line-height: 22px;
	border: 0px;
}

form#uploadCenter div#startUploadDiv p {
	float: right;
	font-size: 10px;
	color: #122B73;
	width: 250px;
	margin-left: 15px;
}

/* @end */

/* @group Gallery */

div.ngg-albumoverview a.Link {
	border-bottom: 0px;
}

div.ngg-navigation {
	height: 25px;
}

div#content div.ngg-navigation a {
	border: 1px solid #DDDDDD;
}

div.ngg-album-compact {
	text-align: center;
}

div.ngg-album-compactbox {
	text-align: left;
}

div.ngg-album-compact p {
	display: none;
}

div#shName {
	color: #F6861F;
}

/* @end */

/* @group Classes */

.btn {
	display: block;
	overflow: hidden;
	text-indent: -999px;
	background-position: left top;
	background-repeat: no-repeat;
}

.btn:hover {
	background-position: left bottom;
	background-color: transparent;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}

.hide {
	display: none;
}

td.right {
	text-align: right;
}

.left {
	float: left;
}

div.largeRule {
	height: 10px;
	background: #fff url(../images/lrg_rule.gif) repeat-x left top;
}

div.smallRule {
	height: 2px;
	background: #fff url(../images/sml_rule.gif) repeat-x left top;
}

/* @end */