@charset "utf-8";
/* CSS Document */

/*
Designed by Flow New Media (www.brandnewflow.com
*/

html, body { height: 100%; }

* {
	margin: 0;
	padding: 0;
}


body, th, td, input, textarea {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	color: #333333;
}

form {
}

fieldset {
}

input, textarea, select {
	font-weight: normal;
	font-size: 11px;
	color: #666666;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	font-size: 11px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	background-image: url(../images/public/inside/bg_button.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFFFFF;
	width: 60px;
	background-color: #009900;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow:visible;
	border: 1px solid #339966;
}

h1 {
	font-size: 24px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Tahoma, sans-serif;
	color: #003366;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

h2 {
	letter-spacing: -0.05em;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	color: #316AC5;
	text-decoration: none;
	margin-bottom: 3px;
	margin-top: 16px;
}

h3 {
	font-size: 16px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	color: #336600;
	text-decoration: none;
	padding: 7px 0px;
	text-transform: uppercase;
}

h4 {
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	color: #009966;
	text-decoration: none;
	margin-bottom: 3px;
	margin-top: 5px;
}


p, ul, ol, ol li p {
	margin-top: 1em;
	line-height: 1.6em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #4F333E;
}

a:hover {
	border: none;
}

a img {
	border:none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #00B4CE;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #006633;
}

hr {
	color: #ECE9D8;
	background-color: #ECE9D8;
	height: 1px;
	width: auto;
}

strong {
	font-weight:bold;
	}
	
em {
	font-style: italic;	
	}
/* Wrapper */

#wrapper {
	width: 800px;
	min-height: 100%;
	height: 100%;
	padding: 0;
	background-image: url();
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

html>body #allthings{ height: auto; }
html>body #wrapper { height: auto; }

#menu {
	height: 38px;
	width: auto;
	float: right;
	margin-top: 102px;
	margin-right: 8px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	letter-spacing: 0px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 17px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
}

#menu a:hover {
	color: #C6EC7D;
}


/*  Layout Styles */

#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.body-inside {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/public/inside/bg_inside_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}  

/* Header */

#header {
	width: 800px;
	height: 420px;
	padding: 0px;
	background-color: #FFFFFF;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 100%; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-image: url(../images/public/home/bg_strip.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #D7F1EA;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px; /* padding keeps the content of the div away from the edges */
	margin-top: 10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#mainContent {
	width: 800px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*  Homepage Layout */
/* Layout: 
---------------------------------------------------------------- */
.wrap {
	width: 800px !important;
	margin: 0 auto;
	padding: 0;
	z-index: 900;
	border: 0 !important;
	position: relative;
}
#logo {
	width: 243px;
	height: 140px;
	float: left;
	display: block;
	z-index: 1;
	margin-bottom: 10px;
	padding-right: 25px;
	padding-left: 12px;
}
#recentNews {
	width: 280px;
	height: 230px !important;
	min-height: 230px;
	height: 340px;
	float: left;
	background-color: #FFFFFF;
	background-image: url(../images/public/home/bg_news.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	padding-right: 10px;
	padding-left: 10px;
}
    #recentNews p a {
        color: #fff;
        border-color: #fff;
    }
    #recentNews p a:hover {
        border-color: #0f4161;
    }

#featureImg {
	float: right;
	width: 473px !important;
	height: 415px !important;
	position: relative;
	margin-left: 5px;
	padding-top: 10px;
}
    #featureImg img {
        border: 0;
        margin: 0;
    }
  
#mainFeature {
	clear: both;
	background-color: #CDEDE5;
	background-image: url(../images/public/home/bg_strip.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 196px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 0px;
}
#mainFeature #blurb {
	margin-left: 50px;
	margin-right: 10px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	width: 200px;
	float: left;
    }
#mainFeature #team {

    }
#BannerAd {
	float: right;
	height: 400px;
	width: 120px;
	padding-left: 10px;
	padding-top: 10px;
}
#Parents {
	margin-top: 10px;
	position: relative;
	height: auto !important;
	min-height: 80px;
	height: 1%;
	float: left;
	width: 330px;
	margin-right: 10px;
	background-image: url(../images/public/home/bg_parents.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	padding: 20px 10px 0px 15px;
}
#Parents h2 {
	font-size:18px;
	color:#ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
#Parents img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

#Articles {
	height: auto !important;
	min-height: 270px;
	height: 70px;
	float: left;
	width: 330px;
	margin-right: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/public/home/bg_articles.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#Articles h2 {
	font-size:18px;
	color:#ffffff;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}
#Articles img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
#Articles p {
	display: block;
	clear: right;
	width: 300px;
}

#Support {
	font-size: 140%;
	float: right;
	width: 290px;
	background-image: url(../images/public/home/bg_support.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 175px;
	margin: 10px 0px 5px 0px;
	padding: 10px 10px 15px 5px;
}
#Support h2 {
	font-size:18px;
	color: #FFFF99;
	margin-bottom: -12px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#Support ul {
	margin-left: 25px;
}

#Support li {
	font-size: 13px;
	text-align: left;
	list-style-type: none;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 22px;
}
#Support li a{
	color:#FFFFFF;
	border:none;
}
#Support li a:hover{
	color:#FFFFFF;
	border-bottom: 1px solid #ffffff;
}
#Products {
	padding-left: 0px;
	font-size: 140%;
	width: 315px;
	height: 189px;
	margin-top: 10px;
	float: right;
}
#Products a {
	border:none;
}
#testimonials {
    width: 371px;
    height: auto !important;
    min-height: 487px;
    height: 487px;
    background: #009cff url(img/bottom-divider-bottom.gif) no-repeat bottom right;
    float: right;
    position: relative;
    padding: 0 0 10px;
    margin: 10px 0 0;
}
/* Inside Pages */

#header-inside {
	height: 210px;
	width: 800px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/public/inside/bg_header_inside.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#logo-inside {
	float: none;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 200px;
	margin-left: 200px;

}
#section-nav {
	float: right;
	clear: both;
	width: 240px;
	margin-top: 20px;
	padding-top: 40px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	background-image: url(../images/public/inside/bg_sectionnav.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 240px;
}
#section-nav ul {
	margin-left: 25px;
}
#section-nav a {
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
}
#section-nav ul li {
line-height:22px;
}
#section-nav a:hover {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #FFFFFF;
}
#section-nav h3 {
	text-transform: capitalize;
	color: #006699;
	text-align: center;
}


#sidemenu {
	float: right;
	clear: both;
	width: 235px;
	margin-top: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/public/inside/bg_sidemenu.gif);
	background-repeat: repeat;
	background-position: left top;
	margin-bottom: 0px;
	height: auto;
}
#sidemenu .inside img {
	margin-bottom: 10px;
}

#sidemenu .inside {
	width: 235px;
	padding-left: 0px;
	padding-right: 0px;
}

#sidemenu #sidemenu-bottom {
	background-image: url(../images/public/inside/bg_sidemenu_bottom.gif);
	height: 18px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: left top;
}

#sidemenu #sidemenu-top {
	background-image: url(../images/public/inside/bg_sidemenu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	height: 22px;
}

#products-inside {
	float: right;
	clear: both;
	width: 250px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#InsideContent {
	margin-right: 250px;
	margin-bottom: 10px;
	margin-top: 35px;
	padding-right: 10px;
	padding-left: 5px;
}
.galleries{
	margin-right: 50px;
	margin-bottom: 10px;
	margin-top: 55px;
	padding-right: 10px;
	padding-left: 5px;
	width:730px;
}
#InsideContent #breadcrumbs {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #3D3329;
	text-decoration: none;
	padding-bottom: 20px;
	margin-bottom: 5px;
}
#InsideContent #breadcrumbs a, #InsideContent #breadcrumbs a:hover {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}
#InsideContent img{
	padding: 0px 10px 10px 2px;
}
#InsideContent a img{
	border:none;
}
#InsideContent ul{
	margin-left: 25px;
}

#InsideContent ul li{
	background-image: url(../images/public/inside/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	list-style-type: none;
	padding-left: 15px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
#InsideContent ol li, #InsideContent ol li ol li{
	list-style-type: decimal;
	padding-left: 15px;
	margin-left: 10px;
	background-color: #FFFFFF;
}


#InsideContent ul li ul li, #InsideContent ol li ul li{
	background-image: url(../images/public/inside/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	list-style-type: none;
	padding-left: 15px;
	margin-left: 10px;
	font-size: 13px;
	font-weight: normal;
	background-color: #FFFFFF;
}

#InsideContent td{
	padding: 3px 4px;
	font-size: 13px;
	text-align: left;
	vertical-align: top;
}

#InsideContent td a img{
	border:none;
	padding:0px;
	margin:0px;
}
#InsideContent td img{ 
	border:none;
	padding:0px;
	margin:0px;
}
#InsideContent a{
	font-size: 13px;
	background-color: #EFF8F4;
	padding: 1px;
	line-height: 18px;
	}
#InsideContent ol li p {
	font-size: 13px;
	font-weight: normal;
}
#InsideContent a:hover{
	font-size: 13px;
	background-color: #D5EAFF;
	padding: 1px;
	}
#searchbox-inside {
	height: 28px;
	width: 200px;
	margin-top:px;
	padding-top: 21px;
	padding-left: 36px;
	background-color: #ffffff;
}
.box {
	border:1px solid #FFFFFF;
	width: 120px;
	margin-right: 13px;
	font-size: 11px;
	color: #666666;
}
#InsideContent form input {
	margin:5px 0px 0px 0px;
	width: 200px;
}
#InsideContent form label {
	width: 200px;
}
#InsideContent form textarea{
	margin:5px 0px 5px 0px;
}
/* Footer 
---------------------------------------------------------------- */
#footer {
	clear: both;
	width: 800px;
	height: 130px;
	margin: 0 auto 10px auto;
	padding: 5px 0px 10px 0px;
	background-image: url(../images/public/home/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer #legalese {
	padding: 10px;
	font-size: 11px;
}
#footer p {
	margin: 0 0 10px 0;
}
#footer a {
	color: #22697D;
	text-decoration: none;
	border:none;
}
/* News Manager styles */

#getnewsdetails {
	color: #333333;
	width: 530px;
	margin-top: -10px;	
}

div.getnewslinksforshort {

}
div.news-details {

	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;	
}
div.news-details img.floatleft{
	float:left;
	padding:10px 10px 10px 0px;
}
div.news-list {

	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;	
}

div.parentcategory, div.category {
	visibility:hidden;
	height: 0px;
}

div.news-list-item {

}

div.news-link a{
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 5px;
	font-weight: bold;
}

div.news-link a:hover{
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	padding-bottom: 5px;
	font-weight: bold;
}

div.news-link a:visited{
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	padding-bottom: 5px;
	font-weight: bold;
}

div.news-link2 {
	font-size: 12px;
	color: #3399CC;
	text-decoration: none;
	padding-bottom: 15px;
	font-weight: bold;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

div.news-title {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;	
}

div.news-author {
	color: #333333;
	font-size: 11px;
	font-style: italic;
}


div.anchor {

}

div.news-date {
font-family:"Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
		font-weight: bold;
	color: #333333;
	text-decoration: none;
}

div.news-desc {
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}



/* Extra Styles */
img.floatright {
	float:right;
	padding: 10px 0px 10px 10px;
}

img.floatleft {
	float:left;
	padding:10px 10px 10px 0px;
}
.highlight {
	background-color: #FFFFCC;
	padding: 1px;
}
