/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #b20000;
	text-decoration: none;
	}
	
a:hover {
	color: #006680;
	text-decoration: none;
	}

body {
	background: #666;
	font: normal 62.5% Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

.about li {
	list-style:disc;
}

.about ul {
		padding:0 0 0 2em ;
}	


blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}


h1, h2, h3, h4, h5, h6 {
margin:0;
padding-top: 6px;
font-weight:normal;
}

h1 {
padding:30px 0 25px 0;
font-size:2em;
}

h2 {
padding: 0 0 10px 0;
font-size:1.5em;
}

h3 {
font-size:1.2em;
font-weight:bold;
padding: 10px 0 7px 0;

}


/* misc */


.body_small { color: black; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; text-decoration: none; }
.body_small_art { color: #292929; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; text-decoration: none; }


.clear         { clear:both; }
.left {float: left;}
.right {float: right;}

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold;color:#333;  }
.italic        { font-style:italic; }
.italics bold  { color: #505050; font-style: italic;  }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }


.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
.red			{color: #b20000 }



/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	width: 780px;

}

.character {
	background-image: url(images/home_art.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	width: 361px;
	height: 525px;
	z-index: 5;
	position:fixed;
	}


/* header */


/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 75px;
	margin: 0 auto;
	width: 780px;
	background: #B3C2C7 url(images/header.jpg) no-repeat;
}



/* navigation */
.navigation {	
	background: #D9E1E5 url(img/nav.gif);
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	height: 41px;
}
.navigation a {
	background: #D9E1E5 url(img/nav.gif);
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	background: url(images/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: left;
	width: 150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	padding-top: 35px;
	margin-left:16px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}

.sidenav ul {
	padding: 0;
}

.sidenav li {
	border-bottom: 0px solid #7e7e7e;
	}
	
.sidenav li a {
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}

.sidenav li a:hover {
	background: #efefef;
	color: #b20000;	
}

.red  {
color: #b20000 
}

/* content */
#content {
	float: right;
	margin: 10px 0;
	padding: 10px 16px 0;
	background-image: url(images/home_art.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	color: #333;
	height:550px; 
	width:570px
}

#content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

#content .home {
	margin-top: 15px;
	width: 300px;
	font-family: Palatino, Georgia, serif;
	line-height: 1.3;
	font-size: 130%;
}

#content.leftimage {
	padding: 30px 15px 0 0;
}

#contentcopy {
	float: left;
	margin: 10px 0;
	padding: 30px 0px 5px 30px;
	color: #333;
	width:500px
}

#contentimages {
	float: right;
	margin: 10px 0;
	padding: 30px 0px 5px 0px;
	color: #333;
	width:582px
}

.images {
	float: right;
	width: 200px;
	padding: 0px 0 20px 25px;
	}

/* footer */
.footer {
	border-top: 1px solid #000;
	background: #666;
	color: #000;
	font: normal .8em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}

.testimonial {
	padding: 15px 0 40px;
	border-bottom: solid 1px #333;
}