/* CSS stylesheet */

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on October 14, 2011 */
@font-face {
    font-family: 'LucidaCalligraphyItalic';
    src: url('fonts/lcallig-webfont.eot');
    src: url('fonts/lcallig-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/lcallig-webfont.woff') format('woff'),
         url('fonts/lcallig-webfont.ttf') format('truetype'),
         url('fonts/lcallig-webfont.svg#LucidaCalligraphyItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/**********************************/
/* Universal style rule           */
/**********************************/
* {
	margin: 0;
	padding: 0;
	border: 0;
	/* temporary borders */
/*	border: dashed 1px #ff0000;*/
}

body {
	background-color: #888888;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
 
#wrapper {
	margin: 5px auto;
	width: 900px;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: repeat-y;
}

/**********************************/
/* header                         */
/**********************************/
#header {
	height: 184px;
}

#header div.header {
	width: 580px;
	height: 184px;
	float: left;
	background: url('images/header.jpg') no-repeat;
}
h1.ammero {
	margin: 42px 0 10px 0;
	text-align: right;
	font: 22px LucidaCalligraphyItalic;
	color: #7F0000;
}
h2.ammero {
	margin-bottom: 35px;
	text-align: right;
	padding-right: 10px;
	font: 11px LucidaCalligraphyItalic;
	color: #7F0000;
}
p.hub {
	text-align: right;
	padding-right: 15px;
	font: 12px LucidaCalligraphyItalic;
	color: #7F0000;
}

#header div.flash {
	margin-left: 580px;
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	padding-top: 19px;
	padding-right: 17px;
	text-align: right;
	height: 184px;
}

/**********************************/
/* sidebar                        */
/**********************************/
#sidebar {
	margin-left: 15px;
	float: left;
	display: inline;
	width: 200px;
}

#sidebar div.label {
	background-image: url(images/nav_top.jpg);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px; /* not 27px due to padding-top */
	padding-top: 5px;
}

#sidebar div.nav {
	margin: 0 2px;
	width: 196px;
}

#sidebar a {
	color: #666666;
	text-decoration: none;
	padding-left: 5px;
	line-height: 30px;
	display: block;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #666666;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#sidebar a:link, #sidebar a:visited {
	color: #666666;
}
#sidebar a:hover {
	background-image: url(images/nav_bg_hover.jpg);
	color: #FFFFFF;
}
#sidebar a:active {
	color: #666666;
}

#sidebar p {
	text-align: center;
	padding: 0 15px 5px 5px;
}

#sidebar p.saying {
	margin: 25px 0 10px 0;
	text-align: center;
	font-family: "Lucida Calligraphy", "Palatino Linotype", "Times New Roman", serif;
	font-size: 15px;
	color: #7F0000;
	font-style: italic;
}
/**********************************/
/* content                        */
/**********************************/
/* Set the top margin and location of the bottom image in the content area on each page individually. */
#content {
	margin-left: 231px;
	margin-right: 15px;
	width: 654px;
	text-align: left;
}

#content div.label {
	background-image: url(images/content_top.jpg);
	background-repeat: no-repeat;
	text-align: left;
/*	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;*/
	height: 22px; /* not 27px due to padding-top */
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 5px;
}

#content div.cont {
	padding: 0 20px;
	padding-top: 15px;
	min-height: 330px; /* DO NOT REMOVE - this keeps the bottom image in place! */
}

#content h1 {
	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFFFFF;
}

#content h2 {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
}

#content h3 {
	font-size: 14px;
}

#content p {
	padding-bottom: 15px;
}

#content ul, #content ol {
	padding: 10px 0 0 40px;
}

#content li {
	margin-bottom: 10px;
}

#content a {
	color: #000000;
	text-decoration: underline;
}
#content a:link, #content a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #999999;
}
#content a:active {
	color: #000000;
	text-decoration: underline;
}


/**********************************/
/* portfolio page                 */
/**********************************/
/* REMOVED AREA USING THESE TAGS ON 01-18-2010 ---- see portfolio_2010-01-18.php
#portfolio {
	width: 614px;
	text-align: left;
}

#portfolio div.portfolio {
	margin-bottom: 15px;
	border-top: 2px solid #7F0000;
}

#portfolio div.portlabel{
	font-weight: bold;
	border-bottom: 2px solid #7F0000;
}

#portfolio img {
	margin-top: 10px;
	margin-right: 15px;
	border: 1px solid #666;
}

#portfolio a.port {
	text-decoration: none;
	background: none;
}
#portfolio a.port:link, #portfolio a.port:visited {
	text-decoration: none;
}
#portfolio a.port:hover {
	text-decoration: none;
	background-color: none;
}
#portfolio a.port:active {
	text-decoration: none;
}
*/

table.portfolio {
	margin-top: 30px;
	width: 614px;
	border-collapse: collapse;
	text-align: left;
	font-size: 11px;
}
tr.portfolio {
	vertical-align: top;
}
td.portfolio_left {
	padding: 5px 5px 5px 0;
	width: 199px;
	border: 1px solid #CCC; /* #7F0000 */
	border-left: none;
}
td.portfolio_mid {
	padding: 5px;
	width: 194px;
	border: 1px solid #CCC;
	border-left: none;
}
td.portfolio_rt {
	padding: 5px 0 5px 5px;
	width: 199px;
	border: 1px solid #CCC;
	border-left: none;
	border-right: none;
}


/**********************************/
/* footer                         */
/**********************************/
#footer {
	clear: both;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 56px;
	text-align: center;
	font-size: 11px;
	color: #7F0000;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	padding-top: 30px;

}
#footer a {
	font-size: 11px;
	color: #7F0000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#footer a:link, #footer a:visited {
	color: #7F0000;
	text-decoration: none;
}
#footer a:hover {
	color: #7F0000;
	text-decoration: underline;
}
#footer a:active {
	color: #7F0000;
	text-decoration: none;
}


/**********************************/
/* link to ewd                    */
/**********************************/
#ewd {
	margin: 5px auto;
	width: 900px;
	height: 20px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#ewd a {
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#ewd a:link, #ewd a:visited {
	color: #333333;
	text-decoration: none;
}
#ewd a:hover {
	color: #333333;
	text-decoration: underline;
}
#ewd a:active {
	color: #333333;
	text-decoration: none;
}


/**********************************/
/* contact & opportunities pages  */
/**********************************/
#contact {
	margin: 0 auto;
	width: 600px;
	font-size: 13px;
	text-align: center;
}

#contact div.info {
	width: 325px;
	float: left;
	text-align: left;
}

#contact div.map {
	margin-left: 325px;
	width: 215px;
	text-align: center;
}

#contact div.form {
	margin-top: 20px;
	width: 540px;
	clear: both;
}

#contact div.req {
	font-size: 12px;
	color: #7F0000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#contact table.form {
	margin: 0 auto;
	width: 500px;
	border: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	border: 1px solid #333333;
	background-color: #999999;
}
#contact td.form {
	width: 176px; /* not 200 due to padding */
	padding: 2px;
	text-align: right;
}
#contact td.form2 {
	width: 296px; /* not 400 due to padding */
	padding: 2px;
	text-align: left;
}
#contact .text { /* set parameters for form text field */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#contact .textarea { /* set parameters for form textarea field */
	width: 250px;
	height: 100px;
	overflow: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#contact p.errmsg {
	margin: 10px auto;
	width: 300px;
	padding: 5px 5px 5px 15px;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	background-color: #999999;
}

#contact p.formmsg {
	margin: 15px 35px;
	color: #000000;
	text-align: left;
	font-size: 17px;
	font-family: "Palatino Linotype", "Times New Roman", serif; /* "Lucida Calligraphy", */
	font-weight: bold;
	font-style: italic;
}

#contact .submit { /* submit button */
	padding: 2px 4px;
	border: 1px solid #000000;
}


/**********************************/
/* misc                           */
/**********************************/
.burg {
	color: #7F0000;
}
p.center {
	text-align: center;
}
div.center {
	text-align: center;
}

