/****Reset Margin and paddings***/

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, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
	
/**set html height to fill page **/

html {
	height: 100% !important}
	
	@font-face {
		font-family:'Trinigan';
		src: url(../fonts/Trinigan.ttf);
		
	}
body {
		background-image: url('../images/red-waves-texture.jpg');
		background-position:top center;
		height: 100% !important;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #F6F9F9;
		}
/***general Styles ****/

h1{
	font-size: 23px;
	padding: 10px;
	text-align:center;
	font-weight: bold;
	font-variant:small-caps;
	}
	
h2 {
	font-size: 18px;
	padding-bottom: 15px;
	text-align:center;
	font-weight: bold;
	font-variant: small-caps;
}

h3 {font-size: 15px;
	padding-bottom: 15px;
	text-align:center;
	font-weight: bold;
	font-variant: small-caps;
	}
	
p {
	padding: 5px;
	line-height: 18px;
	font-size: 15px;
		}
		
dt {
	text-align: center;
	font-size: 16px;
	padding: 5px;
	font-weight: bold;
	color: #fff;

	
}

dd{padding: 5px;
	line-height: 18px;
	font-size: 15px;}
		
.leftfloat{float: left;
}
.imgleftfloat {float: left;
border: 2px solid #888;
margin: 5px;

}

.clear {clear:both;}

.rightfloat{float: right;}

.imgrightfloat {float: right;
border: 2px solid #888;
margin: 5px;
}

.img-center-shadow{margin-left: 45px;
-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}
	
	.headline {font-size: 18px;
	font-weight: bold;
	font-variant:small-caps;
	font-style:italic;
	}
	/*****css for the image effect ******/
.spec-img-right {
	clear: both;
	float: right;
}

.address{text-align:center;}
.address a:hover{text-decoration: underline;}
	
/*****************************************Containers **********************************************/
	
#mainContentWrapper {background: url(../images/WrapperBg.jpg);
	width: 1000px;
	margin: 0 auto;
	min-height: 100% !important;
	padding: 5px 5px 5px 5px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	}
#content {
	width: 927px;
	background: #cd682b url(../images/contentBg.jpg);
	min-height: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	background-repeat: repeat-x;
	

}

#leftsideContent {
	width: 537px;
	padding: 10px;
	float: left;
	min-height: 950px;

	}
	
#rightSideContent {
	width:300px;
	padding: 10px;
	float:left;
	background-color: #220000;
	margin-left: 40px;
	margin-top: 10px;
	border-radius: 15px;
}

#header {
	width: 927px;
	background: url(../images/header.png);
	height: 373px;
	margin:0 auto;
	}

#navigation {
	background: url(../images/NavBg.png);
	height: 65px;
	width: 927px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	margin-top: -35px;
	margin-right: auto;
	margin-left: auto;

	}
	
	
#innerFooter {
	width: 927px;
	background: url(../images/footerBg.png);
	height: 102px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	background-repeat: no-repeat;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	clear:both;
		}





/**************************************************css for main  navigation****************************/

#navigation ul {padding: 10px;
margin-left: 80px;}
#navigation li {
	font-family:'Trinigan', serif;
	list-style:none;
	font-size: 35px;
	float: left;
}

#navigation a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	width: 150px;
	height: 71px;	
}

#navigation a:hover{
	background: url(../images/hover.png);
	background-repeat:no-repeat;
	width: 150px;
	height: 71px;
}

#navigation ul li ul {
   display:none;
   	  margin-top: -20px; 
	 background: #5F3445;
    margin-left: -20px;
	 border-radius: 5px;
	 padding: 5px; 
	  position: absolute;
	 z-index: 6;
}
 
#navigation ul li:hover ul {
     display:block;
   
}

#navigation ul li ul li
{   
  float:none;
  font-size: 25px;
padding-top: 5px;
  padding-left: 20px;
}

#navigation ul li ul li a{
	height: 50px;}
	
#navigation ul li ul li a:hover{
	height: 50px;}
/************************************************************Styles for countdown clock **************/
#pageinval23{text-align: center; 
	font-family:'Trinigan', serif;
	border-radius: 15px;
 	font-size:25px;
  	width:325px; 
  	color:#ffffff;
	font-weight:normal;
	background-color:#cd682b; 
	padding:17px;
	position: relative;
	top: 75px;
	left: 35px;
	
}


/***************************************************styles for lowercolumn content**********************/


/*lowercontent left side*/
#lowerLeftColumn
{width: 250px;
float: left;
padding:5px;
min-height:450px;}
/* lowercontent rightside*/

#LowerRightColumn 
{width: 250px;
float: left;
padding: 5px;
min-height: 450px;}

/**********************************************************classes for the inner footer *******************/

#innerFooter li, a { list-style:none inside;
color: #ffffff;
text-decoration: none;
}

#innerFooter h3{font-weight: bold;
font-size: 15px;
font-style:italic;
}

#innerFooter a:hover{text-decoration: underline;
color: #cd682b }

#innerFooter hr {
	width: 160px;
	margin: -10px 5px 0 20px;
	float: left;
}

/*leftside*/


#leftSideFooter {
	width: 306px;
	padding: 5px 15px;
	float: left;
	}

#leftSideFooter li{
	text-align:center;
}
#leftSideFooter ul{
	/* [disabled]padding-top: 5px; */
	text-align: center;
	/* [disabled]position:  relative; */
	/* [disabled]left: -40px; */
	margin-top:-5px;
}

/*MiddleFooter**/
#MiddleSideFooter {
	width: 306px;
	padding: 5px 15px;
	float: left;
	}

#MiddleSideFooter li{
	text-align:center;
}
#MiddleSideFooter ul{
	/* [disabled]padding-top: 5px; */
	position:  relative;
	margin-top:-5px;
	/* [disabled]left: -20px; */
}

/** Right Footer **/
#RightSideFooter {
	width: 220px;
	padding: 5px 15px;
	float: left;
	
	
	}

#RightSideFooter li{
	text-align:center;
}
#RightSideFooter ul{
	/* [disabled]padding-top: 5px; */
	position:  relative;
	/* [disabled]left: -5px; */
	margin-top: -5px;
}

#RightSideFooter hr{width: 100px;}
/**copyright*****/

#copyright{font-size: 12px;
text-align:center;}

#rightSideContent p{ line-height: 18px;
    padding: 10px;}
	
	
	
/****************************************styles for Mas Navigation/ Mas Pages ************************/
/***MasNavigation***/

#masNavigation ul{font-family:'Trinigan', serif; 
font-size: 25px;

text-align:center;
}

#masNavigation li {list-style: inside url(../images/masMask.png);
padding: 10px;}

#masNavigation a:hover {background: #5F3445;
padding: 5px;
border-radius: 15px;}

/************************styles for form *********************************************/

.form_hint, .required_notification{font-size: 11px;}


.contact_form ul {width: 520px;
list-style-type: none;
list-style-position: outside;
margin:0px;
padding: 0px;}

.contact_form li {padding:12px;

position: relative;}

.contact_form li:first-child {border-bottom: 1px solid #777;}
.contact_form ul:last-child  {border-bottom: 1px solid #777;}

.contact_form h2 {
    margin:0;
    display: inline;
}
.required_notification {
    color:#5F3445;
    margin:5px 0 0 0;
	font-size: 15px;
  

}

.contact_form label {
    width:150px;
    margin-top: 3px;
    display:inline-block;
    float:left;
    padding:3px;
}
.contact_form input {
    height:20px;
    width:220px;
    padding:5px 8px;
}
.contact_form textarea {padding:8px; width:220px;}
.contact_form button {margin-left:156px;}

.contact_form input, .contact_form textarea {
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
	-moz-transition: padding .25s;
    -webkit-transition: padding .25s;
    -o-transition: padding .25s;
    transition: padding .25s;
	 padding-right:30px;
}
.contact_form input:focus, .contact_form textarea:focus {
    background: #fff;
    border:1px solid #555;
    box-shadow: 0 0 3px #aaa;
	 padding-right:70px;
}
/* Button Style */
button.submit {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
    opacity:.85;
    cursor: pointer;
}
button.submit:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset;
    -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
 
}
input:required, textarea:required {
    background: #fff url(images/red_asterisk.png) no-repeat 98% center;
}

.contact_form input:focus:invalid, .contact_form textarea:focus:invalid { /* when a field is considered invalid by the browser */
    background: #fff url(images/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}

.contact_form input:required:valid, .contact_form textarea:required:valid { /* when a field is considered valid by the browser */
    background: #fff url(images/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}

.form_hint {
    background: #d45252;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}


.form_hint::before {
    content: "\25C0"; /* left point triangle in escaped unicode */
    color:#d45252;
    position: absolute;
    top:1px;
    left:-6px;
}

.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;} /* change form hint color when valid */
.contact_form input:required:valid + .form_hint::before {color:#28921f;} /* change form hint arrow color when valid */
/* this should work with all browsers that don't support html5*/

.contact_form input.error{  
    background: #f8dbdb;  
    border-color: #e77776;  
}  

.contact_from textarea.error{  
    background: #f8dbdb;  
    border-color: #e77776;  
}
	#error{
	margin-bottom: 20px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 1.6em;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}

/*styles for jscript validation error*/
#nameInfo  {color:#ffffff;
margin-left: 200px; 
 background: #d45252;
 border-radius: 3px 3px 3px 3px;
top:15px;
 margin-right: 10px;}
	
	
	#emailInfo  {color:#ffffff;
margin-left: 200px; 
 background: #d45252;
 border-radius: 3px 3px 3px 3px;
top:15px;
 margin-right: 10px;}
	
	

