/* -------------------------- General rules -------------------------- */
html
{
    height: 100%;
}
body
{
    margin: 0;
    padding: 0;
    height: 100%;
/*    background: #ffffff url(../images/body_bg.jpg) repeat-x; */
    font-family: Verdana, Arial, Tahoma;
    font-size: 11px;
		color: #606060;
		line-height: 16px;
}

a, a:link, a:visited
{
    color: #009ee0;
    text-decoration: underline;
	outline: none;
}
a:hover
{
    text-decoration: none;
}

hr
{
    height: 1px;
    color: #dddddd;
}

input, select, textarea
{
    border: solid 1px #1A4414;
    font-size: 11px;
    padding: 2px;
}
input:focus, textarea:focus { background: #eaeaea; }

/* -------------------------- General classes -------------------------- */
.clear
{
    clear: both;
}
.noOutline
{
	outline: none;
}

.pagetitle
{
    height: 110px;
    line-height: 80px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    color: #009ee0;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.parag_title
{
    color: #009ee0;
    font-weight: bold;
    padding-bottom: 5px;
}
.spacing20
{
    clear: both;
    padding: 10px;
}

.gallerytitle
{
   color: #009ee0;
   font-size: 11px;
   font-weight: bold;
   height: 22px;
   line-height: 22px;
   vertical-align: middle;
   text-align: left;
}
.galleryimage
{
    float: left;
    width: 88px;
    height: 71px;
    text-align: center;
    margin: 10px 5px 0 5px;
    border: solid 1px #eaeaea ;
    overflow: hidden; 
    background: #ffffff;
}
.galleryimage img
{
    margin: 2px;
}
.galleryimage div
{
	margin: 2px;
  height: 65px; 
  overflow: hidden;
  position: relative;
}
.galleryimage2
{
  float: right;
  text-align: center;
  margin: 5px 0 10px 30px;
  border: solid 1px #eaeaea;
  background: #ffffff;
}
.galleryimage2 img
{
    margin: 4px;
}
.galleryimage2 div
{
    overflow: hidden;
}

.input_error
{
  border: solid 1px #ff0000;
}

/* -------------------------- Specific rules -------------------------- */
#main
{
    width: 990px;
    margin: 0 auto;
    background: url(../images/dsgn_08.jpg) repeat-y;   
}

#header
{
    width: 990px;
    height: 12px;
    background: url(../images/dsgn_01.jpg) no-repeat;
}

#wrapper
{
    margin: 0 auto;
    width: 990px; 
    padding: 0 10px 0 10px;
}

#header2
{
    float: left;
    width: 249px;
    height: 186px;
    background: url(../images/dsgn_03.jpg) no-repeat;
}

#header3
{
    float: left;
    width: 721px;
    height: 186px;
    background: url(../images/dsgn_04.jpg) no-repeat;    
}

#menu
{
    float: left;
    width: 249px;    
    background: #003065 url(../images/dsgn_06.jpg) top no-repeat;
    padding: 180px 0 0 0;
    text-align: right;
    text-transform: uppercase;
}
#menu ul
{
    list-style-type: none;    
}
#menu li
{    
    background: url(../images/line_mn.jpg) bottom right no-repeat;     
    padding: 5px 15px 5px 0;
    line-height: 24px;
    vertical-align: top;
}
#menu a, #menu a:link, #menu a:visited
{    
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
#menu a:hover
{
    color: #888888;
}
#menu a.submenu, #menu a.submenu:link, #menu a.submenu:visited
{   
    text-transform: none;
    color: #ffffff;
    font-weight: normal;
}
#menu a.submenu:hover
{
    color: #888888;
}

#content
{
    float: left;
    width: 721px; 
    background: url(../images/dsgn_07.jpg) top no-repeat;    
}

#content2
{
    float: left;
    width: 721px;  
    min-height: 428px;
    height: auto !important; 
    height: 428px;
    background: url(../images/dsgn_bis_07.jpg) top left no-repeat;    
}

#pagecontent
{
    width: 601px;
    padding: 10px 60px 10px 60px;
    text-align: justify;
}

#schedule
{
    margin: 0 auto;
    width: 400px;
    text-align: justify;
}
#schedulecontent
{
    color: #000000;
    padding: 20px;
    border: solid 1px #009ee0;
    line-height: 16px;
}

#gallery
{
    clear: both;
    width: 600px;
}

#contact1
{
    float: left;
    width: 300px;    
}
#contact2
{
    float: left;
    width: 300px;
    text-align: center;
}
#btnSend
{
    background: transparent;
    padding: 0;
    width: 100px;
    margin-left: 20px;
}
#cnttext
{
    width: 270px; 
    height: 120px
}

#footer
{
    clear: both;
    margin: 0 auto;
    width: 990px;
    height: 22px;
    background: url(../images/dsgn_12.jpg) no-repeat;
    vertical-align: bottom;
}

#footer2
{
    clear: both;
    margin: 0 auto;
    width: 990px;
    height: 30px;
    background: url(../images/dsgn_bis_12.jpg) no-repeat;
}

#copyright
{
    margin: 0 auto;
    width: 970px;
    text-align: right;
    color: #c8c8c8;
    padding: 0 20px 10px 0;
}
#copyright a, #copyright a:link, #copyright a:visited
{
    color: #c8c8c8;
    text-decoration: none;
}
#copyright a:hover
{
    color: #009ee0;
    text-decoration: none;   
}