/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #7795EF;
	background-image: url(../images/diaglines.png);
	background-repeat: repeat; 
	background-position: center top;
	margin: 0px;
	padding: 0;
}
#bgwrapper {  /*--- This id selector controls the blog background layer ---*/
	width: 100%;
	margin: 0px;
	padding-top:15px;   
	background: url(../images/bg-fade.png) repeat-x top left;
	height:100%;
  }
  #wrapper {
	width: 920px;
	margin: 0 auto;
}
#masthead {
	padding: 0px;
	margin: 0;

}
#header {
background: url(../images/header-Flare.png) no-repeat center top;
background-color: #7795EF;
	height:120px;
	width:920px;
    border-bottom: solid 2px #000000;
    position:relative;
}


#header a {
	color:#FFFFFF;
	text-decoration: none;
}

#header h3 {
	font-size:34px;
	width:560px;
	left:20px;
	font-weight:400;
	line-height:38px;
	font-family: Georgia;
	margin:0px;
	padding: 30px 0 10px 20px;
}
p.tagline {
	font-size:14px;
	font-weight:700;
	width:560px;
	left:20px;
	color: #FFF;
	margin:0;
    float:left;
	padding: 0 0 0 20px;
}

#nav {
	background: url(../images/navssbg.png) left top repeat-x;
	background-color: #7795EF;
	padding-left:10px;
	border-bottom: solid 2px #000000;
	width:912px;
	margin: 0px;
	padding-left: 8px;
	height:33px;
	font-size: 12px;
}


#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
    
margin-right: 1px;
}

* html #nav li a { /* Filter for IE6 to prevent li stacking */
	float: left;
	text-decoration: none;
}

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
	float: left;
	margin-left: 4px;
	text-decoration: none;
}

#nav li a {
	display: block;
	height: 33px;
background: url(../images/navssleft.png) left top no-repeat;
    padding-top:0px;
background-color: #7795EF;
	font-family: Arial, Helvetica;
	text-decoration: none;
}  
  
#nav li a span {
	display: block;
	margin-left: 10px;
	padding-left: 4px;
	padding-right: 13px;
	line-height: 32px;
    padding-bottom:1px;
	font-weight: normal;
	color: #FFFFFF;
background: url(../images/navssright.png) right top no-repeat;
  line-height: 26px;
  padding-top:6px;
background-color: #7795EF;
	text-decoration: none;
}

#nav li a:hover {
	background-position: left -33px;
	text-decoration: none;
	background-color: #7795EF;
	cursor: pointer; /* For IE6 */
}

#nav li a:hover span {
	background-position: right -33px;
	color: #FFFFFF;
	background-color: #7795EF;
line-height: 32px;
	padding-top:0px;
}

#nav li.current_page_item a, #nav li.current_page a {
	background-position: left -33px;
	background-color: #7795EF;
}

#nav li.current_page_item a span, #nav li.current_page a span {
	background-position: right -33px;
	color: #FFFFFF;
	background-color: #7795EF;
}

#wrapper {
	width: 920px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/clm01_middle.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 720px;
	float: left;
}
#right {
	width: 200px;
	float: left;
}
#left .content {
	padding: 24px 36px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 24px 20px;
	font-size: .75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px 20px;
}

.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #4D609A;
	text-decoration: underline;
}
#left a:visited {
	color: #333333;
	text-decoration: none;
}
#left a:hover {
	color: #000000;
	text-decoration: underline;
}
#right a:link {
	color: #5970B3;
}
#right a:visited {
	color: #5970B3;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #5970B3;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer {
	float:left;
	width: 920px;
    background-color: #7FA1FF;
	color: #FFF;
	font:12px Arial, Arial, sans-serif;
	padding:0px;
	margin: 0px;
    
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer a:focus {
	color: #FFF;
	text-decoration:underline;
}

#footerdark {
	background: url(../images/footerdark.png) no-repeat top left;
    padding:7px 0 25px 0;
    width: 920px;
}

#footer .topshadow {
	background: url(../images/feature-shadow.png) no-repeat top left;
    padding-bottom:20px;
}

#footer p {
	padding:10px 0 0 15px;
    margin:0px;
}
#footer h2 {
    padding:0px;
        margin:0px 0px 10px 0px;
	color: #FFF;
	font-family: Arial, Arial, Helvetica;
	font-size: 18px;
}	


#footer ul {
	list-style-type:none;
    padding:0px;   
}
#footer ul.children {
	margin:3px 0 0px 0;
	padding: 0px 0px 3px 0px;
	border:none;
}

#footer ul.children li{
    padding-bottom: 0px;
}

#footer ul li{
	list-style-type:none;
background:url(../images/liarrow.png) no-repeat left top; padding-left:10px;
padding-bottom:3px;
}

#footer ul li a {
	text-decoration:none;
}


.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	color:#5970B3;
	font-size: 1.8em;
	margin: 0;
}
h2 {
	color:#6783CF;
	font-size: 1.2em;
	margin: 30px 0 0 0;
	font-variant: small-caps;
}
h3 { color:#7797EF;
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
