@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:#000000;
	text-align:center;
	background-color: #f3eccf;
	background-image: url(../images/ap_website_page_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

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

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

h2 {font-weight: bold; color: #a40233; font-size: 1.6em; line-height:1.2em; margin: 0px 0px 20px 0px; padding:0px 5px 10px 0px; border-bottom: 1px dotted #6d5d3a;}


h3 {
	font: bold 120%/1.2 arial,helvetica,sans-serif;
	margin-bottom: 8px;
}

h4 {font-weight: bold; color: #000000; 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: 1em;
	line-height: 1.6;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

span {
}

textarea {
	color:#000;}

/* list styles
--------------------------------------------------------------------------*/
ol{
	
}

ul {
	font-size: .88em;
	line-height: 1.8;
	margin: 10px 0px 20px 0px;
	list-style:disc;
}

li {
	margin: 5px 0px 0px 18px;
	list-style:disc;
}

ul.bullets {
	list-style:disc inside;
}

li.bullets {
	margin: 5px 0 0 0;
}

ul.nobullets {
	list-style:none;
}

li.nobullets {
	margin: 5px 0 0 0;
	list-style:none;
}


ul.list {
	margin: 0 0 10px 0;
}

li.list {
	margin: 0 5px 0 0;
	padding: 0;
}
		
	
img.home {border: solid 4px #3399cc;}



/* link styles
--------------------------------------------------------------------------*/
a img {
	border:none;
}

a:link, a:visited { 
	color: #a40233;
	text-decoration:underline;
	
}

a:hover {
	color: #66021b;
		text-decoration:underline;
	
}

a:active {
	color: #a40233;
	text-decoration:underline;
	
}

#header a:link, a:visited { 
	color: #a40233;
	text-decoration:underline;
	
}

	

#header a:hover {
	color: #66021b;
	text-decoration:underline;
	
}

#header a:active {text-decoration:none;
	
}




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


/* footer*/

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

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

#footer a:hover {
	color: #66021b;
}



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

.testbg {
	background-color: Lime;
}

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




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




#content_nav ul {
	list-style:none;
	padding: 0; 
	margin:0;
}

#content_nav li {
	list-style:none;
	padding:0;
	margin:0;
	text-align: left;
}

#content_nav a {
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none; 
}

#content_nav a:hover {
font-weight:bold;
	color:#ffcc33;
}

#content_nav li a/* */ {
	padding: 3px 0px 3px 5px;
	display:block;
	border-bottom: solid 1px #f3eccf;
}

#content_nav li a:hover/* */ {
	padding: 3px 0px 3px 5px;
	display:block;
	border-bottom: solid 1px #f3eccf;
}	

#content_nav ul.sub {
	list-style:none;
	padding: 0px 0px 0px 0px; 
	margin:0px 0px 0px 0px; 
	border-bottom: solid 1px #f3eccf;
}


#content_nav li.sub a/* */ {
	padding: 3px 0px 0px 5px;
	font-weight:normal;
	font-size:10px;
border-bottom:none;
}

#content_nav li.sub a:hover/* */ {
	padding: 3px 0px 0px 5px;
	font-weight:normal;
	font-size:10px;
border-bottom:none;
}


#content_features ul {
	list-style:none;
	padding: 0px; 
	margin: 10px 0px 10px 12px;
}

#content_features li {
	list-style:none;
	display:inline;
	padding:0px;
	margin:0px 8px 0px 0px;
	text-align: left;}
	
	
#content_features_sm ul {
	list-style:none;
	padding: 0px; 
	margin: 5px 0px 0px 0px;
}

#content_features_sm li {
	list-style:none;
	padding:0px;
	margin:0px 0px 3px 0px;
	text-align: left;}
	
	
	
.title {
	padding::0;
	margin: 0px 0px 20px 0px;}
	

.firstpara {
	font-size: 1.2em;
	font-weight:bold;
	line-height: 1.4;
	margin: 0px 0px 10px 0px;
}

.crosshead  {
	font-size: 1em;
	font-weight:bold;
	line-height: 1.8;
	margin: 0px 5px 0px 0px;
}

.pic_left {
	float:left;
	margin: 0px 20px 5px 0px;
	padding: 0px;
	border: solid 1px #f3eccf;}

.pic_right {
	float:right;
	margin: 0px 0px 5px 20px;
	padding: 0px;
	border: solid 1px #f3eccf;}
	
	/*-------------------------*//* global form styles *//*---------------------------------*/
/*--------------------------------------------------------------------------------------*/


/* define global form elements
--------------------------------------------------------------------------*/
form{

	}

fieldset {
	border:none; 
	padding:0; 
	margin:0;
	}

legend {
	border:none;  
	color:#fff; 
	padding:3px; 
	margin:0 0 10px -7px; 
	background:#039; 
	font-weight: bold;
	}

textarea {
	font:.8em/1.2em verdana,arial,helvetica,sans-serif;
	color:#999; padding:0 2px;
	padding: 2px;
	width: 220px;	
	height: 5em;
	}
	


label {
	float:left;
	padding: 0 5px 0 0;
	}

input {
	font:.9em/1.2em verdana,arial,helvetica,sans-serif;
	color:#666; 
	padding:0 2px;
	padding: 2px;
	width: 220px;

	}
	
select {
	font:.9em/1.2em verdana,arial,helvetica,sans-serif;
	color:#666;
	padding: 2px;
	width: 220px;
}

dl {
	margin:8px 0;
}

dt {
	margin:0; 
	padding:2px 0; 
	width:25em; 
	float:left;
}

dd {
	margin: 0; 
	padding:2px 0;
}

.checkbox {
   width: 2em;
}


/* contact form
--------------------------------------------------------------------------*/
#contact {

	}

#contact fieldset {

	}

#contact legend {

	}

#contact textarea {

	}	

#contact label {

	}

#contact input {

	}

#contact input:focus, #contact select:focus, #contact textarea:focus {background-color:#ff9; color:#000;}
#contact input:hover, #contact select:hover, #contact textarea:hover {background-color:#ff6;}


