/* =INITIAL Starts
===============================*/
/* Neutralize styling: Elements we want to clean out entirely: */
html, body, form, fieldset { margin: 0; padding: 0; }
/* Neutralize styling: Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin: 1em 0; padding: 0; }
/* Apply left margin: Only to the few elements that need it: */
li, dd, blockquote { margin-left: 1em; }
img{ border: none; }
/* Miscellaneous conveniences: */
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }
/* INITIAL Ends
================================*/
/* Layout */
body { background: #fff url(../img/bg_web.gif) repeat-x;
	text-align: center;
	font-size: 80%;
}
#wrap
{
	width: 100%;
	height:100%;
}
#container 
{
	width:780px;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align:left;
	border-right: solid 1px #285195;
	border-left: solid 1px #285195;
	border-bottom: solid 1px #285195;
	background-color: #fff;

}

#header{
	position: relative;
	height: 127px;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0em;
	background-color: #fff;
	}
#header #headname 
{
	background-image: url(../img/bg_header.gif);
	background-repeat:no-repeat;
	float: right;
	width: 618px;
	height: 100%;
}
#header #headname h1{
	font-size: 170%;
	float: right;
	margin-top: 60px;
	margin-right: 10px;
	line-height: 25px;
	color: #fff;
}
#header #headlogo
{
	float: left;
	height: 100%;
}

#content {
	margin: 0 0 0 0;
	float:right;
	width:78.5%;
	min-height: 400px;
	overflow: hidden;
}
/* == Clearfix == */
#content:after{clear:both;}
#content:after {content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html>body #content { display: inline-block; width: 100%; }
* html #content {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
/* == Clearfix ends == */
#content .column {
}
#content #main 
{
	float:left;
	width: 98%;
	height:100%;
	border-left: solid 1px #ccc;
	padding: 0px 4px 0 4px;
	clear: both;
	overflow: hidden;
}

#nav
{
	float:left;
	width: 21%;
	padding-top: 1em;
	}
#nav ul {
	margin: 0 0 0 3px; 	
	
}
#nav ul li{
	list-style-type: none;
	background: url(../img/li_dot.gif) no-repeat 0 50%;
	padding-left: 11px;
	margin-left: 0px;
	margin-bottom: 5px;
	border-bottom: solid 1px #ccc;
	height: 20px;
}
	
#nav ul li a 
{
	text-decoration: none;
}

#news
{
	background-image: url(../img/head_news.gif);
	background-repeat: no-repeat;
	float:right;
	width:26%;
	padding-top: 30px;	
	padding-left: 2px;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	}
	
#footer{
	margin: 1em 0 0 0;
	min-height:20px;
	background-image: url(../img/bg_footer.gif);
	color: #fff;
	padding: 0px;
	width: 100%;
	clear: both;
}

/* Presentation 
===================================*/

/* IMAGES */
img, a img {
	border: none;
	text-decoration: none;
}
img.left {
	float:left; 
	margin: 5px 10px 0 0;
}
img.right {
	float:right; 
	margin: 5px 0 0 10px;
}
img.center {
	margin: 0 auto; 
	display:block;
}
/* FLOAT QUOTES */
.floatquoteleft {
	float:left; 
	margin: 5px 10px 0 0;
}
.floatquoteright {
	float:right; 
	margin: 5px 0 0 10px;
}
.floatquotecenter 	{
	margin: 0 auto; 
	display:block; 
	width: 80%;
}
.floatquoteleft, .floatquoteright, .floatquotecenter {
	border-top: 3px solid #333;
	border-bottom: 1px solid #333;
	text-align:center;
	font-family: serif;
	font-size: 150%;
	font-style:italic;
}
/* COLUMN */
/* lets you run columns side-by-side whenever you want */
.column {
	float:left; 
	width:47%; 
	margin:0 2% 0 0;
}
.columnthirds {
	float:left; 
	width: 30%; 
	margin:0 2% 0 0;
}
H1{
	font-size: 160%;
}
H2{
	font-size: 130%;
	background-image: url(../img/bg_h2.gif);
	background-repeat: repeat-x;
	height: 25px;
	width:100%;
	padding-top: 5px;
	margin-top: 0;
}
H3 
{
	font-size: 110%;
}

HR 
{
border: none 0; 
border-top: 1px solid #ccc;
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/

}

table.ruler{
	font: 1em Arial, Helvetica, sans-serif;
	border: 1px solid #cecece;
	border-collapse: collapse;
	width: 600px;
}
table.ruler th{
	background-color: #0099cc;
	color: #fff;
	font-weight: bold;
	text-align: left;
	border: 1px solid #cecece;
	padding: 2px 5px;
}
table.ruler th.edit{
	width: 40px;
}
table.ruler td{
	border: 1px solid #cecece;
	padding: 2px 5px;
}
table.ruler tr.even{
	background-color: #eaeaea;
}
textarea.editor{
	float: left;
	width: 49%;
	height: 600px;
	margin-right: 2%;
}
#preview{
	display: none;
	float: left;
	padding: 10px;
	border: 1px solid #cecece;
	width: 49%;
	height: 600px;
	overflow: auto;
}
.buttons{
	padding: 10px 0;
	clear: both;
}
.ruled{
	background-color: #6699ff;
	color: #fff;
}
.ruled a{
	color: #fff;
}
.red { color:Red; } 

#loginHolder 
{
	width: 400px;
	height: 150px;
	margin: 20%;
	border: solid 1px #ccc;
	background-color: #fff;
}