body, p, table, div {
	font-family: verdana, helvetica, Tahoma, Arial, sans-serif;
}
body {
	background-color:white;
	font-size:12px;
}
p {
	text-indent:15px;
	line-height:20px;
}

td {
	text-align:justify;
}

.vtop {
	vertical-align:top;
}

.max-height {
	height:100%;
	min-height:100%;
	table-layout:fixed;
}

ul.markers {
	padding:0px 0px 0px 15px;
	margin:0px;
}

ul.markers li {
	list-style-image:url(./images/list-marker.png);
	list-style-position:0% 50%;
	list-style-type:none;
	padding:0px;
	margin:3px 0px;
}

.upper-container {
	width:715px;
}

.bg-container {
	background: white url(images/bg.jpg) no-repeat 0 0; /* #76A5EB */
	width:710px;
	height:580px;
	overflow:visible;
	vertical-align:top;
	border-left:solid 1px #F6F6F6;
}
.main-content {
	margin:10px;
	text-align:center;
}
.header-container {
	height:100px;
	color:white;
	text-align:left;
}
.header-container a{
	text-decoration:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border-style:none;
}
.header-container img{
	border-style:none;
	border-width:0pt;
}
.header-container h1 {
	font-size:1px;
	color:#76A5EB;
	background: transparent url(./images/header-title.png) no-repeat 0 0;
	height:20px;
	width:274px;
	float:left;
	margin:5px 0px 0px 120px;
	padding:0px;
}

.header-text {
	color:#F5F5F5;
	float:right;
	font-size:8px;
	font-weight:bold;
	margin-right:25px;
	text-align:right;
	width:240px;
}

/* TOP MENU STYLES */
.menu-container {
	height:40px;
	font-size:12px;
}
.menu {
	height:30px;
	position:relative;
	left:60px;
	padding:0px;
	margin:10px 0px 0px 0px;
}
.menui-tem {
	margin:0px 20px 0px 0px;
	height:26px;
	float:left;
}
#about {
	background: transparent url(./images/menu-about.png) no-repeat 0 0;
	width:60px;
}
#news {
	background: transparent url(./images/menu-news.png) no-repeat 0 0;
	width:40px;
}
#resources {
	background: transparent url(./images/menu-resources.png) no-repeat 0 0;
	width:70px;
}
#howHelp {
	background: transparent url(./images/menu-help.png) no-repeat 0 0;
	width:100px;
}
#contact {
	background: transparent url(./images/menu-contact.png) no-repeat 0 0;
	width:70px;
}
* html #about { /* for I.E. */
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://guardianc.kressdevelopments.com/assets/templates/gc/images/menu-about.png", sizingMethod="image");
}
* html #news { /* for I.E. */
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://guardianc.kressdevelopments.com/assets/templates/gc/images/menu-news.png", sizingMethod="image");
}
* html #resources { /* for I.E. */
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://guardianc.kressdevelopments.com/assets/templates/gc/images/menu-resources-active.png", sizingMethod="image");
}
* html #howHelp { /* for I.E. */
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://guardianc.kressdevelopments.com/assets/templates/gc/images/menu-help.png", sizingMethod="image");
}
* html #contact { /* for I.E. */
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://guardianc.kressdevelopments.com/assets/templates/gc/images/menu-contact.png", sizingMethod="image");
}
.submenu {
	width:160px;
	font-size:12px;
	color:black;
	position:absolute;
}
.submenu-top {
	background: transparent url(./images/submenu-top.png) no-repeat 0 0;
	height:20px;
}
.submenu-center {
	background: transparent url(./images/submenu-bg.png) repeat-y 0 0;
	position:static;
}
.submenu-center div {
	margin:0px 10px;
	height:20px;
}
.submenu-bottom {
	background: transparent url(./images/submenu-bottom.png) no-repeat 0 0;
	height:10px;
}
* html .submenu-top { /* for I.E. */
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://guardianc.kressdevelopments.com/assets/templates/gc/images/submenu-top.png", sizingMethod="scale");
}
* html .submenu-center { /* for I.E. */
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://guardianc.kressdevelopments.com/assets/templates/gc/images/submenu-bg.png", sizingMethod="scale");
	height:100%;
}
* html .submenu-bottom { /* for I.E. */
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://guardianc.kressdevelopments.com/assets/templates/gc/images/submenu-bottom.png", sizingMethod="scale");
}

* html .menu-hr { /* for I.E. */
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://guardianc.kressdevelopments.com/assets/templates/gc/images/hr.png", sizingMethod="scale");
	margin:0px auto;
	width:640px;
}
/* END TOP MENU STYLES */

.menu-hr {
	background: transparent url(./images/hr.png) repeat-x 0 0;
	height:9px;
	margin:0px auto;
	width:640px;
}

.content-container {
	color:#00437F;
	min-height:360px;
	margin:0px auto;
	padding: 0px;
	/*width:640px;*/
	font-size:12px;
	text-align:justify;
	position:relative;
	width:100%;
	background: transparent url(images/menu_bgr.png) repeat-y top left;
}

.content-container table{
	color:#00437F;
	margin:0px auto;
	padding: 0px;
	font-size:12px;
	text-align:justify;
}

.column-right {
	margin-left:210px;
	padding-left:10px;
	width:450px;
}

.menu-hr {
	margin:0px auto;
	width:640px;
}

.footer-container {
	height:55px;
	width:690px;
	text-align:center;
	clear:both;
	margin-top:20px;
}

.footer-text {
	color:#666666;
	font-size:9px;
	font-weight:solid;
	text-align:center;
}

.footer-left {
	background: #ffffff;
	width:140px;
	height:25px;
	float:left;
	position:relative;
	top:25px;
}
.footer-left a{
	border: 0px solid white;
	width:140px;
	height:25px;
}
.footer-left img{
	border: 0px solid white;
	width:140px;
	height:25px;
}
* html .footer-left { /* for I.E. */
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://guardianc.kressdevelopments.com/assets/templates/gc/images/goodsearch.png", sizingMethod="image");
}
.footer-center {
	font-size:10px;
	color:#4e4e4e;
	text-align:center;
	position:relative;
	top:35px;
}
.footer-right {
	width:130px;
	height:55px;
	float:right;
}
.footer-right input {
	background:transparent url(./images/donate.gif) no-repeat 0 0;
	width:128px;
	height:52px;
	border: 0px solid white;
}

.border-topright {
	width:5px;
	height:5px;
	background:white url(./images/border-top-right.gif) no-repeat 0 0;
	font-size:1px;
}
.border-right {
	width:5px;
	background:transparent url(./images/border-right.gif) repeat-y 0 0;
	font-size:1px;
}
.border-bottomleft {
	width:5px;
	height:5px;
	background:transparent url(./images/border-bottom-left.gif) no-repeat 0 0;
	font-size:1px;
}
.border-bottom {
	height:5px;	
	background:transparent url(./images/border-bottom.gif) repeat-x 0 0;
	font-size:1px;
}
.border-bottomright {
	width:5px;
	height:5px;
	background:transparent url(./images/border-bottom-right.gif) no-repeat 0 0;
	font-size:1px;
}

img.demoPhoto {
	float:right;
	clear:both;
}