/* @group General Styles */

body {
	text-align: center; /* To Make Content Centered */
	background: #ffffff; 
	color: #666666;
	font: 0.78em Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 8px 4px 8px 4px;
}

p {
	text-align: justify;
}

.justify {
	text-align: justify;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

b, strong {

}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0;
	position: relative;
	z-index: 5;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
	position: relative;
	z-index: 5;
}

.textbox {
	padding-left: 10px;
	padding-right: 10px;
	#width: 400px;
	#padding-top: 10px;
}
	
/* @end */

/* @group Layout */

.clearer {
	clear: both;
}

#container { 
	width: 680px;
	margin: 0px auto 10px;
	text-align: left;
	border: 1px solid #aeaeae;
	clear: both;
}

#pageHeader {
	height: 71px;
	/*border-bottom: solid #aeaeae 1px;*/
}

#pageHeader img {
	padding-left: 3px;
	padding-top: 3px;
	float: left;
}

#pageHeader h1 {
	padding-right: 10px;
	padding-top: 10px;
	color: #aeaeae;
	font-size: 1.3em;
	margin: 0;
	text-align: right;
}

#pageHeader h2 {
	font-size: 1.1em;
	color: #999999;
	margin: 0;
	padding-right: 10px;
	font-weight: normal;
	text-align: right;
}

#contentContainer {
	margin-left: 200px;
	position: relative;
	z-index: 10;
}

#contentContainer #content {
	padding: 10px 10px 10px 15px;
}

#sidebarContainer {
	border: 0;
	float: left;
	margin-top: -1px;
	width: 200px;
}

#sidebarContainer img {
	padding: 5px;
	width: 190px;
}

#sidebarContainer #sidebar {
	padding: 5px;
}

#sidebarContainer .sideHeader {
	font-weight: bold;
	padding: 5px 5px 0;
	margin: 0 -5px;
	font-size: 1em;
}

#logocontainer {
	background: #ffffee;
	border-top: solid 1px #aeaeae;
	border-bottom: none;
}

#header {
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#footer {	
	float: left;
	padding-top: 20px;
}

#footer p {
	font-size: 0.8em;
}

#footer a:link, #footer a:visited {
	color: #333333;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #614097;
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	background: #666666;
	text-align: left;
	height: 26px;
	margin-left: 1px;
	margin-right: -1px;
	margin-top: 15px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0;
	padding-top: 5px;
	padding-left: 5px;
	color: #ffffff;
}

#breadcrumbcontainer li {
	display: inline;
}

#breadcrumbcontainer a {
	color: #ffffff;
	text-decoration: none;
}

#breadcrumbcontainer a:hover {
	color: #333333;
	text-decoration: none;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	height: 100%;
	margin-bottom: 0px;
}

#navcontainer #current {
	color: #ffffff;
}

#navcontainer .currentAncestor {
	color: #ffffff;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #aeaeae;
}

#navcontainer li {

}

#navcontainer a {
	height: 20px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #aeaeae;
	background: repeat-x url(images/button_normal.png);
}

#navcontainer a:hover {
	color: #ffffff;
}

#navcontainer a:active {

}

/* Child - Level 1 */

#navcontainer ul ul {
	border-top-style: none;
}

#navcontainer ul ul li { margin: 0 0 0 0;}

#navcontainer ul ul a {
	color: #333333;
	text-indent: 20px;
	background: #ebebeb;
}

#navcontainer ul ul a:hover {
	color: #333333;
	background: #cccccc;
}

#navcontainer ul ul #current{
	color: #333333;
	background: #cccccc;
}

#navcontainer ul ul .currentAncestor {
	background: #ebebeb;
	color: #333333;
	text-shadow: none;
}

/* Child - Level 2 */

#navcontainer ul ul ul {
}

#navcontainer ul ul ul li {
}

#navcontainer ul ul ul a {
	text-indent: 40px;
}

#navcontainer ul ul ul a:hover{
}

/* Child Level 3 */
#navcontainer ul ul ul ul {
}

#navcontainer ul ul ul ul li {
}

#navcontainer ul ul ul ul a {
	text-indent: 60px;
}

#navcontainer ul ul ul ul a:hover{
}

/* Child Level 4 */
#navcontainer ul ul ul ul ul {
}

#navcontainer ul ul ul ul ul li {
}

#navcontainer ul ul ul ul ul a {
	text-indent: 100px;
}

#navcontainer ul ul ul ul ul a:hover {
}

/* @end */

/* @group Global Classes */

blockquote {
	border-top: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae;
	padding-left: 5px;
	padding-right: 5px;
	font-style: italic;
	color: #999999;
}

h1 {

}

h2 {

}

h3 {

}

.imageStyle {

}

/* Main content area unordered list styles */
#contentContainer #content ul {
}

#contentContainer #content li {
}

ul.disc {
	list-style-type: disc;
}

ul.circle {
	list-style-type: circle;
}

ul.square {
	list-style-type: square;
}

ol.arabic-numbers {
	list-style-type: decimal;
}

ol.upper-alpha {
	list-style-type: upper-alpha;
}

ol.lower-alpha {
	list-style-type: lower-alpha;
}

ol.upper-roman {
	list-style-type: upper-roman;
}

ol.lower-roman {
	list-style-type: lower-roman;
}
/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul {
	margin: 10px 0;
	padding: 0;
}

#sidebarContainer #sidebar li {
}

/* Table Styles */
table {
	font-size: 1em;
}
	
/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */


