/* ================================================================ **
** mobile_style.css
** ================================================================ */


/* ---------------------------------------------------------------- **
** Generic
** ---------------------------------------------------------------- */
html { font-size: 76%; }
body {
	background: #333;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #333;
	text-align: center;
	margin: 0;
	padding: 0;
	}

/* headers */
h2, h3, h4, h5, h6 { 
	color: #099; 
	margin: 0; 
	font-weight: normal;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	}
h2 { font-size: 1.8em; margin: 25px 0 15px; padding-bottom: 15px; border-bottom: 1px solid #ccc; }
h3 { font-size: 1.6em; margin: 25px 0 15px; }
h4 { font-size: 1.4em; margin: 20px 0 10px; }
h5 { font-size: 1.2em; margin: 20px 0 5px; }	
h6 { font-size: 1em; margin: 20px 0 0; }

/* text */
p { margin: 15px 0; }
acronym { cursor: help; }
pre, code, blockquote { 
	margin: 15px 0; 
	border: 1px dashed #ddd; 
	padding: 15px; 
	display: block; 
	background-color: #fff; 
	color: #666;
	height: 100%; 
	}

blockquote {
color:#575757;
padding: 0 50px;
background: #DDDDDD;
}

/* links */
a { text-decoration: underline; color: #099; outline: none; }
a:hover { text-decoration: none; }

/* images */
#quote img {
	display: block;
	margin-bottom:-10px;
	margin-left:-12px;
	border: none;
	background-color: inherit;
}
img { border: 10px solid #ddd; padding: 1px; background-color: #fff; }	
a img { }
a:hover img { border-color: #eee; }
img.right { margin: 0 0 20px 20px; }
img.left { margin: 0 20px 20px 0; }

/* lists */
ul, ol, dl { margin: 15px 0 15px 20px; padding: 0; }
ul { list-style-type: disc; }
ul ul, ol ol { margin-top: 0; margin-bottom: 0; }
ol { margin-left: 25px; }
dl { margin-left: 0; }
dl dt { font-weight: bold; margin-top: 15px; }
dl dd { margin: 0; }
dl dt, li { color: #099; }
li span { color: #333; }

/* tables */

/*table { margin: 15px 0; border: 1px solid #ddd; border-collapse: collapse; }*/
table { margin: 15px 0; border-collapse: collapse; }
table th, 
table td { padding: 10px 15px; text-align: left; }
table thead th { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	background-color: #099; 
	color: #fff; 
	font-weight: normal; 
	font-size: 1.1em;
	border: 1px solid #099;
	}
table tbody th { background-color: #ddd; }
table tbody th, 
table tbody td {  }

/* forms */
form { border: 1px solid #ddd; padding: 0px 0px 5px 0px; margin: 25px 0; }
form fieldset { border: 0; padding: 10px 25px 15px; margin: 0; }
form fieldset legend { display: none; }
form p:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
form p label {  
	font-size: 1em; 
	color: #333; 
	float: left; 
	display: block; 
	width: 30%; 
	margin-right: 20px; 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; }
form p input,
form p select,
form p textarea { 
	font-size: 1.20em; 
	color: #333; 
	border: 1px solid #ddd; 
	padding: 8px; 
	background-color: #eee; 
	width: 55%; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	}
form p select { width: 57.5%; }
form ul.fieldlist { margin: -30px 0 10px 33%; padding: 0; list-style-type: none; }
form ul.fieldlist li { color: #333; padding: 0 30px 5px 0; white-space: nowrap; }
form input.btn,
a.btn { 
	width: auto; 
	overflow: visible;
	border: 0;
	background-color: #099;
	padding: 8px 10px;
	cursor: pointer; 
	color: #fff;
	text-decoration: none;  
	font-weight: bold;
	}
form input.btn:hover { background-color: #ccc; color: #333; }	

/* horizontal rule */
hr { border: 0; height: 0.75em; background-color: #ddd; color: #ddd; margin: 30px 0 0; }

/* classes */
.left { float: left; }
.right {float: right; }
.hide { display: none; }

/* list of links */
ul.links { list-style-type: none; margin-left: 0; }
ul.links li { margin: 5px 0; }

/* list of images */
ul.images { margin-left: -15px; margin-bottom: 0; padding: 15px 0 0; list-style-type: none; height: 1%; width: 104%; }
* html ul.images { width: 100%; }
ul.images:after { content: "."; clear: both; display: block; visibility: hidden; height: 0; }
ul.images li { float: left; margin: 0; padding: 0 0 15px 15px; }
ul.images li img { vertical-align: middle; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/
#container {
	margin: 0 auto;
	}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/

/* Logo */
#header h1 { 
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 2.3em;
	font-weight: normal;
	color: #099;
	margin: 0;
	padding: 10px 0;
	
	}
#header h1 a { text-decoration: none; color: #099; }
#header h1 a:hover { text-decoration: none; }
#header h1 span { color: #fff; }

/*------------------------------------------------------------*
**  Body
**------------------------------------------------------------*/	
#body { padding: 10px; background: #222 }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content { background-color: #fff; padding: 2px; text-align: left; }
#content div { padding: 1px 20px 15px; }
#content div:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
#content div div { background-image: none; padding: 0; min-height: 0; }
* html #content div div { height: 1%; }

#content #sub { padding: 0 0 0 20px; }
#content #main { padding: 0 20px 0 0; }

#content #main { float: left; } 
#content #sub { float: right; }

#home #content #sub { 
	padding: 0 20px 0 0; 
	float: left; 
	}
#home #content #main { 
	padding: 0 0 0 20px; 
	float: right; 
	background-image: none; 
	}
	
#content #sub h2 { font-size: 1.6em; padding-bottom: 10px; margin-bottom: 10px; }	


/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer { 
	padding: 0 20px; 
	background-color: #222; 
	height: 1%; 
	font-size: 0.9em;
	color: #ccc;
	margin-top: -20px;
	}	
#footer:after {
	content: ".";
	clear: both;
	visibility: hidden;
	display: block;
	height: 0;
	}
	
.text{
	font-size: 1.10em; 
	color: #333; 
	border: 1px solid #ddd; 
	padding: 8px; 
	background-color: #eee; 
	width: 90%; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	}

	input.btn,
a.btn, a.btn:visited { 
	width: auto; 
	overflow: visible;
	border: 0;
	background: #099; 
	padding: 8px 10px;
	cursor: pointer; 
	color: #fff;
	text-decoration: none;  
	font-weight: bold;
	}
a.btn:hover { background-color: #ccc; color: #333; }

.highlight{
	color: #990000;
	font-weight: bolder;
}

#contact_table {
	width:90%;
	font-size:1em;
	list-style-type:none;
}

#contact_table li {
	width:90%;
	margin:0 auto;
	clear:left;
}

#contact_table li div {
	text-align:left;
	width:95%;
	float:left;
	font-size:1.0em;
}

