@charset "UTF-8";
/*link blue: #0095DA
hover blue: #00CCFF
visited blue: #006699
inside bg blue: #0571AB
.home applies only to the home template, .inside applies to the inside template.*/

img, div, li { behavior: url(iepngfix.htc) } /*this is a fix for png transparency in stupid old ie6, make sure iepngfix.htc is present at the root level, and blank.gif is in the images folder*/
html, body{
heigh: 100%;
}

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
}
body.home  {
	background: #FFFFFF url(../images/background.jpg) no-repeat scroll center 10px;
}
body.inside  {
	background: #0571AB url(../images/landscape.jpg) repeat-x fixed center bottom;
}
a {
	color: #0095DA;
}
a:hover {
	color: #00CCFF;
}
a:visited {
	color: #006699;
}
h1 {
	font-size:18px;
	margin: 10px 0 8px;
	color: #0095DA;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.2em;
}
h2 {
	font-size:14px;
	color: #0095DA;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 6px;
}
h3 {
	font-size:12px;
	color: #0095DA;
	font-weight: normal;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 4px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 4px;
}
ul {
 	margin: 0;
	padding: 0;
}
#mainContent ol li {
	margin-bottom: 18px;
}
img {border: none;}

#container {
	margin: 0 auto;	
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px 0px 30px;
	position: relative;
} 
.home #container {
	width: 700px;
	height: 590px;
}
.inside #container {
	width: 925px;
}

#menu1 {
	float: left;
	color:#FFFFFF;
	font-size: 13px;
}
.home #menu1 {
	padding: 0;
	margin: 229px 0 0 5px;
}
.inside #menu1 {
	width: 226px;
	height: 272px;
	padding: 84px 0px 0px 36px;
	margin: 0;
	background: url(../images/menu-sign.png) no-repeat;
}
#menu1 ul {
	width: 174px;
}

.inside #menu1 ul {
	position: absolute;
	z-index: 2;
}
#menu1 ul li{
	list-style:none;
	margin: 2px 0 0;
	padding: 2px 0 2px 17px;
	text-indent: 0;
	background: url(../images/menu-bg.png) no-repeat right top;
	height: 15px;
}
#menu1 ul li a{
	color:#FFFFFF;
	text-decoration: none;
}
#menu1 ul li:hover{
	background: url(../images/menu-bg-over.png) no-repeat right top;
}

#menu2 {
	float: left; /* since this element is floated, a width must be given */
	font-size: 13px;
}
.home #menu2 {
	float: left; /* since this element is floated, a width must be given */
	width: 425px;  /*the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 171px 0 8px 25px;
	color:#FFFFFF;
	height: 20px;
}
.inside #menu2 {
	width: 465px;  /*the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 30px;
	margin: 0px;
	color: #000000;
	height: 12px;
	background: url(../images/top-corners.gif) no-repeat;
}
#menu2 ul {
 	
}
#menu2 ul li{
	display: inline;
}
.home #menu2 ul li a{
	color:#FFFFFF;
	text-decoration: none;
	padding: 2px 8px 2px 0px;
}
.home #menu2 ul li a:hover{
	color: #00CCFF;
}
.inside #menu2 ul li a{
	font-weight: bold;
	color:#000000;
	text-decoration: none;
	padding: 0px 12px 0px 0px;
}
.inside #menu2 ul li a:hover{
	color: #FFFFFF;
}

#mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float: left;
}
.home #mainContent {
	margin: 0 0 0 25px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	height: 280px;
	overflow: auto;
	width: 412px;
}
.inside #mainContent {
	background:#FFFFFF;
	padding: 10px 30px;
	min-height:400px;
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width: 465px;
}

#mainContent ul{

}
#mainContent ul li{
	font-weight: bold;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 17px;
	margin-right: 2px;
}
#rightCol {
	float: right;
	width: 138px;
}

/*contains the testimonial image, only on the home page*/
#bottomBanner {
	padding: 0;
	width: 410px;
	margin-top: 47px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 172px;
} 
#bottomBanner p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
} 

/*contains the dog & cat image with the speech buble*/
.home #special {
	position: absolute;
	left: -36px;
	top: 359px;
}

.inside #special {
	position: absolute;
	left: 23px;
	bottom: 30px;
	z-index: 1;
}
/*contains the contact details at the bottom of the page*/
.footer {
	text-align:center;
	margin: 0 auto;
}
.home .footer {
	width: 840px;
	text-align: right;
}
.inside .footer {
	width: 465px;  /*the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 30px;
	margin: 0px 0px 0px 262px;
	color: #000000;
	height: 34px;
	background: url(../images/bottom-corners.png) no-repeat bottom;
}
.footer p {
	font-size:9px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.inside .footer a{
	color: #003366;
}
.inside .footer a:hover{
	color: #FFFFFF;
}

.underline{
	text-decoration:underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*These 3 rules are for making a nice zebra striped table. You have to use striper.js*/
.striped th{
	background: #CCCCCC;
}

.odd {
	background: #CFE5EA;
}
.even {

}
