@import url(layout.css);
@import url(form.css);

/*-------------------------*//* global text styles *//*---------------------------------*/
/*--------------------------------------------------------------------------------------*/

/* define basic elements
--------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
}

body {
	font: normal 68%/1 verdana,arial,helvetica,sans-serif;
	color:#000;
	text-align:center;
	background-attachment: fixed;
	background-color: #fff5f5;
	background-image: url(../images/gps_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3, h4, h5 {
	font-family:arial,helvetica,sans-serif;
}

h1 {
	font: normal 62.5%/1 arial,helvetica,sans-serif;
	display:none;	
}

h2 {font-weight: bold; color: #660066; font-size: 1.8em; line-height:1.2em; margin: 0 0 15px 0; padding:0 0 10px 0; border-bottom: 1px dotted #cccccc;}


h3 {font-weight: bold; color: #666666; font-size: 1.6em; line-height:1.0em; margin: 0 0 15px 0; padding:0 0 10px 0; border-bottom: 1px dotted #cccccc;}

h4 {font-weight: bold; color: #069; font-size: 1.2em; line-height:1.2em; margin: 0 0 15px 0; padding:0 0 10px 0; border-bottom: 1px dotted #999;}

h5 {
}

p  {
	font-size: .9em;
	line-height: 1.8;
	margin: 0 0 10px 0;
}

span {
}

textarea {
	color:#000;}
	
.intro {
	color:#999999;
	font-size: 1.15em;
	line-height: 1.6;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/* list styles
--------------------------------------------------------------------------*/

#side_content ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#side_content li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

/* Div specif styles
--------------------------------------------------------------------------*/


#footer p {
	text-align:left;
	color:#999999;
	font-size: .85em;
	margin:0px;
	padding: 1px 1px 1px 220px;
}

#footer ul {
text-align:left;
	padding: 1px 1px 1px 220px;
	margin:0;
}


#footer li {
text-align:left;
	padding:0 8px 0 0; 
	display: inline;
	font-size: .85em;
	color:#999999;
}

#footer a {
	color:#999999; 
	text-decoration:underline; 
}

#footer a:hover {
	color:#cccccc;
	text-decoration:underline; 
}

a {

	color:#660066;
	text-decoration:underline;
}

a:hover {

	color:#CCCCCC;
	text-decoration:underline;
}

#nav a {

	color:#000000;
	text-decoration:none;
}

#nav a:hover {

	color:#660066;
	text-decoration:underline;
}


#pagebottom_content ul {
text-align:center;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}


#pagebottom_content li {
text-align:center;
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	display: inline;
}

/* test classes
--------------------------------------------------------------------------*/
.testbdr {
	border: 1px solid red;
}

.testbg {
	background-color: Lime;
}

/* general custom classes
--------------------------------------------------------------------------*/

.img {
float: left;
margin: 0px 20px 20px 0px;}

.img_press {
float: left;
margin: 0px 20px 50px 0px;}



/* navigation
----------------------------------------------------------------------------------*/





