/* MAIN  HTML SETTINGS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	font: normal 80% Arial, Helvetica, sans-serif;
	background: #fff url('../images/background.jpg') repeat-x;
	color: #000;
	text-align: center;
	margin: 0;
	
}



hr {
	background-color: #746e52;
	color: #746e52;
	height: 1px;
	width: 100%;
}

img {
	border: none;
}

h1 {
	color: #fff;
	/* font: normal 28px "Times New Roman", Times, serif; */
	/* font-family:Verdana, Arial, Helvetica, sans-serif; */
	font-family:Cambria, Geneva, Arial, Helvetica, sans-serif;
	font-size:22px;
	text-align: left;
	margin-top: 0;
}

h2 {
	color: #616cad;
	/* font: normal small-caps 22px "Times New Roman", Times, serif;
	text-align: left;
	margin-top: 0; */
	font-family:Cambria, Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align: left;
	padding-top: 10px;
	margin-bottom:-5px;
}

h3 {
	color: #978f78;
	font: normal bold 18px "Trebuchet MS", "Comic Sans MS", sans-serif;
	text-align: left;
}

/*h4 {
	color: #616cad;
	font: normal small-caps 15px "Times New Roman", Times, serif;
	padding: 15px 0px 20px 0px;
}*/

/*span.sidebartext li{
	color: #616cad;
	font: normal small-caps 15px "Times New Roman", Times, serif;
	padding: 20px 0px 20px 0px;
}*/

.sidebartext li{
color: #616cad;
	font: normal small-caps 15px "Times New Roman", Times, serif;
	padding: 20px 0px 20px 0px;
}

.sidebartext h4{
	color: #616cad;
	font: normal small-caps 15px "Times New Roman", Times, serif;
	 /*padding: 15px 0px 20px 0px; */
	 margin-top: 0px;
	 margin-bottom:0px;
}


h5, h6 {
	font-size: 120%;
	font-weight: bold;
	color: #978f78;
	letter-spacing: 3px;
}

a {
	color: #25307e;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #746e52;
	text-decoration: underline;
	font-weight: bold;
}

.wrapper {
	width: 750px;
	background: #fff url('../images/contentbg.jpg');
	color: #000;
	text-align: left;
	margin: 0 auto;
	border-right: 1px solid #746e52;
	border-left: 1px solid #746e52;
}

/* HEADER AREA SETTINGS */

.header {
	background: url('../images/header.jpg') no-repeat;
	height: 100px;
}



.logo {
	color: #fff;
	font: normal 32pt "Cambria", Times, serif;
	text-align: left;
	/* padding: 40px 0 0 20px; */
	/*padding-top:30px;*/
	padding-left:20px;
	padding-top:5px;
	/* padding-left:20px; */
	width: 380px;
	/*height: 70px;*/
	float: left;
}

.logo p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	/* padding-left:20px; */
	padding-bottom:5px;
}

.global {
	color: #fff;
	text-align: right;
	padding: 8px 20px 0 0;
	width: 330px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
	
.global a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.global a:hover {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}

/* MAIN NAVIGATION SETTINGS */

.mainnav {
	background-color: #746e52;
	padding: 10px;
	float: left;
	width: 230px;
	height: 180px;
	line-height: 30px;
}

.mainnav p    {padding: 0; margin: 0;}

.mainnav a {
	display: block;
	width: 100%;
	color: #e6e1cd;
	text-decoration: none;
	padding: 2px 0;
	border-bottom: 1px solid #e6e1cd;
}

.mainnav a:hover {
	color: #fff;
	text-decoration: none;
	padding: 2px 0;
	border-bottom: 1px solid #fff;
}

/* MAIN IMAGE AREA SETTINGS */

.mainimage {
	background: #fff url('../images/mainimage.jpg');
	color: #616cad;
	font-size: 110%;
	font-weight: bold;
	width: 470px;
	padding: 50px 0 0 30px;
	height: 150px;
	float: right;
}

.mainimage p {padding: 0; margin: 0;}

span.slogan {
	font-size: 150%;
	font-weight: normal;
	line-height: 150%;
}

/* CONTENT AREA SETTINGS */

.content {
	background: #fff url('../images/textbg.jpg') repeat-x;
	width: 460px;
	float: right;
	padding: 4px 20px 10px 20px;
	text-align: justify;
}

.content p {
  font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:125%;
}

.content a:link { color:#3300FF; text-decoration: none; }
.content a:visited { color:#6699CC; text-decoration: none; } 
.content a:hover { color:#000099; text-decoration: underline; }

.contentwide {
	background: #fff url('../images/textbg.jpg') repeat-x;
	width: 710px;
	float: left;
	padding: 4px 20px 10px 20px;
	text-align: justify;
}

.catalog {
	width: 215px;
	padding: 6px;
	float: left;
	text-align: left; 
}

.contact {border: 3px double #c0c0c0; padding: 5px; text-align: left; margin: 20px 0;}
.contact form {margin: 0;}
.contact label {width: 150px; float: left; text-align: right; margin: 3px 5px 5px 5px; clear: both;}
.contactbox {margin: 3px 5px 5px 5px; color: #000000; border: 1px solid #c0c0c0;}
.contactbutton {text-align: center; margin: 5px 0 0 170px; border: none;}

.clear {
	clear: both;
}

/* SIDEBAR AREA SETTINGS */

.sidebar {
	float: left;
	width: 220px;
	padding: 1px 10px 1px 20px;
	font-size: 90%;
}

/* FOOTER AREA SETTINGS */

.footer {
	clear: both;
	background-image: url(../images/footer.jpg);
	color: #fff;
	font-size: 85%;
	text-align: center;
	line-height: 20px;
	height: 45px;
	padding-top: 5px;
}

.footer p {
	margin: 0; padding: 0;
}

.footer a {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

/* IMAGE FLOAT SETTINGS */

.imageleft {
	border: 3px double #c0c0c0;
	margin: 0 15px 2px 0;
	float: left;
}

.imageright {
	border: 3px double #c0c0c0;
	margin: 0 0 2px 15px;
	float: right;
}

ul.experience {
	list-style-type:square;
	list-style-image:url("../images/bullet_go.png");
	line-height:175%;	
}

ul.experience li{
	padding-bottom:1px;
}

ul.NoBullet {
  list-style-type: none;
  margin-left:-45px;
  text-align: center;
  
}

table.MsoNormalTable
	{
	font-size:10.0pt;
	font-family:Arial, Helvetica, sans-serif;color:black;
	
	}
/* li.MsoNormal
	{
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:Arial, Helvetica, sans-serif;color:black;
	margin-left:0cm; margin-right:0cm; margin-top:0cm} */
