/*	-----------------------------------------
	Designed and developed by www.KAWEB.co.uk 
	----------------------------------------- */
	
@import url(navigation.css);
@import url(form.css);

/* Default page styles */
html {color:#fff; background: #ceced1 url("http://www.scriptswitch.com/images/background.gif")  repeat-x;}

body {color: #fff;}

a:link {
	text-decoration: underline ;
	color: #fff; background: transparent;
}

a:visited {
	text-decoration: underline ;
	color: #fff; background: transparent;
}

a:hover {
	text-decoration: none;
	color: #fff; background: transparent;
}

a:active {
	text-decoration : underline ;
	color: #006; background: transparent;
}

p, td, li, ul, ol, dl   {
  font-family: Verdana, Arial, Helvetica, "sans serif";
  margin-bottom: 1em; line-height: 1.3;
}

p, td, dl {
	font-size:85%;
}

li, ul, ol {
	font-size: 92%; 
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Verdana, Arial, "sans serif";
	line-height: 1.2;
}

h1 {
	font-size:122%;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h2 { 
	font-size:107%; 
	font-weight: bold;
	color:#002E7F;
	margin-top: 1.5em; margin-bottom: 0.25em;
}

h3 { 
	font-size: 107%;
	color:#002E7F;
}
	

h4 {
	font-size:92%;
	color:#002E7F;
}

ol {
	list-style-type: decimal;
	list-style-position: inside;
}


ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 1em;
}

dl dt {
	margin-top: 1em; margin-bottom: 0.5em;
	font-weight: bold;
}

dl dd { margin-left: 3em; }

ul.nodisc {
	list-style-type: none;
}

strong, em, b {
	font-weight: bold;
}

/* Structural elements */
#container {
	margin:0 auto; padding:0; 
	text-align:left;	
	width:752px;
	overflow:visible;
	position:relative;
}

#innerContainer{
	float:left;
	background:url("http://www.scriptswitch.com/images/contentBgrd.gif");
}
 
	
#topbar {
	width:752px;
	height:135px;
	background:url("http://www.scriptswitch.com/images/topbar.gif");
}

#content {
	height:100%;
}

#contentLeft {
	float:left;
	width: 307px;
	height:331px;
}

#contentRight {
	margin-left:330px;
	padding-top:50px;
}

#contentRightLeft, #contentRightRight { 
	width:45%;
}

#contentRightLeft {
	float:left;
}

#contentRightRight {
	margin-left:50%;
}

#contentonecol {
	margin-left:40px; width:330px;
}

#footer {
	float:left;
	width:100%;
	height:89px;
	background:url("http://www.scriptswitch.com/images/footer.gif") bottom;
}

/*
div.album { background-color: #fc0;}
*/
div.photo { float: left; margin-left: 2px; }
div.photo p.caption_portrait { width: 107px }
div.photo p.caption_landscape { width: 160px }


ol.questions, ul.links{margin-left:25px; padding:0px;}
ol.questions li{margin:3px 0;}
ol.answers li{margin:20px 0px;}
ol.answers li br{display:block; margin-bottom:5px;}
ol.answers li ul li{margin:0px 0px 3px 0px;}


/* Styles used on the testimonials page*/
.quote {
	text-indent:22px;
	padding:2px 5px 5px 10px;
	border:1px solid; 
	background: url("http://www.scriptswitch.com/images/quotes.gif")  0 0 no-repeat;
	margin-bottom:10px;
}

.txt-small{ font-size:0.9em; }

p.person { 
	font-family: "Lucida Grande", Verdana, Arial, "sans serif";
	font-size:92%; line-height:122%;
	color:#000066; 
}

/* Custom styles */
h2.faq {
	color: #fff;
	}


#footer p {
	font-size: 77%;
	color: #92949A;
}

#copy p { 
	margin: 5.5em 0 0 1em;
}

#legal p {
	float:right;
	margin-top:-13px;
	text-align:center;
	width:185px;
}
#legal a {color:#92949A;}
#legal a:hover {color:#000;}

/* Styles for the boxes on the left of the main content */
.announcement {
	color: #002E7F; background-color: #fff;
	width: 305px;
	margin: 5px; padding: 2px;
	border: 4px solid #92949A;
}

.announcement h2 {
	margin-top: 0.25em;
}

.announcement p {
	margin-bottom: 0.25em;
}

.announcement a { 
	text-decoration: underline; font-weight: bold;
}

.announcement a:link { color: #f00; background: inherit; }
.announcement a:visited { color: #f00; background: inherit;}
.announcement a:hover { color: #f00; background: inherit; }
.announcement a:active { color: #006; background: inherit; }

div.demo { 
	margin-left: 25px; margin-top: 10px; margin-right: 25px;
	color: rgb(0, 46, 127);
	text-align: left; 
}

div.demo a {
	color: rgb(0, 46, 127);
}


/* --------------------- */
.clearfix:after {
    content: "."; /* the period is placed on the page as the last thing before the div closes */
	display: block; /* inline elements don't respond to the clear property */ 
    height: 0; /* ensure the period is not visible */
    clear: both; /* make the container clear the period */
    visibility: hidden; /* further ensures the period is not visible */
}
/*.clearfix {display: inline-block;} /* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */