/* GENERAL */

html  {
    margin: 0px;
    padding: 0px;}


body {
    background: #8c826f;
    font-family: verdana, helvetica, univers, arial, sans-serif;
    font-size:.72em;
    text-align: center;
    color:#eeeeee;}

a {
    color: #ffffff;
    text-decoration: none;
    font-weight:bold;}

a:hover {
    color: #333333;}



/* POSITIONAL */


#boxPos {
    position: absolute;
    left: 50%;
    top:0px;}

#box {
    position: absolute;
    width: 765px;
    left:-381px;}



/* TOP STRIP */

#stripTop {
    position:relative;
    top:0px;
    height:100px;}

#picHome {
    position:absolute;
    top:10px;
    left:152px;
    border: 1px solid #D6D2CB;}

#title {
    position:absolute;
    top:15px;
    left:455px;}


/* NAV STRIP */

#stripNav {
    position:relative;
    top:10px;
    height:100px;}



/* STYLE */

.pic {
    border: 1px solid #D6D2CB;
    margin:5px 0px 0px 0px;
    width:145px;}

.picNoBorder	img {
    border: 0px solid #D6D2CB;}

.picLink {
    float:left;
    padding:5px 5px 0px 0px;
    text-align:center;}

.picLink a {
    color:#ffffff;
    font-size:1.6em;
    font-family:georgia;
    font-weight:normal;}

.picLink a:hover {
    color:#333333;}



.picLink img			{border: 0px solid #D6D2CB;}

.picLink a img			{border: 1px solid #D6D2CB;}

.picLink a:hover img		{border: 1px solid #333333;}



.picNoLink				{float:left;

					text-align:center;}



.picLinkOn				{float:left;

					padding:5px 5px 0px 0px;}



.picLinkOn a 			{font-size:1.6em;

					font-family:georgia;

					font-weight:normal;

					color: #333333;

					text-align:center;}



.picLinkOn a img			{border: 1px solid #333333;}





.picLinkSub				{padding:5px 5px 0px 0px;

					text-align:left;

					}



.picLinkSub a 			{color:#ffffff;

					font-size:.8em;

					font-weight:normal;}



.picLinkSub a:hover		{color:#333333;}



.picLinkSub a img			{border: 1px solid #D6D2CB;}

.picLinkSub a:hover img		{border: 1px solid #333333;}



#sideLinks {
    padding:10px;
    font-size:0.8em;
    font-family: times;
    }

#sideLinks a {
    font-weight:normal;
    }



/* CONTENT */

b					{
    color: #ffffff;}


#mainPos				{
    position:absolute;
    top:250px;
    left:140px;
    width:610px;
    padding:10px;
    border: 0px solid #D6D2CB;
    text-align:left;
    line-height:1.5em;}


.leftImages				{
    position:absolute;
    top:250px;
    left:20px;
    text-align:center;
    font-size:.95em;}



.leftImages	img			{
    border: 1px solid #D6D2CB;}


.title				{
    color:#eeeeee;
    font-size:1.5em;
    font-family:georgia;
    font-weight:normal;}

.txtDisplay				{
    float:right;
    width:225px;
    padding:0px 0px 20px 35px;}

.imgDisplay				{
    float:right;
    width:325px;
	padding:0px 0px 20px 25px;}



.imgDisplay .picLink		{text-align:center;}



.imgDisplay	img			{margin:0px 0px 3px 0px;

					}



.imgDisplay ul			{font-size:.95em;}



.imgBorder				{border: 1px solid #D6D2CB;}



.homeContent			{position:absolute;

					top:250px;

					left:320px;

					width:420px;

					border: 0px solid #D6D2CB;

					text-align:left;

					line-height:1.5em;}



.formfill				{font-size:10px;

					color:#333333;}



.dotted {

	border-top:1px #c6c1b7 dotted;

	margin:10px 0;

	}





.quote {

	color:#d8d4ce;

	font-size:1.4em;

	font-family:georgia;

	line-height:1.4em;

	font-weight:normal;

	padding:0px 0 10px 45px;

	margin:30px 0 20px 0;

	background: url(../images/blockquote.gif) no-repeat left top;	

	}



.quote small	{

	font-size:.6em;

	font-family:verdana;

	font-weight:bold;

	color:#fff;

	}





#footer {
	clear:both;
	border-top:1px #c6c1b7 solid;
	color:#c6c1b7;
	margin:20px 0;
	padding:3px 0;
	font-size:.9em;
	}


#footer .right {
	float:right;
	}




