﻿body {
  min-width: 950px;
  background: #123;
  color: #333;
  font-size: 11px;
  height: auto;
  padding-bottom: 20px;
  background: #fff url(images/tweed_@2X.png) 0 0 repeat;
}

a {
  color: #F00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}

h2 {
  padding-top: 20px;
  text-align: center;
}

p {
  border: 0px solid #666;
  overflow: hidden;
  padding: 10px 0;
  text-align: center;
  height: 33px;
}



#container 
{
    background-color:DarkGrey;
    margin-top:5px;
    height:auto;
    width:950px;        
    background-image: linear-gradient(#C5CCD6, #E8F1FC);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

#header 
{
    height:120px;
    width:950px;
    padding-top:5px;
    /*border:1px solid Red;*/
    padding-left:0px;
    border-radius: 3px 3px 3px 3px;
    background-image:url("../images/title.jpg");
	box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.4);
	border-bottom:3px solid #FF0000;
/*	display:none;*/
}

#menu 
{
    width:950px;
    margin-top:0px;
    margin-bottom:0px;
    height:30px;
    border-bottom:0px solid #FF0000;
	/*box-shadow: 0px 0px 7px 3px rgba(0,0,0,0.3);*/
}

#sliderdiv
{
    float:left;
    top:0px;
    height:400px;
	box-shadow: -3px 0px 7px rgba(0,0,0,0.5);
}
#slider
{
	/*box-shadow: 0px 2px 7px rgba(0,0,0,0.4);*/
}

#sliderdiv p
{
    height:400px;
    margin:0px;
    padding:0px;
    padding-bottom:1px;    
    margin-bottom:2px;
    border:1px solid #99BFC4;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-color:#C5CCD6man;
    font: 12px "Lucida Grande", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    font-weight:bold;
    font-style:normal;
    text-align:justify;
}

#rightpanel
{
    float:right;
    top:0px;
    margin-right:1px;
    width:238px;
    height:400px;
	box-shadow: 3px 0px 7px rgba(0,0,0,0.5);
}

#rightpanel p
{
    height:400px;
    margin:0px;
    padding-top:5px;
    margin-bottom:3px;
    border:0px solid #C5CCD6;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-color:#C5CCD6man;
    font: 14px "Segoe UI","Lucida Grande", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    font-weight:normal;
    font-style:normal;
    text-align:justify;
    padding:1px 12px 0px 12px;    
	box-shadow: 3px 0px 7px rgba(0,0,0,0.3);
	background-image: linear-gradient(#C5CCD6, #E8F1FC);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}


#bytepanes {
    top:3px;
    height:440px;
    width:950px;
    /*padding:10px 5px 5px 5px;    */
    background-color: rgba(210,225,230,0.2);
    border:0px solid #C5CCD6;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-color:#C5CCD6man;	
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.3);
}

.bytetext{
	margin-top:1px;
	height:400px;	
	padding:5px 5px 5px 5px;
	text-align:left;
    font: 14px "Segoe UI","Helvetica Neue", "Lucida Grande",  Arial, "Liberation Sans", FreeSans, sans-serif;
    display:block;
}
.byteimage {
	width:100px;
	height:67;
	float:left;
	border:1px solid #000;
	margin: 3px 10px 3px 0;
}
#bytepanes > #bytepanel01 {
	padding:5px 5px 5px 5px;
	margin:10px 5px 10px 10px;
	border:1px solid #A5A5A5;
	float:left;
	height:410px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-color:#C5CCD6man;	

	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 64%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(64%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 64%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 64%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 64%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 64%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

#bytepanes > #bytepanel02 {
	padding:5px 5px 5px 5px;
	margin:10px 5px 10px 5px;
	border:1px solid #A5A5A5;
	float:left;
	height:410px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-color:#C5CCD6man;	

	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 64%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(64%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 64%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 64%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 64%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 64%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}

#bytepanes > #bytepanel03 {
	padding:5px 5px 5px 5px;
	margin:10px 10px 10px 0px;
	border:1px solid #A5A5A5;
	float:right;
	height:410px;
	
	
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 64%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(64%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 64%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 64%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 64%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 64%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-color:#C5CCD6man;	


}
.floatleft {
	float: left;
	margin: 3px 10px 3px 0;
	border:2px solid rgb(#000);
}
.floatright {
float: right;
margin: 3px 0 3px 10px;
}

#footer
{
    height:60px;
    top:3px;
    width:950px;
    font: 14px "Helvetica Neue", "Lucida Grande",  Arial, "Liberation Sans", FreeSans, sans-serif;
    /*padding:10px 5px 5px 5px;    */
	box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.3);
	
/*	background-image: linear-gradient(#C5CCD6, #E8F1FC);*/
    background: rgb(246,248,249); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

#recent 
{
    height:560px;
    margin:0px;
    padding:0px;
    padding-bottom:1px;    
    margin-bottom:8px;
    border:0px solid #99BFC4;
    font: 12px "Lucida Grande", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    font-weight:bold;
    font-style:normal;
    text-align:justify;    

    box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.3);
}
#recent p
{
    padding-top:1px;
    padding-left:5px;
    padding-bottom:1px;
    height:20px;
    font: 12px "Lucida Grande", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;    
    font-weight:bold;
    font-style:normal;    
    text-align:justify;    
    color:Beige;
}

#recent_row1, #recent_row2, #recent_row3
{
     /*#99BFC4;*/
    height:170px;
    margin:0px;
    padding:0px;
    padding-bottom:5px;    
    border:0px solid rgb(255,0,0);        
}

#recent_row1 div, #recent_row2 div, #recent_row3 div
{
    height:99%;
    width:24.25%;
    margin-left:1px;
    padding-left:2px;
    padding-right:2px;
    border:1px solid rgb(128,128,128);    
	
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 54%, #cccccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(54%,#eeeeee), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 44%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 54%,#cccccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 54%,#cccccc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #eeeeee 54%,#cccccc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	background-color:#C5CCD6;	
}
#recent_row1 div div, #recent_row2 div div, #recent_row3 div div
{
    height:92%;
    width:95%;
    margin-top:4px;
    margin-left:4px;
    padding:0px;
    border:0px solid rgb(128,192,128);    
}

.recentimage {
	width:220px;
	height:126;
	float:left;	
	border:1px solid #000;
	margin: 3px 10px 3px 0;
}

.recent_row1_a
{
    padding-top:1px;
    padding-left:5px;
    padding-bottom:1px;
    height:30px;
    font: 16px "Lucida Grande", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;    
    font-weight:bold;
    font-style:normal;    
    text-align:right;    
    color:red;
}

#workshop 
{
    height:560px;
    margin:0px;
    padding:0px;
    padding-bottom:1px;    
    margin-bottom:8px;
    border:0px solid #99BFC4;
    font: 12px "Lucida Grande", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    font-weight:bold;
    font-style:normal;
    text-align:justify;    

    box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.3);
}


#facebook
{
    height:60px;
    top:1px;
    width:940px;
    height:auto;
    padding-top:10px;
    padding-left:10px;
    font: 14px "Helvetica Neue", "Lucida Grande",  Arial, "Liberation Sans", FreeSans, sans-serif;
    /*padding:10px 5px 5px 5px;    */
	box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.3);
	
/*	background-image: linear-gradient(#C5CCD6, #E8F1FC);*/
    background: rgb(238,238,238); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(238,238,238,1) 3%, rgba(238,238,238,1) 22%, rgba(204,204,204,1) 98%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(238,238,238,1)), color-stop(22%,rgba(238,238,238,1)), color-stop(98%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238,238,238,1) 3%,rgba(238,238,238,1) 22%,rgba(204,204,204,1) 98%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(238,238,238,1) 3%,rgba(238,238,238,1) 22%,rgba(204,204,204,1) 98%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(238,238,238,1) 3%,rgba(238,238,238,1) 22%,rgba(204,204,204,1) 98%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(238,238,238,1) 3%,rgba(238,238,238,1) 22%,rgba(204,204,204,1) 98%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */


	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

#othergalleries
{    		
    height:60px;
    top:1px;
    width:950px;
    margin-bottom:1px;
    font: 14px "Segoe UI","Helvetica Neue", "Lucida Grande",  Arial, "Liberation Sans", FreeSans, sans-serif;
    /*padding:10px 5px 5px 5px;    */
	
	box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.3);	
	background-image: linear-gradient(#C5CCD6, #E8F1FC);
    background: rgb(246,248,249); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 50%, rgba(215,222,227,1) 51%, rgba(245,247,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(215,222,227,1)), color-stop(100%,rgba(245,247,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%,rgba(215,222,227,1) 51%,rgba(245,247,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.gal
{
    border:0px solid #C5CCD6;
    height:60px;
    margin-bottom:1px;
    background-color:transparent;
/*    text-align:center;
    padding-top:15px;*/    
}

#galbox1 
{
    margin-left:80px;    
}
#wonderpolis
{
	background-image: linear-gradient(#C5CCD6, #E8F1FC);
    background: rgb(226,226,226); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(226,226,226,1) 73%, rgba(254,254,254,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(73%,rgba(226,226,226,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 73%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(226,226,226,1) 73%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(226,226,226,1) 73%,rgba(254,254,254,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(226,226,226,1) 73%,rgba(254,254,254,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;    
}
#dilbert
{
    margin-left:5px;
    border-style:none;
    width:400px;
    height:300px;

	background-image: linear-gradient(#C5CCD6, #E8F1FC);
    background: rgb(226,226,226); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(226,226,226,1) 73%, rgba(254,254,254,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(73%,rgba(226,226,226,1)), color-stop(100%,rgba(254,254,254,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(226,226,226,1) 73%,rgba(254,254,254,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(226,226,226,1) 73%,rgba(254,254,254,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(226,226,226,1) 73%,rgba(254,254,254,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(226,226,226,1) 73%,rgba(254,254,254,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#imgdilbert
{
    visibility:hidden;
    width:0px;
    height:0px;
}             

/*contact form styles*/
.contactwrapper {
	height:665px;
	max-width:950px;
	width:95%;
	margin:0 auto;
	position:relative;
	background-color:transparent;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}
.contactus {
    height:40px;
    margin:0px;
    padding-left:20px;
    padding-top:20px;
    padding-bottom:5px;    
    margin-bottom:2px;
    font: 20px "Segoe UI","Lucida Grande", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    font-weight:bold;
    font-style:normal;
    text-align:justify;    
    border:0px solid black;
    color:#4498C7;
}
#contactusmsg {
    height:60px;
    margin:0px;
    padding-left:20px;
    padding-top:0px;
    padding-right:50px;
    padding-bottom:5px;    
    margin-bottom:2px;
    font: 16px "Segoe UI","Lucida Grande", "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
    font-weight:normal;
    font-style:normal;
    text-align:justify;    
    border:0px solid black;    
    color:rgb(0,0,0);
}



#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	font:400 12px/12px "Segoe UI","Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact-form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	background:#F9F9F9;
	padding:25px;
}
#contact-form h3 {
	color:#991D57;
	display:block;
	font-size:28px;
}
#contact-form h4 {
	margin:5px 0 15px;
	display:block;
	font-size:16px;
}
#contact-form label span {
	cursor:pointer;
	color:#991D57;
	display:block;
	margin:5px 0;
	font:400 14px/14px "Segoe UI","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:600;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	width:40%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}
#contact-form button[type="submit"] {
	cursor:pointer;
	width:20%;
	border:none;
	background:#991D57;
	background-image:linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	background-image:-moz-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	background-image:-webkit-linear-gradient(bottom, #8C1C50 0%, #991D57 52%);
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form button[type="submit"]:hover {
	background-image:linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-moz-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-webkit-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}


