/*** Global Settings ****/
/*Original Template Color: #7a2e40 Original text color: #fa7393*/
body {font : normal 12px/1.6em Arial, Helvetica, sans-serif;color : #2a3845;margin : 0;padding : 0;background:#FFFFFF;}
p { margin : 0;padding : 0;}
i { font-size: 11px; line-height: 1.5em; }
b { font : bold 13px Arial, Helvetica, sans-serif;color: #7f5c87;  }
.firstline { font : bold 13px Arial, Helvetica, sans-serif; }
a:visited, a:link {color : #a43b55;text-decoration : underline;background:none;}
a:hover {color : #a43b55;text-decoration : none;background:none;}
h1 { color : #663366;margin: 0px 0px 10px 0px;padding-bottom : 10px;font : normal 17px Georgia, serif;border-bottom : 1px solid #efece7;}
h2 {color : #663366;margin : 20px 0 10px;padding-bottom : 10px;font : normal 17px Georgia, serif;border-bottom : 1px solid #efece7;}
h3 {color : #663366;margin : 10px 0;padding-bottom : 10px;font : bold 14px Arial, Helvetica, sans-serif;border-bottom : 1px solid #efece7;}
ul {padding:0;margin:0 0 0 17px;list-style: square;} /* url(images/bullet.gif) */
.box {background : #f7f7f7;border : 1px solid #f0e9eb;padding : 15px;}

/*** Layout ****/
#wrapper {margin : 0 auto;width : 776px;border-left : 1px solid #f0e9eb;border-right : 1px solid #f0e9eb;}
#header {margin : 0 1px; position: relative;}
#bg {height : 36px;background : url(images/bg.gif) repeat-x;}
/*#nav {background : #7a2e40;padding : 10px 20px;text-align : right;color : #f6dde3;}*/
#nav a:visited, #nav a:link {text-decoration : none;color : #f6dde3;}
#nav a:hover {text-decoration : underline;color : #f6dde3;}
#main-content {margin : 0 auto;}
#logo {margin-bottom : 45px;}
.logotxt1 {font : normal 18px Georgia, serif;color : #996699;margin : 10px 0 0 15px;}
.logotxt2 {font : normal 18px Georgia, serif;color : #663366; }
#left-column {width : 440px;padding : 0 30px 30px;float : left;}
#right-column {width : 270px;float : right;}
.crd a:visited, .crd a:link, .crd a:hover{text-decoration : none;color : #2a3845;cursor: text;}
#footer {background : #f7f7f7;border-top : 1px solid #f0e9eb;padding : 10px 15px;clear : both;}

/*** SideBAR ***/
#main-image {text-align : center;}
.sidebar {width : 218px;margin : 0 auto;padding : 10px 25px;background : url(images/shadow.jpg) no-repeat top;}

/*** Nav ***/
#nav 
{
 width : 776px;
 height: 35px;
 padding: 0;
 margin: 0;
 background : #663366;
 color : #f6dde3;
}
#nav ul {
 position: absolute;
 top: 10px;
 left: 30px;
 list-style: none;
 text-align: right;
}
 #nav a {
  display: block;
  /*width: 10em; although part of the original suckerfish code, it pushes the images too far apart*/
 }
 #nav li {
  float: left;
  /*width: 10em; although part of the original suckerfish code, it pushes the images too far apart*/
  border-right: solid 1px #f6dde3;
  padding: 0 13px;
 }
 #nav li.last {
  float: left;
  border: none;
  padding: 0 13px;
 }
 #nav li ul {
  position: absolute;
  border: solid 1px #999999;
  background: #C1C2C2;
  width: 13em; /* this wrapper is larger than the li wrapper below it to allow for the left side padding */
  left: -999em;
  margin-left : 0em;
  margin-top : 0.75em;
 }
 #nav li ul a:link, #nav li ul a:visited {  color: #663366; }
 #nav li ul a:hover {text-decoration : underline;color : #663366;}
 #nav li ul li {
  width: 12em; /* this plus the set width of the "li ul" keeps the sub items from displaying side-by-side. It forces them to drop below one another*/
  border-right: none;
  padding: 0 0 0 5px;
  text-align: left;
 }
 #nav li:hover ul, #nav li.sfhover ul {
  left: auto;
  color: #666666;
 }

/*** FORM ***/
div.container {
	background: #efece7;
	overflow: hidden;
	width: 100%;
	padding: 5px;
}
div.left {
	width: 50%;
	float: left;
	text-align: right;
}
div.right {
	width: 45%;
	float: right;
}
div.clear {
    clear: both;
}

