@import url("complex.css");
@import url("jqueryslidemenu.css");
@import url("accordion.css");

* {padding: 0; margin: 0;}

h1, h2, h3, h4, h5, h6, p, blockquote, label, ul, ol, dl, fieldset, address, hr {margin-bottom: 0.1em;}

html, body{margin: 0px; padding: 0px; border: 0px;} /* Basic styling for text etc. used by older browsers such as NN4. */

body {background: #b3d7f6; margin: auto 0; text-align: center; font: 62.5% tahoma; color: #666;}
img {border: 0px;}

a {color: #663399; text-decoration: underline;}
a:visited {color: #663399; text-decoration: underline;}
a:hover {color: #d9bcff; text-decoration: none;}
a:active {outline: none;}


p {line-height: 1.5em; font-size: 1.1em;}
ul, ol {font-size: 1.1em; margin-left: 25px; line-height: 2.0em;} 

@media all and (min-width: 0px){
   ul {margin-left: 15px; list-style-image:none;}
}


h1 {font-family: Arial, Helvetica, sans-serif; font-size: 2.6em; font-weight: normal; color: #333366; margin-bottom: 0em; margin-top: 10px; }
h2 {font-family: Arial, Helvetica, sans-serif; font-size: 1.6em; color: #333366; font-weight: bold; padding: 0px; line-height: 1.5em;}
h3 {color:#333366; font-weight:normal; font-size: 1.8em; font-family:Arial, Helvetica, sans-serif; }


blockquote {
	background: url(../_images/speech-bubble.jpg) no-repeat;
	color: #000666;
    font-weight: normal;
	line-height: 1.4em;
    margin:0.8em; 
	font-size: 1.2em;
	display: block; 
	width: 616px;
	height:199px;
	display: block;
	clear: both;
}
	
blockquote p {
	padding: 20px; width: 430px; float: left;display: block;}
	
	blockquote.ask p {width: 330px !important;}

blockquote img {border: 3px solid #b1d3f5; float: right; margin:0; margin-top: 10px !important; margin-right: 10px !important;}
blockquote img {margin: 0;}

#mytable {
	width: 630px;
	font-family: Tahoma;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 1.1em;
}

th {
	font-size: 13px;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-left: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(../_images/bg_header.jpg) repeat-x;
}

td {	border-left: 1px solid #C1DAD7;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

td.alt {
	border-left: 1px solid #C1DAD7;
	background: #F5FAFA;
	color: #4f6b72;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	color: #4f6b72;
}
hr {
border: 0;
color: #aad6fe;
background-color: #aad6fe;
height: 1px;
width: 100%;
}
fieldset {border: solid 0 transparent;}
legend {display: none;}
label {display: block;}
input {width: 200px;}
input:focus, textarea:focus {background: #ffc;}
input[type="text"] {width: 200px;}
input.radio, input.checkbox, input.submit { width: auto;}
input.checkbox {float: left; margin-right: 1em;}


