/* Whiteowl Services Inc. v1.0 */

/* ------------------------------
global styles
------------------------------ */
body
{
	margin: 0;
	padding: 0;	
	background-image: url(../images/backgroundgradient6.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-family: arial, verdana, sans-serif;
}

a { outline: none;}
a:link { color: #ffffff; }
a:visited { color: #ffffff; }
a:hover { color: #ffb844; text-decoration: underline;}
a:active { color: #ffb844; outline: none; }


h1, h2, h3, h4, h5, h6 { margin: 5px; }

h1
{
	color: #ffb844;
	text-shadow: 2px 2px 3px #000000;
	font-size: x-large;
}


h2
{
	color: #ffb844;
	text-shadow: 2px 2px 3px #000000;
}

h5 { color: #ffb844; }

p 
{ 
	margin: 5px; 
	line-height: 1.5;
}

.center { text-align: center; }

.list { color: #ffffff; }

/* ------------------------------
container styles
------------------------------ */
#container
{
	margin: 10px auto;
	width: 799px;
	background-color: #80a1b4;
	padding: 4px 0 0 0;
}

/* ------------------------------
header styles
------------------------------ */
#header  
{ 
	float: left; 
	top: 15px;
	width: 799px;
}

/*Site name hidden underneath the banner image to show if using a slow connection*/
#logo
{ 
	z-index: 0;
	position: absolute;
	color: #fff;
	padding: 0 0 0 620px;
	font-size: 14pt;
}

#printbanner
{
	display: none;
}

#bannerimg
{
	z-index: 1;
	position: absolute;
}

#logoimg
{
	z-index: 3;
	position: absolute;
	float: left;
	margin: 30px 0 0 12px;
}


/* ------------------------------
mainnav styles
------------------------------ */
#mainnav 
{ 
	z-index: 2;
	position: absolute;
	font-family: arial, sans-serif; 
	font-size: 12pt;
	padding: 55px 0 0 162px;
	text-shadow: 2px 2px 3px #000000;
}

.nav { display: inline; }

.nav a { text-decoration: none; }

.skipnav
{
	border: 0;
	display: none;
}

/* ------------------------------
mainnav button styles
------------------------------ */

#btn1
{
/* firefox styles */
	-moz-border-radius-topleft: 90px 62px;
	-moz-border-radius-bottomleft: 22px 30px;
	-moz-border-radius-topright: 1em;
	-moz-border-radius-bottomright: 1em;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
/* safari and chrome styles */
	-webkit-border-top-left-radius: 90px 62px;
	-webkit-border-bottom-left-radius: 22px 30px;
	-webkit-border-top-right-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
/* Future proofing...in case browsers become compliant with CSS3 styles (And wow Opera is up to speed!)*/
	border-radius: 66px 16px 16px 16px;
/* button styles */
	background-color: #4f6b7c;
	list-style-type: none;
	text-align: center;
	width: 88px;
	float: left;
	margin: 0 9px 0 0;
	padding-right: 7px;
}

/* Allows the entire button area to be clickable*/
#btn1 a
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 36px 1px 35px 5px;
}

#btn2
{
/* firefox styles */
	-moz-border-radius: 1em;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
/* safari and chrome styles */
	-webkit-border-radius: 1em;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
/* linux konquerer styles */
	-khtml-border-radius: 1em;
/* Future proofing...in case browsers become compliant with CSS3 styles (plus Opera)*/
	border-radius: 1em;
/* button styles */
	background-color: #4f6b7c;
	list-style-type: none;
	text-align: center;
	width: 84px;
	float: left;
	margin: 0 9px 0 0;
	padding-right: 14px; /* Fix for button issue - padding below will not allow changes to Right, only Top Bottom & Center*/
}

/* Allows the entire button area to be clickable*/
#btn2 a
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 36px 7px 35px 7px;
}

#btn3
{
/* firefox styles */
	-moz-border-radius: 1em;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
/* safari and chrome styles */
	-webkit-border-radius: 1em;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
/* linux konquerer styles */
	-khtml-border-radius: 1em;
/* Future proofing...in case browsers become compliant with CSS3 styles (plus Opera) */
	border-radius: 1em;
/* button styles */
	background-color: #4f6b7c;
	list-style-type: none;
	text-align: center;
	width: 82px;
	float: left;
	margin: 0 9px 0 0;
	padding-right: 15px; /* Fix for button issue - padding below will not allow changes to Right, only Top Bottom & Center*/
}

/* Allows the entire button area to be clickable*/
#btn3 a
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 36px 7px 35px 7px;
	
}


#btn4
{
/* firefox styles */
	-moz-border-radius: 1em;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
/* safari and chrome styles */
	-webkit-border-radius: 1em;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
/* linux konquerer styles */
	-khtml-border-radius: 1em;
/* Future proofing...in case browsers become compliant with CSS3 styles (plus Opera) */
	border-radius: 1em;
/* button styles */
	background-color: #4f6b7c;
	list-style-type: none;
	text-align: center;
	width: 78px;
	float: left;
	margin: 0 9px 0 0;
	padding-right: 20px; /* Fix for button issue - padding below will not allow changes to Right, only Top Bottom & Center*/
}

/* Allows the entire button area to be clickable*/
#btn4 a
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 29px 12px 23px 10px; 
}

#btn5
{
/* firefox styles */
	-moz-border-radius: 1em;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
/* safari and chrome styles */
	-webkit-border-radius: 1em;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
/* linux konquerer styles */
	-khtml-border-radius: 1em;
/* Future proofing...in case browsers become compliant with CSS3 styles (plus Opera) */
	border-radius: 1em;
/* button styles */
	background-color: #4f6b7c;
	list-style-type: none;
	text-align: center;
	width: 88px;
	float: left;
	margin: 0 9px 0 0;
	padding-right: 10px; /* Fix for button issue - padding below will not allow changes to Right, only Top Bottom & Center*/
}

/* Allows the entire button area to be clickable*/
#btn5 a
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 36px 5px 35px 5px;
}

#btn6
{
/* firefox styles */
	-moz-border-radius: 1em;
	-moz-box-shadow: 3px 3px 5px rgba(0,0,0,0.2);
/* safari and chrome styles */
	-webkit-border-radius: 1em;
	-webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
/* linux konquerer styles */
	-khtml-border-radius: 1em;
/* Future proofing...in case browsers become compliant with CSS3 styles (plus Opera) */
	border-radius: 1em;
/* button styles */
	background-color: #4f6b7c;
	list-style-type: none;
	text-align: center;
	width: 69px;
	float: left;
	margin: 0 9px 0 0;
	padding-right: 27px; /* Fix for button issue - padding below will not allow changes to Right, only Top Bottom & Center*/
}

/* Allows the entire button area to be clickable*/
#btn6 a
{
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 36px 14px 35px 13px;
}

/* ------------------------------
content styles
------------------------------ */
#content_main
{
	float: left;
	width: 780px;
	height: auto;
	margin: 155px 0 0 5px;
	background-color: #80a1b4; 
	clear: both;
}

/* ------------------------------
content sub styles
------------------------------ */
#content_sub
{
	float: right;
	width: 209px;
	height: 182px;
	margin: 10px;
	text-align: center;
	font-weight: bold;
	font-size: small;
	background-image: url(../images/subnavbox.jpg);
}

.subfont 
{ 
	color: #ffb844; 
	font-size: x-small; 
}

.subpic
{
	float: right;
	display: none;
}

/* ------------------------------
FAQ styles
------------------------------ */

.Question
{
	color: #fff;
	cursor: pointer;
	width: 480px;
	margin-left: 10px;
	padding: 5px 0px 5px 35px;
	background: url(../images/acr_d.gif) no-repeat left top;
	font-weight: bold;
}

.Question:hover
{
	background: url(../images/acr_h.gif) no-repeat left top;
}
		
.SelectedQuestion
{
	background-color: #F0F0F0;
	background: url(../images/acr_a.gif) no-repeat left top;
}
		
.Answer
{
	color: #000;
	background-color: #fff;
	margin-left: 10px;
	padding: 5px 15px 5px 20px;
	width: 480px;
}
		

/* ------------------------------
footer styles
------------------------------ */
#footer
{
	font-size: 8pt;
	margin: 0 5px 2px 5px;
	text-align: right;
	padding: 5px 0 5px 0;
	clear: both;
}


/* ------------------------------
THE END - finally!
------------------------------ */
