/* CSS Document */
html, body {
	height: 100%;
}
/*Template Layout*/
body {
	margin:0px;
	padding:0px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:20px; /* vertical spacing between your lines of text*/
	background-color:#e4f9ff;
}
a, a:link, a:visited {
	color:#008eb0;
}
a:hover {
	color:#F90;
	text-decoration:none;
}
#centre { /*splats and stars*/
	position:relative;
	margin:0px;
	background:url(../images/bg_pattern.jpg) no-repeat top center;
}
#background { /*tiling image of the blue gradient at the top*/
	/*min-height:100%;*/
	margin:0px;
	background:#e4f9ff url(../images/page_bg.jpg) repeat-x top;
}
/*wrapper*/
#wrapper {
	width:980px;
	margin:0px auto; /*centers your design on the page*/
}
/*header*/
#header {
	height:115px;
	width:980px;/*clear:both;*/
}
#logo_birds {
	width:376px; /*change this width to make the banner the birds are holding wider*/
	height:110px;
	float:left;
	background:url(../images/logo_bg_tile.png) repeat-x top;
	margin-top:5px;
}
#logo_birds .left {
	width:178px;
	height:110px;
	float:left;
	background:url(../images/logo_bg_left.jpg) repeat-x top;
}
#logo_birds .right {
	width:197px;
	height:110px;
	float:right;
	background:url(../images/logo_bg_right.jpg) repeat-x top;
}
#logo_container {
	float:left;
}
#logo {
	width:240px; /*change this width and height to match your logo image*/
	height:68px;
	margin:25px 0 0 57px;
	position:absolute;
}
#search_blimp {
	width:510px;
	height:63px;
	margin:12px 0 0 0;
	float:right;
}
#search_blimp .front {
	width:213px;
	height:63px;
	float:left;
}
#search_blimp .middle {
	background:url(../images/search_blimp_tile.png) repeat-x top;
	float:left;
	width:230px;
	height:63px;
}
#search_blimp .tail {
	width:67px;
	height:63px;
	float:right;
	background:url(../images/search_blimp_tail.png) no-repeat top;
}
#search_blimp .field { /* the container that holds the search box*/
	width:180px;
	height:24px;
	padding:16px 0 0 2px;
}
#search_blimp .field input {  /*style of search box*/
	border:none;
	background-color:#FFF;
	padding:3px;
	width:174px; /*width:180px minus padding*/
	height:18px; /*height:24px minus padding*/
}
#search_blimp .button {
	width:54px;
	height:24px;
	position:absolute;
	margin:18px 0 0 186px;
}
/*menu*/

#menu_wrapper {
	width:980px;
	height:53px;
	margin:0 0 15px 0;
}
#main_menu {
	width:706px;
	height:53px;
	background:url(../images/menu_box.gif) no-repeat bottom left;
	float:left;
}
#main_menu ul {
	margin:16px 0 0 20px; /*padding on the top, right, bottom, left*/
	padding:0px;
	height:38px;
}
#main_menu li {
	list-style:none;
	margin:0px;
	padding:0px;
	border-right:1px solid #caecfd;
	height:36px;
	float:left;
	font-family: 'IM Fell DW Pica', arial;
	font-size:20px;
}
#main_menu li.noborder {
	border:0;
}
#main_menu ul li a, #main_menu ul li a:link, #main_menu ul li a:visited {
	float:left;
	padding:8px 20px 0 20px; /*top centers the text on the bar vertically, the other 2 keep equal for the border lines.*/
	display:block;
	color:#00b2d9;
	text-decoration:none;
}
#main_menu ul li a:hover, #main_menu ul li.current a {
	color:#F90;
	text-decoration:none;
}

/*general styles*/
.white {
	color:#FFF;
}
#container {
	width:980px;
	background-color:#FFF;
	min-height:542px; /*672px minus padding*/
	margin:15px 0 0px 0;
	padding:0px;
}
#container .top {
	width:980px;
	height:5px;
	background:url(../images/content_top.gif) no-repeat bottom;
}
#container_bottom {
	width:980px;
	height:5px;
	background:url(../images/content_bottom.gif) no-repeat bottom;
}
#content {
	padding:12px 17px 12px 17px;
    min-height: 500px;
}
.clear {
	clear:both;
}
h2 {
	font-family: 'IM Fell DW Pica', Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#008eb0;
	font-size:25px;
}

/*footer*/
#footer_container {
	width:980px;/*padding-bottom:374px; pushes the underwater scene down*/
}
#footer {
	width:980px;
	height:44px;
	padding:8px 5px 0 5px;
	margin-top:15px;
	font-size:11px;
	color:#696969;
	font-family:Verdana, Geneva, sans-serif;
    text-align: center;
}
#footer a, #footer a:link, #footer a:visited {
	font-size:11px;
	color:#696969;
}
#footer ul {
	margin:0px auto 0 auto;
	padding:0px;
	width:400px; /*change this width to center your text*/
}
#footer li {
	margin:0px;
	padding:0px 5px 0 5px;
	list-style:none;
	float:left;
}
ul.ticks {
	float:left;
	margin:0px 0 20px 0; /*space at the bottom of the list*/
	padding:0px;
}
.ticks li {
	background:url(../images/icon_tick.gif) no-repeat left;
	line-height:20px; /*spacing between rows*/
	margin:0 20px 20px 0;
	padding:0 0 0 25px;
	display:block;
    list-style: none outside none;
}

/*about page*/
.about_left {
	width:545px;
	float:left;
}
.about_right img {
	padding-bottom:5px;
}
.about_right {
	width:331px;
	float:right;
	text-align:center;
}
.blue_text {
	color:#5bb3ed;
	font-weight:bold;
}

.forms {
	border:#c8cdd2 1px solid !important; /*the important gets rid of the yellow google toolbar field style*/
	background-color:#FFF !important;
	margin:3px 0px;
	padding:4px;
	font-family:Arial, Helvetica, sans-serif;
}
.blue {
	color:#186c9b;
}
#contact {
	border:0;
}
#contact label {
	float:left;
	width:80px;
	margin-right:15px;
	clear:left;
	color:#186c9b;
	font-weight:bold;
	text-align:right;
	height:32px;
}
#contact input, #contact textarea {
}
#contact .submit_button {
	clear:left;
	margin-left:95px;
}
#form_container {
	float:left;
	clear:left;
	width:440px;
}
.left_column {
    float:left;
    width:450px;
}
.right_column {
    float:right;
    width:450px;
}
.template_container {
    margin-bottom:50px;
    width:415px;
}
.rough_border_sml {
    background:url("/images/border_sml.gif") no-repeat scroll left top transparent;
    height:215px;
    padding-top:5px;
    text-align:center;
    width:423px;
}
.file_desc {
    background:url("/images/dots_blue.gif") repeat-x scroll center bottom transparent;
    color:#666666;
    font-size:12px;
    height:110px;
    line-height:16px;
    margin-top:5px;
    width:415px;
}
.rank {
    background:url("/images/price.gif") no-repeat scroll center top transparent;
    color:#527251;
    float:left;
    font-size:20px;
    font-weight:bold;
    height:35px;
    margin:0 20px 10px 0;
    padding-top:18px;
    text-align:center;
    width:60px;
}
.template_container p {
    margin:0;
    padding:0;
}
.title {
    color:#004580;
    font-size:14px;
    font-weight:bold;
    line-height:20px;
}
ul.file_buttons {
    float:right;
    margin:10px 0 0 0;
    padding:0;
}
.file_buttons li {
    float:left;
    list-style:none outside none;
    padding:0 2px;
}
.left_city_column {
    float:left;
    width:400px;
}
.googlemap {
    display:block;
    height:300px;
    width:400px;
}
.right_city_column {
    float:right;
    width:500px;
}


