/*--------------------------------------------------------------------------- */
/* TITLE: STRUCTURE.CSS */
/* PURPOSE: ALL SITE PAGE STRUCTURE STYLES */
/* --------------------------------------------------------------------------- */


/* --------------------------------------------------------------------------- */
/* BODY &lt;body/&gt;: centered */
/* --------------------------------------------------------------------------- */

body 
{
	padding: 0px;
	border : 0px;
	width: 800px;
  	margin: 0 auto;
  	text-align: left;
}

/* Default font size, line height */
body, td 
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 16px;
}

/* Defaults for all &lt;div&gt; */
div
{
	padding: 0px;
	margin : 0px;
	border : 0px;
}

img {border:none;}

p, h1, h3, h4 {padding-top:0px; margin-top:0px;}


/* --------------------------------------------------------------------------- */
/* HEADER AREA */
/* --------------------------------------------------------------------------- */

/* Background images, etc, for header. */
#header
{
	padding-top:20px;
	padding-bottom:20px;
	height: 30px;
	border-bottom: 1px solid #cccccc;
}

#logo {float:left;}


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

/*  Move the box around with this, Set box backgrounds, Set widths here. */
#leftColumn
{
	width: 372px;
	float: left;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#leftInnerColumn
{
	width: 50%;
	float: left;
}

#rightInnerColumn
{
	padding-top: 1px;
}

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

/* Move the box around with this, Set box backgrounds, Set widths here. */

#rightColumn
{
	padding-top: 25px;
	float: left;
	width: 400px;
}

/* --------------------------------------------------------------------------- */
/* BOXES */
/* --------------------------------------------------------------------------- */

.box
{
	width:400px;
	margin-bottom: 25px;
}

.photobox {
	width:250px;
	height: 250px;
	float:left;
	border: 1px solid #333333;
}

.boxtext {width:155px;float:right;}

.boxtext p {
	font-size:10px;
}


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

#footer
{
	border-top: 1px solid #cccccc;
	text-align: center;
	font-size: 12px;
	color: #666666;
	padding: 25px 0 25px 0;
	clear: both;
}

/* --------------------------------------------------------------------------- */
/* NAVIGATION MENU */
/* --------------------------------------------------------------------------- */

#nav
{
	float: right;
}

ul.navmenu,  ul.navmenu li, ul.navmenu li a
{
	display: inline;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
	list-style-type: none;
}

ul#navmenu li
{
  line-height: 20px;
  display: inline;
  float: left;
  margin: 0 0 0 25px;
}

/* hover */
ul#navmenu li a:hover
{
	color: #1a357c;
}

* html ul.navmenu li a
{
	display: inline;
}


/* --------------------------------------------------------------------------- */
/* CONTACT AREA */
/* --------------------------------------------------------------------------- */

#contact p {text-align:left;}

#contact label { float:left; width: 100px; height: 28px;}

#contact input.text,textarea { width:300px; padding:3px;margin:1px 0;border:1px solid #ccc; }

#contact input.submit, checkbox { padding:2px 5px; margin-left: 100px; margin-top: 15px;}


/* --------------------------------------------------------------------------- */
/* OTHER CSS */
/* --------------------------------------------------------------------------- */

h1 {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal !important;
	color: #000;
}

h3 {
	font-weight: normal;
}

a, a:active, a:visited {
	color: #006600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Random Styles */

.caption {
	color: #666666;
	font-size: 10px;
	margin: 10px 0 0 0;
}

.left {float:left;}

.right {float:right;}

.clear {clear:both;}
