* 
{
	margin: 0;
	padding: 0;
}

html
{
	min-height: 100%;
	height: 100%;
}

body
{
	font-size:12px;
	font-family: Tahoma, Verdana, Sans-Serif, Arial;
	color: #333333;
	text-align: center;
	background: #C3D1D9;
	min-height: 100%;
	height: 100%;
}

a
{
	text-decoration: none;
}

a:link , a:visited
{
	color: #1a5780;
	font-weight: bold;
}

a:hover, a:active
{
	color: #247ab2;
	font-weight: bold;
}

a.title:link , a.title:visited
{
	color: #4d6b80;;
	font-weight: bold;
}

a.title:hover, a.title:active
{
	color: #247ab2;
	font-weight: bold;
}

img
{
	border: none;
}

img.social_icon
{
	border: none;
	padding: 5px 2px 5px 2px;
	vertical-align: text-top;
}

.menubar-wrapper 
{
	width: 720px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	background: #1A5780 url(../imgs/bg_header.png) repeat-x center;
	margin: 0 auto;
	height: 150px;
	width: 100%;
}

#menubar
{
	background: #333333 url(../imgs/bg_menu-bar.png) repeat-x center left;
	color: #FFFFFF;
	width: 100%;
	display: block;
	float: left;
	line-height: 43px;
	font-size: 18px;
	margin-bottom: 18px;
}

#menubar ul li 
{
	background: transparent url(../imgs/separator_menu-bar.png) no-repeat top left;
	display: inline;
	float: left;
}

#menubar ul li a:link, #menubar ul li a:visited 
{
	padding: 0px 10px 0px 25px;
	float: left;
	color: #ebebeb;
}

#menubar ul li a:hover, #menubar ul li a:active 
{
	color: #EEEE00;
}	

#menubar .first 
{
	margin: 0;
	background: none;
}

#menubar a.sel:link, #menubar a.sel:visited
{
	color: #8fb6cc;
} 

#menubar a.sel:hover, #menubar a.sel:active
{
	color: #EEEE00;
} 

#page
{
	margin: 0 auto;
	width: 1024px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;

/*	background: #aaaaaa; */
}

#main-content
{
	float: left;
	margin: 0 auto;
	width: 784px;

/*	background: #CC3333; */
}

#side-content
{
	float: right;
	margin: 0 auto;
	width: 240px;

/*	background: #336699; */
}

.content-block
{
	margin-left: 80px;
}

.content-header 
{
	background: url(../imgs/header_content.png) no-repeat;
	width: 700px;
	height: 30px;
	line-height: 30px;
}

.content-body  
{
	background: transparent url(../imgs/body_content.png) repeat-y;
	padding-left: 28px;
}


.content-footer 
{
	background: url(../imgs/footer_content.png) no-repeat;
	width: 700px;
	height: 30px;
	line-height: 30px;
}

.content
{
	width: 644px;
	border: none;
}


iframe.web-chat  
{
	border: 1px solid #94a3c4;
	padding-bottom: 10px;
}


.content p
{
	text-align: justify;
}

p.web-chat 
{
	border: none;
	text-align: center;
	font-style: italic;
}

.content h1
{
	font-size:22px;
	color: #4d6b80;
	font-weight: bold;
}

.content ul
{
	padding-left: 15px;
	list-style-type: square;
}

.content ol
{
	padding-left: 20px;
}

#pre-footer
{
	clear: both;
	height: 100px;
	width: 100%;
}

#footer
{
	clear: both;
	background: #333333 url(../imgs/bg_footer.png) repeat-x center;
	height: 100px;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
}

#footer a:link, #footer a:visited
{
	color: #8fb6cc;
} 

#footer a:hover, #footer a:active
{
	color: #EEEE00;
} 

p.copyright
{
	color: #CCCCCC;
	font-size: 10px;
    font-style: italic;
	padding-top: 20px;
}

p.date
{
	color: #999999;
	font-size: 10px;
    font-style: italic;
	padding-bottom: 10px;
}

p.center
{
	text-align: center;
}

p.right
{
	text-align: right;
}

p.clear
{
	clear: both;
}

p.feed
{
	padding-bottom: 5px;
}

p.feed-first
{
	padding-top: 5px;
	padding-bottom: 5px;
}

img.left
{
	float : left;
	vertical-align: text-top;
	/* T R B L */
    margin: 0px 15px 5px 0px;
}

img.blog-title
{
	float : left;
	vertical-align: text-top;
	/* T R B L */
    margin: 0px 10px 15px 0px;
}

li.indent
{
	list-style-type: none;	
	padding-bottom: 10px;
}

/* WIDGET */
.widget-header
{
	background: #1E6798 url(../imgs/header_widget.png) no-repeat;
	width: 240px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}


.widget-transparent
{
	color: #333333;
}

.widget-content-header 
{
	background: url(../imgs/header_widget-content.png) no-repeat;
	width: 240px;
	height: 10px;
	line-height: 10px;
}

.widget-content-body  
{
	background: transparent url(../imgs/body_widget-content.png) repeat-y;
	width: 240px;
	padding-left: 20px;
}


.widget-content-footer 
{
	background: url(../imgs/footer_widget-content.png) no-repeat;
	width: 240px;
	height: 25px;
	line-height: 25px;
}

.widget-content 
{
	width: 200px;
	text-align: justify;
}

.widget-content-border
{
	padding-left: 2px;
	padding-right: 2px;
	width: 194px;
	text-align: justify;
	background: #f2f2ff;
	border: 1px solid #94a3c4;
}

.widget-content a:link , .widget-content a:visited, .widget-content-border a:link, .widget-content-border a:visited 
{
	color: #1a5780;
	font-weight: normal;
}

.widget-content a:hover, .widget-content-border a:hover
{
	color: #247ab2;
	font-weight: normal;
}

#twitter_update_list li
{
	list-style-type: none;
	padding-bottom: 15px;
}

#widget-facebook
{
	border: none;
	width: 200px;
	min-height: 285px;
	height: 285px;
}

#twit3d-content
{
	width:194px;
	margin:0px auto;
	text-align: center;
	border: none;
	outline: none;
}

div.form
{
	border: 1px solid #AAAAAA;
	padding: 10px;
}

.input_row
{
	vertical-align: top;
}

.label_block
{
	width: 100px;
	vertical-align: top;
	float: left;
	font-weight: bold;
}

.input_block
{
	vertical-align: top;
}

.input_button
{
	text-align: center;
}

.input_text
{
	width: 250px;
}

.input_area
{
	width: 500px;
	height: 250px;
}

.error
{
	color: #DD0000;
}

.success
{
	color: #00CC00;
}

