
body {
	margin: 0px 0px;
	background-color: #ffffff;
}
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}


a:focus, a:hover, a:active { outline:none }

a {
	color: #A12D50;
	text-decoration: none;
}
a:hover {
	color: #2F0C17;
}


span.dropcap {
	color: #a12d50;
	font-weight: bold;
	font-size: 16px;
}

.optin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #666666;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;
}

input[type=text], input[type=password], input[type=file], textarea, select {
	border: solid #4F4F4F 1px;
	color: #4F4F4F;
	font-size: 11px;
}
input[type=text], input[type=password], input[type=file], textarea, select option {
	padding: 1px 2px;
}

select option {
	padding: 2px 6px;
}



/*********** START BUTTON STYLES ***************/
button, input[type="button"], input[type="reset"], input[type="submit"], a.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;

/*	font-size: 11px/100%;*/
/*	padding: .3em 1em .35em;*/
	font-size: 12px;
	padding: .10em 5px .30em 5px;

	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	box-shadow: 3px 3px 6px rgba(0,0,0,.3);

	color: #FFFFFF;
	border: solid 1px #7F7F7F;
	background: #A12D50;
	background: -webkit-gradient(linear, left top, left bottom, from(#A12D50), to(#7F1F3E));
	background: -moz-linear-gradient(top,  #A12D50,  #7F1F3E);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A12D50', endColorstr='#7F1F3E');

}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, a.button:hover {
	text-decoration: none;

	color: #ffffff;
	background: #BF2F5D;
	background: -webkit-gradient(linear, left top, left bottom, from(#BF2F5D), to(#A12D50));
	background: -moz-linear-gradient(top,  #BF2F5D,  #A12D50);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#BF2F5D', endColorstr='#A12D50');
}

button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, a.button:active {
	position: relative;
	top: 1px;

	color: #ffffff;
	background: #A12D50;
	background: -webkit-gradient(linear, left top, left bottom, from(#A12D50), to(#BF2F5D));
	background: -moz-linear-gradient(top,  #A12D50,  #BF2F5D);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A12D50', endColorstr='#BF2F5D');

}

input.button-dark, a.button-dark, button.button-dark {
	background: #A12D50;
	background: -webkit-gradient(linear, left top, left bottom, from(#A12D50), to(#000));
	background: -moz-linear-gradient(top,  #A12D50,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#A12D50', endColorstr='#000');
}


button[disabled], input[type="button"][disabled], input[type="reset"][disabled], input[type="submit"][disabled], a.button[disabled] {
	color: #9F9F9F;
	background: #CFCFCF;
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CFCFCF', endColorstr='#CFCFCF');
	text-shadow: 0 1px 1px rgba(255,255,255,1);
}

input.button-small, a.button-small, button.button-small {
	font-size:11px;
	padding: .1em 5px .20em 5px;
}

/*** this removes the annyong inner dotted border on focus state in firefox ***/
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; }


/*********** END BUTTON STYLES ***************/

td.formcaption {
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	padding-right: 4px;
}

td.formfield {
	padding-left: 4px;
}


div#breadcrumbs {
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 0px;
}

div#breadcrumbs a {

}

/*h1, h2, h3, h4, h5, h6 { }*/
/*h1, h4 { font-size: 18px; margin: .67em 0; }*/
/*h2, h5 { font-size: 16px; margin: .75em 0; }*/
/*h3, h6 { font-size: 14px; margin: .83em 0; }*/
/**/
/*h1, h2, h3 { color: #000000; }*/
/*h4, h5, h6 { color: #555555; }*/


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #A12D50;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A12D50;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #797C31;
	text-align:center;
}

hr {
	height: 1px;
	border: none;
	color: #cccccc;
	background: #cccccc;
}

fieldset {
	background: #e1e1e1;
	padding:10px 8px;
	margin-top:1em;
}

fieldset legend {

}

/*******************************************************/

div#main {
	width: 800px;
	margin: 0 auto;
}
div#main-inner {
	background: white;
	border: solid #A8B1CF 1px;
}

.text {
	line-height: 24px;
	text-align: justify;
}



#innermenu {
	font-weight: bold;
	padding-left:60px;
	margin-top:38px;
}




#innermenu a { text-decoration: none; }
#innermenu a:hover { color: #000; }

div#innermenu > div div {
	padding: 5px 0px 5px 10px;
}
div#innermenu > div, div#innermenu > div a { font-size: 14px; }
div#innermenu > div > div, div#innermenu > div > div a { font-size: 12px; }
div#innermenu > div > div > div, div#innermenu > div > div > div a {
	font-size: 11px;
	font-weight: normal;
}
div#innermenu > div > div > div > div, div#innermenu > div > div > div > div a { font-size: 10px; }







div#pageheader {
	font-size: 11px;
	color: black;

}
div#pageheader a {
	font-size: 11px;
	text-decoration: none;
}

div#pagefooter {
	margin-top: 6px;
	text-align: center;
	font-size: 11px;
}

div#pagefooter div.menu a, div#pagefooter div.menu span {
	font-weight: normal;
	padding: 1px 2px;
}
div#pagefooter div.menu a { text-decoration: none; }


div#pagefooter .copyright {
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
	line-height: 18px;
}



input.form-error {
	border: dashed red 1px;
}

div.form-error-message {
	color: red;
	font-size: 11px;
	font-style: italic;
}


/***************** mainmenu styles *********************/

#mainmenu {
	background: #A12D50;
	width:100%;
	border: none;
	border-collapse: collapse;
}

#mainmenu td {
	white-space: nowrap;
	text-align: center;
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 2px;
}

#mainmenu a {
	text-decoration: none;
	color: #ffffff;
}
#mainmenu a:hover {
	text-decoration: none;
	color: #FF884F;
}

div.submenu {
	width:150px;
	padding: 3px;
	position: absolute;
	display: none;
	background: #ffffff;
	border: solid #A12D50 1px;
	z-index: 99;
	opacity: 0.90;
	filter: alpha(opacity = 90);

}
div.submenu table {
	border-collapse: collapse;
	width: 100%;
}

div.submenu td {
	padding: 5px 5px;
	cursor:pointer;
	text-align: left;
	font-size: 12px;

}

div.submenu td a {
	font-weight: bold;
	text-decoration: none;

}

div.submenu td.hover {
	background: #f5eaed;
}

div.submenu td.hover a {
}


/****************************************/




/********* gallery *************/
.gallery_photo_cell {
	text-align: center;
	padding: 10px 5px;
}



img.gallery_photo {
	border: solid black 1px;
}




/************ blog/news posts *********/
div.blog-post {
	margin-bottom: 20px;
}
div.blog-post div.post-date {
	font-size: 11px;
	color:#7F7F7F;
	border-bottom: dotted #7F7F7F 1px;
}

div.blog-post div.post-title {
	margin-top: 6px;
	font-size: 16px;
	font-weight: bold;
/*	text-shadow: #CFCFCF 3px 4px 2px;*/
}

div.blog-post div.post-text {
	
}

div.blog-nav {
	margin:10px 0px;
}

/******** nav links ********/

div.navlinkbox, div.navlinkboxon {
	font-size: 11px;
	display: inline;
	border: solid #7F7F7F 1px;
	padding: 2px 5px;
	margin: 0px 2px;
	text-align:center;
}
div.navlinkbox a {
	text-decoration: none;
}
div.navlinkboxhover, div.navlinkboxon {
	color: #ffffff;
	background: #7F7F7F;
}
div.navlinkboxhover a, div.navlinkboxhover a:hover, div.navlinkboxon a, div.navlinkboxon a:hover {
	color: #ffffff;
	text-decoration: none;
}


.highlight {
	background: url(../images/highlight-bg.png);
}
.alt1 {
	background: url(../images/alt1-bg.png) #E0E3EF;
}

.alt2 {
	background: url(../images/alt2-bg.png) #E0E3EF;
}
.altdark {
	background: url(../images/bg-dark-1.png) #E0E3EF;
}


table.invoicetable {
	border-collapse: collapse;
}
table.invoicetable > tbody > tr > th, .invoicetable > tbody > tr > td.dark {
	background: url(../images/bg-dark-1.png);
}

table.invoicetable > tbody > tr > td, .invoicetable > tbody > tr > th {
	border: solid #A0815F 1px;
	padding: 1px 5px;
}



div.SocialShare {
	position: absolute; 
	z-index:99; 
	background: white; 
	border:solid #A89D62 1px;
	top: 0px;
}

div.SocialShare div {
	padding: 2px;
	margin: 2px 3px;
	color: #83923F;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
	
}
div.SocialShare div img {
	display: block;
	float: left;
	margin-right: 4px;
}
div.SocialShare div.hover {
	color: black;
	background: #ECE8CF;
	color: #000000;
}


