/* KayakHorizons CSS Document by Robert Ireland*/

/* Reset */
/* undo some default styling of common (X)HTML browsers
 ************************************************************/

/* No list-markers by default - 
* must redefine bullets w/ bg graphics
********************************************************/


/* Avoid browser default inconsistent heading, 
* font-sizes and pre/code
********************************************************/
body,h3,h4,h5,h6,pre,code,td {
font-size:1em;
}

/* Remove inconsistent (among browsers) - 
* default padding or margin 
********************************************************/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,
fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
margin:0; padding:0;
}

/* prevent blue linked image borders
********************************************************/
a img,:link img,:visited img,fieldset {

}

img
{ 
}

.l_float { float:left;}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

/* Start
********************************************/
p {
margin-bottom:6px;
}



a {color:#0c0476;}
a:hover{ color:#1200fd;}

ul {
padding-left:18px;
}

#separator {width:590px; border-bottom:1px solid #00c; padding:0px 0 0 0; height:1px;}

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px;
	color:#000000;
	 background-color:#249fad; color:#005;
	 line-height:1.4em;
}

#page_wrap {width:100%;}
#container {
	position: relative;
	width: 857px;
	margin:0 auto 0 auto;
	background-image:url(images/container_bg.gif);
	background-repeat:repeat-y;
}


#header {
	background-repeat: no-repeat;
	padding:0px;
	margin: 0px;
	width: 100%px;
	height: 156px;
	text-align:right;
}

#main_nav {
	padding:0;
	background-image: url(images/menu_bg.gif);
	background-repeat: no-repeat;
	font-size:14px;
	width:100%;	
	height:42px;
	float:left;
}


#main_nav a {
	text-decoration:none;
	color:#002;
}

#main_nav a:hover {
	text-decoration:underline;
	color:#008;
}

#menu_items {
padding:0px 0 0 20px;
}

#menu_item{
	margin:0px;
	padding:14px 10px 5px 10px;
	list-style-type: none;
	float:left;
}
#menu_item_selected { background-image:url(images/menutab_bg.gif); background-repeat:repeat-x; float:left; height:30px; padding:12px 5px 0 5px; font-weight:bold;}



#main_page {
	vertical-align:top;
	background-image:url(images/page_bg.png);
	background-repeat:repeat-y;
	width:100%;
	margin:0 0 0 0px;
	padding: 0 0 0 0px;
	float:left;
}

#page_heading {width:590px; padding:0 10px 10px 10px;}
h1 {font-size:24px; margin:0; padding:0px 0 0px 0; }
h2 {padding-left: 5px; margin-top:10px; font-size:14px; font-weight:normal;}
#page_heading h1 {}

	
#main_content {width: 603px; padding:10px 10px 10px 7px; float:left; }
#content {padding:0 0 0 10px;}

#links {}

#links ul { margin:0 5px 0px 5px; border-bottom:1px solid #003399; padding:0 0 15px 15px;}
#links ul li { padding:2px 0 6px 3px; border-bottom:1px dotted #cbdee1;}
#links ul li:hover {background-color:#deeff1;}
#links ul li a {font-weight:bold; font-size:14px;}
#links ul li a:hover {font-weight:bold; text-decoration:none; }

#right_col {float:left; width:223px; padding:10px 3px 0 3px; font-size:11px; line-height:1.2em;}	
#right_col p {padding:0;}

#footer { float:left;
	width: 100%; margin:0px;
	background-image:url(images/footer_bg.gif); background-repeat:no-repeat;
	height: 43px;

}

#footer_content {	color:#000; font-size:11px; padding:16px 0 0 20px;}
