/* Common Style */
body
{
	 background	: url(../images/page_bg.jpg) 0px 0px repeat;
	 padding	: 0px;
	 margin		: 0px;
     font		: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

hr
{
	height				: 1px;
	background-color	: #999999;
	border				: none;
}

h1
{
	font			: bold 13px Tahoma;
	text-transform	: uppercase;
	color			: #DD810E;
	line-height		: 25px;
}

h2
{
	font			: bold 13px Tahoma;
	color			: #DD810E;
	padding			: 0px 0px 5px 0px;
	border-bottom	: 1px dotted #ccc;
	margin			: 0px;
}

h3
{
	border-bottom	: 1px dotted #939393;
	padding			: 10px 0px;
}

img
{
	border : none;
}

a
{
	color			: #DD810E;
	text-decoration	: none;
}
a:hover{color:#000; text-decoration:none;}

input, textarea, select
{
	font				: normal 11px Verdana, Arial, Helvetica, sans-serif;
	background-color	: #FFFFFF;
	border				: 1px solid #D6D6D6;
	color				: #000000;
	padding				: 2px;
}
input:hover, textarea:hover, select:hover{border:1px solid #000000;}

label
{
	width			: 150px;
	text-align		: right;
	font-size		: 11px;
	color			: #000000;
	font-weight		: bold;
	float			: left;
	line-height		: 20px;
	padding-right	: 10px;
}

.button
{
	background	: url(../images/btn_bg.jpg) 0px 0px repeat;
	border		: 1px solid #AAB480;
	color		: #4D4D4D;
	line-height	: 17px;
	font-size	: 11px;
}
.button:hover{border:1px solid #A2A497; color:#000000;}

/* Main Style */
#page-container
{
	background	: url(../images/bodyBg.jpg) left top repeat-x;
	width		: 100%;
	margin		: 0px;
}

#wrap
{
	 background	: url(../images/wrapBg.png) repeat-y center top;
	 width		: 824px;
	 margin		: 0px auto;
}

#wrap-Content
{
	 width				: 806px;
	 background-color	: #FFFFFF;
	 margin				: 0px auto;
}

/* Header Style */
#header
{
	 width	: 806px;
	 height	: 162px;
}

* html #header
{
	margin-bottom : 0px;
}

/* Other Style */
.clr
{
	clear : both;
}

.form
{
	margin				: 10px 0px;
	background-color	: #F3F3F3;
	border				: 1px solid #CBCBCB;
	padding				: 10px;
}

.form p
{
	margin : 5px 5px 5px 5px;
}

.errormsg
{
	color : #FF0000;
}

.successmsg
{
	color : #006633;
}

.floatright
{
	float : right;
}

.floatleft
{
	float : left;
}

/* Content Style */
#content
{
	width		: 510px;
	padding		: 10px 0px 5px 10px;
	line-height	: 1.5em;
	text-align	: justify;
	float		: left;
}

* html #content
{
	padding-top	: 15px;
}

#content .graybox
{
	background	: url(../images/gray_bg.jpg) 0px 0px no-repeat;
	width		: 219px;
	height		: 238px;
	padding		: 0px 10px;
}

.orangetext
{
	color		: #DD810E;
	font-size	: 11px;
	font-weight	: bold;
}

.photoframe
{
	background	: url(../images/photo_frame.jpg) 0px 0px no-repeat;
	width		: 100px;
	padding		: 5px;
}

.videoframe
{
	background	: url(../images/video_frame.jpg) 0px 0px no-repeat;
	width		: 100px;
	padding		: 10px 2px;
}

.frametext
{
	margin-left	: 112px;
	padding		: 0px 5px;
	text-align	: left;
}

.margin265
{
	margin-left : 265px;
}

.newslink
{
	color : #549376;
}

#right
{
	width	: 250px;
	float	: right;
	padding	: 10px;
}

#right .newstitle
{
	background		: url(../images/news_title_bg.jpg) 0px 0px no-repeat;
	padding			: 0px 5px;
	font			: bold 12px "Trebuchet MS";
	text-transform	: uppercase;
	color			: #000000;
	letter-spacing	: 0.06em;
	line-height		: 29px;
	margin-bottom	: 1px;
}

#right .box
{
	height		: 228px;
	line-height	: 1.5em;
	text-align	: justify;
	padding		: 5px 10px 0px 10px;
	background	: url(../images/news_bg.jpg) 0px 0px no-repeat;
}

#right .box1
{
	line-height		: 1.5em;
	text-align		: justify;
	margin-bottom	: 10px;
}

#right .pollboxtitle
{
	background		: url(../images/poll_title_bg.jpg) 0px 0px no-repeat;
	padding			: 0px 5px;
	font			: bold 12px "Trebuchet MS";
	text-transform	: uppercase;
	color			: #000000;
	letter-spacing	: 0.06em;
	line-height		: 29px;
	margin-bottom	: 1px;
}

#right .pollbox
{
	height		: 208px;
	line-height	: 1.5em;
	text-align	: left;
	padding		: 5px 10px 0px 10px;
	background	: url(../images/poll_bg.jpg) 0px 0px no-repeat;
}

#right .pollbox1
{
	height		: 160px; border-bottom:1px solid #C6CDAC;
	line-height	: 1.5em;
	text-align	: justify;
	padding		: 5px 10px 0px 10px;
	background	: url(../images/poll_bg.jpg) 0px 0px no-repeat;
}

.date
{
	font-size		: 10px;
	color			: #7C7C7C;
	padding-bottom	: 7px;
	display			: block;
}

#right .box a
{
	font-weight		: bold;
	color			: #DD810E;
	text-decoration	: none;
}
#right .box a:hover{color:#000000; text-decoration:none;}

#right .box1 a
{
	color			: #DD810E;
	text-decoration	: none;
}
#right .box1 a:hover{color:#000000; text-decoration:none;}

#navlist
{
	margin		: 0;
	padding		: 0 0 0 10px;
	list-style	: none;
}

#navlist li
{
	padding				: 3px 0px 3px 15px;
	background-image	: url(../images/bullet.gif);
	background-repeat	: no-repeat;
	background-position	: 0 .6em; color:#434343;
}
#navlist li a{color:#434343; text-decoration:none;}
#navlist li a:hover{color:#000;}

#left
{
	width		: 510px;
	padding		: 10px 0px 5px 10px;
	line-height	: 1.5em;
	text-align	: justify;
	float		: left;
}

* html #left
{
	padding-top	: 15px;
}

#left .graybox
{
	background	: url(../images/gray_bg.jpg) 0px 0px no-repeat;
	width		: 219px;
	height		: 238px;
	padding		: 0px 10px;
}

/* Footer Style */
#footer
{
	clear		: both;
	margin-top	: 10px;
	font-size	: 10px;
	color		: #616161;
	border-top	: 1px solid #DFDFDF;
	height		: 65px;
	background	: url(../images/footer_bg.jpg) 0px 0px repeat-x;
	line-height	: 25px;
}

#footer #nav
{
	float			: left;
	width			: 450px;
	line-height		: 25px;
	padding-left	: 10px;
}
#footer a		{color:#000000; text-decoration:none;}
#footer a:hover	{color:#000000; text-decoration:underline;}
