/*Reset all */
html, body, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td { margin:0px; padding:0px; border:0px; outline:none; font:14px Arial, Helvetica, sans-serif; }
ul, ol { list-style-type:disc; }
/* End Reset */

/* Sticky Footer */
html, body {
	height: 100%;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -136px; /* the bottom margin is the negative value of the footer's height */
}
#footer, #footer-inner, #pusher {
	height: 136px; /* #pusher must be the same height as #footer */
}
/* End Sticky Footer */

/* General Tags */
a,
a:link,
a:visited  {
	color:#7a8b9f;
	text-decoration:none;
}
 
a:hover {
	text-decoration:underline;
}

 
body {
	background:#f2f3f5 url(img/body.gif) repeat-y center;
}

h1,
h2{
	font-family: Georgia, "Times", "Times New Roman MS", serif;
	text-transform:uppercase;
}
 
h1 {
	font-size: 20px;
	color:#3987d4;
	padding-bottom:26px;
}
 
h2 {
	font-size:16px;
	color:#3987d4;
}

p {
	padding-bottom:15px;
}
 
 
/* General Classes */
.center{
	text-align:center;
}
.left {
	float: left;
}
 
.right {
	float: right;
}
 
.clear {
	clear: both;
}
.col1 {
	width:334px;
}
.col2 {
	width: 518px;
	padding:42px 74px;
}
/* Set Site Width and Center */
#content-box,
#footer-inner {
	width:1000px;
	margin:0 auto;
}

#footer {
	margin:0 auto;
}


/* Header */
#header {
	height:258px;
	background: #336696 url(img/header.jpg) top center;
}

/* Navigation */
#navigation {
	padding-bottom:116px;
	background:url(img/nav-grad.png) repeat-x bottom left;
}

#navigation li { 
	list-style-type:none;
	border-bottom:2px solid #b7c0ca;
	height:56px;
}

#navigation a,
#navigation a:link,
#navigation a:visited {
	font-family: Georgia, "Times", "Times New Roman MS", serif;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	display:block;
	height:56px;
	line-height:56px;
	padding-left:30px;
	color:#0c2c51;
	background:#f8f9fa url(img/nav-bg.png) top left repeat-x;
}
#navigation a.active {
	background:#fff url(img/nav-active.png) no-repeat top left;

}

#navigation a:hover{
	background:#fff url(img/nav-hover.png) no-repeat top left;
}

#navigation a:active {
	color:#3987d4;
}

/* Content */
#content { 
	color:#0c2c51;
}

#content h2 {
	font-size:16px;
	color:#3987d4;
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
}

#content ul {
	padding:0px 20px 20px 20px;
}

#content li {
	padding-bottom:10px;
}

#content p {
	line-height:18px;
}

/* Footer */
/* NOTICE : Footers Height is specified on Line 17 */
#footer {
	background:#336696 url(img/footer-grad.png) repeat-x bottom left;
	color:#b7c0ca;
}

#footer-inner {
	position:relative;
	background:url(img/footer.png) no-repeat bottom left;
}

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

#footer a:hover {
	text-decoration:underline;
}

#footer h2 {
	color:#e7ebee;
}

#footer .left,
#footer .right {
	position:absolute;
	bottom:22px;
}

#footer .left {
	padding-left:30px;
	width: 304px;
}

#footer .right {
	right:0px;
	padding-right:30px;
}
