/**************** Body and tag styles ****************/



*
{
	margin: 0;
	padding: 0;
}

body
{
	line-height: 1.2em;
	text-align: center;
	color: #333;
	background: #fff;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 73%;
}

a
{
	color: #3581c0;
	text-decoration: none;
	background-color: inherit;
}

a:hover
{
	color: #3581c0;
	text-decoration: none;
	background-color: inherit;
}

a img { border: none; }

p { padding: 0 0 1.6em 0; }

p form
{
	margin-top: 0;
	margin-bottom: 20px;
}

img.left
{
	float: left;
	margin: 0 12px 5px 0;
	padding: 4px;
}

img.center
{
	display: block;
	margin: 0 auto 5px auto;
}

img.right
{
	float: right;
	margin: 0 0 5px 12px;
}

/**************** Header and navigation styles ****************/
#container
{
	width: 760px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	height: 135px;
	width: 760px;
	margin: 0;
	padding: 0;
}

#header h1
{
	background-image: url(../images/logo_caylx.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-indent: -2000px;
	width: 450px;
	/* for Win/PC */
	height: 110px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 440px;
	/* the real width */
}


#flashheader
{
	width: 758px;
	height: 250px;
	float: left;
	margin: 0 0 20px 0;
}

/**************** Navigation styles ****************/
#nav-wrapper
{
	margin: 0 0 0 0;
	padding: 0;
	height: 80px;
	width: 760px;
	display: block;
}

#nav
{
	position: relative;
	display: inline;
	float: left;
	height: 33px;
	width: 760px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 -9px;
	margin: 0;
	padding: 0;
}

#nav a { text-decoration: none; }

#nav li
{
	/*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	padding-right: 10px;
	/* distance between tabs */
}

#nav li a
{
	color: #0077d4;
	font-weight: bold;
	display: block;
	width: 110px;
	/* tab width */
	padding: 0;
	background-color: #fff;
}

#nav li.on a { color: #0077d4; }
#nav li.off a:hover, #nav li.on a:hover { color: #000; }

/*do the image replacement*/
#nav li span
{
	position: absolute;
	left: -9384px;
}

#liHome a, #liExperience a, #liTeleFormDemo a, #liProducts a, #liCompany a, #liContact a
{
	display: block;
	position: relative;
	height: 33px;
	/*contains all hover states*/
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*first, put the initial states in place*/
#liHome a { background-position: 0 0; }
#liExperience a { background-position: -110px 0; }
#liTeleFormDemo a { background-position: -220px 0; }
#liProducts a { background-position: -330px 0; }
#liCompany a { background-position: -440px 0; }
#liContact a { background-position: -550px 0; }

/*active area - for this demo - the code could be based on a body class, and probably work better.*/
/*add selectors for the other li's and background-positions*/
#liHome.on a { background-position: 0px -66px; }
#liExperience.on a { background-position: -110px -66px; }
#liTeleFormDemo.on a { background-position: -220px -66px; }
#liProducts.on a { background-position: -330px -66px; }
#liCompany.on a { background-position: -440px -66px; }
#liContact.on a { background-position: -550px -66px; }

/*hover states*/
#liHome a:hover, #liHome:hover a, #liHome.over a { background-position: 0 -33px; }

#liExperience a:hover, #liExperience:hover a, #liExperience.over a { background-position: -110px -33px; }

#liTeleFormDemo a:hover, #liTeleFormDemo:hover a, #liTeleFormDemo.over a { background-position: -220px -33px; }

#liProducts a:hover, #liProducts:hover a, #liProducts.over a { background-position: -330px -33px; }

#liCompany a:hover, #liCompany:hover a, #liCompany.over a { background-position: -440px -33px; }

#liContact a:hover, #liContact:hover a, #liContact.over a { background-position: -550px -33px; }

#subnav
{
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#subnav ul
{
	float: left;
	display: inline;
	margin: 10px 0 0 190px; /* left spacing */
	padding: 0;
}

#subnav ul li
{
	list-style: none;
	margin: 0;
	padding: 0 20px;
	display: inline;
}

#subnav ul li a
{
	color: #3581c0;
	background-color: #FFF;
}

#subnav ul li a:visited
{
	color: #666;
	background-color: #FFF;
}

#subnav ul li a:hover
{
	color: #000;
	background-color: #FFF;
}

#subnav ul li a:active
{
	color: #3581c0;
	background-color: #FFF;
}

/**************** Content styles ****************/
#content
{
	float: left;
	width: 490px;
	font-size: 1.0em;
	line-height: 1.2em;
	padding: 0 40px 20px 0;
	margin: 0 0 20px 0;
	border-right: #c2c2c2;
	border-width: 0 1px 0 0;
	border-style: none solid none solid;
	display: inline;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 470px;
	padding: 0 20px 20px 0;
}

#content-wide
{
	float: left;
	width: 720px;
	font-size: 1.0em;
	line-height: 1.2em;
	padding: 0 40px 20px 0;
}

h2
{
	display: block;
	margin: 0 0 20px 0;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #3581C0;
	background-color: inherit;
}

h3
{
	display: block;
	margin: 0 0 5px 0;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #3581C0;
	background-color: inherit;
}

h4
{
	display: block;
	margin: 0 0 5px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: bold;
	letter-spacing: -0.5px;
	color: #3581C0;
	background-color: inherit;
	clear: left;
}

h5
{
	display: block;
	margin: 0 0 0 0;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	color: #3581C0;
	background-color: inherit;
	clear: left;
}

#content a:hover,#sidebar a:hover { text-decoration: underline; }

#content ol { margin: 10px 5px 16px 35px; }

#content ul li
{
	margin: 10px 0 15px 10px;
	padding: 0 0 0 20px;
	background-image: url(../images/circle_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	list-style: none;
}

dl { margin: 0 5px 20px 0px; }

dt
{
	font-weight: bold;
	margin: 0px 0 5px 0;
	padding: 0 0 5px 0;
}

dd
{
	margin: 0 0 10px 10px;
	padding: 0 0 5px 20px;
	background-image: url(../images/circle_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}


p
{
	display: block;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	background-color: inherit;
	line-height: 1.6em;
}

.center { text-align: center; }

blockquote
{
	padding: 20px 15px 20px 20px;
	color: #0077d4;
	line-height: 1.5em;
	margin: 5px 0 20px 0;
	border-color: #0077d4;
	border-width: 1px 0 1px 0;
	border-style: solid;
	background-color: #d9ebfa;
}

blockquote a { text-decoration: underline; }

p.breadcrumbs
{
	padding: 2px;
	background-color: #d8e6f2;
	color: #333;
	text-indent: 6px;
	margin: 0 0 20px 0;
}

hr.rule
{
	width: 100%;
	height: 1px;
	clear: both;
	padding: 0;
	margin: 30px 0 30px 0;
	background-color: #c2c2c2;
	border-width: 0px;
}


.img-left
{
	float: left;
	display: block;
	margin: 0 4px 4px 0;
	border-width: 0;
}

.img-right
{
	float: right;
	display: block;
	margin: 0 0 4px 4px;
	border-width: 0;
}


/**************** Sidebar styles ****************/
#sidebar
{
	float: right;
	width: 220px;
	padding: 0 0 20px 20px;
	margin: 0 0 20px 0;
	display: inline;
	font-size: 93%;
}

.pdf
{
	width: 170px;
	padding: 12px 0 0 46px;
	margin: 5px 0 0 0;
	border-color: #ccc;
	border-width: 1px 0 0 0;
	border-style: solid;
	float: left;
	display: block;
	background-image: url(../images/acrobat_pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: 4px 14px;
}

.pdf-last
{
	width: 170px;
	padding: 12px 0 10px 46px;
	margin: 5px 0 30px 0;
	border-color: #ccc;
	border-width: 1px 0 1px 0;
	border-style: solid;
	float: left;
	display: block;
	background-image: url(../images/acrobat_pdf_icon.gif);
	background-repeat: no-repeat;
	background-position: 4px 14px;
}

.pdf p,.pdf-last p
{
	padding: 0 0 20px 0;
	margin: 0;
}

/**************** Menublock styles ****************/
.menublock
{
	margin: 0 0 20px 8px;
	font-size: 0.9em;
}

.menublock li
{
	list-style: none;
	display: block;
	padding: 2px;
	margin-bottom: 2px;
}

.menublock li a
{
	font-weight: bold;
	text-decoration: none;
}

.menublock li a:hover { text-decoration: none; }

.menublock li ul
{
	margin: 3px 0 3px 15px;
	font-size: 1em;
	font-weight: normal;
}

.menublock li ul li { margin-bottom: 0; }
.menublock li ul a { font-weight: normal; }

/**************** Footer styles ****************/
#footer
{
	clear: both;
	width: 750px;
	padding: 5px 0;
	margin: 20px 1px 20px 1px;
	font-size: 0.9em;
	border-color: #c2c2c2;
	border-width: 1px 0 0 0;
	border-style: solid;
}

#footer p
{
	color: #666;
	background-color: inherit;
	padding: 0;
	margin: 0 0 0 10px;
	text-align: left;
}

#footer a
{
	color: #8c8c8c;
	background-color: inherit;
}

#footer a:hover
{
	color: #8c8c8c;
	background-color: inherit;
	text-decoration: underline;
}


/**************** Rounded Corners Box ****************/


		.box		
		{
			margin: 0 0 0 100px;
			/* center for now */
			width: 510px;
			/* ems so it will grow */
			font-size: 100%;
			background-image: url(../images/box-bottom-right.gif);
			background-repeat: no-repeat;
			background-position: right bottom;
			padding: 0;
		}
		.boxhead		
		{
			margin: 0;
			padding: 0;
			text-align: center;
			background-image: url(../images/box-top-right.gif);
			background-repeat: no-repeat;
			background-position: right top;
		}
		.boxhead h2		
		{
			margin: 0;
			padding: 20px 30px 5px 40px;
			color: white;
			font-weight: bold;
			font-size: 1.2em;
			line-height: 1em;
			background-image: url(../images/box-top-left.gif);
			background-repeat: no-repeat;
			background-position: left top;
		}
		
		.boxbody		
		{
			margin: 0;
			padding: 5px 30px 31px 40px;
			background-image: url(../images/box-bottom-left.gif);
			background-repeat: no-repeat;
			background-position: left bottom;
		}

		
		
		
/**************** Misc classes and styles ****************/
.clear { clear: both; }
.small { font-size: 0.8em; }
.hide { display: none; }
.textcenter { text-align: center; }
.textright { text-align: right; }

.important
{
	color: #f02025;
	background-color: inherit;
	font-weight: bold;
}

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

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */