﻿/*COLOR PALETTE
#0071BC - Blue Background
#FCBE6E - Orange Header Text
#D43E39 - Red Subheading
*/

/* RESET */
td,th,tr,thead,tfoot,tbody,caption,table,legend,label,form,fieldset,ul,ol,dd,dt,dl,var,tt,sup,sub,strong,strike,small,samp,s,q,kbd,ins,img,font,em,dfn,del,code,cite,big,address,acronym,abbr,a,pre,blockquote,p,h6,h5,h4,h3,h2,h1,iframe,object,applet,span,div,body,html{margin:0;padding:0;border:0;vertical-align:baseline}td,th,tr,thead,tfoot,tbody,caption,table,legend,label,form,fieldset,ul,ol,dd,dt,dl,var,tt,sup,sub,strong,strike,small,samp,s,q,kbd,ins,img,font,em,dfn,del,code,cite,big,address,acronym,abbr,a,pre,blockquote,p,h6,h5,h4,h3,h2,h1,iframe,object,applet,span,div,body,html,:focus{outline:0}body{line-height:1;color:black;background:white}ul,ol{list-style:none}td,th,caption{text-align:left;font-weight:normal}q:after,q:before,blockquote:after,blockquote:before{content:""}q,blockquote{quotes:"" ""}
/* RESET */

html
{
	
}

body
{
	width:900px;
	text-align:left;
	font-family: Arial;
	font-size: 12px;
	background-image: url('../media/image/background-blue-gradient.jpg');
	background-repeat:repeat-y;	
	background-color:#0071BC;
}

form
{
	padding: 25px 0 0 50px;
}
 
br
{
	padding:0px;
	margin:0px;
}

h1
{
	font-size:20pt;
	font-weight:normal;
	letter-spacing:1.2pt;
	padding:0 0 10px 0;
	margin:0px;	
}

h2
{
	font-size:14pt;
	font-weight:normal;	
	padding:0 0 10px 0;
	margin:0px;	
	color:#D43E39;
	text-decoration:underline;	
}

strong
{
	font-weight:bold;
	line-height:15px;
}

p
{
	padding-bottom:10px;
	line-height:15pt;
}

ul
{
	line-height:15px;
	padding-left:10px;
}

ul li
{
	list-style-type:disc;
	line-height:20px;	
}

th
{
	font-weight:bold;
}

.master_width
{	
	position: relative; 
	width: 900px;
}

.master_logo
{		
	background-image: url('../media/image/umc-logo.png');
    background-repeat: no-repeat; 
    width: 273px; 
    height: 171px; 
    float: left;
}

.master_header
{
	height: 85px; 
	position: absolute;
    top: 85px; 
    left: 275px; 
    padding-left: 50px;	
}

#header_text
{
	font-size:14pt;
	font-weight:bold;
	color: #D43E39;
	letter-spacing:1.5pt;
	word-spacing:5pt;
	line-height:15pt;
}

.master_toprightnav
{
	height: 171px; 
	text-align: right; 
	color: White;
}

.master_toprightnav a
{
	text-decoration:none;
	color: White;
}

.master_footer
{
	padding-top:10px;
	text-align: right; 
	font-weight: bold;
	clear:both;
}

.whettstone
{
	color:Black;
	text-decoration:none;
	font-size:8pt;
}

.inner_side
{
	background-image: url('../media/image/umc-logo-side.png');
    background-repeat: no-repeat; 
    width: 283px; 
    height: 717px; 
    float: left;
}

.inner_logo
{
    width: 225px; 
    height: 127px; 
    float: left; 
    position: relative;
    top: 50px; 
    left: -10px;
}

.inner_header
{
	height: 85px; 
	position: absolute;
    top: 85px; 
    left: 475px; 
    padding-left: 50px;
}

.intro_text
{
	font-size:12pt;
	line-height:20pt;
}

.calendar
{
	background-color:#fff;
	width:180px;
}

.calendar td, .calendar th
{
	text-align:center;
	font-size:14px;
	padding:2px;
}

.calendar a
{
	text-decoration:none;
}

.calendar .title
{
	background-color:#D43E39;
	color:#fff;	
	text-align:center;
	padding:0;
	margin:0;
}

.calendar .selected
{
	background-color:#D43E39;
	color:#fff;
	font-size:20px;
}

.calendar .hasevent
{
	font-weight:bold;
	background-color:#D43E39;
}

.calendar .hasevent a:hover
{
	color:#FCBE6E;
}

.dynamic table
{
    width: 100%;
}
.dynamic table tr
{
    padding: 5px;
}
.dynamic_photo
{
    width: 200px;
    padding: 5px;
}
.dynamic_text
{
    vertical-align: top;
    padding: 5px;
}

.item_seperator
{
	background-color:#fff; 
	height:1px; 
	border:none; 
	width:100%;
}

.validity
{
	border:solid 2px #404040;
	background-color:#ccc;
	padding:0 0 0 25px;
	width:400px;
	margin:5px auto;
	height:35px;
}

.validity img
{
	margin:5px;
}

.validity li
{
	font-size:14px;
	font-weight:normal;
	color:#404040;
	list-style-type:disc;
}