/*-------------------------------*/
/*    SITEFXCMS Global CSS	     */
/*-------------------------------*/

a {	text-decoration: none; }

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: black;
	margin: 10px;
}

body {
	background-color: #DFDFDF;
	height: 100%;
	min-width: 730px;
	width: 730px;
	width:auto !important;
}

html {
	height: 100%;
}
img {
	border: 0;
	vertical-align: middle;
}



/*-------------------------------*/
/*    Fonts					     */
/*-------------------------------*/
h1 {
margin: 0;
}

h1 a {
	display: block;
	text-indent: -100em;
	overflow: hidden;
	background: url(assets/images/headerlogo.gif);
	background-repeat:no-repeat;
	width:562px;
  	height:116px;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 1.3em;
	color: #9e405e;
}

#dropcapw {
  text-indent: -100em;
  overflow: hidden;
  float: left;
  width:83px;
  height:73px;
  margin-right:5px;
  background-image:url(assets/images/w.png);
  background-repeat:no-repeat;
  }




/*-------------------------------*/
/*    Forms					     */
/*-------------------------------*/

label,input {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

label.radio{
	text-align: left;
	padding-right: 2px;
}

form p{
padding: 2px;
margin: 0;
}

/*-------------------------------*/
/*    CSS :: HEADER 		     */
/*-------------------------------*/

#header_container{
border: 1px solid #9e405e;
background-image: url('assets/images/headerbg.png');
height: 128px;
}

#menu_container {
margin-top:2px;
height: 27px;
background-image: url('assets/images/menubg.png');
border: 1px solid #9e405e;
}

#menu_container ul { 
	margin: 0; 
	padding: 0; 
	width: 100%; 
}

#menu_container li { 
	list-style:none!important; 
	float: left; 
	border-right: 1px solid #ffe6ee; 

}


#menu_container a {
	display: inline-block;
	line-height: 27px;
	padding-left: 30px;
	padding-right: 30px;
	height: 27px;
	color: #9e405e;
	font-weight: bold;
}

#menu_container a:hover { background-color: #d3849d; }


/*-------------------------------*/
/*    CSS :: LEFT ME	NU 		     */
/*-------------------------------*/

.box_header {
display: block;
text-align: center;
width: 100%;
height: 20px;
color: #ffe6ee;
background-color:#9e405e;
font-weight: bolder;
font-size: 1.1em;
}

#column {
display: block;
height: 100%;
clear:left;
width: 200px;
float: left;
margin-right: 20px;
}

.column_box {
height: 120px;
margin-bottom: 5px;
background-color: #ffe6ee;
border: 1px solid #9e405e;
background: url(assets/images/homeimg1.jpg)
}

.column_menu {
clear: left;
display: block;
height: 267px;
margin-bottom: 5px;
border: 1px solid #9e405e;
background-image:url('assets/images/navbg.jpg'); 
}

.column_menu a:hover {
background-color: #d3849d; 
padding-left: 10px;
padding-right:30px; 
padding-top:5px; 
padding-bottom:5px;

}

.column_menu a {color: black; }
.column_menu li {list-style:none!important; padding: 5px;}

/*-------------------------------*/
/*    CSS :: CONTENT 		     */
/*-------------------------------*/
 
#main_container {
background-color: white;
border-left: 1px solid #9e405e;
border-right: 1px solid #9e405e;
border-bottom: 1px solid #9e405e;
padding: 10px;
min-height: 65%;
height:auto !important;
height:65%;
}

#content {
margin-left: 230px;
}

/*-------------------------------*/
/*    CSS :: FOOTER 		     */
/*-------------------------------*/

#footer_container {
text-align: center;
color: black;
margin-top:2px;
padding-top: 2px;
height: 27px;
background-image: url('assets/images/menubg.png');
border: 1px solid #9e405e;
}

/*-------------------------------*/
/*    CSS :: GALLERY MODULE      */
/*-------------------------------*/

#gallery {
overflow: auto;
}

#gallery ul {
	padding: 0;
	margin:0;
}

#gallery li { 
	list-style:none!important; 
	float: left; 
	padding: 5px;
	border: 1px solid #cccccc;
	text-align:center;
    margin: 5px;
}


/*-------------------------------*/
/*    CSS :: LIGHTBOX MODULE      */
/*-------------------------------*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(assets/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(assets/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	