body
{
	margin: 0;
	padding: 0;
	font: 11px/170% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	text-align: center;
	color: #333;
	background-color: #D6D6D6;
}

a:link { color: #B52C07; }
a:visited { color: #600; }

a:hover, a:active
{
	color: #fff;
	background-color: #B52C07;
}

h2
{
	color: #B52C07;
	font: 120% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #5B5E0E;
	font: 106% "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-weight: bold;
	margin-top: 0;
}

#quotebox
{
	width: 145px;
	font-size:0.94em;
    border-bottom: 1px dotted #666;
    padding-top: 1em;

}

#quotebox a:hover, div#quotebox a:link, div#quotebox a:visited, div#quotebox a:active { 
	color: #fff; 
	background-color: #fff;
}

#quotebox p
{
	font-style: italic;
}

#quotebox h1
{
	font-size:1.0em;
	text-align: right;

}



#messagebox
{
	width: 145px;
	font-size:0.94em;
	color: #ff0000;
    border-bottom: 1px dotted #666;
    padding-top: 1em;

}


#newsbox
{
	width: 145px;
	font-size:0.94em;
    border-bottom: 1px dotted #666;
    padding-top: 1em;
}

#newsbox h1
{
	font-size:1.0em;
    text-align: left;
    padding-top: 1em;

}

#messagebox p
{

}

#messagebox h1
{
	font-size:1.0em;
	text-align: right;

}



#contentbox
{
	width: 145px;
	
    border-bottom: 1px dotted #666;
    padding-top: 1em;

}

#container
{
	margin: 1em auto;
	width: 750px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: 576px 15px;
	text-align: left;
	background-color: #fff;
	border: 1px none #fff;
}

#header
{
	height: 45px;
	width: 100%;
	border-bottom: 1px solid #fff;
	position: relative;
	border: 1px none #fff;
	border-bottom: 1px solid #fff;
}

#header h1
{
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }



/* begin css tabs */

#tabnav
{
	/*background-color: #091978;*/
}

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; /* set font as desired */
border-bottom: 1px solid #faab53; /* set border COLOR as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4, body#tab5 li.tab5, body#tab6 li.tab6{ /* settings for selected tab */
border-bottom: 1px solid #ffffff; /* set border color to page background color */
background-color: #ffffff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a, body#tab5 li.tab5 a, body#tab6 li.tab6 a{ /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 3px 4px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border: 1px solid #faab53; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #fff; /* set unselected tab background color as desired */
color: #666; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #faab53; /* set desired hover color */
}

/* end css tabs */



/* boxes */
.equal {
		display:table;
		border-collapse:separate;
	}
	.row {
		display:table-row;
	}
	.row div {
		display:table-cell;
	}

.equal {
		margin:10px auto;
		border-spacing:10px;
		background:#fff;
		width:100%;
	}
	.row div {
		background:#fff;
	}
	.row div.one {
		width: 33%;
	}
	.row div.two {
		width: 33%;
	}
	.row div.three {
		width: 33%;
		/*vertical-align:middle;*/
	}
	.row div h2 {
		margin:0 0 0.5em 0;
		padding:0.5em 10px;
		font-size:1.2em;
		color:#fff;
		background:#595B30;
	}
	.row div p {
		font-size:0.94em;
		margin:0.5em 0;
		padding:0 10px;
	}
	
/* end boxes */


/* application box */
.application {
		display:table;
		border-collapse:separate;
	}
	.approw {
		display:table-row;
	}
	.approw div {
		display:table-cell;
	}

.application {
		margin:10px auto;
		border-spacing:5px;
		background:#fff;
		width:100%;
		padding:0.0em 0px 15px;
		border-bottom: 1px solid #faab53;
	}
	.approw div {
		background:#fff;
	}
	.approw div.icon {
		width: 33%;
		
	}
	.approw div.apptext {
		width:67%;
		vertical-align: bottom;
	}
	.approw div h1 {
		margin:0 0 0.5em 0;
		padding:0.5em 10px;
		font-size:115%;
		color:#333;
		background:#fff;
	}
	.approw div h2 {
		margin:0 0 0.5em 0;
		padding:0.0em 10px;
		font-size:225%;
		color:#000;
		background:#fff;
	}
	.approw div h3 {
		margin:0 0 0.5em 0;
		padding:0.0em 10px;
		font-size:125%;
		color:#333;
		background:#fff;
	}
	.approw div p {
		font-size:0.94em;
		margin:0.5em 0;
		padding:0 10px;
	}
/* end application box */

#menu
{
	float: right;
	width: 165px;
	/*height: 400px;*/
	border-left: 1px solid #faab53;
	padding-left: 15px;
}

#contents { margin: 0 200px 40px 20px; }
#contents p { line-height: 165%; }
.blogentry { border-bottom: 1px solid #C5C877; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	background-color: #faab53;
	color: #333;
	text-align: right;
	font-size: 85%;
}

#skipmenu
{
	position: absolute;
	left: 0;
	top: 5px;
	width: 645px;
	text-align: right;
}

#skipmenu a
{
	color: #666;
	text-decoration: none;
}

#skipmenu a:hover
{
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

.centeredImage
{
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
	border: none;
}


