/* CSS Document */
#holly{
	float: right;
	/*margin-left: 625px;*/
	padding: 0px;
	
}

div, img, ul, li, h1, p, br, h2, pre {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 1.8em;
	color: #007fff;
	margin-bottom: 5px;
}
h2 {
	font-size: 1.2em;
	color: #007fff;
}

p {
	text-align: justify;
	margin-bottom: 5px;
	margin-right: 5px;
}


body {
	background-color: #007FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	
}

pre{

	font-family: Arial, Helvetica, sans-serif;

	
}
#wrapper {
	width:760px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	clear: both;
	}
	
#navigation {
	margin-left: auto;
	margin-right: auto;
	
}
#header {
	height: 105px;
	background-image: url(images/hd_bg.gif);
	background-repeat: repeat-x;
	margin-bottom: 0px;
}
#logo {
	width: 291px;
	float: left;
	display: inline;

}
#headright {
	width: 460px;
	height: 105px;
	/*background-color: #000000;*/
	float: right;

}

ul.horiz li{
width: 500px;
font-size: 1.1em;
position: relative;
/*color: #007FFF;*/
display: inline;
}
ul.home li, ul.swList li{
	margin: 0px 0px 25px 25px;
	list-style-image: url(images/note-bullet.gif);
}

ul.swList{
	margin-left: 30px;
}
#leftOffer ul{
	margin-left: 20px;
}
.tel {
	height: 66px;
	font-size: 2.8em;
	font-weight: bold;
	color: #ffff00;
	text-align: right;

}
#nav {
	top: 90px;
	text-align: right;
	/*position: absolute;*/
	margin-right: 8px;
	margin-top: 12px;
}
#nav a:link, #nav a:visited {
	padding: 3px 10px 2px 10px;
	color: #ffffff;
	background: #007fff;
	text-decoration: none;
	border: 1px solid #711515;
}
#nav a:hover {
	color: #ffffff;
	background: #000099;
	text-decoration:underline;
	border: 1px solid #ffffff;
}

#breadcrumb {
	height: 15px;
}

#left_nav {
	width: 119px;
	background-color: #ffffff;
	float: left;
	height: 100%;	
}


#leftOffer {
	margin-left: 5px;
	margin-right: 5px;
	height: 100%;
	clear: both;
	color: #000099;
}
	
#main {
	width: 625px;
	background-color: #ffffff;
	float: right;
	padding-right: 0px;
	padding-left: 5px;
	font-size: 1.2em;
	margin-bottom: 5px;
	min-height:500px;
	height:auto !important;
	height:500px;
}
#keyboard {
	margin-top: 25px;
	text-align: center;
}

.picLeft {
	float: left;
	width: 50%;
	margin-bottom: 5px;
}
.conLeft{
	float: left;
	width: 50%;
}

.right{
	float: right;
	width: 50%;
	margin-bottom: 165px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 16px;
}


.conWrap {
	clear: both;
	margin-bottom: 10px;
}

.aboutFooter {
	clear: both;
	margin: 10px 0px 10px 0px;
}
#footer{
	postion: absolute;
	bottom: 0;
	height: 50px;
	width: 760px;
	background-color: #ffff00;
	clear: both;
}
#footertext {
	color: #000099;
	margin-left: 5px;
	text-align: center;
	margin-top: 5px;
}




