@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family:Myriad Pro, Tahoma, Geneva,Arial;
	font-weight:normal;
	vertical-align: baseline;
	outline:0;
	text-align:inherit;
	
}

em {
	
	font-style:italic;
}

body {

background-image:url(/images/grad.png);
background-color:#fff;
background-repeat:repeat-x;


/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
font-family:Myriad Pro, Tahoma, Geneva,Arial;
/*font-family:"Times New Roman", Times, serif;*/

color:#333;
font-size:14px;;
} 

#content_fullwidth ul {
	margin-left:30px;
	margin-bottom:1.5em;
}
#content_fullwidth li {
	
	margin-bottom:.8em;
}

/* contains the shadows */
#master_container {

	width:1000px;
	padding:0;
	margin:0 auto;
	display:block;
	
}

#logo {
	padding:0;
	margin:0;
	border-bottom:1px solid #e7193d;
	
}

#logo img {
	padding:10px 20px;
}

#topmenu {
	width:960px;
	font-size:18px;
	border-bottom:1px solid #e7193d;
	display:block;
	height:30px;
}


#container {
	
	padding:0;
	width:960px;
	background-image:url(/images/watermark.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	margin:0;
	border: 1px solid #ddd;
}


.shadow-one { 
	position: absolute; 
	padding-top: 40px; 
	padding-left: 40px; 
}
 
.corner-a { 
	position: absolute; 
	right: 0; 
	top: 0; 
	width: 40px; 
	height: 40px; 
	background: url(/images/shadow.png) right top no-repeat; 
} 
	
.corner-b { 
	position: absolute; 
	left: 0; 
	bottom: 0; 
	width: 40px; 
	height: 40px; 
	background: url(/images/shadow.png) left bottom no-repeat; 
} 

.shadow-two { 
	background: url(/images/shadow.png) right bottom no-repeat; 
} 

.shadow-three { 
	position: relative; 
	left: -40px; 
	top: -40px; 
	background: url(/images/shadow.png) left top no-repeat; 
} 

.shadow-four { 
	position: relative; 
	left: 20px; 
	top: 20px; 
}


/*
red: ff3c42
turquoise:008dcc
yellow:  ffd61a
*/




#title {
	
	right:75px;
	margin:0px;
	top:0px;
	height:40px;
	margin-top:310px;
	font-size:24px;
	font-weight:bold;
	color:#ff3c42;
	text-align:center;
}


h1 {
  color:#f31842;
  font-size:x-large;
  padding-left:0px;
  margin-left:0px;
  margin-bottom:1em;
}

h2 {
  color:#f31842;
  font-size:large;
  padding-left:0px;
  margin-left:0px;  margin-bottom:1em;
}

h3 {
color:#f31842;
font-size:medium;
padding-left:0px;
margin-left:0px;  margin-bottom:1em;
}

p {
	margin-bottom:1em;
}



/*#content {
margin-top:20px;
margin-left:25px;
margin-right:275px;
padding:0px;
margin-bottom:25px;
min-height:450px;
}*/

#content_fullwidth {
margin: 20px;
margin-bottom:25px;
margin-top:15px;
min-height:450px;

clear:both;
}

#topspace {
height:110px;
}

a {
color:#f31842;
}

a:hover, a:visited, a:active {
color:#af0e2d;
}



.rightfloat {
float:right;
margin-left:25px;
margin-bottom:15px;

}


.leftfloat {
float:left;
margin-right:25px;
margin-bottom:15px;

}

.clear {
	clear:both;
}

.cmsbox {
border:1px solid #f2c115;
padding:15px;
}

label {
color:#f2c115;
}

.genbutton {

}

.genbutton li a {
color:#FFFFFF;
}

.genbutton li {
color:#FFFFFF;
background-color:#333333;
padding:5px;
width:100px;
margin:5px;

}

.csvoutput {
	color:#000000;
	font-size:12px;
	border-bottom:#CCCCCC 1px solid;
	border-right:#CCCCCC 1px solid;
	}
	
.csvoutput tr td {
	border-left:#CCCCCC 1px solid;
	border-top:#CCCCCC 1px solid;
	padding:3px 3px 8px 3px;
	vertical-align:top;
	}
	
table tr td {
	vertical-align:top;
}
table tr td h2 {
	margin:0;
	padding:0;
	margin-bottom:10px;
}

#socialbutton {
	float:right;
	display:block;
	height:60px;
	margin-right:20px;
	margin-top:5px;
}
