body {
    margin: 0px;
    padding: 0px;
    background-color: #083152;
    background-image: url(body-bg.jpg);
    background-repeat: repeat-y;
    background-position: top center;
    text-align: center;
    font-size: 100%;
    width:100%;
    height:100%;
min-width:960px;
}

body,td,th {
    font-family: Georgia, Verdana, Arial, Sans-serif;
    color: #000;
}

img {
    border: 0;
}

h1 {
	color: #194E7F;
	letter-spacing: -1px;
	font-weight: lighter;
	font-size: 2.1em;
}

h2 {
	font-size: 1.5em;
	font-weight: lighter;
}

h3 {
	font-size: 1.1em;
}

#main {
    background-image: url('main-bg.png');
    background-repeat: repeat-x;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
	width: 100%;
}

#top {
    background-image: url('top-bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
}

#bottom {
    background-color: #083152;
    background-image: url('footer-bg.jpg');
    background-repeat: repeat-y;
    background-position: top center;
    border-top: 1px solid #396C94;
    width: 100%;
}

#container,
#footer {
    margin: 0 auto;
    width: 960px;
    text-align: left;
}

#header {
    height: 120px;
}

#header #logo {
	float: left;
	margin-top: 8px;
}

#header #logo img {
	padding-left: 0px;
	}

#header #logo p, #header #logo a {
	margin:0;
	padding:0;
	color:#fff;
	font-size:0.65em;
	text-decoration:none;
}

#header #icons {
	width: 660px;
    height: 20px;
    margin: 10px 0px 0px 0px;
    padding: 0;
	float: right;
    color: #ddd;
}

#header #icons ul {
    margin: 0;
    padding: 0;
}

#header #icons li {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

#header #menu {
    margin: 0;
    padding: 0;
    float: right;
    clear: right;
    width: 680px;
}

#header #menu ul {
    margin: 0;
    padding: 0;
}

#header #menu li {
    margin: 0;
    padding: 0;
	list-style: none;
	margin: 0px;
    padding: 0px 15px 0px 15px;
	display: block;
	height: 84px;
    border-bottom: 5px solid #2F688F;
	float: left;
}

#header #menu li.active {
    background-image: url(menu-bg.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

#header #menu li a:link,
#header #menu li a:active,
#header #menu li a:visited,
#header #menu li a:hover {
    margin-top: 25px;
    display: block;
    color: #fff;
    font-size: 1.2em;
	text-decoration: none;
}

#header #menu li a:hover {
    text-decoration: underline;
}

#header #icons a:link,
#header #icons a:active,
#header #icons a:visited,
#header #icons a:hover {
    margin-left: 10px;
}

#container {
    clear: both;
}

#content {
    padding: 30px 0px;
    font-size: 0.9em;
}

#content a:link,
#content a:active,
#content a:visited,
#content a:hover {
	color: #194E7F;
}
#content a:hover {
    color: #3399CC;
}

#submenu {
    text-align: right;
    font-weight: bold;
    font-size: 1.1em;
    vertical-align: bottom;
    line-height: 2em;
}

#footer {
    padding: 20px 0px;
}

#footer .menu {
	float: left;
    width: 100%;
}

#footer .menu td {
    padding-right: 50px;
}

#footer .menu ul,
#footer .menu li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .menu li {
    line-height: 1.8em;
}

#footer .menu a:link,
#footer .menu a:active,
#footer .menu a:visited,
#footer .menu a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
#footer .menu a:hover {
    text-decoration: underline;
}

#footer .menu table td {
    vertical-align: top;
    font-size: 0.8em;
}

#footer .login {
	float: right;
	display: none;
}

#footer .login form {
    margin: 0;
    padding: 0;
    display: inline;
}

#footer .login input {
    border: 0;
    background-color: transparent;
    font-family: georgia, verdana, arial, sans-serif;
    margin-top: 10px;
    color: #fff;
    text-transform: lowercase;
}

#footer .panel {
    clear: both;
    padding: 10px 0px;
    font-size: 0.8em;
}

#footer #copyright, #footer #copyright a {
    text-align: left;
	color:#eee;
	Xfont-size:0.9em !important;
	text-decoration:none;
}

#footer .links {
    float: right;
    width: 400px;
    margin: 0;
    padding: 0;
    text-align: right;
}

#footer .links ul,
#footer .links li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}

#footer .links a:link,
#footer .links a:active,
#footer .links a:visited,
#footer .links a:hover {
    color: #000 !important;
    text-decoration: none;
    font-size: 0.9em;
}
#footer .links a:hover {
    text-decoration: underline;
}

#footer strong,
#footer strong a:link,
#footer strong a:active,
#footer strong a:visited,
#footer strong a:hover {
    color: #66ABCE !important;
    text-decoration: none;
    font-size: 1em;
    display: block;
    height: 20px;
}

* html #header #menu li.active {
    background-image: url(menu-bg.gif);
}

.portfolio h3 {
	margin:0px;
	font-size:1.2em;
}

.portfolio a {
	font-size: 0.9em;
	margin-top:0px;
}

