/*Brandesigns Web Solutions*/

/* Not to confuse different browsers, we let them start from zero */ 
html, body {
	margin : 0;
	padding : 0;
	background-color: #97A8BC;
}

body {
	font-size:86%;
	font-family: trebuchet ms, tahoma, verdana, arial, sans-serif;
	color : #B7B898;
	text-align : center; /* keep page centered in IE */
	width : 100%;
	overflow: auto;
}

context {
   color : #AE8862;
   background : transparent;
   cursor : help;
}

#starting {
  margin : .5em 0 .5em 0;
  }
  
/*horizontal rule properties*/
hr {border: none 0; 
border-top: 1px dashed #AE8862;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

/* links */
a:link {
   color : #999966;
   text-decoration : none;
   font-weight : bold;   
}

a:visited {
   color : #FFFFFF;
   text-decoration : none;
}

a:hover {
   color : #AEA379;
   text-decoration : underline;
  }
  
/* Links within paragraphs (subtle) */
p a {
   color : #FFFFFF;
   text-decoration : none;
   font-weight : bold;   
}

/* Links within paragraphs */
p:hover a {
	color : #97A8BC;
	text-decoration : underline;
	text-transform: capitalize;
}

/* Headings */  
h3,h4,h5 {
   background : transparent;
   color : #AE8862;
   margin : 1em 0 1em 0;
   font-family : Helvetica, Arial, Verdana, sans-serif;
   padding : 0;
   text-transform : uppercase;
   line-height : 1.2em;
}

h1 {
   font-size : 1.5em;
   background : transparent;
   color : #1473DC;
   margin : 1em 0 1em 0;
   font-family : Helvetica, Arial, Verdana, sans-serif;
   padding : 0;
   text-transform : uppercase;
   line-height : 1.2em;
}

h2 {
   background : transparent;
   color : #AE8862;
   margin : 1em 0 1em 0;
   font-family : Helvetica, Arial, Verdana, sans-serif;
   padding : 0;
   font-size : 1em;
   line-height : 1.5em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 0.9em;
}

h5 {
	font-size: 0.8em;
}

#columnright h2 {
   padding : .1px .1px .1px 5px;
}
#contentleft p, h1, h2, h3, h4, h5{
	padding-left: 5px;
}
/* Text rendering */
p {
   margin : 0 0 1em 0;
   font-size : 1.0em;
}

strong {
   font-weight : bold;
   letter-spacing : 0.1em;
   text-transform : uppercase;
   display : block;
   margin : 0 0 0.8em 0;
}

#columnright p {
   font-size : 0.85em;
   background : transparent;
   padding : 20px 5px 5px 10px;
}
#contentleft h1, h2, h3, h4, h5{
	padding-left: 5px;
	color: #AE8862;
}

/* Layout */
img {
   border : none;
}

#logo {
	width : 800px;
	height : 82px;
	background:url(rotate.php);
	background-color: #A55018;
}
#uppernav {
	margin-left: 0px;
	margin-right: 0px;
	width: 800px;
}
#uppernav ul {
	margin: 0;
	padding: 0;
	white-space:nowrap;
	list-style:none;
}

#uppernav li {
	float:left;
	width:115px;
	text-align:center;
	margin-left:25px;
	font-weight: normal;
	font-size: 80%;
	background-color: #97A8Bc;	

}

#uppernav li a {
	border-right: 1px solid #00265d;
	border-left: 1px solid #00265d;
	display: block;
	line-height: 15px;
	height: 15px;
	color: #B7B898;
	text-transform: uppercase;
	}

#uppernav li a:hover {
   background : url(../p7pm/img/p7PM_frost1.jpg) no-repeat;
}

#wrapper {
	text-align : left;
	width : 800px;
	margin : auto;
	background-color: #A55018;
}

#contentwrapper {
	padding: 2px 0px 0px 0px;
}

#contentleft {
	width: 200px;
	float: left;
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
	height: 518px;
}

#columnright {
	width : 600px;
	float : right;
	background-image: url(images/textBK.jpg);
	background-repeat: repeat-y;
	height: auto;
}

#contentform {
   width: 600px;
   float: left;
   padding: 10px 10px 16px 10px; 
 }
 
#footer, #footer p {
	width : 800px;
	font-size : 87%;
	line-height : 1.1em;
	text-align: center;
	clear: both;
}

#footer a {
	font-weight : normal;
   color : #AEA379;
}
#footer a:hover {
	color : #97A8BC;
	text-decoration : underline;
	text-transform: capitalize;
}


/* Forms */
input {
   color: #000000;
   background: transparent;
   border: 1px solid #660000;
   margin: 0.5em 0 0.5em 0;
   font-size: 1em;
}

input:focus, textarea:focus, select:focus {
	background: #FFFFE5;
	color: #333333;
}

textarea {
	color: #666666;
   width : 350px;
   height : 289px;
	border: 1px solid #996600;
	margin: 0.5em 0 0.5em 0;
}

fieldset {
   border : 1px solid #DDDDDD;
   padding : 10px;
}

/* List Styles */
#contentleft ul, #columnright ul {
   padding : 5px;
   margin-left : 0.2em;
   list-style-type : none;
}

#contentleft li, #columnright li {
   text-align : left;
   padding : 8px;
   font-size : 0.8em; 
}


/* Classes */
.clear {
   clear : both;
   height : 0;
   margin : 0;
   font-size : 1px;
   line-height : 0px;
}

.skiplink {
   position : absolute;
   left : -1000px;
   width : 990px;
   font-size : 1px;
   line-height : 1px;
}

.hide {
	text-indent: -9999px;
}
.availpic{
   float : right;
   width : 160px;
   height : 65px;
   padding : 2px;
}

.box {
   border : 1px dashed #000000;
   padding : 0.5em;
   font-size : 0.9em;
   width : 50%;
   margin-left : auto;
   margin-right : auto;
   text-align : center;
}

.pointer {
   cursor : help;
   border-bottom : 2px dotted #000000;
}
.footer {
   background-color : #A55018;
}


.padder {
   padding : 0 0 0 5px;
}














			
