@charset "utf-8";
@import url(nav.css);
/* CSS Document */



/* Blanket Styles*/
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x,y;
	margin: 0; padding: 0;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	color: #383838;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
	}
 
img {
	border-style: none;
}

* {
	margin: 0; padding: 0;
	}
 
a:link, a:visited {
	color: #383838;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color: #585858;
	}
 
 
 
/* Conatiner */ 
#container {
	background-color: #fff;
	width: 845px;
	margin: 0 auto;
	margin-top: 31px;
	overflow: hidden;
	}

/* Header */
#container h1 {
	background: #FFFFFF url(images/header.jpg) no-repeat;
	width: 822px;
	height: 185px;
	margin: 10px 0 0 11px;
	text-indent: -9999em;
	float: left;
	}

#buttons {
	margin: 42px 27px 0;
	float: right;
	}
	
#buttons img {
	padding-left: 20px;
	}


/* Info */
#info {
	background: url(images/info_bg.gif) no-repeat;
	width: 823px;
	height: 125px;
	clear: both;
	margin-left: 11px;
	}
	
#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: 195px;
	padding: 20px 25px 0;
	}
	
#info ul {
	list-style-image: url(images/bullet.gif);
}

#info li {
	line-height: 22px;
	}
	
#info a:link, #info a:visited {
	color: #585858;
	text-decoration: none;
	}
	
#info a:hover, #info a:active {
	color: #585858;
	background-color: #FFFFFF;
	}
	
	
	
/* Main Content Area */
#content_main {
	width: 550px;
	padding: 0 0 0 11px;
	margin: 0px 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: 250px;
	background: url(images/r_bg.gif) repeat-y;
	height: 600px;
	padding: 0 12px 0 12px;
	margin: 0px 0;
	text-align: right;
	}
	
#nav_main ul {
	list-style: none;
	}
	
#nav_main ul li {
	line-height: 23px;
	}
	
#nav_main a:link, #nav_main a:visited {
	color: #383838;
	text-decoration: none;
	}
	
#nav_main  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 */
#footer {
	color: #fff;
	font-size: 85%;
	text-align: center;
	width: 845px;
	margin: 0 auto;
	}	
	
#footer a:link, #footer a:hover, #footer a:active, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#copyright {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}
	
#nav_footer {
	float: right;
	list-style: none;
	}
	
#nav_footer li {
	float: left;
	}
	
.input{
border: 1px solid #C0C0C0;
font-size: 12px;
height: 18px;
margin-bottom: 3px;
}
.textarea{
width: 260px; 
height: 100px;
border: 1px solid #C0C0C0;
font-size: 12px;
margin-bottom: 3px;
}
.button {
border: 1px solid #C0C0C0; 
background-color: #F1F1F1;
font-size: small;
}
.btnmain {
	font-weight: normal;
	background-color: #F2F0F0;
	border: 1px #9E9D9D solid;
	color: #4d4d4d;
	cursor: pointer;
	padding: 1px 5px;
	font-size: 1.1em;
}
h3.heading {
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 5px 5px;
	background: #f0f0f0;
	font: bold 12px/1.3 "Trebuchet MS", Verdana, Arial, Helvetica, Sans-serif;
}

.header{
	border-style: solid;
	border-width: 1px;
	border-color: #d4d4d4;
	height: 18px;
	color: #454445;
	font-size: 12px;
	font-weight : bold; 
	background-color: #ededed;
	white-space: nowrap;
	padding: 2px 2px 2px 2px;
	}
.header_text {
	font: bold 8pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding-top:2px;
	float:left;

	

}