
/*    -----------------------    While in Development   -----------------------   */  

/*
#content { border: 1px solid black;}
#col1 {border: 1px solid orange;}
#col2 {border: 1px solid red;}
#col3 {border: 1px solid green;}
#col4 {border: 1px solid blue;}

/*    -----------------------    Main Tags   -----------------------   */  

body {
	margin: 0;
	padding: 0;	
	background: #222222 url(imgs/bg.gif) repeat-x;
 }

hr {
	height: 1px;
	width: 100%;
	background: #aaaaaa;
	border: 1px;
	color: #aaaaaa;
	margin:20px 0 20px 0;
}
h1 {
	font: 500 20px/20px Arial, Helvetica, sans-serif;
	color: #45cc03;
	text-align:left;
	text-transform: capitalize;
}
h2 {
	font: normal 14px/14px Arial, Helvetica, sans-serif;
	color: white;
	background: black;
	width:416px;
	padding:10px 10px 10px 20px;
	margin:0;
}
h3 {
	font: 700 14px/14px Arial, Helvetica, sans-serif;
	color: #b53e2a;
	margin: 0px;
}
ul {
	margin: 0px;
	padding:0px;
}

/*    -----------------------    Page Structure   -----------------------   */ 

#mc, #header, #content, #contentend, #copyright {
	width:956px;
}
#wrapper {
	width: 100%;
	/*background: url(imgs/top_bg.jpg) no-repeat top center;*/
	float:left;
}
#mc {
	margin:auto;
}
#pagetile {
	background:  url(imgs/mc_bg.gif) repeat-y 0px 0px;
	float:left;
}
#header {
	background: url(imgs/top.gif) no-repeat 0px 0px;
	height:123px;
	float:left;
}

/*    -----------------------    Navigation   -----------------------   */  
#cmsNav {
	width:450px;
}
#cmsNav a {
	font: normal 12px/28px  arial, verdana, sans-serif;
	color: #5e5e5e;
	
	border:1px solid #666666;
	line-height:20px;
	padding:5px;
	text-decoration:none;
}
#cmsNav a:hover {
	text-decoration:none;
}

#topnav {
	font: normal 12px/18px  arial, verdana, sans-serif;
	color: #5e5e5e;
	float:right;
	margin:10px 20px 0 0;
}
#topnav a {
	font: normal 12px/18px  arial, verdana, sans-serif;
	color: #5e5e5e;
	margin:10px;
	text-decoration:none;
}
#topnav a:hover {
	color: #ff8a00;
	text-decoration:none;
}
.googleBtn {
	font: normal 12px/18px  arial, verdana, sans-serif;
	background: none;
	border:0;
	color: #5e5e5e;
}
.googleBtn:hover {
	color:orange;
}


#navcontainer {
	width: 956px;
	margin: 85px 0px 0px 20px;
}
#nav, #nav ul {
	width: 956px;
}
#nav ul li {
	list-style: none;
	float: left;
	display: inline;
	margin: 0px;
}
#nav ul li a {
	display: block;
	height: 20px;
	margin: 0px;
	padding: 0px;
}
#nav em {
	display: none;
}

/*    -----------------------   Menu Items   -----------------------   */ 

#editcontent, #editcontent a {
	width: 75px;
	background: url(imgs/edit-content.gif) no-repeat 0px 0px;
}	
#editcontent a:hover {
	background: url(imgs/edit-content.gif) no-repeat 0px -20px;
}
#documents, #documents a {
	width: 64px;
	background: url(imgs/documents.gif) no-repeat 0px 0px;
}	
#documents a:hover {
	background: url(imgs/documents.gif) no-repeat 0px -20px;
}
#filetransfer, #filetransfer a {
	width: 108px;
	background: url(imgs/file-transfer-admin.gif) no-repeat 0px 0px;
}	
#filetransfer a:hover {
	background: url(imgs/file-transfer-admin.gif) no-repeat 0px -20px;
}
#podcast, #podcast a {
	width: 86px;
	background: url(imgs/podcast-admin.gif) no-repeat 0px 0px;
}	
#podcast a:hover {
	background: url(imgs/podcast-admin.gif) no-repeat 0px -20px;
}
#video, #video a {
	width: 74px;
	background: url(imgs/video-admin.gif) no-repeat 0px 0px;
}	
#video a:hover {
	background: url(imgs/video-admin.gif) no-repeat 0px -20px;
}
#audio, #audio a {
	width: 76px;
	background: url(imgs/audio-admin.gif) no-repeat 0px 0px;
}	
#audio a:hover {
	background: url(imgs/audio-admin.gif) no-repeat 0px -20px;
}
#imagerotation, #imagerotation a {
	width: 129px;
	background: url(imgs/image-rotation-admin.gif) no-repeat 0px 0px;
}	
#imagerotation a:hover {
	background: url(imgs/image-rotation-admin.gif) no-repeat 0px -20px;
}
#mdivider, #mdivider a, #mdivider a:hover {
	width: 24px;
	cursor: default;
	background: url(imgs/m_divider.gif) no-repeat;
}

/*    -----------------------   Main Menu For Submenu Items   -----------------------   */ 
.photogalleries {
	width: 88px;
	background: url(imgs/photo-galleries.gif) no-repeat 0px 0px;
}	
.photogallerieshl {
	width: 88px;
	background: url(imgs/photo-galleries.gif) no-repeat 0px -20px;
}

/* ----------------- Submenu -----------------*/  
.subOne {
	width:200px;
	background: url(/dashboard/imgs/submenubg.png) no-repeat bottom;
	padding:0px 0 25px 0;
}

.subOne a, .subTwo a, .subThree a, .subFour a, .subFive a {
	font: 500 12px/12px  arial, helvetica, sans-serif;
	color: #606366;
	display: block;
	text-decoration:none;
	padding: 7px 1px 1px 30px;
	width: 135px;
	height: 22px;
	line-height: 12px;
}
.subOne a:hover, .subTwo a:hover, .subThree a:hover, .subFour a:hover, .subFive a:hover {
	color: #45cc03;
	text-decoration:none;
}
.subOne, .subTwo, .subThree, .subFour, .subFive  {
	position: absolute;
	z-index: 15;
	visibility: hidden;
}
.subOne {
	top: 105px;
	margin-left: 94px;
}
.subTwo {
	top: 70px;
	margin-left: 475px;
}
.subThree {
	top: 70px;
	margin-left: 620px;
}


/*    -----------------------   Content  -----------------------   */  

#content {
	text-align: left;
	float:left;
	background: url(imgs/content_bg.gif) no-repeat 0px 0px;
}
#contentend {
	float: left;
	padding: 0px 0px 40px 0px;
	background: url(imgs/content_end.gif) no-repeat center bottom;
}

#col1 {
	font: normal 12px/14px  arial, verdana, sans-serif;
	color: #aaaaaa;
	width: 450px;
	margin: 20px 0 0 20px;
	float:left;
}
#col1 a {
	color: #004e75;
	text-decoration:none;
}
#col1 a:hover {
	color: #004e75;
	text-decoration:underline;
}

#col2 {
	font: normal 12px/14px  arial, verdana, sans-serif;
	color: #aaaaaa;
	width: 450px;
	float: right;
	margin: 20px 20px 10px 0;
}
#col2 a {
	color:#aaaaaa;
	text-decoration:none;
}
#col2 a:hover {
	color:#ff8a00;
	text-decoration:none;
}

#form {
	width:420px;
	border: 3px solid black;
	padding:10px 10px 0 10px;
	margin:0 0 10px 0;
	background: #edf0e8;
}
#formwide {
	width:900px;
	border: 3px solid black;
	padding:10px 10px 0 10px;
	margin:50px 0 10px 0;
	background:#edf0e8;
}
#file_list {
	width:420px;
	border: 3px solid black;
	padding:10px 5px 0 15px;
	float:left;
	text-align:left;
	line-height:10px;
	background: #edf0e8;
}
#file_list a {
	color:#5e5e5e;
	text-decoration:none;
}
#file_list a:hover {
	color:#ff8a00;
	text-decoration:none;
}
#file_listLeft img{
	margin: 0 0 10px 0;
}
#file_listRight img{
	margin: 0 10px 0 10px;
}
#file_listLeft {
	float:left; 
	width:260px; 
	text-align:left; 
	padding: 10px 0 8px 10px;
}
#file_listRight {
	float:right;
	width:140px;
	text-align:right; 
	padding: 8px 0 0 0;
}
#file_listArea {
	width:410px;
	padding:0px 0px 0 0px;
	float:left;
	border-bottom: 1px solid #bfc9b0;
}
#showsize {
	font: normal 11px/13px  arial, verdana, sans-serif;
	color: #504e4e;
}
#submit {
	margin:10px;
}
#login {
	font: normal 14px/18px  arial, verdana, sans-serif;
	color: #5e5e5e;
	margin:100px 0 0 22px;
}