/* CSS Document */
#home_body_copy
{
    color: #6c798c;
    top: 95px;
    line-height: 12px;
}
.body_blue_bold
{
    color: #6c798c;
}
.body_dark_grey, ul, li
{
    color: #4d4d4d;
}
ul, li
{
    text-align: left;
}
#td_moments_copy
{
    position:relative;
    top: 43px;
}
p
{
    line-height: 12px;
}
.gallery_panel, .news_panel, .contact_panel
{
    color: #4d4d4d;
    
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    
    vertical-align: top;
    line-height: 11px;
    
    overflow:hidden;
    background-image: url(../Images/td_gallery_panel.jpg);
    background-repeat:no-repeat;
    background-position:top;
}
.gallery_panel
{
    height:124px;
}
.news_panel
{ 
    background-image: url(../Images/news_views_panel.jpg);
}
.contact_panel
{ 
    background-image: url(../Images/contactus_panel.jpg);
}
#home_heading
{
    position:relative;
    width: 441px;
    height: 50px;
    left: 263px;
}

h2
{
    text-align:center;
    color: #ff0000;
    font-size: 12px; 
}

.reg_label_text
{
    color: #6c798c; 
    line-height: 12px;
    text-align: right;
}
.formFields, .contact_us_textarea
{
	width: 156px;
	font-size:11px;
	line-height: 15px;
	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	BORDER-LEFT: #cccccc 1px solid; 
	BORDER-BOTTOM: #cccccc 1px solid; 
	BACKGROUND-COLOR: white;
    background-image: url(../Images/input_field_bg.png);
}

.contact_us_textarea
{
    width: 586px;
    height:148px;
    
	BORDER-RIGHT: none; 
	BORDER-TOP: none; 
	BORDER-LEFT: none; 
	BORDER-BOTTOM: none; 
    background-image: url(../Images/contactus_text_area_bg.png);
    background-repeat: no-repeat;
}
.redlink, a.redlink:hover
{
    color: #ff0000;
    text-decoration: undeline;
}

.greenlink, a.greenlink:hover
{
    font-weight:bold;
    color: #C9DA2A;
    text-decoration: undeline;
}
a.greenlink:hover
{
    color: #ff0000;
    text-decoration: undeline;
}

.reg_btn:hover
{ 
    background-image: url(../Images/reg_btn_r.png);
}
.report_txt
{
    text-align:center;
    left: 178px;
    top: 900px;
}

td
{
   /* border: 1px dotted blue;  */
}
.required_field{
	color: red;
}
/* blue: #4d4d4d */