/* CSS Document */

body {

	background-color	: #eeeeee;
	margin				: 0px 0px 0px 0px;	
	font				: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color				: #000000;
	text-align			: center;
	min-width			: 770px;
	
}

img, div { behavior: url(iepngfix.htc) }

a {
	color		: #0000FF;	
}

#wrapper {

	width		: 770px;
	margin		: 0 auto;
	text-align	: left;
	
	border-left	: 3px solid #c8c8c8;
	border-right: 3px solid #c8c8c8;
	
	background-color	: #fbfaff;
		
}

#header {
	width		: 770px;
	height		: 252px;
	text-align	: left;
	background-image:url(../../images/header.gif);	
}

#header #header-links {
	float		: right;
	padding-top	:180px;
	padding-right:15px;
	
	font-size	: 10px;
	color		:#bcbbbb;
}

#header-links a {
	color		:#bcbbbb;
}

#header-links a:hover {
	text-decoration:underline;
}

#page-container {
	width		: 738px;
	padding		: 16px;
	
	background-image:url(../../images/main_bg.gif);
	background-repeat:repeat-x;
}

#page-container #column-left {
	width		: 238px;
	float		: left; 
}

#page-container #column-right {
	width		: 484px;
	float		: right;
	
	padding-left: 16px;
	
	font-family	:"Comic Sans MS", verdana;
	font-size	: 13px;
}

#nav-bar {
	font-size	: 11px;
	color		: #333333;
	text-transform:uppercase;
}

#nav-bar a {
	color		: #333333;
	text-decoration:none;
}

#nav-bar a:hover {
	text-decoration: underline;
}

#nav-bar .category {
	vertical-align	: middle;
	padding-left 	: 51px;
	padding-top		: 2px;
	background-image:url(../../images/baqua.png);
	background-repeat:no-repeat;
	line-height	: 16px;
}

.category .content {
	display		: block;
	width		: 181px;
	border-right: 1px dashed #144675;
	margin		: 0px;
	padding-left: 3px;
	padding-top	: 5px;
	line-height	: 16px;
}

.category .categorySubMenu {
	padding-left: 12px;
	line-height	: 14px;
	font-size	: 11px;
	display		: block;
	text-transform:none;
}

.categorySubMenu a {
	text-decoration:none;
}

.did-you-know {
	padding		: 5px;
	background-color: #4d8fcd;
	color		: #FFFFFF;
}

.did-you-know input {
	font-size	:11px;
}

.button {
	background-color:#2c69a2;
	border:1px solid #144675;
	color: #FFFFFF;
	height:20px;
}

a.button {
	text-decoration:none;
	padding:0 5px;
}

#footer {
	width		: 100%;
}

#footer #seperator {
	background-image:url(../../images/footer_top.gif);
	background-repeat:repeat-x;
	
	height:3px;
	
}

#footer #footer-text {
	height		: 75px;
	padding-top : 10px;
	
	background-color:#296298;
	text-align	: center;
	color		: #FFFFFF;
	
	font-size	: 10px;
}

#footer a {
	color		: #FFFFFF;
}

#footer a:hover {
	text-decoration:underline;
}

.clearit {
	clear	: both;
}

.seperator {
	height		: 10px;
}


/* page content styles */
h1 {	
	font-family	:	"Book Antiqua", Verdana;
	font-size	:	26px;
	font-weight	:	bold;
	color		:	#FFFFFF;
	margin-top	: 	0px;
	font-style	:	italic;
	text-transform: lowercase;
}

.big {
	font-size	:	16px;
}

.medium {
	font-size:		11px;
}

.small {
	font-size:		10px;
}

.red {color: #F90721}

.tip {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 15px;
}

.button-block {
	padding:0px;
	margin:0px;
}

.button-block td {
	width:86px;
	height:86px;
	text-align:center;
	vertical-align:middle;
	padding: 5px;
	
	font-size:13px;
	color:#FFFFFF;
	
	background-color:#4d8fcd;	
	background-repeat:repeat-x;
	
	cursor:pointer;
}

td.button-block-hover {
	background-image: none;
	border:1px solid #4d8fcd;
}

td.button-block-out {
	background-image: url(../../images/button-block-bg.gif);
	border:1px solid #134574;
}

.button-block a {
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}