/*****************************
  DNN STYLESHEET
  VERSION: 1.0
  
  TEMPLATE: The Builder 
  WEBSITE: Sitename 
  AUTHOR: Designer
  CREATED: 00/00/00
  COMMENTS: Stylesheet for DNN Sitename.
  
*/

@import url(solpartmenu.css); /* Import Menu CSS */

/***** SELECTORS ***/
body{ }
#bodyDiv{padding:0 0 0 20px; margin:0px; height: 100%; width: 100%; font-family:Tahoma, Verdana, Helvetica, Sans-serif; font-size:11px; background-color: #5F5F5F;}
td{ font-size:11px;}
img{ border:0px;}

a{ text-decoration:none; color:#3E9FCE;}
a:hover{ text-decoration:underline;}

h2, h3, h4, h5, h6 {
 	font-family: "Verdana", Verdana, Arial, Helvetica, san-serif; 
	color: #333333;
	font-weight: bold;
}

.normal, p{
 	font-family: "Verdana", Verdana, Arial, Helvetica, san-serif; 
	font-size: 12px; 
	color: #333333; 
	font-weight: normal;
	padding: 0px; 
	margin: 0 0 10 0px;
}

h1 {
 	font-family: arial, verdana, helvetica; 
	font-size: 22px; 
	color: #BC5F0A; 
	font-weight: bold;
	padding: 0 0 0 0px; 
	margin: 8 0 15 0px;
}

h2, h2 .head {
	font-size: 16px; 
	padding: 0px; 
	margin: 0 0 10 0px;
	font-weight: bold;
}
#dnn_LeftPane h2, #dnn_LeftPane h2 .head {
	font-size: 14px; 
	padding: 0px; 
	margin: 0 0 10 0px;
	color: #FFFFFF;
	font-weight: bold;
}
 
h3 {
	font-size: 14px;
}
 
h4 {
	font-size: 13px;
}
  
h5 {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}
  
h6 {
	font-weight: normal;
	font-style: italic;
	font-size: 11.5px;
}
 
pre {
	font-family: Georgia, Time New Roman, Times;
	color: #0621AE;
	font-weight: normal;
	font-size: 14px;
	white-space: normal;
}
 
address {
 	font-family: Arial, Verdana, Helvetica;
	color: #5A6D85;
	font-weight: normal;
	font-size: 11px;
	font-style: none;
	font-style: italic;
	white-space: normal;	
}
a, a:link, a:active, a:visited{
	color: #E8740C;
	font-weight: normal;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
	color: #BC5F0A;
}

/***** SKIN ***/
#frame{ width:700px; padding:0px 1px; background-color:#FFFFFF; border:1px solid #333333;}
#head{ height:108px;}
#banner {border-top: 1px solid #FFFFFF;}
#stripeBanner { 
	height:29px; 
	width: 100%;
	background: #E57915 url(stripes_bg.gif) repeat-x top left; 
	border-top:1px solid #FFFFFF; 
}

#leftPanel{ width:150px; border:1px solid #FFFFFF; vertical-align:top; background: #999999;}
html>body #leftPanel{ width:150px;}

.leftPane { padding: 0 5 10 5px;}

.contentPane {padding: 0 10 10 10px;}

#contentPanel{ width:547px; color:#5A6D85; vertical-align:top;}
#contentPanel p{ padding:10px 10px 10px 0px;}

#footer{ width:700px; height: 35px; padding:2 10 7 10px; clear:both; background: url(footer_bg.gif) repeat-x top left; color:#666666; font-size:10px;}
html>body #footer{ width:680px; height:16px;}

#footerLeft {
	width:185px;
	height: 100%;
	float:left;
	padding : 17px 5px 0 0;
}
html>body #footerLeft { width:180px;}
#footerLeft a, #footerLeft a:link, #footerLeft a:active, #footerLeft a:visited { color: #555555; text-decoration: none;}
#footerLeft a:hover { text-decoration: underline; color: #333333;}


#footerRight { height: 100%; padding: 17 0 0 0px; float:right; text-align:left;}
#footerRight a, #footerRight a:link, #footerRight a:active, #footerRight a:visited { color: #CC0000; text-decoration: none;}
#footerRight a:hover { text-decoration: underline;}

/***** EDIT VIEW ***/
.subHead { 
	color: #333333;
}
#dnn_LeftPane .subHead {color: #FFFFFF;}
.controlPanel {
	background: #BBBBBB;
	width: 100%;
	height: auto;
	border: 1px solid #333333;
}
.controlPanel .SubHead, .controlPanel a, .controlPanel a:link, .controlPanel a:active, .controlPanel a:visited, .controlPanel a:hover {
	color: #666666;
}

/***** CONTAINER ELEMENTS ***/
#contact_feature{
	width:130px;
	margin-top:20px;
	margin-left:5px;
	padding:10px;
	border: 4px #C9E4F1;
	text-align:center;
}
html>body #contact_feature{ width:112px;}

/** Highlights **/
#Highlight_SubHead, #Highlight_SubHead a, #Highlight_SubHead a:link, #Highlight_SubHead a:active, #Highlight_SubHead a:visited
{
	color: #BC5F0A;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	background: #FFFFFF;
	text-decoration: none;
	padding: 2 2 0 2px;
}
#Highlight_SubHead a:visited {
	text-decoration: underline;
}
#Highlight
{
	border: solid 2px #E47A19;
	background-color: White;
	margin: 0px;
}
#Highlight_Content img{
	margin: 0 4 1 4px;
}