/*****************************************
  DEFAULT PAGE ATTRIBUTES
*****************************************/
body {
    /* MS browsers need help centering page content.
    text-align should not apply to block-level elements, but
    it does in MS browsers when it's on the BODY tag. */
    text-align: center;
	margin-top: 10px;
	background: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #C5DEEF;
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height:110%;
	}
img {
	border:0px;
	}
A {
	color:#006042;
	text-decoration: none;
	}
A:HOVER {
	Color:#006042;
	text-decoration: underline;
	}
UL {
	margin-top: 0px;
	list-style: disc;
	}
h3{
	color:#006245;
	font-weight:800;
	text-align:left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	margin: 0px;
	padding:2px;
	}
h4{
	color:#006245;
	font-weight:800;
	text-align:left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 13px;
	margin: 0px;
	padding:2px;
	}
h5{
	color:#006245;
	font-weight:800;
	text-align:left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	margin: 0px;
	padding:2px;
	}
h6{
	color:#000000;
	font-weight:800;
	text-align:left;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	margin: 0px;
	padding:2px;
	}
/*****************************************
  LAYOUT FRAMEWORK
*****************************************/
#container {
    /* to center page content the "correct" way */
    margin-left: auto;
    margin-right: auto;
    /* and compensate for the text-align: center on the body */
    text-align: left;
	width:780px;
	background: url(images/mainbg.gif);
	background-repeat: repeat-y;
	background-color: #F1F1F1;
	font-family: Verdana, Arial, Helvetica;
	line-height: 140%;
	}
#header {
	margin-left: auto;
    margin-right: auto;
    /* and compensate for the text-align: center on the body */
    text-align: left;
	height: 100px;
	width: 780px;
	background: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	}
#content {
	padding: 20px 10px 10px 10px;
	}
#footer {
	background: url(images/footbg.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
	padding-top:.8em;
	height: 34px;
	width:780px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color:#3f3f3f;
	font-size:9px;
	}
/****************************************
   INTERIOR PAGES
****************************************/
#nav_container {
	width:110px;
	text-align:left;
	float:left;
	}
#nav {
	background: url(images/sidenavbg.gif);
	background-repeat:repeat-y;
	background-color:transparent;
	}
#navtop {
	background: url(images/sidenavtop.gif);
	background-repeat:no-repeat;
	height:10px;
	}
#navbottom {
	background: url(images/sidebottom.jpg);
	background-repeat:no-repeat;
	height:88px;
	margin-top:30px;
	}
#main {
	float:left;
	padding-left:10px;
	width:630px;
	overflow:hidden;
	}
#main_left {
	width:300px;
	float:left;
	}
#main_right {
	width:300px;
	float:right;
	}
/*****************************************
  BOX ELEMENTS
*****************************************/
#home {
	background: url(images/homebg.jpg);
	background-repeat: repeat-x;
	background-color:#B8D671;
	border: 1px solid #000000;
	width: 440px;
	overflow:hidden;
	padding:5px;
	font-size: 14px;
	line-height: 120%;
	text-align:center;
	color:#E7E7E7;
	font-weight:600;
	}
#home td {
	margin-left: auto;
	margin-right: auto;
	}
#greenbox {
	background: url(images/greenbox.gif);
	background-repeat: no-repeat;
	margin-left:5px;
	margin-right:5px;
	padding:8px;
	height:144px;
	color:#FFFFFF;
	}
#tagbox {
	background: url(images/tagbox.gif);
	background-repeat: no-repeat;
	font-size:13px;
	text-align:center;
	margin:5px;
	padding:8px;
	color:#FFFFFF;
	}
/*****************************************
  OTHER CONTENT TYPES
*****************************************/
#opencube {
	float:right;
	padding-top:17px;
	}
#phone {
	font-size:15px;
	font-weigth:stronger;
	font-style:italic;
	padding-right:10px;
	text-align:right;
	float:right;
	color:#999999;
	padding-top:8px;
	line-height:150%;
	}
#left_column {
	width:300px;
	float:left;
	background: url(images/leftcolbg.jpg);
	background-repeat: repeat-x;
	background-color:#C1D6CF;
	text-align:center;
	}
#right_column {
	float:right;
	width:450px;
	}
#smallindex {
	padding-left:3px;
	float:left;
	width:134px;
	}
#heading {
	color:#003300;
	font-size:22px;
	line-height:110%;
	text-align:center;
	vertical-align: middle;
	width:300px;
	height:118px;
	font-weight:stronger;
	background: url(images/world.png);
	background-repeat: no-repeat;
	background-position: top center;
	}
.clear{height:.1px; clear:both;}
/*****************************************
  TEXT STYLES
*****************************************/
.focus{color:#FFFFFF; font-size:13px; line-height:110%; font-weight:600; text-decoration:underline;}
.button{color:#666666; font-size:14px; font-weight:600; margin-bottom:10px; height:16px;}
.custom{font-size:12px; color:#000000; font-weight:800;}