/******************* Laser Central Styles **************/
/************* KND Web Consultants - January 2006***********/

/***************************/
/* HTML tags               */
/**************************/ 
* {
	margin: 0px;
	padding: 0px;
}

body{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #333333;
	line-height: 1.166;	
}

a:link, a:visited, a:hover {
	color: #00549F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #0099CC;
}

h1, h2, h3, h5 {
	font-family: Arial,Helvetica,sans-serif;
}

h1{
	font-size: 1.7em;
	color: #00549F;
	font-weight: lighter;
}

h2{
	font-size: 1.05em;
	color: #00549F;
}

h3{
	font-size: 100%;
	color: #00549F;
	padding: 10px 0 0 0;
}
h3 a:link, a:visited,{
	font-size: 105%;
	color: #00549F;
}

h4{
	font-size: 90%;
	color: #444453;

}

h5{
	font-size: 108%;
	color: #AFD329;
}
p {
	padding: 0 0 0.5em 0;
}
th {
	font-size: 80%;
	text-align: left;
	padding: 3px 0 0 0;
}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
ol {
	padding: 0;
	margin: -10px 0 0 0;
}
input {
	border: 1px solid #7EA5D3;
	background: #f4f4f4;
	margin: 0 0 2px 0;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
	color: #333333;
}
textarea {
	border: 1px solid #7EA5D3;
	background: #f4f4f4;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 80%;
	color: #333333;
}
pre {
	font-size: 80%;
}

blockquote {
	margin: 0 0 0 30px;
}
a, a:link, a:visited, a:hover, a:focus, a:active { border:none; } /*blue link borders on images*/
a img,:link img,:visited img { border:none; }
/***********************************************/
/*                 Layout Divs                 */
/***********************************************/
#wrapper {
	width: 776px;
	margin: auto;
	background-color: white;
	border: 1px solid #cccccc;
	background-image: url(../images/pageBackground.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header{
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 100%;
/*	text-align: right;*/
}

#sideColumn{
	width: 288px;
	font-size: 80%;
	padding: 0 0 3px 0;
}

#content{
	float: right;
	width: 477px;
	padding: 0 0 3px 0;
	z-index: 0;
}

#footer{
	clear: both;
	font-size: 65%;
	color: #666666;
	padding: 15px 0 5px 0;
	text-align: center;
}
.clear {
	clear: both;
}
/*************** Splash Page Styles*******************/
#splashContent {
	width: 736px;
	padding: 0 20px;
}
* html body #splashContent {
	width: 726px;
	padding: 0 20px;
}
.splashColumn {
	float:left;
	width: 225px;
	padding: 0 10px;
}
.splashColumn ul {
	padding: 5px;
	margin: 0;
	font-size: 85%;
	list-style: disc;
	list-style-position: inside;
}
.splashColumn li {
	padding: 0;
	margin: 0;
}
/***********************************************/
/*             Component Divs                  */
/***********************************************/

/***************Header Styles*******************/
#siteName{
	padding: 20px 313px 0 0;
	text-align: right;
	color: #00549F;
	height: 52px;
	overflow: hidden;
}
#siteName a {
	color: #00549F;
	font-size: 90%;
}
#menu{
	border-top: 3px solid #00549F;
	height: 41px;
	width: 100%;
	overflow: hidden;
}
#nav li {
	float: left;
	position: relative;
	text-align: left;
	list-style:none;
	padding: 0 25px 0 0;
}
#nav a {
	text-decoration: none;
	font-weight: normal;
	color: #0099CC;
	padding: 5px 0 10px 0px;
	margin: -3px 0 0 0;
	font-size: 14px;
}
* html body #nav li {
	padding: 4px 25px 0 0;
	margin: -10px 0 0 0;
}
* html body #nav a {
	padding: 2px 0 0 0;
	margin: 0;
}
#nav a:hover, #current {
	color: #00549F;
	border-top: 7px solid #cccccc;
}

/********************************************/
/************** Content Styles **************/
/********************************************/

/************** .story styles *****************/

.story{
	height: 370px;
	overflow: auto;
	/******* IE only Not valid, but requested feature *******/
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #0099CC;
	scrollbar-base-color: #f4f4f4;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-face-color: white;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: #cccccc;
	z-index: 0;
}

.story p{
  font-size: 80%;
  line-height: 1.3;	
}
.story ol,ul,li {
	padding: 10px 0 0 25px;
}
.story li {
	padding: 0px 10px 5px 0px;
  	font-size: 80%;
}
.story td {
	border-bottom: 1px solid #CCCCCC;
  	font-size: 80%;
	padding: 3px;
	vertical-align: top;
}

.dottedline {
	border-top: 1px dotted #7EA5D3;
	width: 70%;
	height: 10px;
	padding: 0 40px 0 0;
}
.top {
	text-align: right;
	width: 90%;
	border-bottom: 2px dotted #FF9900;
	padding: 10px 0 0 0;
}
.toplink a{
	font-weight: bold;
}
/************* #footer styles ***************/

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
#footer a{
	color: #00549F;
}
#footer a:hover{
	color: #0099CC;
}

/***********************************************/
/*************** #sideColumn styles ***********/
/***********************************************/
#subMenu {
	background-color: #E7F5FA;
	padding: 6px 10px;
}
#subMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#subMenu li {
	padding: 0 0 3px 0;
	margin: 0;
}
#subMenu a {
	color: #666666;
	text-decoration: underline;
}
#subMenu a:hover {
	color: #00549F;
}
.sideContent {
	padding: 0px 10px 10px 0px;
	clear: left;
	padding: 3px 0 0 5px;
}
.sideContentFlash{
	float: left;
	margin: 0 5px 0 0;
}
.sideContent img{
	float: left;
}
.sideContent ul {
	padding: 5px;
	margin: 0;
	font-size: 85%;
	list-style: disc;
	list-style-position: inside;
}
.sideContent li {
	padding: 0;
	margin: 0;
}
.divider {
	border-bottom: 3px solid #00549F;
	margin: 7px 0;
	
}
/**************** Special Text Styles ****************/
.redtext {
	color: #FF0000;
}
/************** Contact Page ***************/

.row {
	clear: left;
}
.formNames {
	text-align: right;
	width: 50px;
	float: left;
	margin-right: 4px;
}
.formFields {
	width: 200px;
	display: block;
	float: left;
}
.formEnquiryName {
	text-align: right;
	width: 50px;
	float: left;
	display: block;
	margin-right: 4px;
}
.formEnquiryField {
	width: 200px;
	margin-bottom: 2px;
	display: block;
	float: left;
}
.formSubmit {
	height: 29px;
	padding-top: 5px;
	clear: both;
	text-align: right;
}
.address {
	padding: 15px 0 0 50px;
	clear: left;
}

