body {
	font: 12px Tahoma, Arial, sans-serif;
	color: #333;
	padding: 15px;

}


.page-wrapper {
	width: 975px;
	overflow: hidden;
	padding: 1px 0 0 1px;

}

.main-frame {
	float: left;
	padding-left: 25px;
	display: block;
	text-align: justify;
}

.infobox {
	position: absolute;
	left: 70px;
	top: 50px;
	width: 500px;
	background: #efefef;
	border: 2px solid #000;
	padding: 10px;
}

.localbox {
	width:220px;
	padding: 5px; 
	position:absolute; 
	visibility:hidden; 
	top:0px; 
	left:0px; 
	background-color:#ffffff; 
	margin:-50px auto auto -50px; 
	border:2px solid black; 
	text-align:center;
	z-index:19;
}

/* ----- Typography ---------------------------------------	*/

p {margin-bottom: 10px;}
a {text-decoration: none;color: #016001;}
h1 {font-weight: normal; font-size: 16px;}
h2 {text-decoration: underline;margin: 10px 0;font-size: 18px;}
h2.form-title {margin-top: 0;}
h4 {text-decoration: underline;font-weight: normal;margin-bottom: 10px;}
h5 {font-size: 11px;font-weight: bold;margin-bottom: 10px;}
.numbers {font-size: 14px; font-weight: bold;}
.smallprint {font-size: 10px;}
.center {text-align: center;}

/* ----- Module Properties --------------------------------	*/

.module	{
	border: 5px solid #e9e9e9;
	background: #b8c5d8 url('../img/module-overlay.png') right repeat-y;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: 0 0 0 1px #ccc;
	margin-bottom: 15px;
	padding: 3px 0 3px 5px;
}

/* ----- Header Properties --------------------------------	*/

header {margin-top: 5px; margin-bottom: 20px;}
header ul {list-style: none; overflow: hidden;}
header ul li {float: left; margin-right: 15px;}
header ul li a {font-weight: bold; text-decoration: underline; font-size: 11px;}

/* ----- Sidebar Properties -------------------------------	*/

.sidebar {
	width: 170px;
	float: left;
	display: block;
}

.logo {
	border: 5px solid #98abc4;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
}

.logo img {
	border-radius: 5px;
}

.navigation {
	padding: 0;
}

.navigation ul {
	list-style: none;
}

.navigation ul li:first-child {
	border-top: 0;
	height: 10px;
}

.navigation ul li {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #acb5c5;
}

.navigation ul li:last-child {
	border-bottom: 0;
	height: 25px;
}

.navigation ul li:hover:first-child, .navigation ul li:hover:last-child {
	background: none;
}

.navigation ul li:hover {
	background: rgba(136, 150, 217, 0.5);
}

.navigation ul li a {
	padding: 3px 0 3px 5px;
	display: block;
	font-size: 9px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.navigation ul li.sub-nav:hover ul li ul {
	background: red;
}

.navigation ul li ul {
	margin-bottom: -2px;
	overflow: hidden;
}

.sidebar .navigation ul li.administrator {
	background: rgba(255, 0, 0, 0.2);
	border-bottom: 1px solid rgba(177,18,20,0.5);
}

.sidebar .navigation ul li ul li a:before {
	content: '- ';
}

.navigation ul li ul li:hover {
	background: rgba(136, 150, 217, 0.8);
}

.navigation ul li ul li:first-child, .navigation ul li ul li:last-child {
	height: 0;
}

.navigation ul li ul li:first-child a:before, .navigation ul li ul li:last-child a:before {
	content: '';
}

.siderbar-logos {
	text-align: center;
}

.siderbar-logos img {
	margin-bottom: 10px;
}

/* ----- Wrapper Properties -------------------------------	*/

.office_image{
    margin-left:22%;
 }

#list ul li a { 

text-decoration: none;
padding:1.7%;





 }
 

#list ul  li {
	display:inline
}

#list ul{
 list-style-type: none;

display: inline;
text-decoration: none;

margin-left:11%;


}


.wrapper {
	display: block;
	width: 700px;
	padding: 15px 50px 15px 15px;


/*---------------------------------------------------------------------------------------------*/
}

.wrapper ul {
	margin: 0 0 10px 17px;
}

/* ----- Content Module Properties ------------------------	*/

.wrapper .content-module-body:last-child {
	margin-bottom: 0;
}

.content-module-body {
	padding: 5px 5px 0;
	border: 1px solid #808080;
	margin: 0 auto 15px;
}

.content-module {
	background: #E8E8E8;
	border: 1px solid #2c2c2c;
	margin-bottom: 5px;
	padding: 5px;
}

.content-module-body .content-module:last-child {
	margin-bottom: 5px;
}

.hr {
	height: 0px;
	margin: 5px 0;
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid #eee;
}

#content-footer {
	text-align: center;
	font-style: italic;
	font-size: 12px;
	margin-top: 15px;
}

/* ----- Table Properties ---------------------------------	*/

.table {
	display: table;
	margin: 0 auto 15px;
	border: 1px solid #222;
	padding: 3px;
}

.table .row {
	display: table-row;
}

.table .row:first-child .col {
	background: #ccc;
	font-weight: bold;
}

.table .row .col:first-child {
	border-left: 1px solid #222;
	width: 140px;
}

.table .row .col:last-child {
	width: 100px;
}

.table .row:last-child .col {
	border-bottom: 1px solid #222;
}

.table .col {
	display: table-cell;
	border: 1px solid #222;
	border-left: 0;
	border-bottom: 0;
	margin-right: 5px;
	padding: 3px;
	vertical-align: middle;
}

.form {
	display: table;
	border: 1px solid #222;
	padding: 3px;
}

.form .row {
	display: table-row;
	background: #EDEDED;
}

.form .col {
	display: table-cell;
	border-top: 1px solid #222;
	border-left: 1px solid #222;
	margin-right: 5px;
	padding: 3px;
}

.form .row .col:last-child {
	border-right: 1px solid #222;
}

.form .row:last-child .col {
	text-align: center;
	border-bottom: 1px solid #222;
}

#docs .row .col {
	background: #eee;
	padding: 3px 5px 0;
}

#docs .row:first-child .col:first-child {
	padding-bottom: 3px;
}

#docs .row:first-child .col {
	background: #ccc;
}

#docs .row .col:last-child {
	text-align: center;
}

/* ----- Button Properties --------------------------------	*/

.nicEdit-main {
	background: #fff;
	margin: 0;
	padding: 5px;
	height: 150px;
}

/* ----- Button Properties --------------------------------	*/

a.delete {
	border: 1px solid #9f0000;
	display: block;
	border-radius: 3px;
	float: left;
	padding: 3px 5px;
	color: #fff;
	box-shadow: inset 0 1px 0 #ed5c61;
	background-color: #db0000;
	background-image: -webkit-gradient(radial, 50% 100%,100,50% -50%,100, from(#ab0000), to(#db0000));
	background-image: -webkit-radial-gradient(50% 0%, #db0000, #ab0000);
	background-image: -moz-radial-gradient(50% 0%, #db0000, #ab0000);
	background-image: -o-radial-gradient(50% 0%, #db0000, #ab0000);
	background-image: -ms-radial-gradient(50% 0%, #db0000, #ab0000);
	background-image: radial-gradient(50% 0%, #db0000, #ab0000);
}

a.delete:hover {
	background-color: #e3565b;
	background-image: -webkit-gradient(radial, 50% 100%,100,50% -50%,100, from(#ab0000), to(#e3565b));
	background-image: -webkit-radial-gradient(50% 0%, #e3565b, #ab0000);
	background-image: -moz-radial-gradient(50% 0%, #e3565b, #ab0000);
	background-image: -o-radial-gradient(50% 0%, #e3565b, #ab0000);
	background-image: -ms-radial-gradient(50% 0%, #e3565b, #ab0000);
	background-image: radial-gradient(50% 0%, #e3565b, #ab0000);
}

a.edit, a.view {
	display: block;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px 5px;
	color: #333;
	float: left;
	margin-right: 5px;
	text-shadow: 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	background-color: #f3f3f3;
	background-image: -webkit-gradient(radial, 50% 100%,100,50% -50%,100, from(#dddddd), to(#f3f3f3));
	background-image: -webkit-radial-gradient(50% 0%, #f3f3f3, #dddddd);
	background-image: -moz-radial-gradient(50% 0%, #f3f3f3, #dddddd);
	background-image: -o-radial-gradient(50% 0%, #f3f3f3, #dddddd);
	background-image: -ms-radial-gradient(50% 0%, #f3f3f3, #dddddd);
	background-image: radial-gradient(50% 0%, #f3f3f3, #dddddd);
}

a.edit:hover, a.view:hover {
	background-color: #f9f9f9;
	background-image: -webkit-gradient(radial, 50% 100%,100,50% -50%,100, from(#dddddd), to(#fff));
	background-image: -webkit-radial-gradient(50% 0%, #fff, #dddddd);
	background-image: -moz-radial-gradient(50% 0%, #fff, #dddddd);
	background-image: -o-radial-gradient(50% 0%, #fff, #dddddd);
	background-image: -ms-radial-gradient(50% 0%, #fff, #dddddd);
	background-image: radial-gradient(50% 0%, #fff, #dddddd);
}

/* ----- Footer Properties -------------------------------------------------------------------------------------	*/

.footer-navigation {
	width: 700px;
	margin: 0 auto 10px;
	text-align: center;
        
}

.footer-navigation ul {
	list-style: none;
	margin: 0 auto;
	display: block;
}

.footer-navigation ul li {
	display: inline;
	margin: 0 1px;
}

.footer-navigation ul li:after {
	content: ' |';
}

.footer-navigation ul li:last-child:after {
	content: '';
}

.footer-navigation ul li a {
	font-size: 10px;
}

/* ----- Gallery Properties -------------------------------	*/

.gallery {
	margin: 10px auto;
	overflow: hidden;
}

/* ----- Contact Properties -------------------------------	*/

.contact-module-header {
	background-color: #1f769f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1f769f), to(#006fa1));
	background-image: -webkit-linear-gradient(top, #1f769f, #006fa1);
	background-image: -moz-linear-gradient(top, #1f769f, #006fa1);
	background-image: -o-linear-gradient(top, #1f769f, #006fa1);
	background-image: -ms-linear-gradient(top, #1f769f, #006fa1);
	background-image: linear-gradient(top, #1f769f, #006fa1);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#1f769f', EndColorStr='#006fa1');
	color: yellow;
	text-align: center;
}
