/*POSITIONAL DIVS*/
html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	background:#F3F6F7;
}
#container {
	width:900px;
	margin:0 auto;
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background:#fff;
}
#container_classify {
	width: auto;
	margin:0 auto;
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background:#fff;
}
#header {
	height: 60px;
	padding-top:10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background:#fff;
}
/* TEXT STYLES */
p {
	margin: 0 5px 0.5em;
	padding: 3px;
	line-height:1.25; 
	color: #333}
p a{
	color:#0066A0;
	text-decoration:none;
}
p a:hover{
	color:#0092E6;
	text-decoration:underline;
}
ul li p{
	list-style-image:url(images/bullet_greysquare.png);
	margin-left: 4px;
}
h1 {
	margin: 0 5px 0.5em;
	padding: 3px;
	font-family:Tahoma;
	font-size:1.2em;
	color:#333;
}
h2 {
	margin: 0 3px 0.5em;
	padding: 3px;
	font-family:Tahoma;
	font-size:1.5em;
	color:#333;
}
h2 a{
	color:#6CA511;
	text-decoration:none;
}
h2 a:hover{
	color:#6CA511;
	text-decoration:underline;
}
h3 {
	margin: 1px 1px 1px 1px;
	padding-left: 5px;
	font-family:Tahoma;
	font-weight:normal;
	font-size:11px;
	color:#333;
}
h3 a{
	color:#333;
	text-decoration:none;
}
h3 a:hover{
	color:#C00000;
	text-decoration:underline;
	background-color:#CCC;
}
h4 {
	margin: 1px 1px 1px 1px;
	padding-left: 5px;
	font-family:Tahoma;
	font-weight:normal;
	font-size:10px;
	color:#333;
}
h4 a{
	color:#333;
	text-decoration:none;
}
h4 a:hover{
	color:#CC0000;
	text-decoration:underline;
}
h5 {
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
	color:#333;
	padding-top: 2px;
	margin:0px;
}
h5 a {
	color:#0066A0;
	text-decoration:none;
}
h5 a:hover {
	color:#0092E6;
	text-decoration:underline;
}
h6 {
	margin: 0 5px 0.5em;
	padding: 3px;
	font-family:Tahoma;
	font-size:1.2em;
	color:#333;
	border-top: #0066A0 1px solid;	
}
ul {
	margin: 5px 5px 5px 10px;
	padding-left: 15px;
}
ul li{
	list-style-image:url(images/bullet_bluesquare.png);
}
.red_text {
	margin: 0 5px 0.5em;
	padding: 5px;
	line-height:1.25;
	border: 1px solid #C00;
	background:#FDD9DC;
	color: #C00}
.text_green {
	font-family: Tahoma; 
	font-size: 12px; 
	color: #006600; 
	padding: 5px; 
	border: 1px #006600 solid; 
	background-color: #E6FFE6
}
	
/* ADMIN STRUCTURE */

#admin_sidebar {
	float:left;
	width:195px;
	padding-top:5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	background:#fff;
}
#admin_main {
	float:right;
	text-align:right;
	width:695px;
	padding-top:5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background:#FFF;
}

/* HOMEPAGE STRUCTURE */
#Slideshow1 img {height:500px; width:600px}
#pic {
	float:left;
	text-align:left;
	width:900px;
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom:#999 1px solid;
	background:#FFF;
}

#sidebar {
	float:left;
	width:170px;
	height:300px;
	padding-top:5px;
}
#main {
	float:left;
	text-align:left;
	width:495px;
	padding-top:5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background:#FFF;
}
#right_col {
	float:right;
	text-align:left;
	width:225px;
	padding-top:5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background:#FFF;
}
#legal {
	float:left;
	width:890px;
	border-top: 1px #CCC dotted;
	margin-top:5px;
	padding-top:5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background:#FAFAFA;
}

/* SUB-PAGES STRUCTURE */
.side_box {
	float:right;
	width:240px;
	margin-top:10px;
	padding-top:5px;
	padding-right: 0px;
	padding-left: 5px;
	background:#fff;
	border-top:#CCC 5px solid;
}
#menu {
	float:left;
	width:145px;
	height:500px;
	padding-top:10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	background:#fff;
}
#content {
	float:left;
	width:235px;
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background:#fff;
}
#content_text {
	float:left;
	width:745px;
	padding-top:5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background:#fff;
}
#content_col0 {
	float:left;
	width:700px;
	margin-top:10px;
	margin-left: 15px;
	background:#fff;
}
#content_col1 {
	float:left;
	width:495px;
	padding-top:5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background:#fff;
}
.content_col1_sub {
	float:left;
	width:200px;
	padding:10px;
	background:#fff;
	display:inline-block;
}
.content_col1_sub a, .content_col1_sub a hover{
	color: #0066A0;
	text-decoration:none;
}
#content_col2 {
	float:right;
	width:245px;
	padding-top:5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	background:#fff;
}

.content_detail_border{
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	border:#CCC 10px solid;
	width:465px;
	background:#FFF;
}
.content_detail_border:hover{
	border:#7FC117 10px solid;
	cursor:pointer;
}

.content_detail_pic {
	float:left;
	width:50px;
	margin:5px;
	background:#fff;
}
.content_detail_words {
	float:left;
	width:400px;
	margin-left:5px;
	margin-top:5px;
	padding-top:5px;
	background:#fff;
}
#picture {
	float:right;
	text-align:right;
	width:505px;
	padding-top:5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background:#fff;
}
#picture_portfolio {
	float:right;
	text-align:right;
	width:740px;
	height:600px;
	padding-top:5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background:#fff;
}
.small_picture {
	float:right;
	text-align:right;
	width:240px;
	padding-top:10px;
	padding-right: 0px;
	padding-left: 10px;
	background:#fff;
}
#breadcrumb {
	float:left;
	width:890px;
	padding-top:5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 7px;
	background:#fff;
	font-family:Tahoma;
	font-size:11px;
	color:#333;
	text-decoration:none;
}
#breadcrumb a{
	color:#0066A0;
	text-decoration:none;
}
#breadcrumb a:hover{
	color:#0092E6;
	text-decoration:underline;
}

#footer {
	clear:both;
	padding: 0px;
	background:#fff;
}
#footer_details {
	background:#999;
	float:left;
	width: 890px; 
	padding: 5px; 
	display:inline;
	font-family:Tahoma;
	font-size:12px;
	color:#fff;
	font-weight:normal;
	text-align:left;
}
#footer_details a{
	color:#fff;
	text-decoration:none;
}
#footer_details a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer p {
	margin:0;
}
* html #footer {
	height:1px;
}

/* TABLE OBJECTS */
.table, table a {
	background:#fff;
	padding:2px;
	color:#0066A0;
	text-decoration:none;
}
.table a:hover{
	text-decoration:underline;
}
.table_blue {
	background:#E9F1F8;
	padding:5px;
}
.row_dotted, row_dotted a { 
	padding: 5px 8px 5px 8px; 
	border-bottom: 1px #999 dotted;
}
.row_dotted_right, row_dotted_right a { 
	padding: 5px 8px 5px 8px; 
	border-bottom: 1px #999 dotted;
	text-align:right;
}
.row_folder { 
	color: #fff;
	font-weight:bold;
	font-size:14px;
	padding: 5px; 
	border-top: 1px #fff solid;
	background:#0066A0;
}
.row_content{ 
	color: #333; 
	padding: 5px; 
	border-top: 1px #fff solid;
	background:#EFEEED;
}
.row_file{ 
	color: #333; 
	padding: 0px 2px 2px 2px; 
	border-top: 1px #fff dotted;
	border-left: 1px #EFEEED solid;
	border-right: 1px #EFEEED solid;
	background:#FDFDFD;
}

.table_left { 
	padding-top: 2px; 
	padding-right: 2px; 
	padding-bottom: 2px; 
	padding-left: 2px; 
	border: 1px #999 solid;
}
.table_right { 
	padding-top: 2px; 
	padding-right: 2px; 
	padding-bottom: 2px; 
	padding-left: 2px; 
	border-top: 1px #999 solid;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
}

/* FORM OBJECTS */
.text_form { 
	font-family: Tahoma;
	font-size: 12px; 
	color: #333333; 
	padding: 5px; 
	border: 1px #999 solid;
}
.text_form_cancel { 
	font-family: Tahoma;
	font-size: 14px; 
	color: #333333; 
	padding: 5px 10px 5px 10px; 
	border: 1px #999 solid;
}
.text_form_green { 
	font-family: Tahoma;
	font-size: 14px; 
	background: #188218; 
	color: #fff; 
	padding: 5px 10px 5px 10px; 
	border: 1px #004000 solid;
}
.text_form_red { 
	font-family: Tahoma;
	font-size: 14px;
	background: #EC0000; 
	color: #fff; 
	padding: 5px 10px 5px 10px; 
	border: 1px #C00000 solid;
}
.text_form_disabled { 
	color: #CC0000; 
	
}
.form_button { 
	font-family: Tahoma;
	font-size: 12px; 
	font-style: normal; 
	color: #fff; 
	text-decoration: none;
	padding-top: 5px; 
	padding-right: 5px; 
	padding-bottom: 3px; 
	padding-left: 5px; 
	background-image:url(images/bg2.png);
	border: 1px #0066A0 solid;
}

/* ROUNDED CORNER CSS */
/* CC0000 colour */
div#box{margin: 3em 20%;background: #CC0000}
b.btop, b.btop b, b.bbot, b.bbot b{
    display: block;height: 10px;font-size: 1px;
    background-image:url(images/rc_CC0000.png);
    background-repeat: no-repeat}
b.btop b{background-position: 100% -10px}
b.bbot{background-position: 0 -20px}
b.bbot b{background-position: 100% -30px}

/* E2E2E2 colour */
div#boxE2E2E2{margin: 3em 0%;background: #E2E2E2}
b.btopE2E2E2, b.btopE2E2E2 b, b.bbotE2E2E2, b.bbotE2E2E2 b{
    display: block;height: 10px;font-size: 1px;
    background-image:url(images/rc_E2E2E2.png);
    background-repeat: no-repeat}
b.btopE2E2E2 b{background-position: 100% -10px}
b.bbotE2E2E2{background-position: 0 -20px}
b.bbotE2E2E2 b{background-position: 100% -30px}

/* NEW MENU */

#menu_side {
	list-style: none;
	width: 150px;
	height: 500px;
	padding-top: 5px;
	background: #fff;
	float:left;
}
#menu_side ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;
}
#menu_side ul li {
	list-style: none;
}
#menu_side ul li a {
	list-style: none;
	text-decoration:none;
	display:block;
	padding: 5px;
	color:#0066A0;
	border: #fff 1px solid;
}
#menu_side ul li a:hover {
	background:url(images/bg_menu.png) repeat-x;
	color: #0066A0;
}

#menu_side ul ul li {
	list-style: none;
}
#menu_side ul ul li a {
	list-style: none;
	text-decoration:none;
	display:block;
	padding-left: 15px;
	color:#333;
	border: #fff 1px solid;
}
#menu_side ul li a:hover {
	background:url(images/bg_menu.png) repeat-x;
	border: #eee 1px solid;
	border-left: #0066A0 1px solid;
	color: #0066A0;
}

#menu_side #active {
	background:url(images/bg_menu.png) repeat-x;
	color: #0066A0;
	border: #eee 1px solid;
	border-left: #0066A0 1px solid;
	display:block;
} 
/* ROUNDED BOX */
.myBox50 {
    margin-top: 5px;
	margin-right: 8px;
	float:left;
    color: #333;
    width: 45%;
    padding: 5px;
    text-align: left;
	background-image:url(images/corner_grey.png);
	background-repeat: repeat-x;
    border: 1px solid #D6D6D6;
 
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.myBox100 {
    margin-top: 5px;
	margin-right: 8px;
	float:left;
    color: #333;
    width: 90%;
    padding: 5px;
    text-align: left;
	background-image:url(images/corner_grey.png);
	background-repeat: repeat-x;
    border: 1px solid #D6D6D6;
 
    /* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.popup {
	background:#fff;
	text-align:center;
	padding:10px;
	color:#0066A0;
	text-decoration:none;
    border: 1px solid #D6D6D6;
}


