/* -- Global HTML Elements --------------------------------------------------------------------------------------------- */
html, body { margin: 0 auto; padding: 0; border: 0; text-align: center;  font:  12px Verdana, Arial, Helvetica, sans-serif ; }

img { padding: 0; margin: 0; border: 0; }
.clear { clear: both; }


/* -- GLOBAL LINKS ---------------------------------------------------------------------------------------------- */

a, a:link, a:active, a:visited { text-decoration: underline; color: #555; }
a:hover { text-decoration: underline; color: #000; }
	
/* -- GLOBAL FORMS ---------------------------------------------------------------------------------------------- */
	
form { padding: 0; margin: 0; }
fieldset {border: none; padding: 0; margin: 0;}
label {color: #555; padding: 0; margin: 0;}
.input { width: 85px; font-size: 9px; }
.submit { font-size: 9px; }
	
/* -- GLOBAL TYPOGRAPHY ----------------------------------------------------------------------------------------- */

p { padding-bottom: 10px; line-height: 18px; color: #555; }

h1, h2, h4, h5, h6 {
	font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	}
	
	h3{font-family: Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 1px;}
	
h1 { font-size: 22px; line-height: 22px; }		
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

#leftCol h2, #rightCol h2 {
	font-size: 12px;
	text-align: center;
	margin: 0;
	padding-bottom: 24px;
	background: url(images/sidehr1.gif) no-repeat bottom center;
	}

h3, h4, h5, h6 { font-size: 12px; }

.quote {
	margin: 20px 0 0 0;
	padding: 10px 0 10px 20px;
	font: 11px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #000;
	font-style: italic;
	line-height: 18px;
	background: transparent url(images/quotes.gif) no-repeat top left;
	}
	
cite { font-style: italic; font-weight: bold; }
abbr { speak: spell-out; border-bottom: 1px dotted #000; cursor: help; }
acronym { speak: normal; border-bottom: 1px dotted #000; cursor: help; }

code {
	margin: 0;
	padding:  20px;
	font: 11px Courier, serif;
	line-height: 18px;
	color: #000;
	text-align: left;
	}	
	
/* -- GLOBAL LISTS ---------------------------------------------------------------------------------------------- */
	
#content ul, #rightCol ul, #leftCol ul, ul.list {
	padding: 10px 10px 0 0;
	margin: 0 0 10px 0;
	clear: left;
	font: 12px Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
	color: #555;
	}
	
#content ul li, #rightCol ul li, #leftCol ul li, ul.list {
	padding: 0 0 0 20px;
	margin: 6px 0 0 0;
	line-height: 16px;
	list-style-type: none;
	font: 11px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	text-transform: none;
	}
	
#content ul li, ul.list li {
	padding: 0 0 0 20px;
	margin: 6px 0 0 20px;
	}
	
li a, li a:link, li a:active, li a:visited { text-decoration: underline; color: #555; }
li a:hover { text-decoration: underline; color: #000; }
	
ol {
	padding: 10px 10px 0 0;
	margin: 0 0 10px 0;
	clear: left;
	font: 12px Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
	color: #555;
	}
	
ol li {
	padding: 0;
	margin: 6px 0 0 40px;
	line-height: 16px;
	font: 11px "Lucida Grande", "Lucida Sans", "Trebuchet MS", Verdana, sans-serif;
	text-transform: none;
	}
	
/* -- NAVIGATION TOP -------------------------------------------------------------------------------------------- */
	
#topNav {
	padding: 15px 0 0 0;
	}
	


#tabs {
	margin: 0;
	text-align: center;
	}
	
#tabs ul {
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 20px;
	}
	
#tabs ul #first { 			/*** Turns off left border for first nav link (Home) ***/
	border-left-style: none !important;
	}
	
#tabs ul li {
	padding-left: 2px;
	margin: 0;
	border-left: 1px solid #E2B363;
	display: inline;
 	list-style: none; 
	list-style-image: none !important; 
	font: normal 11px Georgia, Times, Times New Roman, serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	}
	
#tabs ul li a {
	padding: 0 45px;       /*** Space inside tabs ***/
	padding-bottom: 2px;
	padding-top: 2px;
	text-decoration: none;
	}
	
/*#tabs ul li a.active { background: #ECECEC; color: #000; }
#tabs ul li a:hover { background: #ECECEC; color: #000; }*/
	
	#tabs ul li a.active { border-bottom: 2px solid #E2B363; }
	#tabs ul li a:hover { border-bottom: 2px solid #E2B363; }
/* -- PAGE LAYOUT ------------------------------------------------------------------------------------------------- */

#page { margin: 0 auto; text-align: center; }

#header-wrapper {
	width: 100%;
	}
	
	
#header p { padding-bottom:0px;
	line-height:9px; }
	
#header {
	padding: 15px 10px 12px 10px;
	text-align: center;
	}

.siteTitle {
color:#AFA357;
	margin: 0;
	padding: 0;
	font: 22px Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 5px;
	}
	
.siteSubTitle {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style: italic;
	text-transform: none;
	color:#AFA357;
	}
	
/* -- 3 COLUMN Layout | 2 COLUMN Layout | 1 COLUMN Layout--------------------------------------------------------- */

#page-wrapper {
	margin: 0 auto;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	background: #fff;
	}
	
/* 3-column layout */
	
.col3 {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	background: #fff url(images/bg-content3.gif) center top repeat-y;
	}
	
.col3 #content {
	float: left;
	width: 382px;
	background: transparent;
	}

/* 2-column layout */

.col2 {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	background: #fff url(images/bg-content2.gif) center top repeat-y;
	}
	
.col2 #content {
	float: left;
	width: 545px; 
	border: 0;
	padding-left: 15px;
	}

/* 1-column layout */

.col1 {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	text-align: left;
	background: none;
	}

.col1 #content {
	width: 760px;
	}

/* -- LEFT COLUMN -------------------------------------------------------------------------------------------------- */

#leftCol {
	float: left;
	width: 162px;
	padding-right: 12px;

	}
	
	#leftCol P {color:#333;
	font:Georgia, "Times New Roman", Times, serif;
font-size:smaller;
	}

#subNav { background: transparent; padding-bottom: 15px; }
#subNav ul { margin: 0; padding: 0; border: 0; }
	
#subNav ul li {
	margin: 0; 
	padding: 0; 
	border-bottom: 1px solid #eaeaea;
	list-style: none; 
	list-style-image: none !important; 
	height: 21px;
	font: normal 10px Georgia, Times, Times New Roman, serif;
	text-transform: uppercase;
	}
	
#subNav ul li a {
	margin: 0; 
	padding: 0; 
	width: 162px !important; 
	width: 150px; 
	text-decoration: none; 
	padding: 6px 0 6px 14px; 
	display: block; 
	font-weight: lighter !important;
	}

#subNav ul li a.active { color: #000; background: url(images/sidenav_bgOn.gif) no-repeat; background-position: left center }
#subNav ul li a:hover { color: #000; background: url(images/sidenav_bgOn.gif) no-repeat;  background-position: left center}

/* -- RIGHT COLUMN ---------------------------------------------------------------------------------------------- */

#rightCol {
	float: left;
	width: 162px;
	padding-left: 12px;
	}
	
#rightCol ul#language {
	margin: 0;
	padding: 7px 10px;
	list-style: none;
	}
	
/* -- CENTER COLUMN ----------------------------------------------------------------------------------------------- */

#content {
	margin: 0;
	padding: 0 13px;
	}
	
/*#content img {
	float: left;-
margin: 0 10px 8px 0;
	padding: 3px;
	border: 1px solid #D8D8D8;
	background: #ECECEC;
	}
*/
#content img {
border: 3px solid #5F595D;

}

.titleimage{
width:270px;
margin: 0 auto;

}


.titleimagehome{



}
/* -- FOOTER --------------------------------------------------------------------------------------------------- */

#footer {
color:#E2B363;
	margin: 0 auto;
	/*padding-top: 40px;*/
	padding-top: 20px;
	/*padding-bottom: 20px;*/
	padding-bottom: 2px;
	width: 100%;
	/*background: url(images/bg-ftr.gif) center top repeat-x; }*/
	}
	
#footer ul { text-align: center; margin: 0; padding: 0; list-style: none; }
#footer ul li  { margin: 0; padding: 0 7px 0 7px; display: inline; }
#footer li a { text-decoration: none; }
#footer li a:hover { text-decoration: underline; }
#footer ul li.last { margin: 0; padding: 0 7px 0 7px; display: inline; border-right: none; }

/* -- MISC --------------------------------------------------------------------------------------------------- */

.left {
	float: left;
	clear: left;
	width: 500px;
	}
	
.center {
	clear: both;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	}
	
.right {
	clear: both;
	float: right;
	}
	
.border_2px {
	padding: 2px;
	border: 1px solid #D8D8D8;
	background: #ECECEC;
	}
	
.border_5px {
	padding: 5px;
	margin: 0 0 4px 0;
	border: 1px solid #D8D8D8;
	background: #ECECEC;
	}	
	
	.headerimage{border:none;
	}
