body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0; 
	padding: 0;
}

 
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 10px;
	font-weight: normal;
}

h1 { font-size: 36px; line-height: 36px; margin-top: 25px; }
h2 { font-size: 24px; line-height: 24px; margin-top: 25px; }
h3 { font-size: 18px; line-height: 18px; margin-top: 15px; }
h4 { font-size: 16px; line-height: 16px; margin-top: 15px; }
h5 { font-size: 14px; line-height: 14px; margin-top: 10px; }
h6 { font-size: 14px; line-height: 14px; margin-top: 10px; }

 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #646464;
}

#content{
	margin:0 auto;
}


.module h3.header {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #323232;
	font-weight: normal;
}

.module span.header-2,
.module span.header-3 { display: block; }

 
.module h3.header span.title {
	display: block;
	font-size: 15px;
	line-height: 27px;
}

.module h3.header span.subtitle {
	display: block;
	margin-top: -5px;
	line-height: 10px;
	font-size: 9px;
	font-weight: normal;
	color: #646464;
	letter-spacing: 0px;
	text-indent: 1px;
}

div.module { position: relative; }
 
div.module h3.header span.icon {
	display: block; 
	position: relative;
	left: -5px;
	width: 30px;
	height: 30px;
	background: url(images/module_icons.png) 0 0 no-repeat;
	overflow: hidden;
	float: left;
}

div.mod-blank { overflow: hidden; }

div.mod-rounded div.box-t1 { background: url(images/module_rounded_white_corners.png) 0 0 no-repeat; }

div.mod-rounded div.box-t2 {
	padding: 0px 10px 0px 10px;
	background: url(images/module_rounded_white_corners.png) 100% -15px no-repeat;
}

div.mod-rounded div.box-t3 {
	height: 9px;
	border-top: 1px solid #D2D2D2;
	background: #ffffff;
}

div.mod-rounded div.box-1 {
	padding: 0px 14px 0px 14px;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	background: #ffffff;
	overflow: hidden;
}

div.mod-rounded div.box-b1 { background: url(images/module_rounded_white_corners.png) 0 -30px no-repeat; }

div.mod-rounded div.box-b2 {
	padding: 0px 10px 0px 10px;
	background: url(images/module_rounded_white_corners.png) 100% -45px no-repeat;
}

div.mod-rounded div.box-b3 {
	height: 9px;
	border-bottom: 1px solid #D2D2D2;
	background: #ffffff;
}

div.mod-rounded h3.header {
	height: 30px;
	line-height: 27px;
	text-shadow: 1px 1px 1px #c8c8c8;
}
div.mod-rounded h3.header span.icon { top: -2px; }

/* color: grey */
div.mod-rounded-grey div.box-t1 { background-image: url(images/module_rounded_grey_corners.png); }
div.mod-rounded-grey div.box-t2 { background-image: url(images/module_rounded_grey_corners.png); }

div.mod-rounded-grey div.box-1 {
	padding: 0px 1px 0px 1px;
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
	background: #ffffff;
}

div.mod-rounded-grey div.box-2 {
	padding: 0px 13px 0px 13px;
	background: url(images/module_rounded_grey_fading.png) 0 100% repeat-x;
	overflow: hidden;
}

div.mod-rounded-grey div.box-b1 { background-image: url(images/module_rounded_grey_corners.png); }
div.mod-rounded-grey div.box-b2 { background-image: url(images/module_rounded_grey_corners.png); }
div.mod-rounded-grey div.box-b3 {
	height: 10px;
	border: none;
	background: url(images/module_rounded_grey_corners.png) 0 -60px repeat-x;
}

div.mod-rounded-grey em.box { background: #ffffff; }

/* header: grey */
div.mod-rounded-header div.deepest { padding: 30px 14px 0px 14px; }
div.mod-rounded-header div.box-1 div.deepest { padding: 30px 13px 0px 13px; }

div.mod-rounded-header div.header-1 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: url(images/module_rounded_grey_header_grey.png) 0 0 no-repeat;
}

div.mod-rounded-header div.header-2 {
	padding: 0px 30px 0px 30px;
	background: url(images/module_rounded_grey_header_grey.png) 100% -45px no-repeat;
}

div.mod-rounded-header div.header-3 {
	height: 40px;
	background: url(images/module_rounded_grey_header_grey.png) 100% -90px repeat-x;
}

div.mod-rounded-header h3.header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 40px;
	padding-left: 15px;
	line-height: 35px;
	text-shadow: 0px 1px 0px #ffffff, 0px 2px 2px #c8c8c8;
	overflow: hidden;
}
div.mod-rounded-header h3.header span.icon { top: 2px; }

/* color: header blue */
div.mod-rounded-header-blue div.header-1 { background-image: url(images/module_rounded_grey_header_blue.png); }
div.mod-rounded-header-blue div.header-2 { background-image: url(images/module_rounded_grey_header_blue.png); }
div.mod-rounded-header-blue div.header-3 { background-image: url(images/module_rounded_grey_header_blue.png); }

div.mod-rounded-header-blue h3.header {
	color: #ffffff;
	text-shadow: 0px 1px 1px #323232;
}

div.mod-rounded-header-blue h3.header span.subtitle { color: #ffffff; }

/* color: header red */
div.mod-rounded-header-red div.header-1 { background-image: url(images/module_rounded_grey_header_red.png); }
div.mod-rounded-header-red div.header-2 { background-image: url(images/module_rounded_grey_header_red.png); }
div.mod-rounded-header-red div.header-3 { background-image: url(images/module_rounded_grey_header_red.png); }

div.mod-rounded-header-red h3.header {
	color: #ffffff;
	text-shadow: 0px 1px 1px #323232;
}

div.mod-rounded-header-red h3.header span.subtitle { color: #ffffff; }

/* color: header orange */
div.mod-rounded-header-orange div.header-1 { background-image: url(images/module_rounded_grey_header_orange.png); }
div.mod-rounded-header-orange div.header-2 { background-image: url(images/module_rounded_grey_header_orange.png); }
div.mod-rounded-header-orange div.header-3 { background-image: url(images/module_rounded_grey_header_orange.png); }

div.mod-rounded-header-orange h3.header {
	color: #ffffff;
	text-shadow: 0px 1px 1px #323232;
}

div.mod-rounded-header-orange h3.header span.subtitle { color: #ffffff; }

/* color: header green */
div.mod-rounded-header-green div.header-1 { background-image: url(images/module_rounded_grey_header_green.png); }
div.mod-rounded-header-green div.header-2 { background-image: url(images/module_rounded_grey_header_green.png); }
div.mod-rounded-header-green div.header-3 { background-image: url(images/module_rounded_grey_header_green.png); }

div.mod-rounded-header-green h3.header {
	color: #ffffff;
	text-shadow: 0px 1px 1px #323232;
}

div.mod-rounded-header-green h3.header span.subtitle { color: #ffffff; }

/* color: header pink */
div.mod-rounded-header-pink div.header-1 { background-image: url(images/module_rounded_grey_header_pink.png); }
div.mod-rounded-header-pink div.header-2 { background-image: url(images/module_rounded_grey_header_pink.png); }
div.mod-rounded-header-pink div.header-3 { background-image: url(images/module_rounded_grey_header_pink.png); }

div.mod-rounded-header-pink h3.header {
	color: #ffffff;
	text-shadow: 0px 1px 1px #323232;
}

div.mod-rounded-header-pink h3.header span.subtitle { color: #ffffff; }

/* color: header turquoise */
div.mod-rounded-header-turquoise div.header-1 { background-image: url(images/module_rounded_grey_header_turquoise.png); }
div.mod-rounded-header-turquoise div.header-2 { background-image: url(images/module_rounded_grey_header_turquoise.png); }
div.mod-rounded-header-turquoise div.header-3 { background-image: url(images/module_rounded_grey_header_turquoise.png); }

div.mod-rounded-header-turquoise h3.header {
	color: #ffffff;
	text-shadow: 0px 1px 1px #323232;
}

div.mod-rounded-header-turquoise h3.header span.subtitle { color: #ffffff; }

/* color: header gold */
div.mod-rounded-header-gold div.header-1 { background-image: url(images/module_rounded_grey_header_gold.png); }
div.mod-rounded-header-gold div.header-2 { background-image: url(images/module_rounded_grey_header_gold.png); }
div.mod-rounded-header-gold div.header-3 { background-image: url(images/module_rounded_grey_header_gold.png); }

div.mod-rounded-header-gold h3.header {
	color: #ffffff;
	text-shadow: 0px 1px 1px #323232;
}

div.mod-rounded-header-gold h3.header span.subtitle { color: #ffffff; }

/* color: header templatecolor */
div.mod-rounded-header-templatecolor div.header-1 { background-image: url(images/module_rounded_grey_header_blue.png); }
div.mod-rounded-header-templatecolor div.header-2 { background-image: url(images/module_rounded_grey_header_blue.png); }
div.mod-rounded-header-templatecolor div.header-3 { background-image: url(images/module_rounded_grey_header_blue.png); }

div.mod-rounded-header-templatecolor h3.header {
	color: #ffffff;
	text-shadow: 0px 1px 1px #323232;
}

div.mod-rounded-header-templatecolor h3.header span.subtitle { color: #ffffff; }

/*
 * module: black
 */
 
div.mod-black div.box-t1 { background: url(images/module_black.png) 0 0 no-repeat; }

div.mod-black div.box-t2 {
	padding: 0px 30px 0px 30px;
	background: url(images/module_black.png) 100% -40px no-repeat;
}

div.mod-black div.box-t3 {
	height: 35px;
	background: url(images/module_black.png) 0 -80px repeat-x;
}

div.mod-black div.box-1 {
	padding: 10px 14px 10px 14px;
	border-left: 1px solid #141414;
	border-right: 1px solid #141414;
	background: #141414 url(images/module_black.png) 0 -150px repeat-x;
	overflow: hidden;
	color: #c8c8c8;
}

div.mod-black div.box-b1 { background: url(images/module_black.png) 0 -120px no-repeat; }

div.mod-black div.box-b2 {
	padding: 0px 30px 0px 30px;
	background: url(images/module_black.png) 100% -135px no-repeat;
}

div.mod-black div.box-b3 {
	height: 9px;
	border-bottom: 1px solid #B6BFC6;
	background: #DCE1E6;
}

div.mod-black h3.header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 1;
	height: 35px;
	padding-left: 15px;
	line-height: 35px;
	text-shadow: 0px 1px 0px #ffffff, 0px 2px 2px #c8c8c8;
	overflow: hidden;
}
div.mod-black h3.header span.icon { top: 2px; }

div.mod-black em.box { background: #323232; border-color: #646464; }

div.mod-black h1, div.mod-black h2, div.mod-black h3, div.mod-black h4, div.mod-black h5, div.mod-black h6 { color: #ffffff; text-shadow: none; }


/*
 * module: line
 */

div.mod-line div.box-1 {
	padding: 5px 15px 10px 15px;
	overflow: hidden;
}

div.mod-line h3.header {
	height: 30px;
	padding-left: 15px;
	line-height: 27px;
	background: url(images/module_line.png) 0 100% repeat-x;
	text-shadow: 0px 1px 0px #ffffff, 0px 1px 5px #c8c8c8;
}

/*
 * module: ridge
 */

div.mod-ridge div.box-1 {
	padding: 5px 15px 10px 15px;
	background: url(images/module_ridge.png) 0 -27px repeat-x;
	overflow: hidden;
}

div.mod-ridge h3.header {
	height: 30px;
	padding-left: 15px;
	line-height: 27px;
	background: url(images/module_ridge.png) 0 8px repeat-x;
	text-shadow: 0px 1px 0px #ffffff, 0px 1px 5px #c8c8c8;
}

/*
 * module: band
 */

div.mod-band { margin-top: 5px; }

div.mod-band div.box-1 {
	padding: 5px 15px 10px 15px;
	background: url(images/module_band_shadow.png) 50% 0 no-repeat;
	overflow: hidden;
}

div.mod-band h3.header {
	background: url(images/module_band_bg.png) 0 -70px repeat-x;
	line-height: 29px;
	text-shadow: 0px 1px 0px #ffffff, 0px 1px 5px #c8c8c8;
}

div.mod-band span.header-2 { background: url(images/module_band_bg.png) 0 0 no-repeat; }

div.mod-band span.header-3 {
	height: 30px;
	padding-left: 15px;
	background: url(images/module_band_bg.png) 100% -35px no-repeat;
}


div.mod-polaroid div.badge-tape {
	position: absolute;
	top: -13px;
	left: 50%;
	width: 114px;
	height: 38px;
	margin-left: -57px;
	background: url(images/module_polaroid_tape.png) 0 0 no-repeat;
	z-index: 1;
}

div.mod-polaroid div.box-1 {
	margin-top: 13px;
	padding: 10px 10px 5px 10px;
	border-top: 1px solid #C8C8C8;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	background: #ffffff url(images/module_polaroid_bg.png) 0 100% repeat-x;
	overflow: hidden;
}

div.mod-polaroid div.box-2 {
	margin-bottom: 5px;
	background: #000000;
}

div.mod-polaroid div.box-3 {
	padding: 10px 15px 10px 15px;
	overflow: hidden;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #C8C8C8;
}

div.mod-polaroid div.box-b1 {
	background: url(images/module_polaroid_shadows.png) 0 0 no-repeat;
}

div.mod-polaroid div.box-b2 {
	padding: 0px 70px 0px 70px;
	background: url(images/module_polaroid_shadows.png) 100% -5px no-repeat;
}

div.mod-polaroid div.box-b3 {
	height: 5px;
	background: url(images/module_polaroid_shadows.png) 0 -10px repeat-x;
}

div.mod-polaroid h3.header {
	height: 25px;
	margin: 0px 0px 0px 0px;
	font-size: 140%;
	line-height: 25px;
	text-align: center;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #323232;
}

/*
 * module: postit
 */

div.mod-postit div.box-1 {
	background: #FFFFAA;
	color: #323232;
}

div.mod-postit div.box-2 {
	padding: 15px 15px 0px 15px;
	overflow: hidden;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
}

div.mod-postit div.box-b1 {
	background: url(images/module_postit_shadows.png) 0 0 no-repeat;
}

div.mod-postit div.box-b2 {
	padding: 0px 90px 0px 60px;
	background: url(images/module_postit_shadows.png) 100% -40px no-repeat;
}

div.mod-postit div.box-b3 {
	height: 40px;
	background: url(images/module_postit_shadows.png) 0 -80px repeat-x;
}

div.mod-postit h3.header {
	height: 30px;
	margin: -15px -15px 5px -15px;
	background: #FFFFDA;
	font-size: 140%;
	line-height: 30px;
	text-indent: 15px;
	letter-spacing: -1px;
	font-family: "Comic Sans MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #323232;
}

/*
 * module: tab
 */
 
div.mod-tab { padding: 15px 0px 0px 0px; }

div.mod-tab div.box-1 { background: url(images/module_tab_l.png) 0 0 repeat-y; }
div.mod-tab div.box-2 { background: url(images/module_tab_t.png) 0 0 repeat-x; }
div.mod-tab div.box-3 { background: url(images/module_tab_tr.png) 100% 0 no-repeat; }

div.mod-tab div.box-4 {
	padding: 20px 15px 10px 15px;
	background: url(images/module_tab_bl.png) 0 100% no-repeat;
}

div.mod-tab h3.header {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/module_tab_header.png) 0 0 no-repeat;
	line-height: 30px;
}

div.mod-tab span.header-2 {
	padding: 0px 20px 0px 15px;
	background: url(images/module_tab_header.png) 100% -35px no-repeat;
}

div.mod-tab span.header-3 {
	height: 30px;
	background: url(images/module_tab_header.png) 0 -70px repeat-x;
}

p.readmore { overflow: hidden; }
div.module p.readmore {	margin-bottom: 0px; }

a.readmore {
	display: block;
	width: 100px;
	height: 20px;
	background: transparent url(images/readmore.png) 0 0 no-repeat;
	float: left;
	line-height: 20px;
	text-indent: 10px;
	font-size: 90%;
	
	text-decoration: none;
	text-shadow: 0px -1px 1px #ffffff, 0px 2px 2px #b4b4b4;
}

a.readmore:link,
a.readmore:visited { color: #505050; }

a.readmore:hover {
	background: transparent url(images/readmore.png) 0 -25px no-repeat;
	color: #000000;
	text-shadow: 0px 1px 1px #ffffff, 0px 2px 2px #969696;
}


div.mod-rounded-header-templatecolor div.header-1 { background-image: url(images/module_rounded_grey_header_turquoise.png); }
div.mod-rounded-header-templatecolor div.header-2 { background-image: url(images/module_rounded_grey_header_turquoise.png); }
div.mod-rounded-header-templatecolor div.header-3 { background-image: url(images/module_rounded_grey_header_turquoise.png); }



