/*	
Theme Name: BareBones
Version: 1.0
Author: Perth Web Design
*/

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,
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;
}

#content ul, ol {
    margin-left: 20px;
}

#content ul li {
    margin-bottom: 3px;
}

.alignleft {
    float: left;
    margin: 0px 10px 10px 0px;
	border:solid 6px #2d6a98;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.alignright {
    float: right;
    margin: 0px 0px 10px 10px;
	border:solid 6px #2d6a98;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

hr {
    margin-bottom: 20px;
    border: 0px;
    border-top: 1px solid #a9cfef;
    clear: both;
}

.clear {
	clear:both;
}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	overflow-x:hidden;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff url(images/background.jpg) repeat-x top center;
	color:#333;
}

#container {
	width:960px;
	margin:0 auto;
	position:relative;
}


/* Header
-----------------------------------------------------------------------*/
#header {
	height:210px;
	position:relative;
	z-index:999;
}

#header h1 a {
	width:370px;
	height:140px;
	position:absolute;
	top:30px;
	left:0;
	display:block;
	text-indent:-9999em;
}

#header ul {
	background:url(images/icons.png) no-repeat top left;
	height:75px;
	width:180px;
	position:absolute;
	right:20px;
	bottom:0;
	padding:0 0 0 120px;
}

#header ul li {
	list-style:none;
	color:#c3c3c3;
	font-size:2.6em;
	line-height:1em;
}

#header ul li a {
	color:#0e6ad1;
	font-size:.7em;
	text-decoration:none;
}

#header ul li a:hover {
	color:#3c8dcb;
}


/* Primary Navigation
-----------------------------------------------------------------------*/
#menu-main li {
	list-style:none;
	float:left;
	margin:0 1px 0 0;
	text-align:center;
	position:relative;
	z-index:9999;
}

#menu-main li a {
	padding:20px;
	background:#2d6a98;
	width:114px;
	height:40px;
	display:block;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	text-shadow:1px 1px 2px #00295c;
}

#menu-main li a:hover {
	background:#347eb1;
}

#menu-main li a strong {
	font-size:1.8em;
	color:#fff;
	display:block;
	text-transform:none;
	font-weight:normal;
	margin:0 0 3px 0;
}

#menu-main li a span {
	color:#8cadc6;
	font-size:1.1em;
	text-transform:uppercase;
}

#menu-main li ul {
	display:none;
	z-index:9999;
}

#menu-main li:hover ul {
	display:block;
	position:absolute;
	top:79px;
	left:0;
	z-index:9999;
}

#menu-main li:hover ul li a {
	padding:10px !important;
	color:#fff;
	height:auto;
	font-size:1.1em;
	text-decoration:none;
	text-align:left;
	width:170px;
	margin:1px 0 0 0;
	display:block;
}

#menu-main li:hover ul li a:hover {
	background:#347eb1;
}




/* Items (Homepage)
-----------------------------------------------------------------------*/
#item_container {
	padding:20px 0;
	
}



/* Panel
-----------------------------------------------------------------------*/
#panel {
	background:#3c8dcb;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:13px;
	
	-webkit-box-shadow:0 0 30px #000;
	-moz-box-shadow:0 0 30px #000;
	box-shadow:0 0 30px #000;
	z-index:9999;
}

#cycle {
	height:260px !important;
	width:930px !important;
	overflow:hidden;
	position:relative;
	left:-5px;
}

#cycle ul {
	height:470px !important;
	overflow:hidden !important;
}

#cycle li {
	width:970px !important;
	height:470px !important;
	list-style:none;
	overflow:hidden !important;
	position:relative;
}

#cycle li a {
	width:322px;
	height:470px;
	display:block;
	position:relative;
	float:left;
	text-decoration:none !important;
	background:url(images/sep_items.gif) repeat-y 302px 0;
}

#cycle li a:last-child {
	background:none;
}

#cycle li a img {
	border:solid 8px #2d6a98;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#cycle li strong {
	color:#fff;
	font-size:1.6em;
	display:block;
	margin:15px;
	width:260px;
	text-align:center;
}

#cycle li em {
	color:#dfdfdf;
	font-size:1.4em;
	line-height:1.5em;
	width:270px;
	margin:0 0 0 15px;
	font-style:normal;
	display:block;
}

#cycle li a span {
	display:block;
	background:url(images/button.jpg);
	width:235px;
	padding:10px;
	font-size:1.6em;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	margin:15px 0 0 15px;
	border:solid 1px #1d1e20;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	text-shadow:1px 1px 3px #000;
	font-weight:bold;

}

.button_pos {
	width:940px;
	margin:0 auto;
	position:relative;
	left:5px;
}

#prevBtn a {
	background:url(images/prev.png) no-repeat top;
	width:35px;
	height:98px;
	text-indent:-9999em;
	display:block;
	position:absolute;
	top:50px;
	left:-50px;
}

#nextBtn a {
	background:url(images/next.png) no-repeat top;
	width:35px;
	height:98px;
	text-indent:-9999em;
	display:block;
	position:absolute;
	top:50px;
	right:-35px;
}

#prevBtn a:hover, #nextBtn a:hover {
	background-position:bottom;
}


/* Content (home)
-----------------------------------------------------------------------*/
#content_home {
	padding:35px 200px 35px 35px;
	background:#fff url(images/camp_quality.png) no-repeat 720px 35px;
	width:670px;
	margin:0 auto;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	position:relative;
	top:25px;
}

#content_home h2 {
	color:#0e6ad1;
	font-size:2.5em;
	font-weight:normal;
	margin:0 0 15px 0;
}

#content_home p {
	color:#5f6164;
	font-size:1.4em;
	line-height:1.4em;
	margin:20px 0;
}

.quote {
	width:175px;
	min-height:160px;
	float:right;
	margin:-15px 0 0 30px;
	font-size:1.2em;
	font-style:italic;
	color:#5f6164;
	line-height:1.5em;
}

.quote span {
	background:url(images/quote.gif) no-repeat top left;
	width:42px;
	height:34px;
	display:block !important;
	float:left;
	margin:5px 10px 5px 0;
}



/* Content (Inner)
-----------------------------------------------------------------------*/
#content {
	background:#3c8dcb;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:45px 23px 23px 23px;
	
	-webkit-box-shadow:0 0 30px #000;
	-moz-box-shadow:0 0 30px #000;
	box-shadow:0 0 30px #000;
	
	min-height:400px;
}

#content h2 {
	color:#fff;
	font-size:2.4em;
	margin:0 0 20px 0;
}

#content h2 a {
	color:#fff;
	text-decoration:none;
}

#content p {
	font-size:1.2em;
	line-height:1.5em;
	margin:20px 0;
	color:#001e40;
}

#content span {
	color:#a9cfef;
}

#content ul li {
	font-size:1.2em;
	line-height:1.5em;
	color:#001e40;
	list-style-image:url(images/li.png);
}

#content ul {
	margin:0 0 0 35px;
}

#content p a {
	color:#001e40;
}

#content p a:hover {
	color:#6ce4fe;
}

#content {
}

#content {
}

#content {
}

#content {
}

#content {
}

#content {
}

#content {
}

#content {
}

#content {
}

#content {
}



/* Latest News Sidebar
-----------------------------------------------------------------------*/
#latest_news_side {
	float:right;
	width:180px;
	padding:0 0 0 25px;
	background:url(images/sep_items.gif) repeat-y left;
	margin:0 0 0 25px;
	position:relative;
	top:50px;
}

#latest_news_side h3 a {
	font-size:1.5em;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0 0 10px 0;
	text-decoration:none;
	color:#fff;
	display:block;
}

#latest_news_side span {
	font-size:1.1em;
	color:#a9cfef;
}

#latest_news_side p {
	margin:0 0 30px 0;
}





/* Contact Side
-----------------------------------------------------------------------*/
#contact_side {
	float:right;
	width:180px;
	padding:0 0 0 25px;
	background:url(images/sep_items.gif) repeat-y left;
	margin:0 0 0 25px;
	position:relative;
	top:50px;
	right:250px;
}


/* Footer
-----------------------------------------------------------------------*/
#footer_container {
	background:url(images/spike.gif) repeat-x top center;
	min-height:100px;
}

#footer {
	width:960px;
	margin:0 auto;
	position:relative;
	top:60px;
	color:#9b9da1;
	font-size:1.1em;
}

#footer li {
	list-style:none;
	float:left;
	background:url(images/sep_footer.gif) no-repeat right;
	padding:0 10px 0 10px;
}

#footer li:last-child {
	background:none;
}

#footer li a {
	color:#9b9da1;
	text-decoration:none;
}

#footer li a:hover {
	color:#3c8dcb;
}


/*#footer .pwd {
	background:url(images/pwd.png) no-repeat top;
	width:54px;
	height:54px;
	display:block !important;
	text-indent:-9999em;
	position:absolute;
	top:-10px;
	right:0;
}

#footer .pwd:hover {
	background:url(images/pwd.png) no-repeat bottom;
}*/

#footer {
}

#footer {
}

#footer {
}

#footer {
}

#footer {
}

#footer {
}




/* Tabs
-----------------------------------------------------------------------*/

#tabscontainer {
    position: relative;
    width: 930px;
    min-height: 0px;
	padding:0 35px 35px 35px;
	background: #fff;
	font-size: 12px;
	color: #405666;
}

.ie7 #tabscontainer {
	padding:25px 35px 35px 35px;
    position: relative;
    width: 930px;
    min-height: 0px;
	background: #fff;
	font-size: 12px;
	color: #405666;
}

ul.tabNavigation {
    position: relative;
    min-height: 43px;
    width: 940px;
    list-style: none;
    margin: 0px 0px 0px 5px;
    padding: 0;
}


ul.tabNavigation li {
    position: relative;
    float: left;
    padding: 0px;
    text-align: left;
    list-style: none;
    margin: 0px 10px 0px 0px;
    display: inline;
}
ul.tabNavigation li a {
    padding: 5px 10px;
	width: 202px;
    min-height: 33px;
    line-height: 20px;
    display: block;
    font-size: 13px;
	line-height: 14px;
    color: #fff;
    background: #011a42;
    text-decoration:none;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
}
ul.tabNavigation li a.selected, ul.tabNavigation li a:hover {
    background: #3c8dcb;
}
        
ul.tabNavigation li a:focus {
    outline: 0;
}

#first, #second, #third, #fourth, #fifth  {
    position: relative;
    min-height: 0px;
    width: 887px;
    marign: 0px 0px 0px 0px;
    padding: 20px 20px 10px 20px;
    border: 1px solid #011a42;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#tabscontainer h3 {
	margin: 0px 0px 10px 0px;
	color: #d00d2d;
}

#tabscontainer p {
	margin: 10px 0px;
	line-height: 18px;
}

#first ul, #second ul, #third ul, #fourth ul {
	margin: 10px 0px 10px 30px;
	list-style: disc;
	line-height: 18px;
}

#first a, #second a, #third a, #fourth a {
	color: #2d7db0;
    text-decoration:none;
}

#first a:hover, #second a:hover, #third a:hover, #fourth a:hover {
	color: #69b1df;
}