// Last updated by 7Trillion Corporation - www.7Trillion.com - on 04-15-2015

html, body {
	margin : 0;
	padding : 0;
}

body {
	margin: 21px 0;
	color : #333;
	background: url(../images/test-2.gif) repeat-x;
	font : 100% "lucida sans", "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
}

/* Wrapper */

#container {
	width : ;
	margin : 0 auto;
	line-height: 2em;
	background: #fff;
}

/*Top Banner*/

#top {
	margin : 0;
	padding : 0px;
	height: 137px;
	background: url(../images/header-ct.jpg) no-repeat;
}

#top h1 {
	padding : 0;
	margin : 0;
	font-size : 170%;
	letter-spacing: 5px;
}

/* Main Content*/

#content {
	margin-left : 20px;
	margin-bottom: 10px;
	padding : 1em 3em 1em 2em;
	background: #fff;
}

img.floatLeft {
	float: left;
	margin-bottom: 10px;

}

img.floatRight { 
    float: right;
    float: clear; 
}

/* Quote Box */

#frame {
	font-family: Verdana, sans-serif;
	font-size : .9em;
	font-style : italic;
	border-style: dotted;
	border-width: thin;
	border-color: #003366;
	padding: 5px;
	float: right;
	margin: 25px 40px 25px 40px;
	width: 200px;
}

#frame2 {
	font-family: Verdana, sans-serif;
	font-size : .9em;
	font-style : italic;
	border-style: dotted;
	border-width: thin;
	border-color: #003366;
	padding: 10px;
	float: left;
	margin: 10px 15px 10px 15px;
	width: 170px;
}

/* Footer */

#footer {
	margin : 0;
	height: 150px;
	padding : .5em 3em 0 3em;
	font-size : 0.9em;
	border-bottom : 0px solid #808080;
	border-top :1px solid #808080;
	color : #fafafa;
	background : #5E516F;
}

#footer a {
	background: inherit;
	font-weight: normal;
	color: #C7AFBD;
}

#footer a:hover {
	background: inherit;
	color: #333;
}

p.left	{
	background: inherit;
	text-align: left;
	float: left;
}

p.right	{
	background: inherit;
	text-align: right;
	float: right;
}

p.center	{
	background: inherit;
	text-align: center;

}

/* Top Menu  */

#navcontainer ul {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
	background: #78757f;
	border-bottom: #003366 2px solid;
	color: #fff;
	width: 100%;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 18px;
}

#navcontainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}

#navcontainer ul li a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #fff;
}

#navcontainer ul li a:hover {
	background: #c0c2a4;
	color: #000;
}

#navcontainer #active {
	background: #c0c2a4;
	color: #000;
}

/* Links */

a:link, a:visited {
	color: #00284D;
	font-weight: normal;
	background : transparent;
	text-decoration : underline;
}

a:hover {
	color: #78757F;
	font-weight: normal;
	text-decoration : none;
}

a:active {
	color : #000;
	text-decoration : none;
}


/* Typography */

h1 {
	margin : 0 0 .5em 0;
	font-size : 120%;
	color : #003366;
	background : transparent;
}

h2 {
	margin : 0 0 .5em 0;
	font-size : 110%;
	color : #AF2020;
	background : transparent;
}

h3 {
	margin : 0 0 -0.95em 0;
	font-size : 100%;
	color : #000;
	background : transparent;
}

h4 {
	margin : 0 0 -0.95em 0;
	font-size : 100%;
	color : #000;
	background : transparent;
}

