/* Box Bear Main CSS */

body {
	background-color:#FFFFFF;
	font-size:13px;
	color:#336699;
}

body, form, ol, ul, li, input, textarea, blockquote, a, img, h1, h2, h3, p {
	margin:0;
	padding:0;
	border:0;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
}

img { vertical-align:bottom; } 

h1, h2, h3, p, ul { 
	margin-bottom:0.5em;
	font-weight:normal;
	color:#6699CC;
}

ul {
	font-size:14px;
}

ul li { 
	list-style:square outside;
	margin-left:1em;
	color:#6699CC;
}

ol li { 
	list-style:decimal outside;
	margin:0 0 1em 1.5em;
	font-weight:bold;
	font-size:15px;
}

ol li p {
	margin:0.5em 0 0 1.7em;
	text-indent:-1.7em;
	font-weight:normal;
	font-size:13px;
}

ol li ul li { 
	list-style:none;
	color:inherit;
}

ol li ul li p {
	margin:0.5em 0 0 2.6em;
	text-indent:-2.6em;
}

h1 { font-size:28px; color:#336699; }

h2 { font-size:22px; }

h3 { font-size:18px; }

p { color:#336699; }

.small { font-size:0.8em; }

.break {
	border-bottom:1px dotted #6699CC;
	margin:15px 0 10px 0;
}

.noBreak {
	position:relative;
	border-bottom:1px dotted #6699CC;
	margin-bottom:10px;
	padding-bottom:5px;
	page-break-inside:avoid;
}

.viewButton {
	position:absolute;
	bottom:10px;
	right:0;
}

.bottomButtons2 {
	clear:both;
	border-top:1px dotted #6699CC;
	margin-top:10px;
	padding-top:10px;
}

#mainContainer {
	position:relative;
	margin:auto;
	padding:175px 200px 54px 15px;
	width:545px;
	background-color:#FFFFFF;
	z-index:5;
}

#logo {
	position:absolute;
	top:20px;
	right:20px;
}

#clientQuote {
	position:absolute;
	top:15px;
	left:15px;
	width:540px;
	color:#6699CC;
	line-height:20px;
}

#mainNav {
	position:absolute;
	top:96px;
	left:0;
	z-index:20;
}

#navMask {
	position:absolute;
	top:0;
	left:0;
	width:760px;
	height:400px;
	display:none;
	z-index:10;
}

.subMenu {
	position:absolute;
	top:134px;
	padding-bottom:7px;
	background-repeat:no-repeat;
	background-position:bottom;
	border-top:1px solid #FFFFFF;
	z-index:15;
}

.subMenu ul { margin:0; }

.subMenu li { 
	list-style-type:none;
	margin:0;
}

.blueBarBG {
	position:absolute;
	top:96px;
	width:50%;
	height:38px;
	background-color:#B2CCE5;
}

#telephoneNumber {
	position:absolute;
	top:200px;
	right:0;
	width:175px;
	height:35px;
	background-image:url(../images/blue_bar_bg01.gif);
	background-repeat:no-repeat;
}

#emailAddress {
	position:absolute;
	top:245px;
	right:0;
	width:175px;
	height:25px;
	background-image:url(../images/blue_bar_bg02.gif);
	background-repeat:no-repeat;
}

.contactInfo {
	font-size:0.8em;
	margin:0;
	padding: 2px 0 0 7px;
	color:#FFFFFF;
}

#footer {
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	padding:2px 0;
	background-color:#336699;
	text-align:center;
	z-index:10;
}

#footer p {
	margin:0 90px;
	font-size:12px;
	color:#FFFFFF;
}

#footerInfo {
	font-size:0.8em;
	color:#6699CC;
}

#bottomFade {
	position:absolute;
	top:-22px;
	left:0;
	width:760px;
	height:20px;
	background-image:url(../images/white_fade.png);
	background-repeat:repeat-x;
}

#leftLinks {
	position:absolute;
	bottom:7px;
	left:7px;
}

#rightLinks {
	position:absolute;
	bottom:7px;
	right:7px;
}

#clientTicker {
	position:absolute;
	right:20px;
	bottom:20px;
	width:155px;
	height:155px;
}

.logoMask {
	position:absolute;
	right:20px;
	bottom:20px;
	width:155px;
	height:155px;
	display:none;
}

a:link, a:visited {
	text-decoration:none;
	color:#336699;
}

#clientQuote a:link, #clientQuote a:visited, h2 a:link, h2 a:visited {
	color:#6699CC;
}

.subMenu a:link, .subMenu a:visited {
	padding:4px 12px 5px 12px;
	font-size:11px;
	background-color:#B2CCE5;
	color:#FFFFFF;
	display:block;
}

.contactInfo a:link, .contactInfo a:visited, #footer a:link, #footer a:visited {
	color:#FFFFFF;
	border-color:inherit;
}

a:hover, #clientQuote a:hover, h2 a:hover {
	text-decoration:underline;
	color:#FF7700;
	outline:none;
}

.contactInfo a:hover, #footer a:hover {
	text-decoration:underline;
	color:#FF7700;
}

.subMenu a:hover {
	background-color:#6699CC;
	text-decoration:none;
}

.contactInfo a:hover {
	color:#FF9900;
}

a:active, #clientQuote a:active, .contactInfo a:active, #footer a:active {
	color:#FF3300;
	outline:none;
}

.subMenu a:active {
	color:#FF3300;
}

a:hover img { border-color:#FF7700; }
a:active img { border-color:#CC0000; }

.photoRight { float:right; margin:0.3em 0 1.5em 1.5em; }
.photoRight img { border:1px solid #999999; }

.photoLeft { float:left; margin:0.3em 1.5em 1.5em 0; }
.photoLeft img { border:1px solid #999999; }