@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 5px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	margin: 5px 0 5px 0;
	padding: 0;
	color: #000099;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #000099;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #000099;
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	padding: 0 0 0 1px;
	margin: 0;
	height: 100px;
	background-image: url(/assets/uploads/image/design/header-bg.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
}
#header p {
	margin: 0;
	padding: 0;
}
#header .logo { 
	/*background-color: #FFFFFF;*/
	padding: 10px;
	height: 78px;
	width: 200px;
	margin: 0;
	float: left;
}
#header .tips { 
	float: right;
	margin: 20px 20px 0 0;
}
#header .links { 
	float: right;
	margin: 15px 10px 0 0;
}
#navbar {
	background-color: #000099;
	border-bottom: 2px solid #cdced1;	
	height: 30px;
	margin-top: 2px;
}
#navbar .button1, #navbar .button {
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px;
}
#navbar .button {
	border-left: 1px solid #cccfe9;
}
.subnav {
	display: none; 
	height: 30px; 
	background-color: #cdced1;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 145px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
#login {
	margin-top: 2px;
	margin-bottom: 5px;
}
#testimonials {
	background-image: url(/assets/uploads/image/design/testimonials-bg-new.gif);
	background-repeat: repeat-x;
	margin-bottom: 5px;
	padding: 5px;
	border: 2px solid #b7cde7;
}
#testimonials p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000099;
}
#testimonials h2 {
	margin: 0;
	padding: 0;
	color: #000099;
	font-size: 18px;
	font-weight: bold;
}
#mainContent { 
	margin: 0 150px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent h2.title { 
	border-top: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	padding: 3px 0 3px 0;
	margin: 0;
}
#breadcrumbs {
	padding: 10px;
}
#breadcrumbs a {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#breadcrumbs a:hover {
	text-decoration: underline;
	color: #cc0000;
}
#teasers {
	height: 170px;
	margin-top: 10px;
}
#teasers h2 {
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0;
}
#teasers a {
	color: #000000;
	text-decoration: none;
}
#teasers a:hover {
	color: #cc0000;
	text-decoration: underline;
}
#teasers p {
	font-size: 10px;
	margin: 0;
	padding: 0;
}
#teasers .teaser {
	background-image: url(/assets/uploads/image/design/teaser-bg.gif);
	background-repeat: no-repeat;
	width: 125px;
	padding: 10px;
}
#column1 {
	height: 462px;
	width: 140px;
	padding: 10px 1px 10px 8px;
	float: left;
	background-color: #060c7a;
	color: #FFFFFF;
}
#column1 .button1OLD {
	background-image: url(/assets/uploads/image/design/button1-bg.gif);
	padding: 3px 3px 0px 5px;
	width: 132px;
	height: 22px;
}
#column1 .button1, #column1 .button3 {
	background-color: #D7D8D8;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px 3px 3px 5px;
	width: 132px;
}
#column1 .button2OLD {
	background-image: url(/assets/uploads/image/design/button2-bg.gif);
	padding: 2px 2px 0px 8px;
	width: 130px;
	height: 18px;
}
#column1 .button2 {
	background-color: #e9e9ed;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 3px 3px 3px 8px;
	width: 129px;
}

#column1 a.link1 {
	font-size: 12px;
	color: #1818a0;
	text-decoration: none;
}
#column1 a.link1:hover {
	text-decoration: underline;
}
#column1 a.link2 {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
#column1 a.link2:hover {
	text-decoration: underline;
}

#column2 {
	width: 470px;
	float: left;
	margin-left: 10px;
}
#sideimages {
	width: 150px;
	float: right;
	margin: 0;
}
#sideimages .sideimage {
	width: 140px;
	padding: 5px 0 5px 5px;
}

#footer { 
	height: 58px;
	padding: 20px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(/assets/uploads/image/design/footer-bg.gif);
	background-repeat: repeat-x;
} 
#footer a { 
	color: #FFFFFF;
	text-decoration: none;
} 
#footer a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
} 
.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;
}

/* borders */
.border-top {
	border-top: 1px solid #cccfe9;
}
.border-right {
	border-right: 1px solid #cccfe9;
}
.border-bottom {
	border-bottom: 1px solid #cccfe9;
}
.border-left {
	border-left: 1px solid #cccfe9;
}
.border-box {
	border-top: 1px solid #cccfe9;
	border-right: 1px solid #cccfe9;
	border-bottom: 1px solid #cccfe9;
	border-left: 1px solid #cccfe9;
}

.txt-small {
	font-size: 10px;
}
.txt-white, a.txt-white {
	color: #FFFFFF;
	text-decoration: none;
}
a.txt-white:hover {
	color: #FFFFCC;
	text-decoration: underline;
}