/* Keeps the scroll bar up so things don't flap around */

html {
	height:100%;
    margin: 0 0 1px 0;
	padding:0 0 1px 0;
}

/* Image Replacement OH JOY! */
/* further image replacement code in mirfix.css, which should be in non-IE conditional comments */

.mir {
	letter-spacing : -1000em;
}

/* removed * html IE fix due to problems with dropdown */
/* fix for opera */
/* that comment slash is to hide it from Mac IE */

/*\*/

html>body .mir {
    letter-spacing: normal;
    text-indent: -999em;
    overflow: hidden;
}

/**/

/* end opera fix block */

body {
	background-image:url(../assets/bg_main.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	background-color: #FAFFFF;
	text-align:center;
	padding:0;
	margin:0;
}

p {
	font-size:1em;
}

a {
	color: #FFDA00;
	font-weight: bold;
}

a:link {
	color: #BBBBFF;
	text-decoration: none;
}

a:visited {
	color: #BBBBBB;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

a img {
	border:none;
}

#container {
	width:800px;
	text-align:left;
	margin:10px auto 0 auto;
	padding:0;
}

#header {
	padding:0;
	margin:0;
}

#header h1 a {
	display:block;
	height:100%;
}

#header h1 {
	width:800px;
	height:200px;
	padding:0;
	margin:0;
}

#header p {
	padding:0;
	margin:0;
	height:0;
	width:0;
}

#nav {
	width:800px;
	height:60px;
}


#nav ul 
{
    margin:0;
	padding:0;
}

#nav li
{
	list-style: none;
	display:inline;
	margin:0;
	padding:0;
}

#nav a
{
    font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size:1.2em;
	color: #FFFFFF;
	text-align:center;
	text-decoration: none;
	text-transform:uppercase;
	float:left;
	margin: 11px 0 0 0;
	padding: 6px 0 8px 0;
	border-right:1px solid #FFFFFF;
}

#nav a.home 
{
	width:100px
}

#nav a.qual
{
	width:200px
}

#nav a.apply
{
	width:100px
}

#nav a.renew
{
	width:100px
}

#nav a.learn
{
	width:160px
}

#nav a.support
{
	width:130px
}


#nav a.end 
{
	border:none;
}

#nav a:hover
{
	text-decoration:underline;
}


#content {
	width:800px;
	padding:0;
	margin:0;
	background-color:#F3F3F3;
}

#content div.padder {
	padding:10px 20px 10px 20px;
}

#content div.columns {
	width:800px;
}

#content div.column {
	text-align:center;
	width:400px;
	float:left;
}

#content div.column {
	text-align:center;
	width:400px;
	float:left;
}

#content ul.buttoncolumn, #content div.column ul.recipientlinks
{
    margin:0;
	padding:0;
}

#content ul.buttoncolumn li, #content div.column ul.recipientlinks
{
	list-style: none;
	display:inline;
	margin:0;
	padding:0;
}

#content div.column ul.buttoncolumn a {
	border:0;
	margin:0;
	padding:0;
	display:block;
	width:400px;
	text-decoration:none;
}

#content div.column ul.recipientlinks div {
	border:0;
	margin:0;
	padding:0;
	display:block;
	width:200px;
	height:300px;
	float:left;
}

#content div.column ul.recipientlinks div a.topbutton 
{
	width:200px;
	height:75px;
	display:block;
	padding:0;
	margin:0;
	margin-top:0; 
	margin-left:0;
}

#content div.column ul.recipientlinks div a.midbutton 
{
	width:100px;
	height:50px;
	display:block;
	padding:0;
	margin:0;
	margin-top:30px; 
	margin-left:0;
}

#content div.column div#importantnews {
	width:400px;
	height:186px;
}

#content div.column div#importantnews h3, #content div.column div#importantnews p {
	padding:0;
	margin:0;
}

#content h2.mir {
	width:800px;
	height:60px;
	padding:0;
	margin:0;
}

#content h2.mir a {
	display:block;
	height:100%;
}

#content h3 {
	font-size:1.1em;
	font-weight:bold;
}

#content hr {
	width:100%;
	clear:right;
}

#content a {
		color: #0000FF;
}

.right {
	float:right;
}

.left {
	float:left;
}

.center {
	text-align:center;
}

.divider {
	clear:both;
	line-height:0;
}

#footer {
	width:800px;
	height:75px;
	padding:0;
	margin:0;
}

#footer h3 {
	width:800px;
	height:75px;
	padding:0;
	margin:0;
}

#footer p {
	display:none;
	width:0;
	height:0;
	margin:0;
	padding:0;
}

.err {
	color:#FF0000;
	font-weight:bold;
	font-size:.90em;
}

div.formcolumn
{
	width:395px;
	float:left;
}

div.field 
{
	padding:0 0 5px 0;
	overflow:auto;
}

div.field label 
{
	width:100px;
	margin-right:5px;
	float:left;
	text-align:right;
}

div.field input, div.field textarea {
	float:left;
}

input, textarea {
	font-family:inherit;
	font-size: 0.9em;
	color: #666666;
	padding-left: 3px;
	border: 1px solid #383719;
	background-color:#FFFFE0;
}

input:focus, textarea:focus {
	background-color: #FFFFFF;
}

select {
	font-family:inherit;
	font-size: 0.9em;
	color: #666666;
	border: 1px solid #383719;
	background-color:#FDFBF2;
}

input.button {
	margin:3px;
	font-family:inherit;
	color: #FFFFFF;
	border: 2px outset #001122;
	background-color:#00BBCC;
}

div.testimonial {
	margin-bottom:20px;
	overflow:auto;
}

div.testimonial img {
	border:none;
	float:left;
	padding:0 20px 20px 0;
}

div.testimonial div.text {
	float:left;
	width:540px;
}

div.testimonial div.text h4 {
	font-size:120%;
	margin-top:0;
	padding-top:0;
}

div.testimonial div.text em {
	font-weight:normal;
}