@charset "utf-8";
@import url(nav.css);



body {
background-image:url(images/fading_background_1.png);
background-repeat:repeat-x;
	margin: 0; padding:0;
	font-size: small;
	color: #383838;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
* html body {
	font-size: x-small;
	f\ont-size: small; 
	}
 
img {
	border-style: none;
}

* {
	margin: 0; padding: 0;
	}
 
a:link, a:visited {
	text-decoration: none;
	color:#000000
	}
	
a:hover, a:active {
	color: #000000 ;
	}
 
 
 
#container {
	background-color: #fff;
	width: 955px;
	margin: 0 auto;
	overflow: hidden;
	float:left
	}

#container h1 {
	background: #FFFFFF url(images/header.jpg) no-repeat;
	width: 874px;
	height: 138px;
	margin: 28px 0 0 14px;
	text-indent: -9999em;
	float: left;
	}

#buttons {
	margin: 42px 27px 0;
	float: right;
	}
	
#buttons img {
	padding-left: 20px;
	}


#info {
 border: #0B67AC 1px dashed;
 border-top:#FFFFFF;
 	width: 870px;
	height: 150px;
	margin-left:28px;
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
	}
	
#info h2 {
	font: 100 140% Arial, Helvetica, sans-serif;
	letter-spacing: 1.5px;
	color: #464646;
	padding: 22px 0 0 25px;
	}
	
#info p {
	width: 220px;
	color: #898888;
	padding: 5px 0 0 25px;
	}
	
#whatisthis {
	float: left;
	width: 300px;
	}
	
#templatetypes {
	float:left;
	width: 200px;
	padding: 21px 0 0 66px;
	}
	
#supportlinks {
	float: right;
	width: 155px;
	padding: 21px 50px 0;
	}
	
#info ul {
	list-style-image: url(images/bullet.gif);
}

#info li {
	line-height: 22px;
	}
	
#info a:link, #info a:visited {
	color: #000000;
	text-decoration: none;
	}
	
#info a:hover, #info a:active {
	color: #000000;
	background-color: #FFFFFF;
	}
	
	
	
#content_main {
	width: 500px;
	padding: 0 0 0 15px;
	margin: 20px 0;
	float: left;
	text-align: justify;
	}
	
#content_main p {
	line-height: 23px;
	display: block;
	text-align: left;
	padding-bottom: 10px;
	}	
	
#nav_main {
	float: right;
	width: 240px;
	background: url(images/r_bg.gif) repeat-y;
	height: 400px;
	padding: 0 0px 0 15px;
	margin: 32px 0;
	}
	
#nav_main ul {
	list-style: none;
	}
	
#nav_main ul li {
	line-height: 23px;
	}
	
#nav_main a:link, #nav_main a:visited {
	color: #000000;
	text-decoration: none;
	}
	
#nav_main  a:hover, #info a:active {
	color: #000000;
	}
	#nav_maina {
	float: left;
	width: 158px;
	background: url(images/l_bg.gif) repeat-y;
	height: 400px;
	padding: 0 0px 0 25px;
	margin: 32px 0;
	}
	
#nav_maina ul {
	list-style: none;
	}
	
#nav_maina ul li {
	line-height: 23px;
	}
	
#nav_maina a:link, #nav_main a:visited {
	color: #000000;
	text-decoration: none;
	}
	
#nav_maina  a:hover, #info a:active {
	color: #585858;
	}
	
#card {
	float: left;
	}
	
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: 100;
	}
	
h4 {
	color: #bbbbbb;
	font-family: "Times New Roman", Times, serif;
	font-weight: 100;
	padding-bottom: 8px;
	}
	
hr { 
	border: 0;
	color: #d7d5cb;
	background: #d7d5cb;
	height: 1px;
	margin: 15px 0 20px 0;
}	
	
#footer {
	width: 822px;
	color: #000;
	font-size: 85%;
	margin: 20px auto;
	}	
	
#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color: #333333;
	text-decoration: none;
	}
	
#copyright {
	float: left;
	}
	
#nav_footer {
	float: right;
	list-style: none;
	}
	
#nav_footer li {
	float: left;
	}


.arrowlistmenu{
width: 150px; 
}

.arrowlistmenu .headerbar{
font: bold 12px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; 
text-transform: uppercase;
padding: 4px 0 4px 10px; 
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px;
}

.arrowlistmenu ul li{
padding-bottom: 2px;
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; 
display: block;
padding: 2px 0;
padding-left: 19px;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{
color: #000000;
background-color: #F3F3F3;
}


