/*
Theme Name: API
Theme URI: http://wordpress.org/
Description: API Theme
Version: 1.0
Author: Slice'r'us
Author URI: http://www.slicerus.com/
*/



/* reset
----------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
table { border-spacing: 0; }
acronym { cursor: help; }

html { font-size: 100.01%; }
body { font-size: 62.5%; line-height: 1.2; }
input, select, textarea { font-size: 100%; }

input.text, textarea { padding: 1px 2px; font-size: 100%; font-family: Arial, sans-serif; }
.submit { cursor/**/: /**/pointer; font-family: Arial, sans-serif; }
select { font-size: 100%; font-family: Arial, sans-serif; }
select > option { padding: 0 5px 0 3px; }

.alR { text-align: right; }
.alC { text-align: center; }

.hide { display: none; }
.clear { clear: both; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited { text-decoration: none; cursor/**/: /**/pointer; }
a:link:hover, a:visited:hover { text-decoration: underline; }

.cf:after,
.page:after,
#header:after, #wrap:after, #footer:after { content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden; }



/* custom
----------*/

body {
	background: #98CB51 url(img/page-bg.jpg) no-repeat 50% 0;
}
#body {
	width: 100%;
	background: url(img/page-t.png) repeat-x 0 0;
	position: relative;
	z-index: 2;
}
#background {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
	#background img {
		width: 100%;
		height: auto;
		margin: 114px 0 0;
	}

a:link, a:visited {
	color: #0054a4;
}

p.statement {
	font-style: italic;
	color: #7ED3F7 ;
	font-size: 13px;
}

#page {
	font-family: Arial, sans-serif;
	font-size: 1.2em;
	width: 950px;
	margin: 0 auto;
	color: #0054a4;
}

#header {
	position: relative;
	z-index: 5;
	height: 114px;
}
	#logo {
		float: left;
		padding: 18px 0 15px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 205px;
			height: 49px;
			text-indent: -1000em;
			background: url(img/logo-1.png) no-repeat 0 0;
		}
	#phone {
		float: right;
		font-size: 350%;
		font-weight: bold;
		line-height: .9;
		letter-spacing: -0.05em;
		color: #FFFFFF;
		padding: 30px 0 0;
	}
	#menu {
		clear: both;
		position: relative;
		z-index: 3;
	}
		#menu ul {
			float: left;
			font-size: 116.67%;
			font-weight: bold;
			margin: 0 0 0 -10px;
			position: relative;
		}
			#menu li {
				float: left;
				padding: 0 2px 0 0;
				background: url(img/menu-sep.gif) no-repeat 100% 0;
				position: relative;
			}
				#menu li a:link, #menu li a:visited {
					display: block;
					color: #FFFFFF;
					text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
					line-height: 32px;
					text-transform: lowercase;
					padding: 0 6px;
					text-decoration: none;
				}
				#menu li ul {
					position: absolute;
					left: -1000em;
					top: 32px;
					background: url(img/menu-2.png) repeat 0 0;
					font-size: 100%;
					font-weight: normal;
					margin: 0;
				}
				#menu li:hover ul {
					left: 0;
				}
					#menu li li {
						width: 100%;
						padding: 0;
						background: none;
						border-bottom: solid 1px #FFF;
					}
						#menu li li a:link, #menu li li a:visited {
							line-height: 1.75;
							color: #0054a4;
							text-shadow: none;
							padding: 0 12px;
							white-space: nowrap;
						}
						#menu li li a:link:hover, #menu li li a:visited:hover {
							color: #FFFFFF;
							background: #0055a5;
							background: rgba(0, 85, 165, 0.7);
						}
						#menu li li ul {
							position: static;
							background: none;
						}
							#menu li li li {
								border-top: solid 1px #FFF;
								border-bottom: none;
							}
								#menu li li li a:link:before, #menu li li li a:visited:before {
									content: "> ";
								}

#wrap {
	padding: 45px 0 20px 10px;
}
	#content {
		float: left;
		width: 652px;
		background: #FFFFFF;
		font-size: 116.67%;
		margin: 14px 0;
		padding: 6px 25px;
		position: relative;
		z-index: 1;
	}
		#contentT,
		#contentB {
			position: absolute;
			z-index: 1;
			left: 0;
			width: 702px;
			height: 14px;
			overflow: hidden;
		}
		#contentT {
			top: -14px;
			background: url(img/content-t.png) no-repeat 0 0;
		}
		#contentB {
			bottom: -14px;
			background: url(img/content-b.png) no-repeat 0 0;
		}
	#side1 {
		float: right;
		width: 231px;
		margin-top: -52px;
	}

#content p {
	line-height: 1.4;
	margin: 0 0 1em;
}

#content h2 {
	font-size: 166.67%;
	font-weight: bold;
	margin: 0 0 .5em;
}
#content h3 {
	font-size: 116.67%;
	font-weight: bold;
	margin: 0 0 .3em;
}

#content ul,
#content ol {
	list-style: disc;
	line-height: 1.4;
	margin: 0 0 1em 2em;
}
#content ol {
	list-style: decimal;
}

#content .footer {
	font-size: 78.57%;
}

#content .search-everything-highlight {
	background: #FFFFAA;
	font-weight: bold;
}

#footer {
	border-top: solid 2px #cccbc0;
	padding: 20px 0;
	width: 100%;
	overflow: hidden;
}
	#footer .links {
		float: left;
		width: 800px;
		font-size: 108.33%;
	}
		#footer .links ul {
			float: left;
			width: 25%;
		}
			#footer .links a:link, #footer .links a:visited {
			}
	#footer .by {
		float: right;
		font-size: 91.67%;
	}


.entry {
	position: relative;
}
	.image-side {
		position: absolute;
		left: -205px;
	}
	.entry a:link, .entry a:visited {
		text-decoration: underline;
	}
	.entry a:link:hover, .entry a:visited:hover {
		text-decoration: none;
	}



.page {
	padding: 0 0 40px;
	position: relative;
	z-index: 5;
}
	.page .attachment-post-thumbnail {
		position: absolute;
		right: 10px;
		bottom: -20px;
	}
.page-side {
}
	.page-side .entry {
		float: right;
		width: 440px;
	}
	.page-side .side {
		float: left;
		width: 170px;
		color: #29a9e0;
		padding: 0 20px 0 0;
		border-right: solid 1px #dddddd;
	}
		.side a:link, .side a:visited {
			color: #29a9e0;
		}
		#content .side ul {
			list-style: none;
			margin: 0 0 .5em;
		}

.button {
	width: 100%;
	overflow: hidden;
	font-size: 142.58%;
	font-weight: bold;
	text-transform: lowercase;
}
	.button a:link, .button a:visited {
		float: left;
		display: block;
		color: #FFFFFF;
		line-height: 36px;
		padding: 0 10px;
		text-decoration: none;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
		background: url(img/btn-2.png) repeat-x 0 0;
	}
	.button a:link:hover, .button a:visited:hover {
		text-shadow: none;
	}

.green-button {
	width: 100%;
	overflow: hidden;
	font-size: 142.58%;
	font-weight: bold;
	text-transform: lowercase;
}
	.green-button a:link, .green-button a:visited {
		float: left;
		display: block;
		color: #FFFFFF;
		line-height: 36px;
		padding: 0 10px;
		text-decoration: none;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
		background: url(img/btn-3.png) repeat-x 0 0;
	}
	.green-button a:link:hover, .button a:visited:hover {
		text-shadow: none;
	}


.searchform {
	width: 192px;
	overflow: hidden;
	padding: 19px 0 12px;
	margin: 0 auto;
}
	.searchform label {
		display: none;
	}
	.searchform input.text {
		float: left;
		width: 160px;
		height: 18px;
		padding: 2px 3px;
		color: #0054a4;
		background: #e6e6e6;
		border: none;
		margin: 0;
	}
	.searchform input.submit {
		float: left;
		width: 26px;
		height: 22px;
		padding: 0;
		font-size: 125%;
		color: #0054a4;
		background: url(img/btn-1.png) no-repeat 0 0;
		border: none;
	}
@-moz-document url-prefix() {
	.searchform input.submit {
		padding-bottom: 2px;
	}
}

.toptext {
	position: absolute;
	bottom: -36px;
	
	right: 237px;
	padding: 6px 50px 6px 26px;
	background: #9BD053;
	border-radius: 11px;
	z-index: 1;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
	.toptext:after {
		content: ' ';
		display: block;
		width: 67px;
		height: 63px;
		background: transparent url('img/new/travel2.png') no-repeat scroll 0 0;
		position: absolute;
		left: -59px;
		top: 50%;
		margin-top: -28px;
	}
	.toptext h3 {
		font-size: 103.67%;
		font-weight: normal;
		color: #25408F;	
	}
		.toptext h3 a:link,
		.toptext h3 a:visited {
			color: #25408F;
			text-decoration: underline;
			font-weight: bold;
		}
		.toptext h3 strong {
			font-weight: bold;
		}
.box1 {
	width: 231px;
}
	.box1.newsletter {
		margin-top: 9px;
	}
		.newsletter img {
			border-radius: 10px;
		}
	.box1 h3 {
		font-size: 166.67%;
		font-weight: bold;
		color: #FFFFFF;
		text-transform: lowercase;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
		height: 45px;
		line-height: 45px;
		padding: 0 20px;
		background: url(img/box1-t.png) no-repeat 0 0;
	}
	.box1 .content {
		color: #0054a4;
		font-size: 133.33%;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
		padding: 10px 20px;
		background: url(img/box1-b.png) no-repeat 0 100%;
		position: relative;
	}
		.box1 li {
			margin: 0 0 .2em;
		}
			.box1 a:link, .box1 a:visited {
				color: #FFFFFF;
			}

#boxes {
	clear: both;
	width: 100%;
	overflow: hidden;
	padding: 20px 0 0;
}
	#boxes .box2 {
		float: left;
		margin: 0 13px 0 0;
	}
	#boxes .box3 {
		float: left;
	}
	#boxes .box-last {
		float: left;
	}
		#boxes .content {
			text-shadow: 1px 1px 4px rgba(0, 0, 0, .4);
		}

.box2,
.box3, .box-last {
	width: 225px;
}
.box3 {
	margin: 0 13px 0 0;
}
	.box2 h3,
	.box3 h3,
	.box-last h3 {
		font-size: 175%;
		font-weight: bold;
		color: #FFFFFF;
		text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
		height: 45px;
		line-height: 45px;
		padding: 0 20px;
	}
	.box2 .content,
	.box3 .content,
	.box-last .content {
		color: #FFFFFF;
		font-size: 116.67%;
		padding: 10px 20px;
		position: relative;
		height: 100px;
	}
		.content .more {
			text-align: left;
			margin: 10px 0 0;
		}
			.content .more a:link, .content .more a:visited {
				color: #FFFFFF;
			}
	.box2 h3 {
		background: url(img/box2-t.png) no-repeat 0 0;
	}
	.box-last h3 {
		background: url(img/box2-t.png) no-repeat 0 0;
	}
	.box3 h3 {
		background: url(img/box4-t.png) no-repeat 0 0;
	}
	.box2 .content {
		background: url(img/box2-b.png) no-repeat 0 100%;
	}
	.box-last .content {
		background: url(img/box2-b.png) no-repeat 0 100%;
	}
	.box3 .content {
		background: url(img/box4-b.png) no-repeat 0 100%;
	}


#gallery {
	position: relative;
	z-index: 5;
	height: 290px;
	overflow: hidden;
	margin: -20px 0;
}
	#gallery ul {
		width: 100%;
		height: 290px;
		overflow: hidden;
		position: relative;
		z-index: 1;
		margin: 0;
	}
		#gallery li {
			position: absolute;
			z-index: 1;
			left: 0;
			top: 0;
		}
		#gallery li.next {
			z-index: 4;
		}
		#gallery li.active {
			z-index: 5;
		}
	#gallery .nav {
		position: absolute;
		z-index: 5;
		right: 0;
		bottom: 0;
		background: #FFFFFF;
		background: rgba(255, 255, 255, 0.5);
		margin: 0;
	}
		#gallery .nav a:link, #gallery .nav a:visited {
			float: left;
			display: block;
			padding: .2em .5em;
			color: #0054a4;
			text-decoration: none;
		}
		#gallery .nav a.active:link, #gallery .nav a.active:visited {
			background: url(img/menu-2.png) repeat 0 0;
		}


/* cforms
----------*/

.cf_info {
	margin: 2em 0 1em;
	font-weight: bold;
}
.failure {
	color: #CC3333;
}
.success {
}
.cform {
	width: 100%;
	overflow: hidden;
	padding: 0 0 .5em;
	border-bottom: solid 1px #034ea2;
	margin: 0 0 1em;
}
	.cform .cf-fs1 {
		float: left;
		width: 220px;
		margin: 0 20px 0 0;
	}
	.cform .cf-fs2 {
		float: left;
		width: 410px;
	}
	#page .cform ol {
		list-style: none;
		margin: 0;
	}
		.cform li {
			width: 100%;
			overflow: hidden;
			margin: 0 0 5px;
		}
			.cform label {
				display: block;
			}
			.cform input.single,
			.cform input.secinput {
				float: left;
				width: 97%;
				padding: 2px 2px;
				background: #f1f1f2;
				border: solid 1px #7ed3f7;
				margin: 0 5px 0 0;
			}
			.cform textarea {
				float: left;
				width: 98%;
				height: 240px;
				background: #f1f1f2;
				border: solid 1px #7ed3f7;
				margin: 0 5px 0 0;
			}
			.cform input.secinput {
				width: 35%;
			}
			.cform .reqtxt,
			.cform .emailreqtxt {
				display: none;
			}
		.cform .cf-box-group {
			margin-top: -5px;
		}
			.cform .cf-box-group input {
				float: left;
				clear: both;
				margin: 3px 5px 0 0;
			}
			.cform .cf-box-group label {
				float: left;
				width: 90%;
			}
	.cform legend {
		display: none;
	}
	#page .cform .cf-sb {
		clear: both;
		float: right;
		height: 32px;
		font-weight: bold;
		text-align: right;
		position: relative;
		margin: -32px 0 0;
	}
		.cform #sendbutton, .cform #sendbutton3 {
			height: 32px;
			font-family: Arial, sans-serif;
			font-size: 116.67%;
			font-weight: bold;
			text-transform: uppercase;
			color: #FFF;
			background: url(img/page-t.png) repeat-x 0 -82px;
			border: none;
			cursor: pointer;
		}
@-moz-document url-prefix() {
		.cform #sendbutton {
			padding-bottom: 2px;
		}
}



/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}



/* Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#li--9 {
	position: absolute;
    top: 55px;
    width: 400px;
	right: 0;
}

p.statement {
	position: absolute;
    top: 330px;
    width: 400px;
	right: 0;
	color: #0054A4 !important;
}

.box2 .content {
	position: relative;
}
.box2 .content .house {
	bottom: 0;
	right: 5px;
	position: absolute;
}
.box2 .content .car {
	bottom: 0;
	right: 5px;
	position: absolute;
}
.box3 .content .heart {
	bottom: 0;
	right: 5px;
	position: absolute;
}
