
body {
	margin: 0;
	padding: 0;
	background: #fff url(images/img03.gif) repeat-x;
	font-family: georgia, verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #111;
	
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 136%;
}

h2 {
	font-size: 107%;
}

h3 {
	font-size: 100%;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 170%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #1777B1;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: 1px solid #B2B2B2;
}

img.left {
	float: left;
	margin: 5px 5px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* header */

#header {
	width: 980px;
	height: 105px;
	margin: 0 auto;
	padding-top: 20px;
	
}

/* Logo */

#logo {
	float:left;
	width: 980px;
	height: 60px;
	
}

#logo h1 {
	margin: 0;
	padding-top: 20px;
	text-transform: lowercase;
	font-size: 28px;
	line-height: 60px;
}

#logo h2 {
	margin: -10px 0 0 0;
	text-transform: uppercase;
	text-align: right;
	font-size: 8px;
	line-height: 8px;
}

#logo a {
	text-decoration: none;
	color: #7F7772;
}

#logo a:hover {
	color: #000000;
}

/* Page */

#page {
	width: 980px;
	margin: 0 auto;
	background:#fff;		
	border-bottom:none;
	border-top:none;
	border-left:none;
	padding-left:10px;
	padding-top:25px;
	padding-right:10px;
}

/* Content */

#content {
	float: left;
	width: 640px;
}

#content h1.title {
	margin: 0px;
	padding:0px;	
	border-bottom: 2px solid #006da3;
	color: #7F7772;
	font:bold 13px;
	letter-spacing:.5px;
}

.welcomebox
{
	background:#f9f9f9;
	padding:2px;
	margin:0px;
}

#content .welcomebox img {
	float: left;
	margin: 5px 5px 0 0;
	border:1px solid #ccc;
	background:#f9f9f9;
	padding:2px;
}

#content .welcomebox h1
{
	margin:0px 0 -4px 0;padding:10px 0px 0px 0px;font:normal 18px Trebuchet MS;clear:both;
}

#content .welcomebox p
{
	padding:5px 0 5px 0;
	margin:0px;
}

.welcomebox li
{
padding-bottom:4px;}

#content h2.title {
	margin-bottom:8px;
	padding:0px 0px 3px 0px;
	margin-top:8px;
	border-bottom: 1px solid #ddd;
	color: #7F7772;	
	font-size:12px;

}

#content h2 span{
	color:#044a75;padding:0px 5px 0px 5px;font-size:11px;text-transform:uppercase;
}


.twocols {
	padding-top: 0px;
	
}

.twocols .col1 {
	float: left;
	width: 202px;
	padding:1px;
	margin:5px 10px 0 0;
	background:url(images/boxbox.jpg) repeat-x bottom left;
	height:135px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	
}

.twocols .col1 li{
	margin-bottom:3px;
	display:block;
	font-size:11px;
}

.twocols .col1 li:before, .twocols .col2 li:before {
	content: "\00BB \0020";
	color:#aa0000;	
	padding-right:1px;
	}

.twocols .col2 {
	float: right;
	width: 210px;
	padding:1px;
	margin:5px 0px 0 0;
	background:url(images/boxbox.jpg) repeat-x bottom left;
	height:135px;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	font-size:11px;
}

.list {
	margin: 0;
	padding: 0 5px;
	list-style:none;
	
	
}

.list li {
	padding: 0px 0px 7px 0px;

}

.list li a{
	text-decoration:none;

}

.list li.first {
	border: none;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 320px;
	margin-top:15px;
	
}

#sidebar ul {
	margin: 0 0 0 8px ;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
}

#sidebar h2 {
	padding: 5px 10px;
	background: #EFEFEF;
	border-bottom: 1px solid #CCCCCC;
	text-transform: uppercase;
	font-size: 100%;
}

#sidebar h2 span {
	color: #FF0084;
}

#sidebar h3 {
}

#sidebar p {
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Menu */

#menu {
	height: 110px;
	margin-bottom: 20px;
}

#menu ul {
}

#menu li {
	display: block;
	float: left;
	width: 110px;
	padding: 5px 10px;
	border-bottom: 1px solid #EFEFEF;
}

#menu a {
	padding-left: 5px;
	border-left: 10px solid #1777B1;
	text-transform: uppercase;
	font-size: 92%;
	font-weight: bold;
	color: #7F7772;
}

#menu li.active a {
	border-left: 10px solid #FF9523;
}

/* News */

#news {
	margin-bottom: 20px;
}

#news ul {
	line-height: normal;
}

#news li {
	padding: 10px;
}

#news h3 {
	margin: 0;
	font-size: 85%;
}

#news h3 span {
	padding: 0 5px;
	background: #1777B1;
	color: #FFFFFF
}

#news p {
	margin: 0;
	line-height: normal;
}

#news a {
}

/* Footer */

#footer {
	clear: both;
	height: 40px;
	padding-top:10px;
	background: #EFEFEF url(images/foot.gif) repeat-x top left;
	border-top: 1px solid #CCCCCC;
	margin-top:6px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 90%;
}

/*********** Global Columns ***********/
.col2-set, .col2-set-alt, .col2-set-alt2, .col3-set, .col4-set {
    margin-bottom: 1.5em;
}

/* Col2 */
.col2-set .col-1, .col2-set .col-2 {
	width:48%;
	}
.col2-set .col-1 {
	float:left;
	}
.col2-set .col-2 {
	float:right;
	}

/* Col2-alt */
.col2-set-alt .col-1 {
	float:left;
	width:64%;
	}
.col2-set-alt .col-2 {
	float:right;
	width:32%;
	}

/* Col2-alt 2 */
.col2-set-alt2 .col-1 {
	float:left;
	width:32%;
	}
.col2-set-alt2 .col-2 {
	float:right;
	width:65%;
	}

/* Col2-promo */
.col2-set-promo .col-1, .col2-set-promo .col-2 {
    width: 49%;
}

.col2-set-promo .col-1 {
    float: left;
}

.col2-set-promo .col-2 {
    float: right;
}

/* Col3 */
.col3-set .col-1, .col3-set .col-2, .col3-set .col-3 {
	float:left;
	width:32%;
	}
.col3-set .col-1, .col3-set .col-2 {
	margin-right:2%;
	}

/* Col4 */
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3, .col4-set .col-4 {
	float:left;
	width:21.5%;
	}
.col4-set .col-1, .col4-set .col-2, .col4-set .col-3 {
	margin-right:4%;
	}

/* Content Col */
.content-col {
    margin-bottom: 1em;
}
p.tag { color:#8ab54a; font:italic bold 1em/1.6em Georgia,'Times New Romans', sans-serif;  }
