/*

	CSS Document 
	Created by Eugen Borcan | creativeLines.ca - March, 2009
	
	Modified by: ---
	Modified by: ---

*/





* {
	margin: 0px;
	padding: 0px;
	}

body, th, td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}

body {
	background-color: #cfcfcf;
	margin: 30px 0px;
	padding: 0px;
	}

img	{ 
	border: 0px;
	margin: 0px;
	}


a { 
	outline: none;
	margin: 0px;
	}

a:link {
	color: #00657b;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #00657b;
	}
a:hover {
	text-decoration: underline;
	color: #00657b;
	}
a:active {
	text-decoration: none;
	color: #00657b;
	}



.divider {
	width: 700px;
	height: 1px;
	margin: 30px 0px;
	line-height: 1px;
	font-size: 0px;
	background-color: #cfcfcf;
	}


.formField {
	width: 220px;
	height: 20px;
	padding: 2px 0px 0px 0px;
	}

.textareaField {
	width: 216px;
	height: 75px;
	padding: 2px;
	}



/* - */
/* --- HEADER STARTS HERE --- */
/* --- HEADER STARTS HERE ------ */
/* --- HEADER STARTS HERE --- */
/* - */

#header {
	position: relative;
	width: 982px;
	height: 118px;
	margin: 0px auto;
	}
	
	#header .logo { 
		float: left; 
		}
		
	#header .devMenu { 
		float: left;
		width: 769px;
		height: 118px;
		}
		
		#header .devMenu .logo-dev {
			width: 736px;
			height: 50px;
			margin: 0px 0px 1px 1px;
			padding: 31px 0px 0px 32px;
			background-color: #183a56;
			}
		
		#header .devMenu .mBtns {
			width: 769px;
			height: 36px;
			}
			
			#header .devMenu .mBtns a {
				display: block;
				float: left;
				padding: 0px 0px 0px 1px;
				}


/* - */
/* --- HEADER ENDS HERE --- */
/* --- HEADER ENDS HERE ------ */
/* --- HEADER ENDS HERE --- */
/* - */





/* - */
/* --- CONTENT STARTS HERE --- */
/* --- CONTENT STARTS HERE ------ */
/* --- CONTENT STARTS HERE --- */
/* - */

#content {
	position: relative;
	width: 831px;
	margin: 0px auto;
	padding: 0px 33px 10px 35px;
	text-align: left;
	background-image: url(../../images/bg-content.gif);
	background-repeat: repeat-y;
	}

/* - */
/* --- CONTENT ENDS HERE --- */
/* --- CONTENT ENDS HERE ------ */
/* --- CONTENT ENDS HERE --- */
/* - */





/* - */
/* --- FOOTER STARTS HERE --- */
/* --- FOOTER STARTS HERE ------ */
/* --- FOOTER STARTS HERE --- */
/* - */

#footer {
	position: relative;
	width: 982px;
	height: 176px;
	margin: 0px auto;
	background-image: url(../../images/bg-footer.gif);
	background-repeat: no-repeat;
	clear: left;
	}
	
	#footer .line01 {
		height: 147px;
		margin: 1px 0px;
		padding: 0px 0px 0px 16px;
		text-align: left;
		font-size: 10px;
		color: #333333;
		background-color: #efefef;
		}
		
		#footer .line01 a {
			text-decoration: none;
			font-size: 10px;
			color: #333333;
			}
		#footer .line01 a:hover {
			text-decoration: underline;
			font-size: 10px;
			color: #333333;
			}
		
		#footer .line01 .col01 {
			float: left;
			width: 197px;
			margin: 17px 0px 0px 0px;
			line-height: 16px;
			}
		#footer .line01 .col02 {
			float: left;
			width: 118px;
			margin: 17px 0px 0px 41px;
			line-height: 16px;
			}
		#footer .line01 .col03 {
			float: left;
			width: 77px;
			margin: 17px 0px 0px 40px;
			line-height: 16px;
			}
		#footer .line01 .col04 {
			float: left;
			width: 85px;
			margin: 17px 0px 0px 48px;
			line-height: 16px;
			}
		#footer .line01 .col05 {
			float: left;
			width: 132px;
			margin: 17px 0px 0px 44px;
			line-height: 16px;
			}
		#footer .line01 .col06 {
			float: left;
			width: 106px;
			margin: 17px 0px 0px 47px;
			}
			
			#footer .line01 .col06 a {
				text-decoration: none;
				font-size: 10px;
				color: #225884;
				}
			#footer .line01 .col06 a:hover {
				text-decoration: underline;
				font-size: 10px;
				color: #225884;
				}
	
	#footer .line02 {
		height: 28px;
		line-height: 28px;
		margin: 1px 0px;
		padding: 0px 0px 0px 16px;
		font-size: 9px;
		color: #999999;
		background-color: #183a56;
		}

/* - */
/* --- FOOTER ENDS HERE --- */
/* --- FOOTER ENDS HERE ------ */
/* --- FOOTER ENDS HERE --- */
/* - */





/* - */
/* --- MISC. STARTS HERE --- */
/* --- MISC. STARTS HERE ------ */
/* --- MISC. STARTS HERE --- */
/* - */

.footerTitle { font-size: 11px; }

.fontsize10px { font-size: 10px; }
.fontsize11px { font-size: 11px; }
.fontsize12px { font-size: 12px; }
.fontsize13px { font-size: 13px; }
.fontsize14px { font-size: 14px; }
.fontsize15px { font-size: 15px; }
.fontsize16px { font-size: 16px; }
.fontsize17px { font-size: 17px; }
.fontsize18px { font-size: 18px; }
.fontsize19px { font-size: 19px; }
.fontsize20px { font-size: 20px; }
.fontsize21px { font-size: 21px; }
.fontsize22px { font-size: 22px; }
.fontsize23px { font-size: 23px; }
.fontsize24px { font-size: 24px; }

.colorBlue01 { color: #183a56; }
.colorBrown01 { color: #9a6149; }
.colorGreen01 { color: #23777c; }
.colorGrey01 { color: #999999; }
.colorMov01 { color: #5d5a8d; }
.colorRed01 { color: #990000; }

/* - */
/* --- MISC. ENDS HERE --- */
/* --- MISC. ENDS HERE ------ */
/* --- MISC. ENDS HERE --- */
/* - */












