/* 
================================
Skin Styles for DotNetNuke
Created by iRAW Design
================================
*/  
H1 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
}
 
h2 {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	margin: 0px;
	padding: 0px;
	color: #029CCA;
}

img {
	padding: 0px;
	margin: 0px;
}

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
}

p {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

table {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	margin-top:0px; 
	margin-bottom:0px; 
}

form{margin:0;padding:0}

#logo {
	float: left;
	display: block; 
	width: 300px;
	height: 120px;
}

#logo span {  
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

.DNNEmptyPane {
	border: 0px none;
	height: 0px;
	width: 0px;
	padding: 0px;
	margin: 0px;
	line-height: 0px !important;
}

.wrapper {
	width: 100%;
	height: 100%;
	background-color: #383a3c;
}

.background {
	background: url(images/gradient_fade.jpg) top repeat-x;
	background-color: #ffffff;
}

.fixedwidth {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: center;
	background: url(images/main_design.gif) top no-repeat;
	position: relative;
	min-height: 600px;
}

.contentwrapper {
	width: 900px;
	margin: 0px auto 0 auto;
	padding: 0px;
	text-align: center;
	top: 21px;
	position: relative;
	left: 0%;
	right: 0px;
}

.StandardButton {
	background: #2457a7 none; 
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica;  
	font-size: 12px;
	font-weight: normal;
	border: #1d4183 1px solid;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.header {
	height: 120px;
	width: 550px;
	margin: 10px;
	float: right;
	position: relative;
}

.misc {
	font-size:12px;
	clear: both;
	height: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.breadcrumbdiv {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration:none;
	color:#383a3c;
	font-style:normal;
	float: left;
	width: 600px;
	text-align: left;
	margin-top: 10px;
}

.breadcrumb {
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration:none !important;
	color:#029CCA !important;
	font-style:normal !important;
}

.bookmark {
	float: right;
	margin: 0px;
	margin-top: 10px !important;
	margin-right: 125px;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration:none !important;
	color:#029CCA !important;
	font-style:normal !important;
}

.panes {
	clear: both;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.toppane {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0px;
}

.contentpane {
	clear: both;
	position: relative;
	width: 100%;
	height: 100%;
}

.middlepanes {
	clear: both;
	width: 100%;
	height: 100%;
}

.column1 {
	position: relative;
	float: left;
	width: 275px;
	margin: 0px;
}

.column2 {
	position: relative;
	float: left;
	width: 275px;
	margin: 0px;
	margin-left: 15px;
}

.column3 {
	position: relative;
	float: right;
	width: 275px;
	margin: 0px;
}

.leftpane {
	position: relative;
	float: left;
	width: 421px;
}

.rightpane {
	position: relative;
	float: right;
	width: 421px;
}

.leftwidepane {
	position: relative;
	float: left;
	width: 622px;
}

.rightnarrowpane {
	position: relative;
	float: right;
	width: 220px;
}

.leftnarrowpane {
	position: relative;
	float: left;
	width: 220px;
}

.rightwidepane {
	position: relative;
	float: right;
	width: 622px;
}
.bottompane {
	position: relative;
	clear: both;
	width: 100%;
	height: 100%;
}

.footerpane{
	width: 100%;
}

.footer {
	background: url(images/footer.gif) top repeat-x;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 10px;
	color: #b8b8b8;
	text-align: center;
	padding: 25px 0px 0px 0px;
	margin-top: 100px;
	height: 100px;
	background-color: #383a3c;
}
.footer a {font-size:10px;color:#b8b8b8;text-decoration:none;font-family: Verdana, Tahoma, Arial, Helvetica;}
.footer a:link {font-size:10px;color:#b8b8b8;text-decoration:none;font-family: Verdana, Tahoma, Arial, Helvetica;}
.footer a:active{font-size:10px;color:#b8b8b8;text-decoration:none;font-family: Verdana, Tahoma, Arial, Helvetica;}
.footer a:visited {font-size:10px;color:#b8b8b8;text-decoration:none;font-family: Verdana, Tahoma, Arial, Helvetica;}
.footer a:hover {font-size:10px;color:#b8b8b8;text-decoration:underline;font-family: Verdana, Tahoma, Arial, Helvetica;}

.SkinObject {
    font-weight: normal;
    font-size: 10pt;
    color: #9f9f9f;
	font-family: Verdana, Tahoma, Arial, Helvetica;
    text-decoration: none;
}

.SkinObject a:link {color:#9f9f9f; text-decoration:none; font-size: 10pt; font-family: Verdana, Tahoma, Arial, Helvetica;}
.SkinObject a:visited {color:#9f9f9f; text-decoration:none; font-size: 10pt; font-family: Verdana, Tahoma, Arial, Helvetica;}
.SkinObject a:hover {color:#9f9f9f; text-decoration:underline; font-size: 10pt; font-family: Verdana, Tahoma, Arial, Helvetica;}
.SkinObject a:active {color:#9f9f9f; text-decoration:none; font-size: 10pt; font-family: Verdana, Tahoma, Arial, Helvetica;}

A.CommandButton:link {color:#9f9f9f; text-decoration:none; font-size: 10pt;}
A.CommandButton:visited {color:#9f9f9f; text-decoration:none; font-size: 10pt;}
A.CommandButton:hover {color:#9f9f9f; text-decoration:underline; font-size: 10pt;}
A.CommandButton:active {color:#9f9f9f; text-decoration:none; font-size: 10pt;}
	
#clientservices {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	width: 120px;
	float: right;
	margin-top: 10px !important;
	font-size: 12px;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	text-decoration:none !important;
	color: #029CCA !important;
	font-style: normal !important;
	z-index: 1;
	background: url(images/clientservices.jpg);
	height: 16px;
	position: absolute;
	top: 208px;
	left: 755px;
}
	
#clientservices li {
	list-style: none;
	cursor: pointer;
	font-size: 10px;	
	color: #ffffff;
}

#clientservices li a.parent:hover {
	color: #ffffff;
	text-decoration: none;
}
	
#clientservices li a.parent {
	display: block; 
	width: 120px; 
	height: 16px;
	list-style: none;
	padding-top: 1px;
	padding-left: 7px;
}
		
#clientservices ul {
	margin: 0px;
	padding: 0px;
	list-style: none;	
	display: none;
	position: relative;
	background: #fff;
	width: 120px;
	background-color: #3464b0;
	border: 1px solid #14366b;
}
		
#clientservices ul li {
	padding-left: 10px;
	text-align: left;
	list-style:none;
	height: 16px;
}

#clientservices ul li:hover {
	background-color: #14366b;
	list-style:none;
}
		
#clientservices ul li a {
	padding: 0px;
	color: #ffffff;
	list-style: none;
	text-align: left;
	vertical-align: middle;
}
				
#clientservices ul li a:hover {
	list-style: none;
	text-decoration: none;
}