@charset "utf-8";

@import url("../css/reset.css");

/* TOC

1: - Global Styles

2: - Header

3: - Home Banner

4: - Content

5: - Footer


*/


/* 1 :-------- Global Styles ------------ */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 62.5%;
	height: 100%;
	color: #464646;
	background-color: #fff;
}
table { font-size: 0.9em;}
p {
	font-size: 1.2em;
	line-height: 1.2em;
	padding-bottom: 10px;
}
a {
	font-size: inherit;
	text-decoration: underline;
	padding: 0;
	background: none;
	color: #464646;
}
a:hover {
	text-decoration: none;
	color: #464646;
}
h1,h2,h3,h4,h5,h6 {
	color: #0e58a2;
	font-weight: bold;
	letter-spacing: 0.04em;
	padding-bottom: 10px;
}
h1 {
	color: #fff;
	font-size: 1.5em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.5em;
	color: #636363;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
.cleaner {
	clear: both;
	font-size: 1px;
	height: 0;
    line-height: 0px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
.invisible {
	visibility: hidden;
	display: none;
}


/* 2 :-------- Header ------------ */
#header {
	margin: 0 auto;
	width: 900px;
	height: 67px;
	clear: both;
}
#header #header_logo {
	padding: 18px 0 0 12px;
	float: left;
}
#header #header_menu {
	padding: 5px 25px 0 0;
	float: right;
}
#header #header_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#header #header_menu ul li {
	color: #646464;
	font-size: 1.2em;
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px #646464 solid;
	letter-spacing: 0.04em;
	padding: 0 0.5em;
}
#header #header_menu .first {border: none;}
#header #header_menu a {
	font-size: inherit;
	text-decoration: none;
	color: inherit;
}
#header #header_menu a:hover {
	text-decoration: underline;
}


/* 3 :-------- Home Content ------------ */
#home_banner {
	margin: 0 auto;
	width: 900px;
	height: 220px;
	background: #f5f5f5;
}
#home_banner .left {
	width: 446px;
	float: left;
}
#home_banner .mid {
	width: 228px;
	margin-left: 446px;
}
#home_banner .right {
	width: 200px;
	padding: 12px 12px 0 12px;
	float: right;
}
#home_banner .right ul {
	padding-left: 15px;
}
#home_banner .right ul li {
	font-size: 1.1em;
	padding-bottom: 10px;
	list-style-image: url(../images/bullet_latestnews.gif);
}
#home_banner .right a {
	text-decoration: none;
}
#home_banner .right a:hover {
	text-decoration: underline;
}


#home_about {
	margin: 0 auto;
	width: 900px;
	margin-top: 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#home_about .left {
	width: 446px;
	float: left;
}
#home_about .right {
	width: 454px;
	margin: 0 0 0 446px;
}
#home_about h1 {
	background: #004180 url(../images/menu-bg.gif) repeat-x;;
	font-weight: normal;
	height: 27px;
	padding: 8px 0 0 10px;
	margin: 0;
}
#home_about .content {
	padding: 14px;
}
#home_about .right .content {
	padding: 14px;
	border-left: #646464 1px solid;
}
#home_about .content ul {
	padding-left: 15px;
}
#home_about .content li {
	font-size: 1.2em;
	list-style-image: url(../images/bullet_latestnews.gif);
}
#home_about li a {
	text-decoration: none;
}
#home_about li a:hover {
	text-decoration: underline;
}

/* 4 :-------- Content ------------ */
#main_content {
	width: 900px;
	margin: 0 auto;
	margin-top: 10px;
}
#main_content .content {
	width: 680px;
	margin: 0 0 0 220px;
}
#main_content .content h1 
{
	width: 680px;
	font-size: 2.2em;	
	height: 75px;
	padding: 0 0 5px 15px;
	margin-bottom: 20px;
	background: url(../images/title-bg1.jpg);
	background-repeat: repeat-x;
	display: table-cell;
	vertical-align: bottom;
	/*white-space: nowrap;*/
}
#main_content .content ul,
#main_content .content ol
{
	font-size: 1.2em;
	margin: 0 0 15px 20px;
}

#main_content .left {
	width: 205px;
	float: left;
}
#main_content .left .top {
	background: #f5f5f5 url(../images/left-top.gif) no-repeat;
	height: 10px;
}
#main_content .left .mid {
	background: #f5f5f5 url(../images/left-bg.gif) repeat-y;
	padding: 0 10px;
}
#main_content .left .bot {
	background: #f5f5f5 url(../images/left-bot.gif) no-repeat;
	height: 10px;
}
#main_content .left .mid ul {
	padding-left: 20px;
	list-style: outside;
}
#main_content .left .mid li {
	font-size: 1.2em;
	color: #464646;
	padding: 7px 0;
	list-style-image: url(../images/bullet-left.gif);
	border-bottom: #e0e0e0 1px solid;
}
#main_content .left .mid a {
	text-decoration: none;
}
#main_content .left .mid a:hover {
	text-decoration: underline;
}
#main_content .left .mid .first {
	border-top: #e0e0e0 1px solid;
}



/* 5 :-------- Footer ------------ */
#footer {
	width: 900px;
	margin: 0 auto;
	background: #edeeee;
	margin-top: 10px;
	padding-top: 17px;
	color: #898989;
}
#footer .fineprint {
	font-size: 1.1em;
	color: #b7b7b7;
}
#footer a {
	color: #898989;
	text-decoration: underline;
}
#footer .fineprint a {
	color: #b7b7b7;
}
#footer a:hover {
	text-decoration: none;
}




/* PORTFOLIO */
.portfolioLink {
	text-decoration: none;
}

.portfolioLink a:hover {
	border: #00FF00 1px solid;
}

/* NEWS */
.NewsTitle {font-size: 18px; color: #0e58a2; font-weight: bold;}
.NewsDate {font-size: 10px; color: #0e58a2;}
.archive-row {
	display: table-row;
}
.archive-row .archive-date {
	width: 200px;
	display: table-cell;
	padding: 5px;
}
.archive-row .archive-title {
	display: table-cell;
	padding: 5px;
}
