/* 

  ------------------------------------------------

  PVII CSS Layout Magic

  Copyright (c) 2007 Project Seven Development

  www.projectseven.com

  09: 3Col_Flexible_Width

  ------------------------------------------------

*/



body {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 100%;

	color: #000000;

	background-color: #ffffff;

	margin: 12px;

	padding: 0;

	min-width: 760px;
	

	text-align: center;

	

}

html {

min-height:100%;

margin-bottom:1px;

}



#global {

     margin-left: auto;

     margin-right: auto;

     width: 900px;

     text-align: left; /* to realign your text */

     }

#masthead {

	color: #999999;

	background-color: #000000;

	margin: 0;

	padding-top: 0;

	padding-right: 0;

	padding-bottom: 0;

	padding-left: 0px;

	text-align: center;

	

}

#masthead .content {

	padding: 12px;

}



#wrapper {

	

	background-position: right top;	

	border-top: 1px solid #000000;

	border-bottom: 1px solid #000000;

}

#left_wrapper {

	float: left;

	margin-left: -200px;

	width: 100%;

}

#left {

	float: left;

	width: 250px;

	margin-left: 100px;

	

}

#center {

	float: left;

	margin-left: 20px;

	width: 250px;

}

#right {

	float: left;

	margin-left: 20px;

		width: 250px;

}

#left .content {

	padding: 20px 20px;

	font-size: .75em;

	line-height: 1.35em;

}

#center .content {

	padding: 20px;

	font-size: .75em;

	line-height: 1.35em;

}

#right .content {

	padding: 20px 20px;

	font-size: .75em;

	line-height: 1.35em;

}

h1, h2, h3 {margin-top: 0;}

.clearfloat {

	clear: both;

	height: 0;

	line-height: 0;

	font-size: 0;

}

#title {

	color: #ffffff;

	background-color: #1663a9;

}

#title .content {

	padding: 5px 0 5px 100px;

	font-size: 1.0em;

}

#footer {

	color: #CCCCCC;

	background-color: #000000;

}

#footer .content {

	padding: 10px 0 10px 100px;

	font-size: .7em;

}

.menulist {

	margin: 6px 0 12px 0;

	padding: 0;

	list-style-type: none;

}



#menu a:link {

	color: #1663a9;

	text-decoration: none;

}

#menu a:visited {

	color: #1663a9;

	text-decoration: none;

	

}

#menu a:hover {

	color: #1663a9;

	text-decoration: underline;

	

}

#title a:link {

	color: #ffffff;

	font-weight: bold;

	text-decoration: none;

}

#title a:visited {

	color: #ffffff;

	font-weight: bold;

	text-decoration: none;

}

#title a:hover {

	color: #ffffff;

	text-decoration: underline;

	font-weight: bold;

}



#left a:link {

	color: #1663a9;

	text-decoration: none;

}

#left a:visited {

	color: #1663a9;

	text-decoration: none;

}

#left a:hover {

	color: #1663a9;

	text-decoration: underline;

}

#center a:link {

	color: #1663a9;

	text-decoration: none;

}

#center a:visited {

	color: #1663a9;

	text-decoration: none;

}

#center a:hover {

	color: #1663a9;

	text-decoration: underline;

}

#right a:link {

	color: #1663a9;

	text-decoration: none;

}

#right a:visited {

	color: #1663a9;

	text-decoration: none;

}

#right a:hover {

	color: #1663a9;

	text-decoration: underline;

}

#wrapper .menulist a, #wrapper .menulist a:visited {

	color: #000000;

	border-left: 6px solid #FFD940;

	padding: 0 0 0 6px;

}

#wrapper .menulist a:hover {

	border-color: #000000;

}

#footer a:link {color: #999999;}

#footer a:visited {color: #666666;}

#footer a:hover {color: #FFFFFF;}

.p7uberlink {

	font-weight: bold !important;

	letter-spacing: .15em;

	border-color: #000000 !important;

}

h1 {

	font-size: 1.8em;

	margin: 0;

}

h2 {

	font-size: 1.6em;

	margin:  0;

}

h3 {

	font-size: 1.25em;

	margin: 0 0;

}

h4 {

	font-size: 1.1em;

	margin: 0 0;

}

.nomargintop {margin-top: 0;}

.content p {

	margin: 12px 0;

}



.bold_content {

	margin: 12px 0;

	font-weight: bold;

}



.text_menu {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: .75em;

	line-height: 1.65em;

	color: #1663a9;

	padding: 0 0 0 1px;

}

.text_underline {

	text-decoration: underline;

}


